WALProtos.FlushDescriptor.Builder |
WALProtos.FlushDescriptor.Builder.addAllStoreFlushes(Iterable<? extends WALProtos.FlushDescriptor.StoreFlushDescriptor> values)
repeated .FlushDescriptor.StoreFlushDescriptor store_flushes = 5;
|
WALProtos.FlushDescriptor.Builder |
WALProtos.FlushDescriptor.Builder.addStoreFlushes(int index,
WALProtos.FlushDescriptor.StoreFlushDescriptor.Builder builderForValue)
repeated .FlushDescriptor.StoreFlushDescriptor store_flushes = 5;
|
WALProtos.FlushDescriptor.Builder |
WALProtos.FlushDescriptor.Builder.addStoreFlushes(int index,
WALProtos.FlushDescriptor.StoreFlushDescriptor value)
repeated .FlushDescriptor.StoreFlushDescriptor store_flushes = 5;
|
WALProtos.FlushDescriptor.Builder |
WALProtos.FlushDescriptor.Builder.addStoreFlushes(WALProtos.FlushDescriptor.StoreFlushDescriptor.Builder builderForValue)
repeated .FlushDescriptor.StoreFlushDescriptor store_flushes = 5;
|
WALProtos.FlushDescriptor.Builder |
WALProtos.FlushDescriptor.Builder.addStoreFlushes(WALProtos.FlushDescriptor.StoreFlushDescriptor value)
repeated .FlushDescriptor.StoreFlushDescriptor store_flushes = 5;
|
WALProtos.FlushDescriptor.Builder |
WALProtos.FlushDescriptor.Builder.clear() |
WALProtos.FlushDescriptor.Builder |
WALProtos.FlushDescriptor.Builder.clearAction()
required .FlushDescriptor.FlushAction action = 1;
|
WALProtos.FlushDescriptor.Builder |
WALProtos.FlushDescriptor.Builder.clearEncodedRegionName()
required bytes encoded_region_name = 3;
|
WALProtos.FlushDescriptor.Builder |
WALProtos.FlushDescriptor.Builder.clearFlushSequenceNumber()
optional uint64 flush_sequence_number = 4;
|
WALProtos.FlushDescriptor.Builder |
WALProtos.FlushDescriptor.Builder.clearRegionName()
optional bytes region_name = 6;
|
WALProtos.FlushDescriptor.Builder |
WALProtos.FlushDescriptor.Builder.clearStoreFlushes()
repeated .FlushDescriptor.StoreFlushDescriptor store_flushes = 5;
|
WALProtos.FlushDescriptor.Builder |
WALProtos.FlushDescriptor.Builder.clearTableName()
required bytes table_name = 2;
|
WALProtos.FlushDescriptor.Builder |
WALProtos.FlushDescriptor.Builder.clone() |
WALProtos.FlushDescriptor.Builder |
WALProtos.FlushDescriptor.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
WALProtos.FlushDescriptor.Builder |
WALProtos.FlushDescriptor.Builder.mergeFrom(com.google.protobuf.Message other) |
WALProtos.FlushDescriptor.Builder |
WALProtos.FlushDescriptor.Builder.mergeFrom(WALProtos.FlushDescriptor other) |
static WALProtos.FlushDescriptor.Builder |
WALProtos.FlushDescriptor.newBuilder() |
static WALProtos.FlushDescriptor.Builder |
WALProtos.FlushDescriptor.newBuilder(WALProtos.FlushDescriptor prototype) |
WALProtos.FlushDescriptor.Builder |
WALProtos.FlushDescriptor.newBuilderForType() |
protected WALProtos.FlushDescriptor.Builder |
WALProtos.FlushDescriptor.newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
WALProtos.FlushDescriptor.Builder |
WALProtos.FlushDescriptor.Builder.removeStoreFlushes(int index)
repeated .FlushDescriptor.StoreFlushDescriptor store_flushes = 5;
|
WALProtos.FlushDescriptor.Builder |
WALProtos.FlushDescriptor.Builder.setAction(WALProtos.FlushDescriptor.FlushAction value)
required .FlushDescriptor.FlushAction action = 1;
|
WALProtos.FlushDescriptor.Builder |
WALProtos.FlushDescriptor.Builder.setEncodedRegionName(com.google.protobuf.ByteString value)
required bytes encoded_region_name = 3;
|
WALProtos.FlushDescriptor.Builder |
WALProtos.FlushDescriptor.Builder.setFlushSequenceNumber(long value)
optional uint64 flush_sequence_number = 4;
|
WALProtos.FlushDescriptor.Builder |
WALProtos.FlushDescriptor.Builder.setRegionName(com.google.protobuf.ByteString value)
optional bytes region_name = 6;
|
WALProtos.FlushDescriptor.Builder |
WALProtos.FlushDescriptor.Builder.setStoreFlushes(int index,
WALProtos.FlushDescriptor.StoreFlushDescriptor.Builder builderForValue)
repeated .FlushDescriptor.StoreFlushDescriptor store_flushes = 5;
|
WALProtos.FlushDescriptor.Builder |
WALProtos.FlushDescriptor.Builder.setStoreFlushes(int index,
WALProtos.FlushDescriptor.StoreFlushDescriptor value)
repeated .FlushDescriptor.StoreFlushDescriptor store_flushes = 5;
|
WALProtos.FlushDescriptor.Builder |
WALProtos.FlushDescriptor.Builder.setTableName(com.google.protobuf.ByteString value)
required bytes table_name = 2;
|
WALProtos.FlushDescriptor.Builder |
WALProtos.FlushDescriptor.toBuilder() |