Interface KeyStoreObject
- All Superinterfaces:
StoreObject
- All Known Implementing Classes:
KeyStoreObjectImpl
-
Field Summary
Fields inherited from interface org.apache.ignite.internal.persistence.store.StoreObject
TYPE_BINARY, TYPE_BINARY_ENUM, TYPE_BYTE_ARR, TYPE_REGULAR -
Method Summary
Methods inherited from interface org.apache.ignite.internal.persistence.store.StoreObject
cacheObjectType, finishUnmarshal, prepareForCache, prepareMarshal, putValue, putValue, putValue, value, valueBytes, valueBytesLength
-
Method Details
-
hashCode
int hashCode() -
copy
KeyStoreObject copy()- Returns:
- Copy of this object with given partition set.
-