public interface SyncDatabasePResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
SyncStatus |
getStatus()
optional .alluxio.grpc.table.SyncStatus status = 2; |
SyncStatusOrBuilder |
getStatusOrBuilder()
optional .alluxio.grpc.table.SyncStatus status = 2; |
boolean |
getSuccess()
TODO(gpang): remove in favor of status
|
boolean |
hasStatus()
optional .alluxio.grpc.table.SyncStatus status = 2; |
boolean |
hasSuccess()
TODO(gpang): remove in favor of status
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasSuccess()
TODO(gpang): remove in favor of status
optional bool success = 1;
boolean getSuccess()
TODO(gpang): remove in favor of status
optional bool success = 1;
boolean hasStatus()
optional .alluxio.grpc.table.SyncStatus status = 2;
SyncStatus getStatus()
optional .alluxio.grpc.table.SyncStatus status = 2;
SyncStatusOrBuilder getStatusOrBuilder()
optional .alluxio.grpc.table.SyncStatus status = 2;
Copyright © 2023. All Rights Reserved.