Package | Description |
---|---|
org.apache.hadoop.hbase.protobuf.generated | |
org.apache.hadoop.hbase.wal |
Modifier and Type | Method and Description |
---|---|
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.clearNonce()
optional uint64 nonce = 10; |
WALProtos.WALKey.Builder |
WALProtos.WALKey.Builder.clearNonceGroup()
optional uint64 nonceGroup = 9; |
WALProtos.WALKey.Builder |
WALProtos.WALKey.Builder.clearOrigSequenceNumber()
optional uint64 orig_sequence_number = 11; |
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.setNonce(long value)
optional uint64 nonce = 10; |
WALProtos.WALKey.Builder |
WALProtos.WALKey.Builder.setNonceGroup(long value)
optional uint64 nonceGroup = 9; |
WALProtos.WALKey.Builder |
WALProtos.WALKey.Builder.setOrigSequenceNumber(long value)
optional uint64 orig_sequence_number = 11; |
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() |
Modifier and Type | Method and Description |
---|---|
AdminProtos.WALEntry.Builder |
AdminProtos.WALEntry.Builder.setKey(WALProtos.WALKey.Builder builderForValue)
required .WALKey key = 1; |
Modifier and Type | Method and Description |
---|---|
WALProtos.WALKey.Builder |
WALKey.getBuilder(WALCellCodec.ByteStringCompressor compressor) |
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.