Uses of Class
org.apache.hadoop.hbase.protobuf.generated.ZooKeeperProtos.SplitLogTask.RecoveryMode

Packages that use ZooKeeperProtos.SplitLogTask.RecoveryMode
org.apache.hadoop.hbase.protobuf.generated   
 

Uses of ZooKeeperProtos.SplitLogTask.RecoveryMode in org.apache.hadoop.hbase.protobuf.generated
 

Methods in org.apache.hadoop.hbase.protobuf.generated that return ZooKeeperProtos.SplitLogTask.RecoveryMode
 ZooKeeperProtos.SplitLogTask.RecoveryMode ZooKeeperProtos.SplitLogTaskOrBuilder.getMode()
          optional .SplitLogTask.RecoveryMode mode = 3 [default = UNKNOWN];
 ZooKeeperProtos.SplitLogTask.RecoveryMode ZooKeeperProtos.SplitLogTask.getMode()
          optional .SplitLogTask.RecoveryMode mode = 3 [default = UNKNOWN];
 ZooKeeperProtos.SplitLogTask.RecoveryMode ZooKeeperProtos.SplitLogTask.Builder.getMode()
          optional .SplitLogTask.RecoveryMode mode = 3 [default = UNKNOWN];
static ZooKeeperProtos.SplitLogTask.RecoveryMode ZooKeeperProtos.SplitLogTask.RecoveryMode.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
           
static ZooKeeperProtos.SplitLogTask.RecoveryMode ZooKeeperProtos.SplitLogTask.RecoveryMode.valueOf(int value)
           
static ZooKeeperProtos.SplitLogTask.RecoveryMode ZooKeeperProtos.SplitLogTask.RecoveryMode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ZooKeeperProtos.SplitLogTask.RecoveryMode[] ZooKeeperProtos.SplitLogTask.RecoveryMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.hadoop.hbase.protobuf.generated that return types with arguments of type ZooKeeperProtos.SplitLogTask.RecoveryMode
static com.google.protobuf.Internal.EnumLiteMap<ZooKeeperProtos.SplitLogTask.RecoveryMode> ZooKeeperProtos.SplitLogTask.RecoveryMode.internalGetValueMap()
           
 

Methods in org.apache.hadoop.hbase.protobuf.generated with parameters of type ZooKeeperProtos.SplitLogTask.RecoveryMode
 ZooKeeperProtos.SplitLogTask.Builder ZooKeeperProtos.SplitLogTask.Builder.setMode(ZooKeeperProtos.SplitLogTask.RecoveryMode value)
          optional .SplitLogTask.RecoveryMode mode = 3 [default = UNKNOWN];
 



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