public class GetPropRequest extends Object implements com.facebook.thrift.TBase, Serializable, Cloneable
| Modifier and Type | Class and Description |
|---|---|
static class |
GetPropRequest.Builder |
| Modifier and Type | Field and Description |
|---|---|
RequestCommon |
common |
static int |
COMMON |
boolean |
dedup |
static int |
DEDUP |
List<EdgeProp> |
edge_props |
static int |
EDGE_PROPS |
List<Expr> |
expressions |
static int |
EXPRESSIONS |
byte[] |
filter |
static int |
FILTER |
long |
limit |
static int |
LIMIT |
static Map<Integer,com.facebook.thrift.meta_data.FieldMetaData> |
metaDataMap |
List<OrderBy> |
order_by |
static int |
ORDER_BY |
Map<Integer,List<Row>> |
parts |
static int |
PARTS |
int |
space_id |
static int |
SPACE_ID |
List<VertexProp> |
vertex_props |
static int |
VERTEX_PROPS |
| Constructor and Description |
|---|
GetPropRequest() |
GetPropRequest(GetPropRequest other)
Performs a deep copy on other.
|
GetPropRequest(int space_id,
Map<Integer,List<Row>> parts,
boolean dedup) |
GetPropRequest(int space_id,
Map<Integer,List<Row>> parts,
List<VertexProp> vertex_props,
List<EdgeProp> edge_props,
List<Expr> expressions,
boolean dedup,
List<OrderBy> order_by,
long limit,
byte[] filter,
RequestCommon common) |
| Modifier and Type | Method and Description |
|---|---|
static GetPropRequest.Builder |
builder() |
GetPropRequest |
deepCopy()
Returns a copy of `this`.
|
boolean |
equals(Object _that) |
RequestCommon |
getCommon() |
List<EdgeProp> |
getEdge_props() |
List<Expr> |
getExpressions() |
Object |
getFieldValue(int fieldID) |
byte[] |
getFilter() |
long |
getLimit() |
List<OrderBy> |
getOrder_by() |
Map<Integer,List<Row>> |
getParts() |
int |
getSpace_id() |
List<VertexProp> |
getVertex_props() |
int |
hashCode() |
boolean |
isDedup() |
boolean |
isSetCommon() |
boolean |
isSetDedup() |
boolean |
isSetEdge_props() |
boolean |
isSetExpressions() |
boolean |
isSetFilter() |
boolean |
isSetLimit() |
boolean |
isSetOrder_by() |
boolean |
isSetParts() |
boolean |
isSetSpace_id() |
boolean |
isSetVertex_props() |
void |
read(com.facebook.thrift.protocol.TProtocol iprot)
Reads the TObject from the given input protocol.
|
GetPropRequest |
setCommon(RequestCommon common) |
void |
setCommonIsSet(boolean __value) |
GetPropRequest |
setDedup(boolean dedup) |
void |
setDedupIsSet(boolean __value) |
GetPropRequest |
setEdge_props(List<EdgeProp> edge_props) |
void |
setEdge_propsIsSet(boolean __value) |
GetPropRequest |
setExpressions(List<Expr> expressions) |
void |
setExpressionsIsSet(boolean __value) |
void |
setFieldValue(int fieldID,
Object __value) |
GetPropRequest |
setFilter(byte[] filter) |
void |
setFilterIsSet(boolean __value) |
GetPropRequest |
setLimit(long limit) |
void |
setLimitIsSet(boolean __value) |
GetPropRequest |
setOrder_by(List<OrderBy> order_by) |
void |
setOrder_byIsSet(boolean __value) |
GetPropRequest |
setParts(Map<Integer,List<Row>> parts) |
void |
setPartsIsSet(boolean __value) |
GetPropRequest |
setSpace_id(int space_id) |
void |
setSpace_idIsSet(boolean __value) |
GetPropRequest |
setVertex_props(List<VertexProp> vertex_props) |
void |
setVertex_propsIsSet(boolean __value) |
String |
toString() |
String |
toString(int indent,
boolean prettyPrint)
Creates an indented String representation for pretty printing
|
void |
unsetCommon() |
void |
unsetDedup() |
void |
unsetEdge_props() |
void |
unsetExpressions() |
void |
unsetFilter() |
void |
unsetLimit() |
void |
unsetOrder_by() |
void |
unsetParts() |
void |
unsetSpace_id() |
void |
unsetVertex_props() |
void |
validate() |
void |
write(com.facebook.thrift.protocol.TProtocol oprot)
Writes the objects out to the protocol
|
public int space_id
public List<VertexProp> vertex_props
public boolean dedup
public long limit
public byte[] filter
public RequestCommon common
public static final int SPACE_ID
public static final int PARTS
public static final int VERTEX_PROPS
public static final int EDGE_PROPS
public static final int EXPRESSIONS
public static final int DEDUP
public static final int ORDER_BY
public static final int LIMIT
public static final int FILTER
public static final int COMMON
public GetPropRequest()
public GetPropRequest(int space_id,
Map<Integer,List<Row>> parts,
List<VertexProp> vertex_props,
List<EdgeProp> edge_props,
List<Expr> expressions,
boolean dedup,
List<OrderBy> order_by,
long limit,
byte[] filter,
RequestCommon common)
public GetPropRequest(GetPropRequest other)
public static GetPropRequest.Builder builder()
public GetPropRequest 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 GetPropRequest setSpace_id(int space_id)
public void unsetSpace_id()
public boolean isSetSpace_id()
public void setSpace_idIsSet(boolean __value)
public GetPropRequest setParts(Map<Integer,List<Row>> parts)
public void unsetParts()
public boolean isSetParts()
public void setPartsIsSet(boolean __value)
public List<VertexProp> getVertex_props()
public GetPropRequest setVertex_props(List<VertexProp> vertex_props)
public void unsetVertex_props()
public boolean isSetVertex_props()
public void setVertex_propsIsSet(boolean __value)
public GetPropRequest setEdge_props(List<EdgeProp> edge_props)
public void unsetEdge_props()
public boolean isSetEdge_props()
public void setEdge_propsIsSet(boolean __value)
public GetPropRequest setExpressions(List<Expr> expressions)
public void unsetExpressions()
public boolean isSetExpressions()
public void setExpressionsIsSet(boolean __value)
public boolean isDedup()
public GetPropRequest setDedup(boolean dedup)
public void unsetDedup()
public boolean isSetDedup()
public void setDedupIsSet(boolean __value)
public GetPropRequest setOrder_by(List<OrderBy> order_by)
public void unsetOrder_by()
public boolean isSetOrder_by()
public void setOrder_byIsSet(boolean __value)
public long getLimit()
public GetPropRequest setLimit(long limit)
public void unsetLimit()
public boolean isSetLimit()
public void setLimitIsSet(boolean __value)
public byte[] getFilter()
public GetPropRequest setFilter(byte[] filter)
public void unsetFilter()
public boolean isSetFilter()
public void setFilterIsSet(boolean __value)
public RequestCommon getCommon()
public GetPropRequest setCommon(RequestCommon common)
public void unsetCommon()
public boolean isSetCommon()
public void setCommonIsSet(boolean __value)
public void setFieldValue(int fieldID,
Object __value)
public Object getFieldValue(int fieldID)
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.