org.apache.hadoop.hbase.protobuf.generated
Interface RPCProtos.CellBlockMetaOrBuilder

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

public static interface RPCProtos.CellBlockMetaOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 int getLength()
          optional uint32 length = 1;
 boolean hasLength()
          optional uint32 length = 1;
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
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 © 2015 The Apache Software Foundation. All Rights Reserved.