Package | Description |
---|---|
com.daml.ledger.api.v1.admin |
Modifier and Type | Method and Description |
---|---|
ParticipantPruningServiceOuterClass.PruneRequest |
ParticipantPruningServiceOuterClass.PruneRequest.Builder.build() |
ParticipantPruningServiceOuterClass.PruneRequest |
ParticipantPruningServiceOuterClass.PruneRequest.Builder.buildPartial() |
static ParticipantPruningServiceOuterClass.PruneRequest |
ParticipantPruningServiceOuterClass.PruneRequest.getDefaultInstance() |
ParticipantPruningServiceOuterClass.PruneRequest |
ParticipantPruningServiceOuterClass.PruneRequest.getDefaultInstanceForType() |
ParticipantPruningServiceOuterClass.PruneRequest |
ParticipantPruningServiceOuterClass.PruneRequest.Builder.getDefaultInstanceForType() |
static ParticipantPruningServiceOuterClass.PruneRequest |
ParticipantPruningServiceOuterClass.PruneRequest.parseDelimitedFrom(java.io.InputStream input) |
static ParticipantPruningServiceOuterClass.PruneRequest |
ParticipantPruningServiceOuterClass.PruneRequest.parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ParticipantPruningServiceOuterClass.PruneRequest |
ParticipantPruningServiceOuterClass.PruneRequest.parseFrom(byte[] data) |
static ParticipantPruningServiceOuterClass.PruneRequest |
ParticipantPruningServiceOuterClass.PruneRequest.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ParticipantPruningServiceOuterClass.PruneRequest |
ParticipantPruningServiceOuterClass.PruneRequest.parseFrom(java.nio.ByteBuffer data) |
static ParticipantPruningServiceOuterClass.PruneRequest |
ParticipantPruningServiceOuterClass.PruneRequest.parseFrom(java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ParticipantPruningServiceOuterClass.PruneRequest |
ParticipantPruningServiceOuterClass.PruneRequest.parseFrom(com.google.protobuf.ByteString data) |
static ParticipantPruningServiceOuterClass.PruneRequest |
ParticipantPruningServiceOuterClass.PruneRequest.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ParticipantPruningServiceOuterClass.PruneRequest |
ParticipantPruningServiceOuterClass.PruneRequest.parseFrom(com.google.protobuf.CodedInputStream input) |
static ParticipantPruningServiceOuterClass.PruneRequest |
ParticipantPruningServiceOuterClass.PruneRequest.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ParticipantPruningServiceOuterClass.PruneRequest |
ParticipantPruningServiceOuterClass.PruneRequest.parseFrom(java.io.InputStream input) |
static ParticipantPruningServiceOuterClass.PruneRequest |
ParticipantPruningServiceOuterClass.PruneRequest.parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<ParticipantPruningServiceOuterClass.PruneRequest> |
ParticipantPruningServiceOuterClass.PruneRequest.getParserForType() |
static io.grpc.MethodDescriptor<ParticipantPruningServiceOuterClass.PruneRequest,ParticipantPruningServiceOuterClass.PruneResponse> |
ParticipantPruningServiceGrpc.getPruneMethod() |
static com.google.protobuf.Parser<ParticipantPruningServiceOuterClass.PruneRequest> |
ParticipantPruningServiceOuterClass.PruneRequest.parser() |
Modifier and Type | Method and Description |
---|---|
ParticipantPruningServiceOuterClass.PruneRequest.Builder |
ParticipantPruningServiceOuterClass.PruneRequest.Builder.mergeFrom(ParticipantPruningServiceOuterClass.PruneRequest other) |
static ParticipantPruningServiceOuterClass.PruneRequest.Builder |
ParticipantPruningServiceOuterClass.PruneRequest.newBuilder(ParticipantPruningServiceOuterClass.PruneRequest prototype) |
ParticipantPruningServiceOuterClass.PruneResponse |
ParticipantPruningServiceGrpc.ParticipantPruningServiceBlockingStub.prune(ParticipantPruningServiceOuterClass.PruneRequest request)
Prune the ledger specifying the offset before and at which ledger transactions should be removed.
|
com.google.common.util.concurrent.ListenableFuture<ParticipantPruningServiceOuterClass.PruneResponse> |
ParticipantPruningServiceGrpc.ParticipantPruningServiceFutureStub.prune(ParticipantPruningServiceOuterClass.PruneRequest request)
Prune the ledger specifying the offset before and at which ledger transactions should be removed.
|
void |
ParticipantPruningServiceGrpc.ParticipantPruningServiceImplBase.prune(ParticipantPruningServiceOuterClass.PruneRequest request,
io.grpc.stub.StreamObserver<ParticipantPruningServiceOuterClass.PruneResponse> responseObserver)
Prune the ledger specifying the offset before and at which ledger transactions should be removed.
|
void |
ParticipantPruningServiceGrpc.ParticipantPruningServiceStub.prune(ParticipantPruningServiceOuterClass.PruneRequest request,
io.grpc.stub.StreamObserver<ParticipantPruningServiceOuterClass.PruneResponse> responseObserver)
Prune the ledger specifying the offset before and at which ledger transactions should be removed.
|