Uses of Class
io.dingodb.store.Store.AlreadyExist
Packages that use Store.AlreadyExist
-
Uses of Store.AlreadyExist in io.dingodb.store
Methods in io.dingodb.store that return Store.AlreadyExistModifier and TypeMethodDescriptionStore.AlreadyExist.Builder.build()Store.AlreadyExist.Builder.buildPartial()static Store.AlreadyExistStore.AlreadyExist.getDefaultInstance()Store.AlreadyExist.Builder.getDefaultInstanceForType()Store.AlreadyExist.getDefaultInstanceForType()Store.TxnPrewriteResponse.Builder.getKeysAlreadyExist(int index) if there is PutIfAbsent in mutation, and if there is key conflict, the conflict key will be returnedStore.TxnPrewriteResponse.getKeysAlreadyExist(int index) if there is PutIfAbsent in mutation, and if there is key conflict, the conflict key will be returnedStore.TxnPrewriteResponseOrBuilder.getKeysAlreadyExist(int index) if there is PutIfAbsent in mutation, and if there is key conflict, the conflict key will be returnedstatic Store.AlreadyExistStore.AlreadyExist.parseDelimitedFrom(InputStream input) static Store.AlreadyExistStore.AlreadyExist.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Store.AlreadyExistStore.AlreadyExist.parseFrom(byte[] data) static Store.AlreadyExistStore.AlreadyExist.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Store.AlreadyExistStore.AlreadyExist.parseFrom(com.google.protobuf.ByteString data) static Store.AlreadyExistStore.AlreadyExist.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Store.AlreadyExistStore.AlreadyExist.parseFrom(com.google.protobuf.CodedInputStream input) static Store.AlreadyExistStore.AlreadyExist.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Store.AlreadyExistStore.AlreadyExist.parseFrom(InputStream input) static Store.AlreadyExistStore.AlreadyExist.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Store.AlreadyExistStore.AlreadyExist.parseFrom(ByteBuffer data) static Store.AlreadyExistStore.AlreadyExist.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.dingodb.store that return types with arguments of type Store.AlreadyExistModifier and TypeMethodDescriptionStore.TxnPrewriteResponse.Builder.getKeysAlreadyExistList()if there is PutIfAbsent in mutation, and if there is key conflict, the conflict key will be returnedStore.TxnPrewriteResponse.getKeysAlreadyExistList()if there is PutIfAbsent in mutation, and if there is key conflict, the conflict key will be returnedStore.TxnPrewriteResponseOrBuilder.getKeysAlreadyExistList()if there is PutIfAbsent in mutation, and if there is key conflict, the conflict key will be returnedcom.google.protobuf.Parser<Store.AlreadyExist>Store.AlreadyExist.getParserForType()static com.google.protobuf.Parser<Store.AlreadyExist>Store.AlreadyExist.parser()Methods in io.dingodb.store with parameters of type Store.AlreadyExistModifier and TypeMethodDescriptionStore.TxnPrewriteResponse.Builder.addKeysAlreadyExist(int index, Store.AlreadyExist value) if there is PutIfAbsent in mutation, and if there is key conflict, the conflict key will be returnedStore.TxnPrewriteResponse.Builder.addKeysAlreadyExist(Store.AlreadyExist value) if there is PutIfAbsent in mutation, and if there is key conflict, the conflict key will be returnedStore.AlreadyExist.Builder.mergeFrom(Store.AlreadyExist other) static Store.AlreadyExist.BuilderStore.AlreadyExist.newBuilder(Store.AlreadyExist prototype) Store.TxnPrewriteResponse.Builder.setKeysAlreadyExist(int index, Store.AlreadyExist value) if there is PutIfAbsent in mutation, and if there is key conflict, the conflict key will be returnedMethod parameters in io.dingodb.store with type arguments of type Store.AlreadyExistModifier and TypeMethodDescriptionStore.TxnPrewriteResponse.Builder.addAllKeysAlreadyExist(Iterable<? extends Store.AlreadyExist> values) if there is PutIfAbsent in mutation, and if there is key conflict, the conflict key will be returned