Uses of Class
com.google.spanner.executor.v1.Concurrency
-
Uses of Concurrency in com.google.spanner.executor.v1
Methods in com.google.spanner.executor.v1 that return ConcurrencyModifier and TypeMethodDescriptionConcurrency.Builder.build()Concurrency.Builder.buildPartial()StartTransactionAction.Builder.getConcurrency()Concurrency is for read-only transactions and must be omitted for read-write transactions.StartTransactionAction.getConcurrency()Concurrency is for read-only transactions and must be omitted for read-write transactions.StartTransactionActionOrBuilder.getConcurrency()Concurrency is for read-only transactions and must be omitted for read-write transactions.static ConcurrencyConcurrency.getDefaultInstance()Concurrency.Builder.getDefaultInstanceForType()Concurrency.getDefaultInstanceForType()static ConcurrencyConcurrency.parseDelimitedFrom(InputStream input) static ConcurrencyConcurrency.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ConcurrencyConcurrency.parseFrom(byte[] data) static ConcurrencyConcurrency.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ConcurrencyConcurrency.parseFrom(com.google.protobuf.ByteString data) static ConcurrencyConcurrency.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ConcurrencyConcurrency.parseFrom(com.google.protobuf.CodedInputStream input) static ConcurrencyConcurrency.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ConcurrencyConcurrency.parseFrom(InputStream input) static ConcurrencyConcurrency.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ConcurrencyConcurrency.parseFrom(ByteBuffer data) static ConcurrencyConcurrency.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.spanner.executor.v1 that return types with arguments of type ConcurrencyModifier and TypeMethodDescriptioncom.google.protobuf.Parser<Concurrency>Concurrency.getParserForType()static com.google.protobuf.Parser<Concurrency>Concurrency.parser()Methods in com.google.spanner.executor.v1 with parameters of type ConcurrencyModifier and TypeMethodDescriptionStartTransactionAction.Builder.mergeConcurrency(Concurrency value) Concurrency is for read-only transactions and must be omitted for read-write transactions.Concurrency.Builder.mergeFrom(Concurrency other) static Concurrency.BuilderConcurrency.newBuilder(Concurrency prototype) StartTransactionAction.Builder.setConcurrency(Concurrency value) Concurrency is for read-only transactions and must be omitted for read-write transactions.