public static interface TransferTypes.TransferCountersOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
long |
getBytesCopiedToSink()
Bytes that are copied to the data sink.
|
long |
getBytesDeletedFromSink()
Bytes that are deleted from the data sink.
|
long |
getBytesDeletedFromSource()
Bytes that are deleted from the data source.
|
long |
getBytesFailedToDeleteFromSink()
Bytes that failed to be deleted from the data sink.
|
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.
|
long |
getBytesFoundOnlyFromSink()
Bytes found only in the data sink that are scheduled to be deleted.
|
long |
getBytesFromSourceFailed()
Bytes in the data source that failed to be transferred or that failed to
be deleted after being transferred.
|
long |
getBytesFromSourceSkippedBySync()
Bytes in the data source that are not transferred because they already
exist in the data sink.
|
long |
getDirectoriesFailedToListFromSource()
For transfers involving PosixFilesystem only.
|
long |
getDirectoriesFoundFromSource()
For transfers involving PosixFilesystem only.
|
long |
getDirectoriesSuccessfullyListedFromSource()
For transfers involving PosixFilesystem only.
|
long |
getIntermediateObjectsCleanedUp()
Number of successfully cleaned up intermediate objects.
|
long |
getIntermediateObjectsFailedCleanedUp()
Number of intermediate objects failed cleaned up.
|
long |
getObjectsCopiedToSink()
Objects that are copied to the data sink.
|
long |
getObjectsDeletedFromSink()
Objects that are deleted from the data sink.
|
long |
getObjectsDeletedFromSource()
Objects that are deleted from the data source.
|
long |
getObjectsFailedToDeleteFromSink()
Objects that failed to be deleted from the data sink.
|
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.
|
long |
getObjectsFoundOnlyFromSink()
Objects found only in the data sink that are scheduled to be deleted.
|
long |
getObjectsFromSourceFailed()
Objects in the data source that failed to be transferred or that failed
to be deleted after being transferred.
|
long |
getObjectsFromSourceSkippedBySync()
Objects in the data source that are not transferred because they already
exist in the data sink.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneoflong 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;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;long getObjectsFoundOnlyFromSink()
Objects found only in the data sink that are scheduled to be deleted.
int64 objects_found_only_from_sink = 3;long getBytesFoundOnlyFromSink()
Bytes found only in the data sink that are scheduled to be deleted.
int64 bytes_found_only_from_sink = 4;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;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;long getObjectsCopiedToSink()
Objects that are copied to the data sink.
int64 objects_copied_to_sink = 7;long getBytesCopiedToSink()
Bytes that are copied to the data sink.
int64 bytes_copied_to_sink = 8;long getObjectsDeletedFromSource()
Objects that are deleted from the data source.
int64 objects_deleted_from_source = 9;long getBytesDeletedFromSource()
Bytes that are deleted from the data source.
int64 bytes_deleted_from_source = 10;long getObjectsDeletedFromSink()
Objects that are deleted from the data sink.
int64 objects_deleted_from_sink = 11;long getBytesDeletedFromSink()
Bytes that are deleted from the data sink.
int64 bytes_deleted_from_sink = 12;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;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;long getObjectsFailedToDeleteFromSink()
Objects that failed to be deleted from the data sink.
int64 objects_failed_to_delete_from_sink = 15;long getBytesFailedToDeleteFromSink()
Bytes that failed to be deleted from the data sink.
int64 bytes_failed_to_delete_from_sink = 16;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;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;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;long getIntermediateObjectsCleanedUp()
Number of successfully cleaned up intermediate objects.
int64 intermediate_objects_cleaned_up = 22;long getIntermediateObjectsFailedCleanedUp()
Number of intermediate objects failed cleaned up.
int64 intermediate_objects_failed_cleaned_up = 23;Copyright © 2022 Google LLC. All rights reserved.