org.hbase.async.generated
Interface RPCPB.CellBlockMetaOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
All Known Implementing Classes:
RPCPB.CellBlockMeta, RPCPB.CellBlockMeta.Builder
Enclosing class:
RPCPB

public static interface RPCPB.CellBlockMetaOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder


Method Summary
 int getLength()
          optional uint32 length = 1;
 boolean hasLength()
          optional uint32 length = 1;
 
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
 

Method Detail

hasLength

boolean hasLength()
optional uint32 length = 1;
 Length of the following cell block.  Could calculate it but convenient having it too hand.
 


getLength

int getLength()
optional uint32 length = 1;
 Length of the following cell block.  Could calculate it but convenient having it too hand.
 



Copyright © 2010-2015, The Async HBase Authors