public final class BinaryObjectImpl extends BinaryObjectExImpl implements Externalizable, KeyCacheObject
TYPE_BINARY, TYPE_BINARY_ENUM, TYPE_BYTE_ARR, TYPE_REGULAR| Constructor and Description |
|---|
BinaryObjectImpl()
For
Externalizable. |
BinaryObjectImpl(BinaryContext ctx,
byte[] arr,
int start) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
array() |
byte |
cacheObjectType() |
BinaryObject |
clone()
Copies this binary object.
|
BinaryContext |
context() |
void |
context(BinaryContext ctx) |
KeyCacheObject |
copy(int part) |
protected BinarySchema |
createSchema()
Create schema for object.
|
<T> T |
deserialize()
Gets fully deserialized instance of binary object.
|
BinaryObject |
detach() |
void |
detachAllowed(boolean detachAllowed) |
boolean |
detached() |
byte |
directType()
Gets message type.
|
protected <F> F |
field(BinaryReaderHandles rCtx,
String fieldName) |
<F> F |
field(int fieldId)
Gets field value.
|
<F> F |
field(String fieldName)
Gets field value.
|
protected <F> F |
fieldByOrder(int order)
Get field by offset.
|
byte |
fieldsCount()
Gets fields count.
|
void |
finishUnmarshal(CacheObjectContext ctx,
ClassLoader ldr) |
protected boolean |
hasArray() |
boolean |
hasField(String fieldName)
Checks whether field exists in the object.
|
int |
hashCode() |
boolean |
internal() |
boolean |
isPlatformType()
Gets flag indicating whether object value is a platform type.
|
int |
length() |
long |
offheapAddress() |
void |
onAckReceived()
Method called when ack message received.
|
int |
partition() |
void |
partition(int part)
Sets partition ID for this key.
|
CacheObject |
prepareForCache(CacheObjectContext ctx)
Prepares cache object for cache (e.g. copies user-provided object if needed).
|
void |
prepareMarshal(CacheObjectContext ctx) |
BinaryType |
rawType()
Get raw type.
|
void |
readExternal(ObjectInput in) |
boolean |
readFrom(ByteBuffer buf,
MessageReader reader)
Reads this message from provided byte buffer.
|
protected int |
schemaId()
Get schema ID.
|
int |
start() |
String |
toString() |
BinaryType |
type()
Gets type information for this binary object.
|
int |
typeId() |
<T> T |
value(CacheObjectContext ctx,
boolean cpy) |
byte[] |
valueBytes(CacheObjectContext ctx) |
void |
writeExternal(ObjectOutput out) |
boolean |
writeTo(ByteBuffer buf,
MessageWriter writer)
Writes this message to provided byte buffer.
|
enumOrdinal, equals, toBuilderpublic BinaryObjectImpl()
Externalizable.public BinaryObjectImpl(BinaryContext ctx, byte[] arr, int start)
ctx - Context.arr - Array.start - Start.public KeyCacheObject copy(int part)
copy in interface KeyCacheObjectpart - Partition ID.public int partition()
partition in interface KeyCacheObjectpublic void partition(int part)
partition in interface KeyCacheObjectpart - Partition ID.public byte cacheObjectType()
cacheObjectType in interface CacheObjectpublic boolean isPlatformType()
IgniteCache.withKeepBinary() is used or not.isPlatformType in interface CacheObjectpublic boolean internal()
internal in interface KeyCacheObjectTrue if internal cache key.@Nullable public <T> T value(CacheObjectContext ctx, boolean cpy)
value in interface CacheObjectctx - Context.cpy - If true need to copy value.public byte[] valueBytes(CacheObjectContext ctx) throws IgniteCheckedException
valueBytes in interface CacheObjectctx - Context.IgniteCheckedException - If failed.public CacheObject prepareForCache(CacheObjectContext ctx)
prepareForCache in interface CacheObjectctx - Cache context.public void finishUnmarshal(CacheObjectContext ctx, ClassLoader ldr) throws IgniteCheckedException
finishUnmarshal in interface CacheObjectctx - Context.ldr - Class loader.IgniteCheckedException - If failed.public void prepareMarshal(CacheObjectContext ctx) throws IgniteCheckedException
prepareMarshal in interface CacheObjectctx - Context.IgniteCheckedException - If failed.public int length()
length in class BinaryObjectExImplpublic BinaryObject detach()
public boolean detached()
public void detachAllowed(boolean detachAllowed)
detachAllowed - Detach allowed flag.public BinaryContext context()
public void context(BinaryContext ctx)
ctx - Context.public byte[] array()
array in class BinaryObjectExImplnull.public int start()
start in class BinaryObjectExImplpublic long offheapAddress()
offheapAddress in class BinaryObjectExImplprotected boolean hasArray()
hasArray in class BinaryObjectExImplTrue if object is array based.public int typeId()
typeId in interface BinaryObjectEx@Nullable public BinaryType type() throws BinaryObjectException
type in interface BinaryObjectBinaryObjectException - In case of error.@Nullable public BinaryType rawType() throws BinaryObjectException
rawType in interface BinaryObjectExBinaryObjectException - If failed.@Nullable public <F> F field(String fieldName) throws BinaryObjectException
field in interface BinaryObjectfieldName - Field name.BinaryObjectException - In case of any other error.@Nullable
public <F> F field(int fieldId)
throws BinaryObjectException
field in class BinaryObjectExImplfieldId - Field ID.BinaryObjectException - In case of any other error.@Nullable protected <F> F fieldByOrder(int order)
fieldByOrder in class BinaryObjectExImplorder - Field offset.@Nullable protected <F> F field(BinaryReaderHandles rCtx, String fieldName)
field in class BinaryObjectExImplrCtx - Reader context.fieldName - Field name.public boolean hasField(String fieldName)
hasField in interface BinaryObjectfieldName - Field name.True if field exists.@Nullable
public <T> T deserialize()
throws BinaryObjectException
deserialize in interface BinaryObjectBinaryInvalidTypeException - If class doesn't exist.BinaryObjectException - In case of any other error.public BinaryObject clone() throws CloneNotSupportedException
clone in interface BinaryObjectclone in class BinaryObjectExImplCloneNotSupportedExceptionpublic int hashCode()
hashCode in interface KeyCacheObjecthashCode in class Objectprotected int schemaId()
schemaId in class BinaryObjectExImplprotected BinarySchema createSchema()
createSchema in class BinaryObjectExImplpublic void onAckReceived()
onAckReceived in interface Messagepublic void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOExceptionpublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundExceptionpublic boolean writeTo(ByteBuffer buf, MessageWriter writer)
public boolean readFrom(ByteBuffer buf, MessageReader reader)
public byte directType()
directType in interface Messagepublic byte fieldsCount()
fieldsCount in interface Messagepublic String toString()
toString in class BinaryObjectExImpl
Follow @ApacheIgnite
Ignite Fabric : ver. 1.7.0 Release Date : August 1 2016