Interface TransferTypes.TransferCountersOrBuilder (1.18.0)

public static interface TransferTypes.TransferCountersOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getBytesCopiedToSink()

public abstract long getBytesCopiedToSink()

Bytes that are copied to the data sink.

int64 bytes_copied_to_sink = 8;

Returns
TypeDescription
long

The bytesCopiedToSink.

getBytesDeletedFromSink()

public abstract long getBytesDeletedFromSink()

Bytes that are deleted from the data sink.

int64 bytes_deleted_from_sink = 12;

Returns
TypeDescription
long

The bytesDeletedFromSink.

getBytesDeletedFromSource()

public abstract long getBytesDeletedFromSource()

Bytes that are deleted from the data source.

int64 bytes_deleted_from_source = 10;

Returns
TypeDescription
long

The bytesDeletedFromSource.

getBytesFailedToDeleteFromSink()

public abstract long getBytesFailedToDeleteFromSink()

Bytes that failed to be deleted from the data sink.

int64 bytes_failed_to_delete_from_sink = 16;

Returns
TypeDescription
long

The bytesFailedToDeleteFromSink.

getBytesFoundFromSource()

public abstract long getBytesFoundFromSource()

Bytes found in the data source that are scheduled to be transferred, excluding any that are filtered based on object conditions or skipped due to sync.

int64 bytes_found_from_source = 2;

Returns
TypeDescription
long

The bytesFoundFromSource.

getBytesFoundOnlyFromSink()

public abstract long getBytesFoundOnlyFromSink()

Bytes found only in the data sink that are scheduled to be deleted.

int64 bytes_found_only_from_sink = 4;

Returns
TypeDescription
long

The bytesFoundOnlyFromSink.

getBytesFromSourceFailed()

public abstract long getBytesFromSourceFailed()

Bytes in the data source that failed to be transferred or that failed to be deleted after being transferred.

int64 bytes_from_source_failed = 14;

Returns
TypeDescription
long

The bytesFromSourceFailed.

getBytesFromSourceSkippedBySync()

public abstract long getBytesFromSourceSkippedBySync()

Bytes in the data source that are not transferred because they already exist in the data sink.

int64 bytes_from_source_skipped_by_sync = 6;

Returns
TypeDescription
long

The bytesFromSourceSkippedBySync.

getDirectoriesFailedToListFromSource()

public abstract long getDirectoriesFailedToListFromSource()

For transfers involving PosixFilesystem only. Number of listing failures for each directory found at the source. Potential failures when listing a directory include permission failure or block failure. If listing a directory fails, no files in the directory are transferred.

int64 directories_failed_to_list_from_source = 18;

Returns
TypeDescription
long

The directoriesFailedToListFromSource.

getDirectoriesFoundFromSource()

public abstract long getDirectoriesFoundFromSource()

For transfers involving PosixFilesystem only. Number of directories found while listing. For example, if the root directory of the transfer is base/ and there are two other directories, a/ and b/ under this directory, the count after listing base/, base/a/ and base/b/ is 3.

int64 directories_found_from_source = 17;

Returns
TypeDescription
long

The directoriesFoundFromSource.

getDirectoriesSuccessfullyListedFromSource()

public abstract long getDirectoriesSuccessfullyListedFromSource()

For transfers involving PosixFilesystem only. Number of successful listings for each directory found at the source.

int64 directories_successfully_listed_from_source = 19;

Returns
TypeDescription
long

The directoriesSuccessfullyListedFromSource.

getIntermediateObjectsCleanedUp()

public abstract long getIntermediateObjectsCleanedUp()

Number of successfully cleaned up intermediate objects.

int64 intermediate_objects_cleaned_up = 22;

Returns
TypeDescription
long

The intermediateObjectsCleanedUp.

getIntermediateObjectsFailedCleanedUp()

public abstract long getIntermediateObjectsFailedCleanedUp()

Number of intermediate objects failed cleaned up.

int64 intermediate_objects_failed_cleaned_up = 23;

Returns
TypeDescription
long

The intermediateObjectsFailedCleanedUp.

getObjectsCopiedToSink()

public abstract long getObjectsCopiedToSink()

Objects that are copied to the data sink.

int64 objects_copied_to_sink = 7;

Returns
TypeDescription
long

The objectsCopiedToSink.

getObjectsDeletedFromSink()

public abstract long getObjectsDeletedFromSink()

Objects that are deleted from the data sink.

int64 objects_deleted_from_sink = 11;

Returns
TypeDescription
long

The objectsDeletedFromSink.

getObjectsDeletedFromSource()

public abstract long getObjectsDeletedFromSource()

Objects that are deleted from the data source.

int64 objects_deleted_from_source = 9;

Returns
TypeDescription
long

The objectsDeletedFromSource.

getObjectsFailedToDeleteFromSink()

public abstract long getObjectsFailedToDeleteFromSink()

Objects that failed to be deleted from the data sink.

int64 objects_failed_to_delete_from_sink = 15;

Returns
TypeDescription
long

The objectsFailedToDeleteFromSink.

getObjectsFoundFromSource()

public abstract long getObjectsFoundFromSource()

Objects found in the data source that are scheduled to be transferred, excluding any that are filtered based on object conditions or skipped due to sync.

int64 objects_found_from_source = 1;

Returns
TypeDescription
long

The objectsFoundFromSource.

getObjectsFoundOnlyFromSink()

public abstract long getObjectsFoundOnlyFromSink()

Objects found only in the data sink that are scheduled to be deleted.

int64 objects_found_only_from_sink = 3;

Returns
TypeDescription
long

The objectsFoundOnlyFromSink.

getObjectsFromSourceFailed()

public abstract long getObjectsFromSourceFailed()

Objects in the data source that failed to be transferred or that failed to be deleted after being transferred.

int64 objects_from_source_failed = 13;

Returns
TypeDescription
long

The objectsFromSourceFailed.

getObjectsFromSourceSkippedBySync()

public abstract long getObjectsFromSourceSkippedBySync()

Objects in the data source that are not transferred because they already exist in the data sink.

int64 objects_from_source_skipped_by_sync = 5;

Returns
TypeDescription
long

The objectsFromSourceSkippedBySync.