Session class
- Implemented types
Constructors
- Session()
Properties
- client_ip ↔ Int8List?
-
getter/setter pair
-
configs
↔ Map<
Int8List, Value> ? -
getter/setter pair
- create_time ↔ int
-
getter/setter pair
- graph_addr ↔ HostAddr?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
queries
↔ Map<
int, QueryDesc> ? -
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- session_id ↔ int
-
getter/setter pair
- space_name ↔ Int8List?
-
getter/setter pair
- timezone ↔ int
-
getter/setter pair
- update_time ↔ int
-
getter/setter pair
- user_name ↔ Int8List?
-
getter/setter pair
Methods
-
getFieldValue(
int fieldID) → dynamic -
Get a field's value by
fieldId
. Primitive types will be wrapped in the appropriate "boxed" types.override -
isSet(
int fieldID) → bool -
Check if a field is currently set or unset, using the
fieldId
.override -
isSetClient_ip(
) → bool -
isSetConfigs(
) → bool -
isSetCreate_time(
) → bool -
isSetGraph_addr(
) → bool -
isSetQueries(
) → bool -
isSetSession_id(
) → bool -
isSetSpace_name(
) → bool -
isSetTimezone(
) → bool -
isSetUpdate_time(
) → bool -
isSetUser_name(
) → bool -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
read(
TProtocol iprot) → void -
Reads the TObject from the given input protocol.
override
-
setFieldValue(
int fieldID, Object? value) → dynamic -
Set a field's value by
fieldId
. Primitive types must be "boxed" in the appropriate object wrapper type.override -
toString(
) → String -
A string representation of this object.
override
-
unsetClient_ip(
) → dynamic -
unsetConfigs(
) → dynamic -
unsetCreate_time(
) → dynamic -
unsetGraph_addr(
) → dynamic -
unsetQueries(
) → dynamic -
unsetSession_id(
) → dynamic -
unsetSpace_name(
) → dynamic -
unsetTimezone(
) → dynamic -
unsetUpdate_time(
) → dynamic -
unsetUser_name(
) → dynamic -
validate(
) → dynamic -
write(
TProtocol oprot) → void -
Writes the objects out to the
oprot
protocol.override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- CLIENT_IP → const int
- CONFIGS → const int
- CREATE_TIME → const int
- GRAPH_ADDR → const int
- QUERIES → const int
- SESSION_ID → const int
- SPACE_NAME → const int
- TIMEZONE → const int
- UPDATE_TIME → const int
- USER_NAME → const int