public static final class ZooKeeperPB.TableLock extends com.google.protobuf.GeneratedMessageLite<ZooKeeperPB.TableLock,ZooKeeperPB.TableLock.Builder> implements ZooKeeperPB.TableLockOrBuilder
Metadata associated with a table lock in zookeeperProtobuf type
TableLock| Modifier and Type | Class and Description |
|---|---|
static class |
ZooKeeperPB.TableLock.Builder
Metadata associated with a table lock in zookeeper
|
com.google.protobuf.GeneratedMessageLite.DefaultInstanceBasedParser<T extends com.google.protobuf.GeneratedMessageLite<T,?>>, com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType,BuilderType>,BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType,BuilderType>,BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType,BuilderType>,BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageLite.GeneratedExtension<ContainingType extends com.google.protobuf.MessageLite,Type>, com.google.protobuf.GeneratedMessageLite.MergeFromVisitor, com.google.protobuf.GeneratedMessageLite.MethodToInvoke, com.google.protobuf.GeneratedMessageLite.SerializedForm, com.google.protobuf.GeneratedMessageLite.Visitor| Modifier and Type | Field and Description |
|---|---|
static int |
CREATE_TIME_FIELD_NUMBER |
static int |
IS_SHARED_FIELD_NUMBER |
static int |
LOCK_OWNER_FIELD_NUMBER |
static int |
PURPOSE_FIELD_NUMBER |
static int |
TABLE_NAME_FIELD_NUMBER |
static int |
THREAD_ID_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
dynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method,
Object arg0,
Object arg1) |
long |
getCreateTime()
optional int64 create_time = 6; |
static ZooKeeperPB.TableLock |
getDefaultInstance() |
boolean |
getIsShared()
optional bool is_shared = 4; |
HBasePB.ServerName |
getLockOwner()
optional .ServerName lock_owner = 2; |
String |
getPurpose()
optional string purpose = 5; |
com.google.protobuf.ByteString |
getPurposeBytes()
optional string purpose = 5; |
int |
getSerializedSize() |
HBasePB.TableName |
getTableName()
optional .TableName table_name = 1; |
long |
getThreadId()
optional int64 thread_id = 3; |
boolean |
hasCreateTime()
optional int64 create_time = 6; |
boolean |
hasIsShared()
optional bool is_shared = 4; |
boolean |
hasLockOwner()
optional .ServerName lock_owner = 2; |
boolean |
hasPurpose()
optional string purpose = 5; |
boolean |
hasTableName()
optional .TableName table_name = 1; |
boolean |
hasThreadId()
optional int64 thread_id = 3; |
static ZooKeeperPB.TableLock.Builder |
newBuilder() |
static ZooKeeperPB.TableLock.Builder |
newBuilder(ZooKeeperPB.TableLock prototype) |
static ZooKeeperPB.TableLock |
parseDelimitedFrom(InputStream input) |
static ZooKeeperPB.TableLock |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ZooKeeperPB.TableLock |
parseFrom(byte[] data) |
static ZooKeeperPB.TableLock |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ZooKeeperPB.TableLock |
parseFrom(ByteBuffer data) |
static ZooKeeperPB.TableLock |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ZooKeeperPB.TableLock |
parseFrom(com.google.protobuf.ByteString data) |
static ZooKeeperPB.TableLock |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ZooKeeperPB.TableLock |
parseFrom(com.google.protobuf.CodedInputStream input) |
static ZooKeeperPB.TableLock |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ZooKeeperPB.TableLock |
parseFrom(InputStream input) |
static ZooKeeperPB.TableLock |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<ZooKeeperPB.TableLock> |
parser() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
createBuilder, createBuilder, dynamicMethod, dynamicMethod, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, emptyProtobufList, equals, getDefaultInstanceForType, getParserForType, hashCode, isInitialized, isInitialized, makeImmutable, makeImmutable, mergeLengthDelimitedField, mergeUnknownFields, mergeVarintField, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBuilderForType, newRepeatedGeneratedExtension, newSingularGeneratedExtension, parseDelimitedFrom, parseDelimitedFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parsePartialFrom, parseUnknownField, toBuilder, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTopublic static final int TABLE_NAME_FIELD_NUMBER
public static final int LOCK_OWNER_FIELD_NUMBER
public static final int THREAD_ID_FIELD_NUMBER
public static final int IS_SHARED_FIELD_NUMBER
public static final int PURPOSE_FIELD_NUMBER
public static final int CREATE_TIME_FIELD_NUMBER
public boolean hasTableName()
optional .TableName table_name = 1;hasTableName in interface ZooKeeperPB.TableLockOrBuilderpublic HBasePB.TableName getTableName()
optional .TableName table_name = 1;getTableName in interface ZooKeeperPB.TableLockOrBuilderpublic boolean hasLockOwner()
optional .ServerName lock_owner = 2;hasLockOwner in interface ZooKeeperPB.TableLockOrBuilderpublic HBasePB.ServerName getLockOwner()
optional .ServerName lock_owner = 2;getLockOwner in interface ZooKeeperPB.TableLockOrBuilderpublic boolean hasThreadId()
optional int64 thread_id = 3;hasThreadId in interface ZooKeeperPB.TableLockOrBuilderpublic long getThreadId()
optional int64 thread_id = 3;getThreadId in interface ZooKeeperPB.TableLockOrBuilderpublic boolean hasIsShared()
optional bool is_shared = 4;hasIsShared in interface ZooKeeperPB.TableLockOrBuilderpublic boolean getIsShared()
optional bool is_shared = 4;getIsShared in interface ZooKeeperPB.TableLockOrBuilderpublic boolean hasPurpose()
optional string purpose = 5;hasPurpose in interface ZooKeeperPB.TableLockOrBuilderpublic String getPurpose()
optional string purpose = 5;getPurpose in interface ZooKeeperPB.TableLockOrBuilderpublic com.google.protobuf.ByteString getPurposeBytes()
optional string purpose = 5;getPurposeBytes in interface ZooKeeperPB.TableLockOrBuilderpublic boolean hasCreateTime()
optional int64 create_time = 6;hasCreateTime in interface ZooKeeperPB.TableLockOrBuilderpublic long getCreateTime()
optional int64 create_time = 6;getCreateTime in interface ZooKeeperPB.TableLockOrBuilderpublic void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLiteIOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitepublic static ZooKeeperPB.TableLock parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ZooKeeperPB.TableLock parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ZooKeeperPB.TableLock parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ZooKeeperPB.TableLock parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ZooKeeperPB.TableLock parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ZooKeeperPB.TableLock parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ZooKeeperPB.TableLock parseFrom(InputStream input) throws IOException
IOExceptionpublic static ZooKeeperPB.TableLock parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ZooKeeperPB.TableLock parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static ZooKeeperPB.TableLock parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ZooKeeperPB.TableLock parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static ZooKeeperPB.TableLock parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ZooKeeperPB.TableLock.Builder newBuilder()
public static ZooKeeperPB.TableLock.Builder newBuilder(ZooKeeperPB.TableLock prototype)
protected final Object dynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method, Object arg0, Object arg1)
dynamicMethod in class com.google.protobuf.GeneratedMessageLite<ZooKeeperPB.TableLock,ZooKeeperPB.TableLock.Builder>public static ZooKeeperPB.TableLock getDefaultInstance()
public static com.google.protobuf.Parser<ZooKeeperPB.TableLock> parser()
Copyright © 2010–2018 The Async HBase Authors. All rights reserved.