All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method |
Description |
void |
addToAttributesList(Map<String,String> elem) |
|
void |
addToCompressors(int elem) |
|
void |
addToDataTypes(int elem) |
|
void |
addToEncodings(int elem) |
|
void |
addToMeasurementAliasList(String elem) |
|
void |
addToPaths(String elem) |
|
void |
addToPropsList(Map<String,String> elem) |
|
void |
addToTagsList(Map<String,String> elem) |
|
void |
clear() |
|
int |
compareTo(TSCreateMultiTimeseriesReq other) |
|
TSCreateMultiTimeseriesReq |
deepCopy() |
|
boolean |
equals(Object that) |
|
boolean |
equals(TSCreateMultiTimeseriesReq that) |
|
TSCreateMultiTimeseriesReq._Fields |
fieldForId(int fieldId) |
|
List<Map<String,String>> |
getAttributesList() |
|
Iterator<Map<String,String>> |
getAttributesListIterator() |
|
int |
getAttributesListSize() |
|
List<Integer> |
getCompressors() |
|
Iterator<Integer> |
getCompressorsIterator() |
|
int |
getCompressorsSize() |
|
List<Integer> |
getDataTypes() |
|
Iterator<Integer> |
getDataTypesIterator() |
|
int |
getDataTypesSize() |
|
List<Integer> |
getEncodings() |
|
Iterator<Integer> |
getEncodingsIterator() |
|
int |
getEncodingsSize() |
|
Object |
getFieldValue(TSCreateMultiTimeseriesReq._Fields field) |
|
List<String> |
getMeasurementAliasList() |
|
Iterator<String> |
getMeasurementAliasListIterator() |
|
int |
getMeasurementAliasListSize() |
|
List<String> |
getPaths() |
|
Iterator<String> |
getPathsIterator() |
|
int |
getPathsSize() |
|
List<Map<String,String>> |
getPropsList() |
|
Iterator<Map<String,String>> |
getPropsListIterator() |
|
int |
getPropsListSize() |
|
long |
getSessionId() |
|
List<Map<String,String>> |
getTagsList() |
|
Iterator<Map<String,String>> |
getTagsListIterator() |
|
int |
getTagsListSize() |
|
int |
hashCode() |
|
boolean |
isSet(TSCreateMultiTimeseriesReq._Fields field) |
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
|
boolean |
isSetAttributesList() |
Returns true if field attributesList is set (has been assigned a value) and false otherwise
|
boolean |
isSetCompressors() |
Returns true if field compressors is set (has been assigned a value) and false otherwise
|
boolean |
isSetDataTypes() |
Returns true if field dataTypes is set (has been assigned a value) and false otherwise
|
boolean |
isSetEncodings() |
Returns true if field encodings is set (has been assigned a value) and false otherwise
|
boolean |
isSetMeasurementAliasList() |
Returns true if field measurementAliasList is set (has been assigned a value) and false otherwise
|
boolean |
isSetPaths() |
Returns true if field paths is set (has been assigned a value) and false otherwise
|
boolean |
isSetPropsList() |
Returns true if field propsList is set (has been assigned a value) and false otherwise
|
boolean |
isSetSessionId() |
Returns true if field sessionId is set (has been assigned a value) and false otherwise
|
boolean |
isSetTagsList() |
Returns true if field tagsList is set (has been assigned a value) and false otherwise
|
void |
read(org.apache.thrift.protocol.TProtocol iprot) |
|
TSCreateMultiTimeseriesReq |
setAttributesList(List<Map<String,String>> attributesList) |
|
void |
setAttributesListIsSet(boolean value) |
|
TSCreateMultiTimeseriesReq |
setCompressors(List<Integer> compressors) |
|
void |
setCompressorsIsSet(boolean value) |
|
TSCreateMultiTimeseriesReq |
setDataTypes(List<Integer> dataTypes) |
|
void |
setDataTypesIsSet(boolean value) |
|
TSCreateMultiTimeseriesReq |
setEncodings(List<Integer> encodings) |
|
void |
setEncodingsIsSet(boolean value) |
|
void |
setFieldValue(TSCreateMultiTimeseriesReq._Fields field,
Object value) |
|
TSCreateMultiTimeseriesReq |
setMeasurementAliasList(List<String> measurementAliasList) |
|
void |
setMeasurementAliasListIsSet(boolean value) |
|
TSCreateMultiTimeseriesReq |
setPaths(List<String> paths) |
|
void |
setPathsIsSet(boolean value) |
|
TSCreateMultiTimeseriesReq |
setPropsList(List<Map<String,String>> propsList) |
|
void |
setPropsListIsSet(boolean value) |
|
TSCreateMultiTimeseriesReq |
setSessionId(long sessionId) |
|
void |
setSessionIdIsSet(boolean value) |
|
TSCreateMultiTimeseriesReq |
setTagsList(List<Map<String,String>> tagsList) |
|
void |
setTagsListIsSet(boolean value) |
|
String |
toString() |
|
void |
unsetAttributesList() |
|
void |
unsetCompressors() |
|
void |
unsetDataTypes() |
|
void |
unsetEncodings() |
|
void |
unsetMeasurementAliasList() |
|
void |
unsetPaths() |
|
void |
unsetPropsList() |
|
void |
unsetSessionId() |
|
void |
unsetTagsList() |
|
void |
validate() |
|
void |
write(org.apache.thrift.protocol.TProtocol oprot) |
|