StorageAdminServiceClient class

Implemented types

Constructors

StorageAdminServiceClient.new(TProtocol iprot, [TProtocol? oprot])

Properties

hashCode int
The hash code for this object.
no setterinherited
iprot TProtocol
no setter
oprot TProtocol
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
seqid int
no setter

Methods

addAdminTask(AddTaskRequest? req) Future<AddTaskResp>
override
addLearner(AddLearnerReq? req) Future<AdminExecResp>
override
addPart(AddPartReq? req) Future<AdminExecResp>
override
blockingWrites(BlockingSignRequest? req) Future<BlockingSignResp>
override
checkPeers(CheckPeersReq? req) Future<AdminExecResp>
override
clearSpace(ClearSpaceReq? req) Future<ClearSpaceResp>
override
createCheckpoint(CreateCPRequest? req) Future<CreateCPResp>
override
dropCheckpoint(DropCPRequest? req) Future<DropCPResp>
override
getLeaderParts(GetLeaderReq? req) Future<GetLeaderPartsResp>
override
memberChange(MemberChangeReq? req) Future<AdminExecResp>
override
nextSeqid() int
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removePart(RemovePartReq? req) Future<AdminExecResp>
override
stopAdminTask(StopTaskRequest? req) Future<StopTaskResp>
override
toString() String
A string representation of this object.
inherited
transLeader(TransLeaderReq? req) Future<AdminExecResp>
override
waitingForCatchUpData(CatchUpDataReq? req) Future<AdminExecResp>
override

Operators

operator ==(Object other) bool
The equality operator.
inherited