Package | Description |
---|---|
org.hbase.async.generated |
Modifier and Type | Field and Description |
---|---|
static com.google.protobuf.Parser<ZooKeeperPB.StoreSequenceId> |
ZooKeeperPB.StoreSequenceId.PARSER |
Modifier and Type | Method and Description |
---|---|
ZooKeeperPB.StoreSequenceId |
ZooKeeperPB.StoreSequenceId.Builder.build() |
ZooKeeperPB.StoreSequenceId |
ZooKeeperPB.StoreSequenceId.Builder.buildPartial() |
static ZooKeeperPB.StoreSequenceId |
ZooKeeperPB.StoreSequenceId.getDefaultInstance() |
ZooKeeperPB.StoreSequenceId |
ZooKeeperPB.StoreSequenceId.getDefaultInstanceForType() |
ZooKeeperPB.StoreSequenceId |
ZooKeeperPB.StoreSequenceId.Builder.getDefaultInstanceForType() |
ZooKeeperPB.StoreSequenceId |
ZooKeeperPB.RegionStoreSequenceIdsOrBuilder.getStoreSequenceId(int index)
repeated .StoreSequenceId store_sequence_id = 2; |
ZooKeeperPB.StoreSequenceId |
ZooKeeperPB.RegionStoreSequenceIds.getStoreSequenceId(int index)
repeated .StoreSequenceId store_sequence_id = 2; |
ZooKeeperPB.StoreSequenceId |
ZooKeeperPB.RegionStoreSequenceIds.Builder.getStoreSequenceId(int index)
repeated .StoreSequenceId store_sequence_id = 2; |
static ZooKeeperPB.StoreSequenceId |
ZooKeeperPB.StoreSequenceId.parseDelimitedFrom(InputStream input) |
static ZooKeeperPB.StoreSequenceId |
ZooKeeperPB.StoreSequenceId.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ZooKeeperPB.StoreSequenceId |
ZooKeeperPB.StoreSequenceId.parseFrom(byte[] data) |
static ZooKeeperPB.StoreSequenceId |
ZooKeeperPB.StoreSequenceId.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ZooKeeperPB.StoreSequenceId |
ZooKeeperPB.StoreSequenceId.parseFrom(com.google.protobuf.ByteString data) |
static ZooKeeperPB.StoreSequenceId |
ZooKeeperPB.StoreSequenceId.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ZooKeeperPB.StoreSequenceId |
ZooKeeperPB.StoreSequenceId.parseFrom(com.google.protobuf.CodedInputStream input) |
static ZooKeeperPB.StoreSequenceId |
ZooKeeperPB.StoreSequenceId.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ZooKeeperPB.StoreSequenceId |
ZooKeeperPB.StoreSequenceId.parseFrom(InputStream input) |
static ZooKeeperPB.StoreSequenceId |
ZooKeeperPB.StoreSequenceId.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<ZooKeeperPB.StoreSequenceId> |
ZooKeeperPB.StoreSequenceId.getParserForType() |
List<ZooKeeperPB.StoreSequenceId> |
ZooKeeperPB.RegionStoreSequenceIdsOrBuilder.getStoreSequenceIdList()
repeated .StoreSequenceId store_sequence_id = 2; |
List<ZooKeeperPB.StoreSequenceId> |
ZooKeeperPB.RegionStoreSequenceIds.getStoreSequenceIdList()
repeated .StoreSequenceId store_sequence_id = 2; |
List<ZooKeeperPB.StoreSequenceId> |
ZooKeeperPB.RegionStoreSequenceIds.Builder.getStoreSequenceIdList()
repeated .StoreSequenceId store_sequence_id = 2; |
Modifier and Type | Method and Description |
---|---|
ZooKeeperPB.RegionStoreSequenceIds.Builder |
ZooKeeperPB.RegionStoreSequenceIds.Builder.addStoreSequenceId(int index,
ZooKeeperPB.StoreSequenceId value)
repeated .StoreSequenceId store_sequence_id = 2; |
ZooKeeperPB.RegionStoreSequenceIds.Builder |
ZooKeeperPB.RegionStoreSequenceIds.Builder.addStoreSequenceId(ZooKeeperPB.StoreSequenceId value)
repeated .StoreSequenceId store_sequence_id = 2; |
ZooKeeperPB.StoreSequenceId.Builder |
ZooKeeperPB.StoreSequenceId.Builder.mergeFrom(ZooKeeperPB.StoreSequenceId other) |
static ZooKeeperPB.StoreSequenceId.Builder |
ZooKeeperPB.StoreSequenceId.newBuilder(ZooKeeperPB.StoreSequenceId prototype) |
ZooKeeperPB.RegionStoreSequenceIds.Builder |
ZooKeeperPB.RegionStoreSequenceIds.Builder.setStoreSequenceId(int index,
ZooKeeperPB.StoreSequenceId value)
repeated .StoreSequenceId store_sequence_id = 2; |
Modifier and Type | Method and Description |
---|---|
ZooKeeperPB.RegionStoreSequenceIds.Builder |
ZooKeeperPB.RegionStoreSequenceIds.Builder.addAllStoreSequenceId(Iterable<? extends ZooKeeperPB.StoreSequenceId> values)
repeated .StoreSequenceId store_sequence_id = 2; |
Copyright ? 2010-2019, The Async HBase Authors