Package com.daml.ledger.api.v1.admin
Class ParticipantPruningServiceGrpc
- java.lang.Object
-
- com.daml.ledger.api.v1.admin.ParticipantPruningServiceGrpc
-
@Generated(value="by gRPC proto compiler", comments="Source: com/daml/ledger/api/v1/admin/participant_pruning_service.proto") public final class ParticipantPruningServiceGrpc extends java.lang.Object
Prunes/truncates the "oldest" transactions from the participant (the participant Ledger Api Server plus any other participant-local state) by removing a portion of the ledger in such a way that the set of future, allowed commands are not affected. This enables: 1. keeping the "inactive" portion of the ledger to a manageable size and 2. removing inactive state to honor the right to be forgotten.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ParticipantPruningServiceGrpc.ParticipantPruningServiceBlockingStub
Prunes/truncates the "oldest" transactions from the participant (the participant Ledger Api Server plus any other participant-local state) by removing a portion of the ledger in such a way that the set of future, allowed commands are not affected.static class
ParticipantPruningServiceGrpc.ParticipantPruningServiceFutureStub
Prunes/truncates the "oldest" transactions from the participant (the participant Ledger Api Server plus any other participant-local state) by removing a portion of the ledger in such a way that the set of future, allowed commands are not affected.static class
ParticipantPruningServiceGrpc.ParticipantPruningServiceImplBase
Prunes/truncates the "oldest" transactions from the participant (the participant Ledger Api Server plus any other participant-local state) by removing a portion of the ledger in such a way that the set of future, allowed commands are not affected.static class
ParticipantPruningServiceGrpc.ParticipantPruningServiceStub
Prunes/truncates the "oldest" transactions from the participant (the participant Ledger Api Server plus any other participant-local state) by removing a portion of the ledger in such a way that the set of future, allowed commands are not affected.
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
SERVICE_NAME
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.grpc.MethodDescriptor<ParticipantPruningServiceOuterClass.PruneRequest,ParticipantPruningServiceOuterClass.PruneResponse>
getPruneMethod()
static io.grpc.ServiceDescriptor
getServiceDescriptor()
static ParticipantPruningServiceGrpc.ParticipantPruningServiceBlockingStub
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic ParticipantPruningServiceGrpc.ParticipantPruningServiceFutureStub
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic ParticipantPruningServiceGrpc.ParticipantPruningServiceStub
newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
-
-
Field Detail
-
SERVICE_NAME
public static final java.lang.String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getPruneMethod
public static io.grpc.MethodDescriptor<ParticipantPruningServiceOuterClass.PruneRequest,ParticipantPruningServiceOuterClass.PruneResponse> getPruneMethod()
-
newStub
public static ParticipantPruningServiceGrpc.ParticipantPruningServiceStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static ParticipantPruningServiceGrpc.ParticipantPruningServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static ParticipantPruningServiceGrpc.ParticipantPruningServiceFutureStub newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-