Uses of Class
org.apache.hadoop.hbase.protobuf.generated.WALProtos.WALKey

Packages that use WALProtos.WALKey
org.apache.hadoop.hbase.protobuf.generated   
org.apache.hadoop.hbase.regionserver.wal   
 

Uses of WALProtos.WALKey in org.apache.hadoop.hbase.protobuf.generated
 

Methods in org.apache.hadoop.hbase.protobuf.generated that return WALProtos.WALKey
 WALProtos.WALKey WALProtos.WALKey.Builder.build()
           
 WALProtos.WALKey WALProtos.WALKey.Builder.buildPartial()
           
static WALProtos.WALKey WALProtos.WALKey.getDefaultInstance()
           
 WALProtos.WALKey WALProtos.WALKey.getDefaultInstanceForType()
           
 WALProtos.WALKey WALProtos.WALKey.Builder.getDefaultInstanceForType()
           
 WALProtos.WALKey AdminProtos.WALEntryOrBuilder.getKey()
           
 WALProtos.WALKey AdminProtos.WALEntry.getKey()
           
 WALProtos.WALKey AdminProtos.WALEntry.Builder.getKey()
           
static WALProtos.WALKey WALProtos.WALKey.parseDelimitedFrom(InputStream input)
           
static WALProtos.WALKey WALProtos.WALKey.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static WALProtos.WALKey WALProtos.WALKey.parseFrom(byte[] data)
           
static WALProtos.WALKey WALProtos.WALKey.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static WALProtos.WALKey WALProtos.WALKey.parseFrom(com.google.protobuf.ByteString data)
           
static WALProtos.WALKey WALProtos.WALKey.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static WALProtos.WALKey WALProtos.WALKey.parseFrom(com.google.protobuf.CodedInputStream input)
           
static WALProtos.WALKey WALProtos.WALKey.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static WALProtos.WALKey WALProtos.WALKey.parseFrom(InputStream input)
           
static WALProtos.WALKey WALProtos.WALKey.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 

Methods in org.apache.hadoop.hbase.protobuf.generated with parameters of type WALProtos.WALKey
 WALProtos.WALKey.Builder WALProtos.WALKey.Builder.mergeFrom(WALProtos.WALKey other)
           
 AdminProtos.WALEntry.Builder AdminProtos.WALEntry.Builder.mergeKey(WALProtos.WALKey value)
           
static WALProtos.WALKey.Builder WALProtos.WALKey.newBuilder(WALProtos.WALKey prototype)
           
 AdminProtos.WALEntry.Builder AdminProtos.WALEntry.Builder.setKey(WALProtos.WALKey value)
           
 

Uses of WALProtos.WALKey in org.apache.hadoop.hbase.regionserver.wal
 

Methods in org.apache.hadoop.hbase.regionserver.wal with parameters of type WALProtos.WALKey
 void HLogKey.readFieldsFromPb(WALProtos.WALKey walKey, WALCellCodec.ByteStringUncompressor uncompressor)
           
 

Constructors in org.apache.hadoop.hbase.regionserver.wal with parameters of type WALProtos.WALKey
HLogKey(WALProtos.WALKey walKey)
          Create HLogKey wrapper around protobuf WAL key; takes care of compression.
 



Copyright © 2013 The Apache Software Foundation. All Rights Reserved.