|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of WALProtos.WALKey.Builder in org.apache.hadoop.hbase.protobuf.generated |
---|
Methods in org.apache.hadoop.hbase.protobuf.generated that return WALProtos.WALKey.Builder | |
---|---|
WALProtos.WALKey.Builder |
WALProtos.WALKey.Builder.addAllClusterIds(Iterable<? extends HBaseProtos.UUID> values)
repeated .UUID cluster_ids = 8; |
WALProtos.WALKey.Builder |
WALProtos.WALKey.Builder.addAllScopes(Iterable<? extends WALProtos.FamilyScope> values)
repeated .FamilyScope scopes = 6; |
WALProtos.WALKey.Builder |
WALProtos.WALKey.Builder.addClusterIds(HBaseProtos.UUID.Builder builderForValue)
repeated .UUID cluster_ids = 8; |
WALProtos.WALKey.Builder |
WALProtos.WALKey.Builder.addClusterIds(HBaseProtos.UUID value)
repeated .UUID cluster_ids = 8; |
WALProtos.WALKey.Builder |
WALProtos.WALKey.Builder.addClusterIds(int index,
HBaseProtos.UUID.Builder builderForValue)
repeated .UUID cluster_ids = 8; |
WALProtos.WALKey.Builder |
WALProtos.WALKey.Builder.addClusterIds(int index,
HBaseProtos.UUID value)
repeated .UUID cluster_ids = 8; |
WALProtos.WALKey.Builder |
WALProtos.WALKey.Builder.addScopes(int index,
WALProtos.FamilyScope.Builder builderForValue)
repeated .FamilyScope scopes = 6; |
WALProtos.WALKey.Builder |
WALProtos.WALKey.Builder.addScopes(int index,
WALProtos.FamilyScope value)
repeated .FamilyScope scopes = 6; |
WALProtos.WALKey.Builder |
WALProtos.WALKey.Builder.addScopes(WALProtos.FamilyScope.Builder builderForValue)
repeated .FamilyScope scopes = 6; |
WALProtos.WALKey.Builder |
WALProtos.WALKey.Builder.addScopes(WALProtos.FamilyScope value)
repeated .FamilyScope scopes = 6; |
WALProtos.WALKey.Builder |
WALProtos.WALKey.Builder.clear()
|
WALProtos.WALKey.Builder |
WALProtos.WALKey.Builder.clearClusterId()
Deprecated. |
WALProtos.WALKey.Builder |
WALProtos.WALKey.Builder.clearClusterIds()
repeated .UUID cluster_ids = 8; |
WALProtos.WALKey.Builder |
WALProtos.WALKey.Builder.clearEncodedRegionName()
required bytes encoded_region_name = 1; |
WALProtos.WALKey.Builder |
WALProtos.WALKey.Builder.clearFollowingKvCount()
optional uint32 following_kv_count = 7; |
WALProtos.WALKey.Builder |
WALProtos.WALKey.Builder.clearLogSequenceNumber()
required uint64 log_sequence_number = 3; |
WALProtos.WALKey.Builder |
WALProtos.WALKey.Builder.clearScopes()
repeated .FamilyScope scopes = 6; |
WALProtos.WALKey.Builder |
WALProtos.WALKey.Builder.clearTableName()
required bytes table_name = 2; |
WALProtos.WALKey.Builder |
WALProtos.WALKey.Builder.clearWriteTime()
required uint64 write_time = 4; |
WALProtos.WALKey.Builder |
WALProtos.WALKey.Builder.clone()
|
WALProtos.WALKey.Builder |
AdminProtos.WALEntry.Builder.getKeyBuilder()
required .WALKey key = 1; |
WALProtos.WALKey.Builder |
WALProtos.WALKey.Builder.mergeClusterId(HBaseProtos.UUID value)
Deprecated. |
WALProtos.WALKey.Builder |
WALProtos.WALKey.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
WALProtos.WALKey.Builder |
WALProtos.WALKey.Builder.mergeFrom(com.google.protobuf.Message other)
|
WALProtos.WALKey.Builder |
WALProtos.WALKey.Builder.mergeFrom(WALProtos.WALKey other)
|
static WALProtos.WALKey.Builder |
WALProtos.WALKey.newBuilder()
|
static WALProtos.WALKey.Builder |
WALProtos.WALKey.newBuilder(WALProtos.WALKey prototype)
|
WALProtos.WALKey.Builder |
WALProtos.WALKey.newBuilderForType()
|
protected WALProtos.WALKey.Builder |
WALProtos.WALKey.newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
|
WALProtos.WALKey.Builder |
WALProtos.WALKey.Builder.removeClusterIds(int index)
repeated .UUID cluster_ids = 8; |
WALProtos.WALKey.Builder |
WALProtos.WALKey.Builder.removeScopes(int index)
repeated .FamilyScope scopes = 6; |
WALProtos.WALKey.Builder |
WALProtos.WALKey.Builder.setClusterId(HBaseProtos.UUID.Builder builderForValue)
Deprecated. |
WALProtos.WALKey.Builder |
WALProtos.WALKey.Builder.setClusterId(HBaseProtos.UUID value)
Deprecated. |
WALProtos.WALKey.Builder |
WALProtos.WALKey.Builder.setClusterIds(int index,
HBaseProtos.UUID.Builder builderForValue)
repeated .UUID cluster_ids = 8; |
WALProtos.WALKey.Builder |
WALProtos.WALKey.Builder.setClusterIds(int index,
HBaseProtos.UUID value)
repeated .UUID cluster_ids = 8; |
WALProtos.WALKey.Builder |
WALProtos.WALKey.Builder.setEncodedRegionName(com.google.protobuf.ByteString value)
required bytes encoded_region_name = 1; |
WALProtos.WALKey.Builder |
WALProtos.WALKey.Builder.setFollowingKvCount(int value)
optional uint32 following_kv_count = 7; |
WALProtos.WALKey.Builder |
WALProtos.WALKey.Builder.setLogSequenceNumber(long value)
required uint64 log_sequence_number = 3; |
WALProtos.WALKey.Builder |
WALProtos.WALKey.Builder.setScopes(int index,
WALProtos.FamilyScope.Builder builderForValue)
repeated .FamilyScope scopes = 6; |
WALProtos.WALKey.Builder |
WALProtos.WALKey.Builder.setScopes(int index,
WALProtos.FamilyScope value)
repeated .FamilyScope scopes = 6; |
WALProtos.WALKey.Builder |
WALProtos.WALKey.Builder.setTableName(com.google.protobuf.ByteString value)
required bytes table_name = 2; |
WALProtos.WALKey.Builder |
WALProtos.WALKey.Builder.setWriteTime(long value)
required uint64 write_time = 4; |
WALProtos.WALKey.Builder |
WALProtos.WALKey.toBuilder()
|
Methods in org.apache.hadoop.hbase.protobuf.generated with parameters of type WALProtos.WALKey.Builder | |
---|---|
AdminProtos.WALEntry.Builder |
AdminProtos.WALEntry.Builder.setKey(WALProtos.WALKey.Builder builderForValue)
required .WALKey key = 1; |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |