org.apache.hadoop.hbase.protobuf.generated
Interface HBaseProtos.LongMsgOrBuilder

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

public static interface HBaseProtos.LongMsgOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 long getLongMsg()
          required int64 long_msg = 1;
 boolean hasLongMsg()
          required int64 long_msg = 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

hasLongMsg

boolean hasLongMsg()
required int64 long_msg = 1;


getLongMsg

long getLongMsg()
required int64 long_msg = 1;



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