Class IndexKeyTypeSettings
- java.lang.Object
-
- org.apache.ignite.internal.cache.query.index.sorted.IndexKeyTypeSettings
-
- All Implemented Interfaces:
Externalizable,Serializable
public class IndexKeyTypeSettings extends Object implements Externalizable
List of settings that affects key types of index keys.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IndexKeyTypeSettings()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanbinaryUnsigned()IndexKeyTypeSettingsbinaryUnsigned(boolean binaryUnsigned)booleaninlineObjHash()IndexKeyTypeSettingsinlineObjHash(boolean inlineObjHash)booleaninlineObjSupported()IndexKeyTypeSettingsinlineObjSupported(boolean inlineObjSupported)voidreadExternal(ObjectInput in)booleanstringOptimizedCompare()IndexKeyTypeSettingsstringOptimizedCompare(boolean strOptimizedCompare)voidwriteExternal(ObjectOutput out)
-
-
-
Method Detail
-
inlineObjHash
public boolean inlineObjHash()
-
inlineObjHash
public IndexKeyTypeSettings inlineObjHash(boolean inlineObjHash)
-
inlineObjSupported
public boolean inlineObjSupported()
-
inlineObjSupported
public IndexKeyTypeSettings inlineObjSupported(boolean inlineObjSupported)
-
stringOptimizedCompare
public boolean stringOptimizedCompare()
-
stringOptimizedCompare
public IndexKeyTypeSettings stringOptimizedCompare(boolean strOptimizedCompare)
-
binaryUnsigned
public boolean binaryUnsigned()
-
binaryUnsigned
public IndexKeyTypeSettings binaryUnsigned(boolean binaryUnsigned)
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Specified by:
writeExternalin interfaceExternalizable- Throws:
IOException
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Specified by:
readExternalin interfaceExternalizable- Throws:
IOExceptionClassNotFoundException
-
-