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

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

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


Method Summary
 ZooKeeperProtos.ReplicationState.State getState()
          required .ReplicationState.State state = 1;
 boolean hasState()
          required .ReplicationState.State state = 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

hasState

boolean hasState()
required .ReplicationState.State state = 1;


getState

ZooKeeperProtos.ReplicationState.State getState()
required .ReplicationState.State state = 1;



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