WALProtos.RegionEventDescriptor.Builder |
WALProtos.RegionEventDescriptor.Builder.addAllStores(Iterable<? extends WALProtos.StoreDescriptor> values)
repeated .StoreDescriptor stores = 5;
|
WALProtos.RegionEventDescriptor.Builder |
WALProtos.RegionEventDescriptor.Builder.addStores(int index,
WALProtos.StoreDescriptor.Builder builderForValue)
repeated .StoreDescriptor stores = 5;
|
WALProtos.RegionEventDescriptor.Builder |
WALProtos.RegionEventDescriptor.Builder.addStores(int index,
WALProtos.StoreDescriptor value)
repeated .StoreDescriptor stores = 5;
|
WALProtos.RegionEventDescriptor.Builder |
WALProtos.RegionEventDescriptor.Builder.addStores(WALProtos.StoreDescriptor.Builder builderForValue)
repeated .StoreDescriptor stores = 5;
|
WALProtos.RegionEventDescriptor.Builder |
WALProtos.RegionEventDescriptor.Builder.addStores(WALProtos.StoreDescriptor value)
repeated .StoreDescriptor stores = 5;
|
WALProtos.RegionEventDescriptor.Builder |
WALProtos.RegionEventDescriptor.Builder.clear() |
WALProtos.RegionEventDescriptor.Builder |
WALProtos.RegionEventDescriptor.Builder.clearEncodedRegionName()
required bytes encoded_region_name = 3;
|
WALProtos.RegionEventDescriptor.Builder |
WALProtos.RegionEventDescriptor.Builder.clearEventType()
required .RegionEventDescriptor.EventType event_type = 1;
|
WALProtos.RegionEventDescriptor.Builder |
WALProtos.RegionEventDescriptor.Builder.clearLogSequenceNumber()
optional uint64 log_sequence_number = 4;
|
WALProtos.RegionEventDescriptor.Builder |
WALProtos.RegionEventDescriptor.Builder.clearRegionName()
optional bytes region_name = 7;
|
WALProtos.RegionEventDescriptor.Builder |
WALProtos.RegionEventDescriptor.Builder.clearServer()
optional .ServerName server = 6;
|
WALProtos.RegionEventDescriptor.Builder |
WALProtos.RegionEventDescriptor.Builder.clearStores()
repeated .StoreDescriptor stores = 5;
|
WALProtos.RegionEventDescriptor.Builder |
WALProtos.RegionEventDescriptor.Builder.clearTableName()
required bytes table_name = 2;
|
WALProtos.RegionEventDescriptor.Builder |
WALProtos.RegionEventDescriptor.Builder.clone() |
WALProtos.RegionEventDescriptor.Builder |
WALProtos.RegionEventDescriptor.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
WALProtos.RegionEventDescriptor.Builder |
WALProtos.RegionEventDescriptor.Builder.mergeFrom(com.google.protobuf.Message other) |
WALProtos.RegionEventDescriptor.Builder |
WALProtos.RegionEventDescriptor.Builder.mergeFrom(WALProtos.RegionEventDescriptor other) |
WALProtos.RegionEventDescriptor.Builder |
WALProtos.RegionEventDescriptor.Builder.mergeServer(HBaseProtos.ServerName value)
optional .ServerName server = 6;
|
static WALProtos.RegionEventDescriptor.Builder |
WALProtos.RegionEventDescriptor.newBuilder() |
static WALProtos.RegionEventDescriptor.Builder |
WALProtos.RegionEventDescriptor.newBuilder(WALProtos.RegionEventDescriptor prototype) |
WALProtos.RegionEventDescriptor.Builder |
WALProtos.RegionEventDescriptor.newBuilderForType() |
protected WALProtos.RegionEventDescriptor.Builder |
WALProtos.RegionEventDescriptor.newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
WALProtos.RegionEventDescriptor.Builder |
WALProtos.RegionEventDescriptor.Builder.removeStores(int index)
repeated .StoreDescriptor stores = 5;
|
WALProtos.RegionEventDescriptor.Builder |
WALProtos.RegionEventDescriptor.Builder.setEncodedRegionName(com.google.protobuf.ByteString value)
required bytes encoded_region_name = 3;
|
WALProtos.RegionEventDescriptor.Builder |
WALProtos.RegionEventDescriptor.Builder.setEventType(WALProtos.RegionEventDescriptor.EventType value)
required .RegionEventDescriptor.EventType event_type = 1;
|
WALProtos.RegionEventDescriptor.Builder |
WALProtos.RegionEventDescriptor.Builder.setLogSequenceNumber(long value)
optional uint64 log_sequence_number = 4;
|
WALProtos.RegionEventDescriptor.Builder |
WALProtos.RegionEventDescriptor.Builder.setRegionName(com.google.protobuf.ByteString value)
optional bytes region_name = 7;
|
WALProtos.RegionEventDescriptor.Builder |
WALProtos.RegionEventDescriptor.Builder.setServer(HBaseProtos.ServerName.Builder builderForValue)
optional .ServerName server = 6;
|
WALProtos.RegionEventDescriptor.Builder |
WALProtos.RegionEventDescriptor.Builder.setServer(HBaseProtos.ServerName value)
optional .ServerName server = 6;
|
WALProtos.RegionEventDescriptor.Builder |
WALProtos.RegionEventDescriptor.Builder.setStores(int index,
WALProtos.StoreDescriptor.Builder builderForValue)
repeated .StoreDescriptor stores = 5;
|
WALProtos.RegionEventDescriptor.Builder |
WALProtos.RegionEventDescriptor.Builder.setStores(int index,
WALProtos.StoreDescriptor value)
repeated .StoreDescriptor stores = 5;
|
WALProtos.RegionEventDescriptor.Builder |
WALProtos.RegionEventDescriptor.Builder.setTableName(com.google.protobuf.ByteString value)
required bytes table_name = 2;
|
WALProtos.RegionEventDescriptor.Builder |
WALProtos.RegionEventDescriptor.toBuilder() |