Uses of Enum Class
io.dingodb.store.Store.Op
Packages that use Store.Op
-
Uses of Store.Op in io.dingodb.store
Methods in io.dingodb.store that return Store.OpModifier and TypeMethodDescriptionstatic Store.OpStore.Op.forNumber(int value) Store.LockInfo.Builder.getLockType()the type of the lock, it can be put, delete, lockStore.LockInfo.getLockType()the type of the lock, it can be put, delete, lockStore.LockInfoOrBuilder.getLockType()the type of the lock, it can be put, delete, lockStore.Mutation.Builder.getOp().dingodb.pb.store.Op op = 1;Store.Mutation.getOp().dingodb.pb.store.Op op = 1;Store.MutationOrBuilder.getOp().dingodb.pb.store.Op op = 1;Store.WriteInfo.Builder.getOp().dingodb.pb.store.Op op = 2;Store.WriteInfo.getOp().dingodb.pb.store.Op op = 2;Store.WriteInfoOrBuilder.getOp().dingodb.pb.store.Op op = 2;static Store.OpStore.Op.valueOf(int value) Deprecated.static Store.OpStore.Op.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static Store.OpReturns the enum constant of this class with the specified name.static Store.Op[]Store.Op.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.dingodb.store that return types with arguments of type Store.OpModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<Store.Op>Store.Op.internalGetValueMap()Methods in io.dingodb.store with parameters of type Store.OpModifier and TypeMethodDescriptionStore.LockInfo.Builder.setLockType(Store.Op value) the type of the lock, it can be put, delete, lock.dingodb.pb.store.Op op = 1;.dingodb.pb.store.Op op = 2;