public class CreateTagIndexReq extends Object implements com.facebook.thrift.TBase, Serializable, Cloneable, Comparable<CreateTagIndexReq>
| Modifier and Type | Class and Description |
|---|---|
static class |
CreateTagIndexReq.Builder |
| Modifier and Type | Field and Description |
|---|---|
byte[] |
comment |
static int |
COMMENT |
List<IndexFieldDef> |
fields |
static int |
FIELDS |
boolean |
if_not_exists |
static int |
IF_NOT_EXISTS |
byte[] |
index_name |
static int |
INDEX_NAME |
IndexParams |
index_params |
static int |
INDEX_PARAMS |
static Map<Integer,com.facebook.thrift.meta_data.FieldMetaData> |
metaDataMap |
int |
space_id |
static int |
SPACE_ID |
byte[] |
tag_name |
static int |
TAG_NAME |
| Constructor and Description |
|---|
CreateTagIndexReq() |
CreateTagIndexReq(CreateTagIndexReq other)
Performs a deep copy on other.
|
CreateTagIndexReq(int space_id,
byte[] index_name,
byte[] tag_name,
List<IndexFieldDef> fields,
boolean if_not_exists) |
CreateTagIndexReq(int space_id,
byte[] index_name,
byte[] tag_name,
List<IndexFieldDef> fields,
boolean if_not_exists,
byte[] comment,
IndexParams index_params) |
| Modifier and Type | Method and Description |
|---|---|
static CreateTagIndexReq.Builder |
builder() |
int |
compareTo(CreateTagIndexReq other) |
CreateTagIndexReq |
deepCopy()
Returns a copy of `this`.
|
boolean |
equals(Object _that) |
byte[] |
getComment() |
List<IndexFieldDef> |
getFields() |
Object |
getFieldValue(int fieldID) |
byte[] |
getIndex_name() |
IndexParams |
getIndex_params() |
int |
getSpace_id() |
byte[] |
getTag_name() |
int |
hashCode() |
boolean |
isIf_not_exists() |
boolean |
isSetComment() |
boolean |
isSetFields() |
boolean |
isSetIf_not_exists() |
boolean |
isSetIndex_name() |
boolean |
isSetIndex_params() |
boolean |
isSetSpace_id() |
boolean |
isSetTag_name() |
void |
read(com.facebook.thrift.protocol.TProtocol iprot)
Reads the TObject from the given input protocol.
|
CreateTagIndexReq |
setComment(byte[] comment) |
void |
setCommentIsSet(boolean __value) |
CreateTagIndexReq |
setFields(List<IndexFieldDef> fields) |
void |
setFieldsIsSet(boolean __value) |
void |
setFieldValue(int fieldID,
Object __value) |
CreateTagIndexReq |
setIf_not_exists(boolean if_not_exists) |
void |
setIf_not_existsIsSet(boolean __value) |
CreateTagIndexReq |
setIndex_name(byte[] index_name) |
void |
setIndex_nameIsSet(boolean __value) |
CreateTagIndexReq |
setIndex_params(IndexParams index_params) |
void |
setIndex_paramsIsSet(boolean __value) |
CreateTagIndexReq |
setSpace_id(int space_id) |
void |
setSpace_idIsSet(boolean __value) |
CreateTagIndexReq |
setTag_name(byte[] tag_name) |
void |
setTag_nameIsSet(boolean __value) |
String |
toString() |
String |
toString(int indent,
boolean prettyPrint)
Creates an indented String representation for pretty printing
|
void |
unsetComment() |
void |
unsetFields() |
void |
unsetIf_not_exists() |
void |
unsetIndex_name() |
void |
unsetIndex_params() |
void |
unsetSpace_id() |
void |
unsetTag_name() |
void |
validate() |
void |
write(com.facebook.thrift.protocol.TProtocol oprot)
Writes the objects out to the protocol
|
public int space_id
public byte[] index_name
public byte[] tag_name
public List<IndexFieldDef> fields
public boolean if_not_exists
public byte[] comment
public IndexParams index_params
public static final int SPACE_ID
public static final int INDEX_NAME
public static final int TAG_NAME
public static final int FIELDS
public static final int IF_NOT_EXISTS
public static final int COMMENT
public static final int INDEX_PARAMS
public CreateTagIndexReq()
public CreateTagIndexReq(int space_id,
byte[] index_name,
byte[] tag_name,
List<IndexFieldDef> fields,
boolean if_not_exists)
public CreateTagIndexReq(int space_id,
byte[] index_name,
byte[] tag_name,
List<IndexFieldDef> fields,
boolean if_not_exists,
byte[] comment,
IndexParams index_params)
public CreateTagIndexReq(CreateTagIndexReq other)
public static CreateTagIndexReq.Builder builder()
public CreateTagIndexReq deepCopy()
com.facebook.thrift.TBasex.getClass() == x.deepCopy().getClass() should be true for any
TBase.deepCopy in interface com.facebook.thrift.TBasepublic int getSpace_id()
public CreateTagIndexReq setSpace_id(int space_id)
public void unsetSpace_id()
public boolean isSetSpace_id()
public void setSpace_idIsSet(boolean __value)
public byte[] getIndex_name()
public CreateTagIndexReq setIndex_name(byte[] index_name)
public void unsetIndex_name()
public boolean isSetIndex_name()
public void setIndex_nameIsSet(boolean __value)
public byte[] getTag_name()
public CreateTagIndexReq setTag_name(byte[] tag_name)
public void unsetTag_name()
public boolean isSetTag_name()
public void setTag_nameIsSet(boolean __value)
public List<IndexFieldDef> getFields()
public CreateTagIndexReq setFields(List<IndexFieldDef> fields)
public void unsetFields()
public boolean isSetFields()
public void setFieldsIsSet(boolean __value)
public boolean isIf_not_exists()
public CreateTagIndexReq setIf_not_exists(boolean if_not_exists)
public void unsetIf_not_exists()
public boolean isSetIf_not_exists()
public void setIf_not_existsIsSet(boolean __value)
public byte[] getComment()
public CreateTagIndexReq setComment(byte[] comment)
public void unsetComment()
public boolean isSetComment()
public void setCommentIsSet(boolean __value)
public IndexParams getIndex_params()
public CreateTagIndexReq setIndex_params(IndexParams index_params)
public void unsetIndex_params()
public boolean isSetIndex_params()
public void setIndex_paramsIsSet(boolean __value)
public void setFieldValue(int fieldID,
Object __value)
public Object getFieldValue(int fieldID)
public int compareTo(CreateTagIndexReq other)
compareTo in interface Comparable<CreateTagIndexReq>public void read(com.facebook.thrift.protocol.TProtocol iprot)
throws com.facebook.thrift.TException
com.facebook.thrift.TBaseread in interface com.facebook.thrift.TBaseiprot - Input protocolcom.facebook.thrift.TExceptionpublic void write(com.facebook.thrift.protocol.TProtocol oprot)
throws com.facebook.thrift.TException
com.facebook.thrift.TBasewrite in interface com.facebook.thrift.TBaseoprot - Output protocolcom.facebook.thrift.TExceptionpublic String toString(int indent, boolean prettyPrint)
com.facebook.thrift.TBasetoString in interface com.facebook.thrift.TBaseindent - The level of indentation desiredprettyPrint - Set pretty printing on/offpublic void validate()
throws com.facebook.thrift.TException
com.facebook.thrift.TExceptionCopyright © 2022. All rights reserved.