Package | Description |
---|---|
org.tikv.kvproto |
Modifier and Type | Class and Description |
---|---|
static class |
Kvrpcpb.Mutation
Protobuf type
kvrpcpb.Mutation |
static class |
Kvrpcpb.Mutation.Builder
Protobuf type
kvrpcpb.Mutation |
Modifier and Type | Method and Description |
---|---|
Kvrpcpb.MutationOrBuilder |
Kvrpcpb.PrewriteRequestOrBuilder.getMutationsOrBuilder(int index)
The data to be written to the database.
|
Kvrpcpb.MutationOrBuilder |
Kvrpcpb.PrewriteRequest.getMutationsOrBuilder(int index)
The data to be written to the database.
|
Kvrpcpb.MutationOrBuilder |
Kvrpcpb.PrewriteRequest.Builder.getMutationsOrBuilder(int index)
The data to be written to the database.
|
Kvrpcpb.MutationOrBuilder |
Kvrpcpb.PessimisticLockRequestOrBuilder.getMutationsOrBuilder(int index)
In this case every `Op` of the mutations must be `PessimisticLock`.
|
Kvrpcpb.MutationOrBuilder |
Kvrpcpb.PessimisticLockRequest.getMutationsOrBuilder(int index)
In this case every `Op` of the mutations must be `PessimisticLock`.
|
Kvrpcpb.MutationOrBuilder |
Kvrpcpb.PessimisticLockRequest.Builder.getMutationsOrBuilder(int index)
In this case every `Op` of the mutations must be `PessimisticLock`.
|
Kvrpcpb.MutationOrBuilder |
Kvrpcpb.ImportRequestOrBuilder.getMutationsOrBuilder(int index)
repeated .kvrpcpb.Mutation mutations = 1; |
Kvrpcpb.MutationOrBuilder |
Kvrpcpb.ImportRequest.getMutationsOrBuilder(int index)
repeated .kvrpcpb.Mutation mutations = 1; |
Kvrpcpb.MutationOrBuilder |
Kvrpcpb.ImportRequest.Builder.getMutationsOrBuilder(int index)
repeated .kvrpcpb.Mutation mutations = 1; |
Modifier and Type | Method and Description |
---|---|
List<? extends Kvrpcpb.MutationOrBuilder> |
Kvrpcpb.PrewriteRequestOrBuilder.getMutationsOrBuilderList()
The data to be written to the database.
|
List<? extends Kvrpcpb.MutationOrBuilder> |
Kvrpcpb.PrewriteRequest.getMutationsOrBuilderList()
The data to be written to the database.
|
List<? extends Kvrpcpb.MutationOrBuilder> |
Kvrpcpb.PrewriteRequest.Builder.getMutationsOrBuilderList()
The data to be written to the database.
|
List<? extends Kvrpcpb.MutationOrBuilder> |
Kvrpcpb.PessimisticLockRequestOrBuilder.getMutationsOrBuilderList()
In this case every `Op` of the mutations must be `PessimisticLock`.
|
List<? extends Kvrpcpb.MutationOrBuilder> |
Kvrpcpb.PessimisticLockRequest.getMutationsOrBuilderList()
In this case every `Op` of the mutations must be `PessimisticLock`.
|
List<? extends Kvrpcpb.MutationOrBuilder> |
Kvrpcpb.PessimisticLockRequest.Builder.getMutationsOrBuilderList()
In this case every `Op` of the mutations must be `PessimisticLock`.
|
List<? extends Kvrpcpb.MutationOrBuilder> |
Kvrpcpb.ImportRequestOrBuilder.getMutationsOrBuilderList()
repeated .kvrpcpb.Mutation mutations = 1; |
List<? extends Kvrpcpb.MutationOrBuilder> |
Kvrpcpb.ImportRequest.getMutationsOrBuilderList()
repeated .kvrpcpb.Mutation mutations = 1; |
List<? extends Kvrpcpb.MutationOrBuilder> |
Kvrpcpb.ImportRequest.Builder.getMutationsOrBuilderList()
repeated .kvrpcpb.Mutation mutations = 1; |
Copyright © 2024 PingCAP. All rights reserved.