public interface KdeCommandParametersProtosOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getCoverageName()
string coverageName = 8; |
com.google.protobuf.ByteString |
getCoverageNameBytes()
string coverageName = 8; |
String |
getCqlFilter()
string cqlFilter = 12; |
com.google.protobuf.ByteString |
getCqlFilterBytes()
string cqlFilter = 12; |
String |
getFeatureType()
string featureType = 2; |
com.google.protobuf.ByteString |
getFeatureTypeBytes()
string featureType = 2; |
String |
getHdfsHostPort()
string hdfsHostPort = 9; |
com.google.protobuf.ByteString |
getHdfsHostPortBytes()
string hdfsHostPort = 9; |
String |
getIndexName()
string indexName = 3; |
com.google.protobuf.ByteString |
getIndexNameBytes()
string indexName = 3; |
String |
getJobTrackerOrResourceManHostPort()
string jobTrackerOrResourceManHostPort = 10; |
com.google.protobuf.ByteString |
getJobTrackerOrResourceManHostPortBytes()
string jobTrackerOrResourceManHostPort = 10; |
int |
getMaxLevel()
int32 maxLevel = 5; |
int |
getMaxSplits()
int32 maxSplits = 7; |
int |
getMinLevel()
int32 minLevel = 4; |
int |
getMinSplits()
int32 minSplits = 6; |
String |
getOutputIndex()
string outputIndex = 13; |
com.google.protobuf.ByteString |
getOutputIndexBytes()
string outputIndex = 13; |
String |
getParameters(int index)
repeated string parameters = 1; |
com.google.protobuf.ByteString |
getParametersBytes(int index)
repeated string parameters = 1; |
int |
getParametersCount()
repeated string parameters = 1; |
List<String> |
getParametersList()
repeated string parameters = 1; |
int |
getTileSize()
int32 tileSize = 11; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<String> getParametersList()
repeated string parameters = 1;int getParametersCount()
repeated string parameters = 1;String getParameters(int index)
repeated string parameters = 1;index - The index of the element to return.com.google.protobuf.ByteString getParametersBytes(int index)
repeated string parameters = 1;index - The index of the value to return.String getFeatureType()
string featureType = 2;com.google.protobuf.ByteString getFeatureTypeBytes()
string featureType = 2;String getIndexName()
string indexName = 3;com.google.protobuf.ByteString getIndexNameBytes()
string indexName = 3;int getMinLevel()
int32 minLevel = 4;int getMaxLevel()
int32 maxLevel = 5;int getMinSplits()
int32 minSplits = 6;int getMaxSplits()
int32 maxSplits = 7;String getCoverageName()
string coverageName = 8;com.google.protobuf.ByteString getCoverageNameBytes()
string coverageName = 8;String getHdfsHostPort()
string hdfsHostPort = 9;com.google.protobuf.ByteString getHdfsHostPortBytes()
string hdfsHostPort = 9;String getJobTrackerOrResourceManHostPort()
string jobTrackerOrResourceManHostPort = 10;com.google.protobuf.ByteString getJobTrackerOrResourceManHostPortBytes()
string jobTrackerOrResourceManHostPort = 10;int getTileSize()
int32 tileSize = 11;String getCqlFilter()
string cqlFilter = 12;com.google.protobuf.ByteString getCqlFilterBytes()
string cqlFilter = 12;String getOutputIndex()
string outputIndex = 13;com.google.protobuf.ByteString getOutputIndexBytes()
string outputIndex = 13;Copyright © 2013–2022. All rights reserved.