HBReq class
- Implemented types
Constructors
Properties
- cluster_id ↔ int
-
getter/setter pair
- dir ↔ DirInfo?
-
getter/setter pair
-
disk_parts
↔ Map<
int, Map< ?Int8List, PartitionList> > -
getter/setter pair
- git_info_sha ↔ Int8List?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- host ↔ HostAddr?
-
getter/setter pair
-
leader_partIds
↔ Map<
int, List< ?LeaderInfo> > -
getter/setter pair
- role ↔ int?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- version ↔ 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 -
isSetCluster_id(
) → bool -
isSetDir(
) → bool -
isSetDisk_parts(
) → bool -
isSetGit_info_sha(
) → bool -
isSetHost(
) → bool -
isSetLeader_partIds(
) → bool -
isSetRole(
) → bool -
isSetVersion(
) → 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
-
unsetCluster_id(
) → dynamic -
unsetDir(
) → dynamic -
unsetDisk_parts(
) → dynamic -
unsetGit_info_sha(
) → dynamic -
unsetHost(
) → dynamic -
unsetLeader_partIds(
) → dynamic -
unsetRole(
) → dynamic -
unsetVersion(
) → 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
- CLUSTER_ID → const int
- DIR → const int
- DISK_PARTS → const int
- GIT_INFO_SHA → const int
- HOST → const int
- LEADER_PARTIDS → const int
- ROLE → const int
- VERSION → const int