org.apache.hadoop.hbase.protobuf.generated
Interface ZooKeeperProtos.ReplicationHLogPositionOrBuilder

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

public static interface ZooKeeperProtos.ReplicationHLogPositionOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 long getPosition()
          required int64 position = 1;
 boolean hasPosition()
          required int64 position = 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

hasPosition

boolean hasPosition()
required int64 position = 1;


getPosition

long getPosition()
required int64 position = 1;



Copyright © 2007–2015 The Apache Software Foundation. All rights reserved.