Package xyz.block.ftl.v1
Class SchemaServiceGrpc.SchemaServiceBlockingStub
-
- All Implemented Interfaces:
public final class SchemaServiceGrpc.SchemaServiceBlockingStub extends AbstractBlockingStub<S>A stub to allow clients to do synchronous 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 PingResponseping(PingRequest request)Ping service for readiness.GetSchemaResponsegetSchema(GetSchemaRequest request)Get the full schema.Iterator<PullSchemaResponse>pullSchema(PullSchemaRequest request)Pull schema changes. Note that if there are no deployments this will block indefinitely, making it unsuitable for just retrieving the schema. Use GetSchema for that.UpdateDeploymentRuntimeResponseupdateDeploymentRuntime(UpdateDeploymentRuntimeRequest request)UpdateModuleRuntime is used to update the runtime configuration of a module.GetDeploymentsResponsegetDeployments(GetDeploymentsRequest request)GetDeployments is used to get the schema for all deployments.CreateChangesetResponsecreateChangeset(CreateChangesetRequest request)CreateChangeset creates a new changeset.PrepareChangesetResponseprepareChangeset(PrepareChangesetRequest request)PrepareChangeset moves the changeset into the prepared state.CommitChangesetResponsecommitChangeset(CommitChangesetRequest request)CommitChangeset makes all deployments for the changeset part of the canonical schema.DrainChangesetResponsedrainChangeset(DrainChangesetRequest request)FinalizeChangesetResponsefinalizeChangeset(FinalizeChangesetRequest request)RollbackChangesetResponserollbackChangeset(RollbackChangesetRequest request)RollbackChangeset Rolls back a failing changesetFailChangesetResponsefailChangeset(FailChangesetRequest request)FailChangeset fails an active changeset.GetDeploymentResponsegetDeployment(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.AbstractBlockingStub
newStub -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
ping
PingResponse ping(PingRequest request)
Ping service for readiness.
-
getSchema
GetSchemaResponse getSchema(GetSchemaRequest request)
Get the full schema.
-
pullSchema
Iterator<PullSchemaResponse> pullSchema(PullSchemaRequest request)
Pull schema changes. Note that if there are no deployments this will block indefinitely, making it unsuitable for just retrieving the schema. Use GetSchema for that.
-
updateDeploymentRuntime
UpdateDeploymentRuntimeResponse updateDeploymentRuntime(UpdateDeploymentRuntimeRequest request)
UpdateModuleRuntime is used to update the runtime configuration of a module.
-
getDeployments
GetDeploymentsResponse getDeployments(GetDeploymentsRequest request)
GetDeployments is used to get the schema for all deployments.
-
createChangeset
CreateChangesetResponse createChangeset(CreateChangesetRequest request)
CreateChangeset creates a new changeset.
-
prepareChangeset
PrepareChangesetResponse prepareChangeset(PrepareChangesetRequest request)
PrepareChangeset moves the changeset into the prepared state.
-
commitChangeset
CommitChangesetResponse commitChangeset(CommitChangesetRequest request)
CommitChangeset makes all deployments for the changeset part of the canonical schema.
-
drainChangeset
DrainChangesetResponse drainChangeset(DrainChangesetRequest request)
-
finalizeChangeset
FinalizeChangesetResponse finalizeChangeset(FinalizeChangesetRequest request)
-
rollbackChangeset
RollbackChangesetResponse rollbackChangeset(RollbackChangesetRequest request)
RollbackChangeset Rolls back a failing changeset
-
failChangeset
FailChangesetResponse failChangeset(FailChangesetRequest request)
FailChangeset fails an active changeset.
-
getDeployment
GetDeploymentResponse getDeployment(GetDeploymentRequest request)
GetDeployment gets a deployment by deployment key
-
-
-
-