Package | Description |
---|---|
org.apache.hadoop.hbase.protobuf.generated |
Modifier and Type | Field and Description |
---|---|
static com.google.protobuf.Parser<HBaseProtos.Coprocessor> |
HBaseProtos.Coprocessor.PARSER |
Modifier and Type | Method and Description |
---|---|
HBaseProtos.Coprocessor |
HBaseProtos.Coprocessor.Builder.build() |
HBaseProtos.Coprocessor |
HBaseProtos.Coprocessor.Builder.buildPartial() |
HBaseProtos.Coprocessor |
ClusterStatusProtos.ServerLoadOrBuilder.getCoprocessors(int index)
repeated .Coprocessor coprocessors = 6; |
HBaseProtos.Coprocessor |
ClusterStatusProtos.ServerLoad.getCoprocessors(int index)
repeated .Coprocessor coprocessors = 6; |
HBaseProtos.Coprocessor |
ClusterStatusProtos.ServerLoad.Builder.getCoprocessors(int index)
repeated .Coprocessor coprocessors = 6; |
static HBaseProtos.Coprocessor |
HBaseProtos.Coprocessor.getDefaultInstance() |
HBaseProtos.Coprocessor |
HBaseProtos.Coprocessor.getDefaultInstanceForType() |
HBaseProtos.Coprocessor |
HBaseProtos.Coprocessor.Builder.getDefaultInstanceForType() |
HBaseProtos.Coprocessor |
ClusterStatusProtos.ClusterStatusOrBuilder.getMasterCoprocessors(int index)
repeated .Coprocessor master_coprocessors = 6; |
HBaseProtos.Coprocessor |
ClusterStatusProtos.ClusterStatus.getMasterCoprocessors(int index)
repeated .Coprocessor master_coprocessors = 6; |
HBaseProtos.Coprocessor |
ClusterStatusProtos.ClusterStatus.Builder.getMasterCoprocessors(int index)
repeated .Coprocessor master_coprocessors = 6; |
static HBaseProtos.Coprocessor |
HBaseProtos.Coprocessor.parseDelimitedFrom(InputStream input) |
static HBaseProtos.Coprocessor |
HBaseProtos.Coprocessor.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HBaseProtos.Coprocessor |
HBaseProtos.Coprocessor.parseFrom(byte[] data) |
static HBaseProtos.Coprocessor |
HBaseProtos.Coprocessor.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HBaseProtos.Coprocessor |
HBaseProtos.Coprocessor.parseFrom(com.google.protobuf.ByteString data) |
static HBaseProtos.Coprocessor |
HBaseProtos.Coprocessor.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HBaseProtos.Coprocessor |
HBaseProtos.Coprocessor.parseFrom(com.google.protobuf.CodedInputStream input) |
static HBaseProtos.Coprocessor |
HBaseProtos.Coprocessor.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HBaseProtos.Coprocessor |
HBaseProtos.Coprocessor.parseFrom(InputStream input) |
static HBaseProtos.Coprocessor |
HBaseProtos.Coprocessor.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
List<HBaseProtos.Coprocessor> |
ClusterStatusProtos.ServerLoadOrBuilder.getCoprocessorsList()
repeated .Coprocessor coprocessors = 6; |
List<HBaseProtos.Coprocessor> |
ClusterStatusProtos.ServerLoad.getCoprocessorsList()
repeated .Coprocessor coprocessors = 6; |
List<HBaseProtos.Coprocessor> |
ClusterStatusProtos.ServerLoad.Builder.getCoprocessorsList()
repeated .Coprocessor coprocessors = 6; |
List<HBaseProtos.Coprocessor> |
ClusterStatusProtos.ClusterStatusOrBuilder.getMasterCoprocessorsList()
repeated .Coprocessor master_coprocessors = 6; |
List<HBaseProtos.Coprocessor> |
ClusterStatusProtos.ClusterStatus.getMasterCoprocessorsList()
repeated .Coprocessor master_coprocessors = 6; |
List<HBaseProtos.Coprocessor> |
ClusterStatusProtos.ClusterStatus.Builder.getMasterCoprocessorsList()
repeated .Coprocessor master_coprocessors = 6; |
com.google.protobuf.Parser<HBaseProtos.Coprocessor> |
HBaseProtos.Coprocessor.getParserForType() |
Modifier and Type | Method and Description |
---|---|
ClusterStatusProtos.ServerLoad.Builder |
ClusterStatusProtos.ServerLoad.Builder.addCoprocessors(HBaseProtos.Coprocessor value)
repeated .Coprocessor coprocessors = 6; |
ClusterStatusProtos.ServerLoad.Builder |
ClusterStatusProtos.ServerLoad.Builder.addCoprocessors(int index,
HBaseProtos.Coprocessor value)
repeated .Coprocessor coprocessors = 6; |
ClusterStatusProtos.ClusterStatus.Builder |
ClusterStatusProtos.ClusterStatus.Builder.addMasterCoprocessors(HBaseProtos.Coprocessor value)
repeated .Coprocessor master_coprocessors = 6; |
ClusterStatusProtos.ClusterStatus.Builder |
ClusterStatusProtos.ClusterStatus.Builder.addMasterCoprocessors(int index,
HBaseProtos.Coprocessor value)
repeated .Coprocessor master_coprocessors = 6; |
HBaseProtos.Coprocessor.Builder |
HBaseProtos.Coprocessor.Builder.mergeFrom(HBaseProtos.Coprocessor other) |
static HBaseProtos.Coprocessor.Builder |
HBaseProtos.Coprocessor.newBuilder(HBaseProtos.Coprocessor prototype) |
ClusterStatusProtos.ServerLoad.Builder |
ClusterStatusProtos.ServerLoad.Builder.setCoprocessors(int index,
HBaseProtos.Coprocessor value)
repeated .Coprocessor coprocessors = 6; |
ClusterStatusProtos.ClusterStatus.Builder |
ClusterStatusProtos.ClusterStatus.Builder.setMasterCoprocessors(int index,
HBaseProtos.Coprocessor value)
repeated .Coprocessor master_coprocessors = 6; |
Modifier and Type | Method and Description |
---|---|
ClusterStatusProtos.ServerLoad.Builder |
ClusterStatusProtos.ServerLoad.Builder.addAllCoprocessors(Iterable<? extends HBaseProtos.Coprocessor> values)
repeated .Coprocessor coprocessors = 6; |
ClusterStatusProtos.ClusterStatus.Builder |
ClusterStatusProtos.ClusterStatus.Builder.addAllMasterCoprocessors(Iterable<? extends HBaseProtos.Coprocessor> values)
repeated .Coprocessor master_coprocessors = 6; |
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.