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

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

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


Method Summary
 String getLockOwner()
          required string lock_owner = 1;
 com.google.protobuf.ByteString getLockOwnerBytes()
          required string lock_owner = 1;
 boolean hasLockOwner()
          required string lock_owner = 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

hasLockOwner

boolean hasLockOwner()
required string lock_owner = 1;


getLockOwner

String getLockOwner()
required string lock_owner = 1;


getLockOwnerBytes

com.google.protobuf.ByteString getLockOwnerBytes()
required string lock_owner = 1;



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