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) |
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, toString
addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
public 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.TableLockOrBuilder
public HBasePB.TableName getTableName()
optional .TableName table_name = 1;
getTableName
in interface ZooKeeperPB.TableLockOrBuilder
public boolean hasLockOwner()
optional .ServerName lock_owner = 2;
hasLockOwner
in interface ZooKeeperPB.TableLockOrBuilder
public HBasePB.ServerName getLockOwner()
optional .ServerName lock_owner = 2;
getLockOwner
in interface ZooKeeperPB.TableLockOrBuilder
public boolean hasThreadId()
optional int64 thread_id = 3;
hasThreadId
in interface ZooKeeperPB.TableLockOrBuilder
public long getThreadId()
optional int64 thread_id = 3;
getThreadId
in interface ZooKeeperPB.TableLockOrBuilder
public boolean hasIsShared()
optional bool is_shared = 4;
hasIsShared
in interface ZooKeeperPB.TableLockOrBuilder
public boolean getIsShared()
optional bool is_shared = 4;
getIsShared
in interface ZooKeeperPB.TableLockOrBuilder
public boolean hasPurpose()
optional string purpose = 5;
hasPurpose
in interface ZooKeeperPB.TableLockOrBuilder
public String getPurpose()
optional string purpose = 5;
getPurpose
in interface ZooKeeperPB.TableLockOrBuilder
public com.google.protobuf.ByteString getPurposeBytes()
optional string purpose = 5;
getPurposeBytes
in interface ZooKeeperPB.TableLockOrBuilder
public boolean hasCreateTime()
optional int64 create_time = 6;
hasCreateTime
in interface ZooKeeperPB.TableLockOrBuilder
public long getCreateTime()
optional int64 create_time = 6;
getCreateTime
in interface ZooKeeperPB.TableLockOrBuilder
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
writeTo
in interface com.google.protobuf.MessageLite
IOException
public int getSerializedSize()
getSerializedSize
in interface com.google.protobuf.MessageLite
public static ZooKeeperPB.TableLock parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ZooKeeperPB.TableLock parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ZooKeeperPB.TableLock parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ZooKeeperPB.TableLock parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ZooKeeperPB.TableLock parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ZooKeeperPB.TableLock parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ZooKeeperPB.TableLock parseFrom(InputStream input) throws IOException
IOException
public static ZooKeeperPB.TableLock parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static ZooKeeperPB.TableLock parseDelimitedFrom(InputStream input) throws IOException
IOException
public static ZooKeeperPB.TableLock parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static ZooKeeperPB.TableLock parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static ZooKeeperPB.TableLock parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public 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–2017 The Async HBase Authors. All rights reserved.