StorageAdminService class abstract
- Implementers
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
addAdminTask(
AddTaskRequest? req) → Future< AddTaskResp> -
addLearner(
AddLearnerReq? req) → Future< AdminExecResp> -
addPart(
AddPartReq? req) → Future< AdminExecResp> -
blockingWrites(
BlockingSignRequest? req) → Future< BlockingSignResp> -
checkPeers(
CheckPeersReq? req) → Future< AdminExecResp> -
clearSpace(
ClearSpaceReq? req) → Future< ClearSpaceResp> -
createCheckpoint(
CreateCPRequest? req) → Future< CreateCPResp> -
dropCheckpoint(
DropCPRequest? req) → Future< DropCPResp> -
getLeaderParts(
GetLeaderReq? req) → Future< GetLeaderPartsResp> -
memberChange(
MemberChangeReq? req) → Future< AdminExecResp> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
removePart(
RemovePartReq? req) → Future< AdminExecResp> -
stopAdminTask(
StopTaskRequest? req) → Future< StopTaskResp> -
toString(
) → String -
A string representation of this object.
inherited
-
transLeader(
TransLeaderReq? req) → Future< AdminExecResp> -
waitingForCatchUpData(
CatchUpDataReq? req) → Future< AdminExecResp>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited