public static interface RegionServerStatusProtos.RemoteProcedureResultOrBuilder
extends org.apache.hbase.thirdparty.com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ErrorHandlingProtos.ForeignExceptionMessage |
getError()
optional .hbase.pb.ForeignExceptionMessage error = 3; |
ErrorHandlingProtos.ForeignExceptionMessageOrBuilder |
getErrorOrBuilder()
optional .hbase.pb.ForeignExceptionMessage error = 3; |
long |
getProcId()
required uint64 proc_id = 1; |
RegionServerStatusProtos.RemoteProcedureResult.Status |
getStatus()
required .hbase.pb.RemoteProcedureResult.Status status = 2; |
boolean |
hasError()
optional .hbase.pb.ForeignExceptionMessage error = 3; |
boolean |
hasProcId()
required uint64 proc_id = 1; |
boolean |
hasStatus()
required .hbase.pb.RemoteProcedureResult.Status status = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasProcId()
required uint64 proc_id = 1;long getProcId()
required uint64 proc_id = 1;boolean hasStatus()
required .hbase.pb.RemoteProcedureResult.Status status = 2;RegionServerStatusProtos.RemoteProcedureResult.Status getStatus()
required .hbase.pb.RemoteProcedureResult.Status status = 2;boolean hasError()
optional .hbase.pb.ForeignExceptionMessage error = 3;ErrorHandlingProtos.ForeignExceptionMessage getError()
optional .hbase.pb.ForeignExceptionMessage error = 3;ErrorHandlingProtos.ForeignExceptionMessageOrBuilder getErrorOrBuilder()
optional .hbase.pb.ForeignExceptionMessage error = 3;Copyright © 2007–2019 Cloudera. All rights reserved.