public static final class ZooKeeperProtos.ReplicationLock extends com.google.protobuf.GeneratedMessage implements ZooKeeperProtos.ReplicationLockOrBuilder
ReplicationLock
 Used by replication. Used to lock a region server during failover.
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
ZooKeeperProtos.ReplicationLock.Builder
Protobuf type  
ReplicationLock | 
| Modifier and Type | Field and Description | 
|---|---|
static int | 
LOCK_OWNER_FIELD_NUMBER  | 
static <any> | 
PARSER  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(Object obj)  | 
static ZooKeeperProtos.ReplicationLock | 
getDefaultInstance()  | 
ZooKeeperProtos.ReplicationLock | 
getDefaultInstanceForType()  | 
static com.google.protobuf.Descriptors.Descriptor | 
getDescriptor()  | 
String | 
getLockOwner()
required string lock_owner = 1; | 
com.google.protobuf.ByteString | 
getLockOwnerBytes()
required string lock_owner = 1; | 
<any> | 
getParserForType()  | 
int | 
getSerializedSize()  | 
com.google.protobuf.UnknownFieldSet | 
getUnknownFields()  | 
int | 
hashCode()  | 
boolean | 
hasLockOwner()
required string lock_owner = 1; | 
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable | 
internalGetFieldAccessorTable()  | 
boolean | 
isInitialized()  | 
static ZooKeeperProtos.ReplicationLock.Builder | 
newBuilder()  | 
static ZooKeeperProtos.ReplicationLock.Builder | 
newBuilder(ZooKeeperProtos.ReplicationLock prototype)  | 
ZooKeeperProtos.ReplicationLock.Builder | 
newBuilderForType()  | 
protected ZooKeeperProtos.ReplicationLock.Builder | 
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)  | 
static ZooKeeperProtos.ReplicationLock | 
parseDelimitedFrom(InputStream input)  | 
static ZooKeeperProtos.ReplicationLock | 
parseDelimitedFrom(InputStream input,
                  com.google.protobuf.ExtensionRegistryLite extensionRegistry)  | 
static ZooKeeperProtos.ReplicationLock | 
parseFrom(byte[] data,
         com.google.protobuf.ExtensionRegistryLite extensionRegistry)  | 
static ZooKeeperProtos.ReplicationLock | 
parseFrom(com.google.protobuf.ByteString data)  | 
static ZooKeeperProtos.ReplicationLock | 
parseFrom(com.google.protobuf.ByteString data,
         com.google.protobuf.ExtensionRegistryLite extensionRegistry)  | 
static ZooKeeperProtos.ReplicationLock | 
parseFrom(com.google.protobuf.CodedInputStream input)  | 
static ZooKeeperProtos.ReplicationLock | 
parseFrom(com.google.protobuf.CodedInputStream input,
         com.google.protobuf.ExtensionRegistryLite extensionRegistry)  | 
static ZooKeeperProtos.ReplicationLock | 
parseFrom(InputStream input,
         com.google.protobuf.ExtensionRegistryLite extensionRegistry)  | 
ZooKeeperProtos.ReplicationLock.Builder | 
toBuilder()  | 
protected Object | 
writeReplace()  | 
void | 
writeTo(com.google.protobuf.CodedOutputStream output)  | 
public static <any> PARSER
public static final int LOCK_OWNER_FIELD_NUMBER
public static ZooKeeperProtos.ReplicationLock getDefaultInstance()
public ZooKeeperProtos.ReplicationLock getDefaultInstanceForType()
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
public <any> getParserForType()
public boolean hasLockOwner()
required string lock_owner = 1;hasLockOwner in interface ZooKeeperProtos.ReplicationLockOrBuilderpublic String getLockOwner()
required string lock_owner = 1;getLockOwner in interface ZooKeeperProtos.ReplicationLockOrBuilderpublic com.google.protobuf.ByteString getLockOwnerBytes()
required string lock_owner = 1;getLockOwnerBytes in interface ZooKeeperProtos.ReplicationLockOrBuilderpublic final boolean isInitialized()
public void writeTo(com.google.protobuf.CodedOutputStream output)
             throws IOException
IOExceptionpublic int getSerializedSize()
protected Object writeReplace() throws ObjectStreamException
ObjectStreamExceptionpublic boolean equals(Object obj)
public int hashCode()
public static ZooKeeperProtos.ReplicationLock parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ZooKeeperProtos.ReplicationLock parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ZooKeeperProtos.ReplicationLock parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ZooKeeperProtos.ReplicationLock parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ZooKeeperProtos.ReplicationLock parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static ZooKeeperProtos.ReplicationLock parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ZooKeeperProtos.ReplicationLock parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static ZooKeeperProtos.ReplicationLock parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ZooKeeperProtos.ReplicationLock.Builder newBuilder()
public ZooKeeperProtos.ReplicationLock.Builder newBuilderForType()
public static ZooKeeperProtos.ReplicationLock.Builder newBuilder(ZooKeeperProtos.ReplicationLock prototype)
public ZooKeeperProtos.ReplicationLock.Builder toBuilder()
protected ZooKeeperProtos.ReplicationLock.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)