public class TupleOperationBitwiseXor extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
fieldIndex |
protected String |
fieldName |
protected boolean |
isProxyOperation |
protected TarantoolUpdateOperationType |
operationType |
protected Object |
value |
| Constructor and Description |
|---|
TupleOperationBitwiseXor(int fieldIndex,
long value) |
TupleOperationBitwiseXor(String fieldName,
long value) |
| Modifier and Type | Method and Description |
|---|---|
TupleOperation |
cloneWithIndex(int fieldMetadataIndex) |
boolean |
equals(Object o) |
Integer |
getFieldIndex() |
String |
getFieldName() |
protected Integer |
getFieldNumber()
Convert field index to field number
|
TarantoolUpdateOperationType |
getOperationType() |
Object |
getValue() |
int |
hashCode() |
Boolean |
isProxyOperation() |
org.msgpack.value.Value |
toMessagePackValue(MessagePackObjectMapper mapper)
Convert this instance into a corresponding MessagePack
Value |
TupleOperation |
toProxyTupleOperation() |
protected final boolean isProxyOperation
protected final TarantoolUpdateOperationType operationType
protected final Integer fieldIndex
protected final String fieldName
protected final Object value
public TupleOperationBitwiseXor(int fieldIndex,
long value)
public TupleOperationBitwiseXor(String fieldName, long value)
public TupleOperation toProxyTupleOperation()
public TupleOperation cloneWithIndex(int fieldMetadataIndex)
public org.msgpack.value.Value toMessagePackValue(MessagePackObjectMapper mapper)
PackableValuetoMessagePackValue in interface Packablemapper - configured Java objects to entities mapperpublic TarantoolUpdateOperationType getOperationType()
getOperationType in interface TupleOperationpublic Integer getFieldIndex()
getFieldIndex in interface TupleOperationpublic String getFieldName()
getFieldName in interface TupleOperationpublic Object getValue()
getValue in interface TupleOperationpublic Boolean isProxyOperation()
isProxyOperation in interface TupleOperationprotected Integer getFieldNumber()
Copyright © 2025 Picodata. All rights reserved.