- 1.55.0 (latest)
- 1.54.0
- 1.53.0
- 1.52.0
- 1.51.0
- 1.49.0
- 1.48.0
- 1.47.0
- 1.46.0
- 1.45.0
- 1.44.0
- 1.43.0
- 1.42.0
- 1.41.0
- 1.40.0
- 1.39.0
- 1.37.0
- 1.36.0
- 1.35.0
- 1.34.0
- 1.33.0
- 1.32.0
- 1.31.0
- 1.30.0
- 1.29.0
- 1.28.0
- 1.27.0
- 1.24.0
- 1.23.0
- 1.22.0
- 1.21.0
- 1.20.0
- 1.19.0
- 1.18.0
- 1.17.0
- 1.16.0
- 1.15.0
- 1.14.0
- 1.13.0
- 1.12.0
- 1.11.0
- 1.9.0
- 1.8.0
- 1.7.0
- 1.6.0
- 1.5.0
- 1.4.0
- 1.0.4
public static interface TransferTypes.TransferCountersOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getBytesCopiedToSink()
public abstract long getBytesCopiedToSink()
Bytes that are copied to the data sink.
int64 bytes_copied_to_sink = 8;
Type | Description |
long | The bytesCopiedToSink. |
getBytesDeletedFromSink()
public abstract long getBytesDeletedFromSink()
Bytes that are deleted from the data sink.
int64 bytes_deleted_from_sink = 12;
Type | Description |
long | The bytesDeletedFromSink. |
getBytesDeletedFromSource()
public abstract long getBytesDeletedFromSource()
Bytes that are deleted from the data source.
int64 bytes_deleted_from_source = 10;
Type | Description |
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;
Type | Description |
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;
Type | Description |
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;
Type | Description |
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;
Type | Description |
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;
Type | Description |
long | The bytesFromSourceSkippedBySync. |
getObjectsCopiedToSink()
public abstract long getObjectsCopiedToSink()
Objects that are copied to the data sink.
int64 objects_copied_to_sink = 7;
Type | Description |
long | The objectsCopiedToSink. |
getObjectsDeletedFromSink()
public abstract long getObjectsDeletedFromSink()
Objects that are deleted from the data sink.
int64 objects_deleted_from_sink = 11;
Type | Description |
long | The objectsDeletedFromSink. |
getObjectsDeletedFromSource()
public abstract long getObjectsDeletedFromSource()
Objects that are deleted from the data source.
int64 objects_deleted_from_source = 9;
Type | Description |
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;
Type | Description |
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;
Type | Description |
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;
Type | Description |
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;
Type | Description |
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;
Type | Description |
long | The objectsFromSourceSkippedBySync. |