public static interface HBasePB.ProcedureDescriptionOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
| Modifier and Type | Method and Description |
|---|---|
HBasePB.NameStringPair |
getConfiguration(int index)
repeated .NameStringPair configuration = 4; |
int |
getConfigurationCount()
repeated .NameStringPair configuration = 4; |
List<HBasePB.NameStringPair> |
getConfigurationList()
repeated .NameStringPair configuration = 4; |
long |
getCreationTime()
optional int64 creation_time = 3 [default = 0]; |
String |
getInstance()
the procedure instance name
|
com.google.protobuf.ByteString |
getInstanceBytes()
the procedure instance name
|
String |
getSignature()
the unique signature of the procedure
|
com.google.protobuf.ByteString |
getSignatureBytes()
the unique signature of the procedure
|
boolean |
hasCreationTime()
optional int64 creation_time = 3 [default = 0]; |
boolean |
hasInstance()
the procedure instance name
|
boolean |
hasSignature()
the unique signature of the procedure
|
boolean hasSignature()
the unique signature of the procedure
required string signature = 1;String getSignature()
the unique signature of the procedure
required string signature = 1;com.google.protobuf.ByteString getSignatureBytes()
the unique signature of the procedure
required string signature = 1;boolean hasInstance()
the procedure instance name
optional string instance = 2;String getInstance()
the procedure instance name
optional string instance = 2;com.google.protobuf.ByteString getInstanceBytes()
the procedure instance name
optional string instance = 2;boolean hasCreationTime()
optional int64 creation_time = 3 [default = 0];long getCreationTime()
optional int64 creation_time = 3 [default = 0];List<HBasePB.NameStringPair> getConfigurationList()
repeated .NameStringPair configuration = 4;HBasePB.NameStringPair getConfiguration(int index)
repeated .NameStringPair configuration = 4;int getConfigurationCount()
repeated .NameStringPair configuration = 4;Copyright © 2010–2018 The Async HBase Authors. All rights reserved.