Package xyz.block.ftl.v1
Class SchemaServiceGrpc.SchemaServiceFutureStub
-
- All Implemented Interfaces:
public final class SchemaServiceGrpc.SchemaServiceFutureStub extends AbstractFutureStub<S>A stub to allow clients to do ListenableFuture-style rpc calls to service SchemaService.
-
-
Field Summary
Fields Modifier and Type Field Description public final Channelchannelpublic final CallOptionscallOptions
-
Method Summary
Modifier and Type Method Description ListenableFuture<PingResponse>ping(PingRequest request)Ping service for readiness.ListenableFuture<GetSchemaResponse>getSchema(GetSchemaRequest request)Get the full schema.ListenableFuture<UpdateDeploymentRuntimeResponse>updateDeploymentRuntime(UpdateDeploymentRuntimeRequest request)UpdateModuleRuntime is used to update the runtime configuration of a module.ListenableFuture<GetDeploymentsResponse>getDeployments(GetDeploymentsRequest request)GetDeployments is used to get the schema for all deployments.ListenableFuture<CreateChangesetResponse>createChangeset(CreateChangesetRequest request)CreateChangeset creates a new changeset.ListenableFuture<PrepareChangesetResponse>prepareChangeset(PrepareChangesetRequest request)PrepareChangeset moves the changeset into the prepared state.ListenableFuture<CommitChangesetResponse>commitChangeset(CommitChangesetRequest request)CommitChangeset makes all deployments for the changeset part of the canonical schema.ListenableFuture<DrainChangesetResponse>drainChangeset(DrainChangesetRequest request)ListenableFuture<FinalizeChangesetResponse>finalizeChangeset(FinalizeChangesetRequest request)ListenableFuture<RollbackChangesetResponse>rollbackChangeset(RollbackChangesetRequest request)RollbackChangeset Rolls back a failing changesetListenableFuture<FailChangesetResponse>failChangeset(FailChangesetRequest request)FailChangeset fails an active changeset.ListenableFuture<GetDeploymentResponse>getDeployment(GetDeploymentRequest request)GetDeployment gets a deployment by deployment key-
Methods inherited from class io.grpc.stub.AbstractStub
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOnReadyThreshold, withOption, withWaitForReady -
Methods inherited from class io.grpc.stub.AbstractFutureStub
newStub -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
ping
ListenableFuture<PingResponse> ping(PingRequest request)
Ping service for readiness.
-
getSchema
ListenableFuture<GetSchemaResponse> getSchema(GetSchemaRequest request)
Get the full schema.
-
updateDeploymentRuntime
ListenableFuture<UpdateDeploymentRuntimeResponse> updateDeploymentRuntime(UpdateDeploymentRuntimeRequest request)
UpdateModuleRuntime is used to update the runtime configuration of a module.
-
getDeployments
ListenableFuture<GetDeploymentsResponse> getDeployments(GetDeploymentsRequest request)
GetDeployments is used to get the schema for all deployments.
-
createChangeset
ListenableFuture<CreateChangesetResponse> createChangeset(CreateChangesetRequest request)
CreateChangeset creates a new changeset.
-
prepareChangeset
ListenableFuture<PrepareChangesetResponse> prepareChangeset(PrepareChangesetRequest request)
PrepareChangeset moves the changeset into the prepared state.
-
commitChangeset
ListenableFuture<CommitChangesetResponse> commitChangeset(CommitChangesetRequest request)
CommitChangeset makes all deployments for the changeset part of the canonical schema.
-
drainChangeset
ListenableFuture<DrainChangesetResponse> drainChangeset(DrainChangesetRequest request)
-
finalizeChangeset
ListenableFuture<FinalizeChangesetResponse> finalizeChangeset(FinalizeChangesetRequest request)
-
rollbackChangeset
ListenableFuture<RollbackChangesetResponse> rollbackChangeset(RollbackChangesetRequest request)
RollbackChangeset Rolls back a failing changeset
-
failChangeset
ListenableFuture<FailChangesetResponse> failChangeset(FailChangesetRequest request)
FailChangeset fails an active changeset.
-
getDeployment
ListenableFuture<GetDeploymentResponse> getDeployment(GetDeploymentRequest request)
GetDeployment gets a deployment by deployment key
-
-
-
-