public static interface HBaseProtos.ProcedureDescriptionOrBuilder
extends org.apache.hbase.thirdparty.com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
HBaseProtos.NameStringPair |
getConfiguration(int index)
repeated .hbase.pb.NameStringPair configuration = 4; |
int |
getConfigurationCount()
repeated .hbase.pb.NameStringPair configuration = 4; |
List<HBaseProtos.NameStringPair> |
getConfigurationList()
repeated .hbase.pb.NameStringPair configuration = 4; |
HBaseProtos.NameStringPairOrBuilder |
getConfigurationOrBuilder(int index)
repeated .hbase.pb.NameStringPair configuration = 4; |
List<? extends HBaseProtos.NameStringPairOrBuilder> |
getConfigurationOrBuilderList()
repeated .hbase.pb.NameStringPair configuration = 4; |
long |
getCreationTime()
optional int64 creation_time = 3 [default = 0]; |
String |
getInstance()
the procedure instance name
|
org.apache.hbase.thirdparty.com.google.protobuf.ByteString |
getInstanceBytes()
the procedure instance name
|
String |
getSignature()
the unique signature of the procedure
|
org.apache.hbase.thirdparty.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
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasSignature()
the unique signature of the procedure
required string signature = 1;String getSignature()
the unique signature of the procedure
required string signature = 1;org.apache.hbase.thirdparty.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;org.apache.hbase.thirdparty.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<HBaseProtos.NameStringPair> getConfigurationList()
repeated .hbase.pb.NameStringPair configuration = 4;HBaseProtos.NameStringPair getConfiguration(int index)
repeated .hbase.pb.NameStringPair configuration = 4;int getConfigurationCount()
repeated .hbase.pb.NameStringPair configuration = 4;List<? extends HBaseProtos.NameStringPairOrBuilder> getConfigurationOrBuilderList()
repeated .hbase.pb.NameStringPair configuration = 4;HBaseProtos.NameStringPairOrBuilder getConfigurationOrBuilder(int index)
repeated .hbase.pb.NameStringPair configuration = 4;Copyright © 2007–2019 Cloudera. All rights reserved.