|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public static interface ZooKeeperProtos.MasterOrBuilder
| Method Summary | |
|---|---|
HBaseProtos.ServerName |
getMaster()
required .ServerName master = 1; |
HBaseProtos.ServerNameOrBuilder |
getMasterOrBuilder()
required .ServerName master = 1; |
int |
getRpcVersion()
optional uint32 rpc_version = 2; |
boolean |
hasMaster()
required .ServerName master = 1; |
boolean |
hasRpcVersion()
optional uint32 rpc_version = 2; |
| Methods inherited from interface com.google.protobuf.MessageOrBuilder |
|---|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField |
| Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder |
|---|
isInitialized |
| Method Detail |
|---|
boolean hasMaster()
required .ServerName master = 1;
The ServerName of the current Master
HBaseProtos.ServerName getMaster()
required .ServerName master = 1;
The ServerName of the current Master
HBaseProtos.ServerNameOrBuilder getMasterOrBuilder()
required .ServerName master = 1;
The ServerName of the current Master
boolean hasRpcVersion()
optional uint32 rpc_version = 2;
Major RPC version so that clients can know what version the master can accept.
int getRpcVersion()
optional uint32 rpc_version = 2;
Major RPC version so that clients can know what version the master can accept.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||