CollectionsInternalServiceBase class
abstract
Properties
-
$name
→ String
-
no setteroverride
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
$addMethod(ServiceMethod method)
→ void
-
inherited
-
$lookupMethod(String name)
→ ServiceMethod?
-
inherited
-
$onMetadata(ServiceCall context)
→ void
-
Client metadata handler.
inherited
-
get(ServiceCall call, GetCollectionInfoRequestInternal request)
→ Future<GetCollectionInfoResponse>
-
-
get_Pre(ServiceCall $call, Future<GetCollectionInfoRequestInternal> $request)
→ Future<GetCollectionInfoResponse>
-
-
getShardRecoveryPoint(ServiceCall call, GetShardRecoveryPointRequest request)
→ Future<GetShardRecoveryPointResponse>
-
-
getShardRecoveryPoint_Pre(ServiceCall $call, Future<GetShardRecoveryPointRequest> $request)
→ Future<GetShardRecoveryPointResponse>
-
-
initiate(ServiceCall call, InitiateShardTransferRequest request)
→ Future<CollectionOperationResponse>
-
-
initiate_Pre(ServiceCall $call, Future<InitiateShardTransferRequest> $request)
→ Future<CollectionOperationResponse>
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited
-
updateShardCutoffPoint(ServiceCall call, UpdateShardCutoffPointRequest request)
→ Future<CollectionOperationResponse>
-
-
updateShardCutoffPoint_Pre(ServiceCall $call, Future<UpdateShardCutoffPointRequest> $request)
→ Future<CollectionOperationResponse>
-
-
waitForShardState(ServiceCall call, WaitForShardStateRequest request)
→ Future<CollectionOperationResponse>
-
-
waitForShardState_Pre(ServiceCall $call, Future<WaitForShardStateRequest> $request)
→ Future<CollectionOperationResponse>
-