Uses of Class
com.daml.ledger.api.v2.CommandsOuterClass.PrefetchContractKey
Packages that use CommandsOuterClass.PrefetchContractKey
Package
Description
-
Uses of CommandsOuterClass.PrefetchContractKey in com.daml.ledger.api.v2
Methods in com.daml.ledger.api.v2 that return CommandsOuterClass.PrefetchContractKeyModifier and TypeMethodDescriptionCommandsOuterClass.PrefetchContractKey.Builder.build()
CommandsOuterClass.PrefetchContractKey.Builder.buildPartial()
CommandsOuterClass.PrefetchContractKey.getDefaultInstance()
CommandsOuterClass.PrefetchContractKey.Builder.getDefaultInstanceForType()
CommandsOuterClass.PrefetchContractKey.getDefaultInstanceForType()
CommandsOuterClass.Commands.Builder.getPrefetchContractKeys
(int index) Fetches the contract keys into the caches to speed up the command processing.CommandsOuterClass.Commands.getPrefetchContractKeys
(int index) Fetches the contract keys into the caches to speed up the command processing.CommandsOuterClass.CommandsOrBuilder.getPrefetchContractKeys
(int index) Fetches the contract keys into the caches to speed up the command processing.CommandsOuterClass.PrefetchContractKey.parseDelimitedFrom
(InputStream input) CommandsOuterClass.PrefetchContractKey.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) CommandsOuterClass.PrefetchContractKey.parseFrom
(byte[] data) CommandsOuterClass.PrefetchContractKey.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) CommandsOuterClass.PrefetchContractKey.parseFrom
(com.google.protobuf.ByteString data) CommandsOuterClass.PrefetchContractKey.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) CommandsOuterClass.PrefetchContractKey.parseFrom
(com.google.protobuf.CodedInputStream input) CommandsOuterClass.PrefetchContractKey.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) CommandsOuterClass.PrefetchContractKey.parseFrom
(InputStream input) CommandsOuterClass.PrefetchContractKey.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) CommandsOuterClass.PrefetchContractKey.parseFrom
(ByteBuffer data) CommandsOuterClass.PrefetchContractKey.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.daml.ledger.api.v2 that return types with arguments of type CommandsOuterClass.PrefetchContractKeyModifier and TypeMethodDescriptioncom.google.protobuf.Parser<CommandsOuterClass.PrefetchContractKey>
CommandsOuterClass.PrefetchContractKey.getParserForType()
CommandsOuterClass.Commands.Builder.getPrefetchContractKeysList()
Fetches the contract keys into the caches to speed up the command processing.CommandsOuterClass.Commands.getPrefetchContractKeysList()
Fetches the contract keys into the caches to speed up the command processing.CommandsOuterClass.CommandsOrBuilder.getPrefetchContractKeysList()
Fetches the contract keys into the caches to speed up the command processing.static com.google.protobuf.Parser<CommandsOuterClass.PrefetchContractKey>
CommandsOuterClass.PrefetchContractKey.parser()
Methods in com.daml.ledger.api.v2 with parameters of type CommandsOuterClass.PrefetchContractKeyModifier and TypeMethodDescriptionCommandsOuterClass.Commands.Builder.addPrefetchContractKeys
(int index, CommandsOuterClass.PrefetchContractKey value) Fetches the contract keys into the caches to speed up the command processing.CommandsOuterClass.Commands.Builder.addPrefetchContractKeys
(CommandsOuterClass.PrefetchContractKey value) Fetches the contract keys into the caches to speed up the command processing.CommandsOuterClass.PrefetchContractKey.Builder.mergeFrom
(CommandsOuterClass.PrefetchContractKey other) CommandsOuterClass.PrefetchContractKey.newBuilder
(CommandsOuterClass.PrefetchContractKey prototype) CommandsOuterClass.Commands.Builder.setPrefetchContractKeys
(int index, CommandsOuterClass.PrefetchContractKey value) Fetches the contract keys into the caches to speed up the command processing.Method parameters in com.daml.ledger.api.v2 with type arguments of type CommandsOuterClass.PrefetchContractKeyModifier and TypeMethodDescriptionCommandsOuterClass.Commands.Builder.addAllPrefetchContractKeys
(Iterable<? extends CommandsOuterClass.PrefetchContractKey> values) Fetches the contract keys into the caches to speed up the command processing. -
Uses of CommandsOuterClass.PrefetchContractKey in com.daml.ledger.api.v2.interactive
Methods in com.daml.ledger.api.v2.interactive that return CommandsOuterClass.PrefetchContractKeyModifier and TypeMethodDescriptionInteractiveSubmissionServiceOuterClass.PrepareSubmissionRequest.Builder.getPrefetchContractKeys
(int index) Fetches the contract keys into the caches to speed up the command processing.InteractiveSubmissionServiceOuterClass.PrepareSubmissionRequest.getPrefetchContractKeys
(int index) Fetches the contract keys into the caches to speed up the command processing.InteractiveSubmissionServiceOuterClass.PrepareSubmissionRequestOrBuilder.getPrefetchContractKeys
(int index) Fetches the contract keys into the caches to speed up the command processing.Methods in com.daml.ledger.api.v2.interactive that return types with arguments of type CommandsOuterClass.PrefetchContractKeyModifier and TypeMethodDescriptionInteractiveSubmissionServiceOuterClass.PrepareSubmissionRequest.Builder.getPrefetchContractKeysList()
Fetches the contract keys into the caches to speed up the command processing.InteractiveSubmissionServiceOuterClass.PrepareSubmissionRequest.getPrefetchContractKeysList()
Fetches the contract keys into the caches to speed up the command processing.InteractiveSubmissionServiceOuterClass.PrepareSubmissionRequestOrBuilder.getPrefetchContractKeysList()
Fetches the contract keys into the caches to speed up the command processing.Methods in com.daml.ledger.api.v2.interactive with parameters of type CommandsOuterClass.PrefetchContractKeyModifier and TypeMethodDescriptionInteractiveSubmissionServiceOuterClass.PrepareSubmissionRequest.Builder.addPrefetchContractKeys
(int index, CommandsOuterClass.PrefetchContractKey value) Fetches the contract keys into the caches to speed up the command processing.InteractiveSubmissionServiceOuterClass.PrepareSubmissionRequest.Builder.addPrefetchContractKeys
(CommandsOuterClass.PrefetchContractKey value) Fetches the contract keys into the caches to speed up the command processing.InteractiveSubmissionServiceOuterClass.PrepareSubmissionRequest.Builder.setPrefetchContractKeys
(int index, CommandsOuterClass.PrefetchContractKey value) Fetches the contract keys into the caches to speed up the command processing.Method parameters in com.daml.ledger.api.v2.interactive with type arguments of type CommandsOuterClass.PrefetchContractKeyModifier and TypeMethodDescriptionInteractiveSubmissionServiceOuterClass.PrepareSubmissionRequest.Builder.addAllPrefetchContractKeys
(Iterable<? extends CommandsOuterClass.PrefetchContractKey> values) Fetches the contract keys into the caches to speed up the command processing. -
Uses of CommandsOuterClass.PrefetchContractKey in com.daml.ledger.javaapi.data
Methods in com.daml.ledger.javaapi.data that return CommandsOuterClass.PrefetchContractKeyMethods in com.daml.ledger.javaapi.data with parameters of type CommandsOuterClass.PrefetchContractKeyModifier and TypeMethodDescriptionstatic PrefetchContractKey
PrefetchContractKey.fromProto
(CommandsOuterClass.PrefetchContractKey prefetchContractKey)