Toggle navigation
Home
byte to org.apache.ignite.internal.processors.cache.KeyCacheObject
No. of Instances - 11
No. of Commits - 4
No. of Projects - {'ignite'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Jdk -> Internal
Mapping:
Rename Variable
keyBytes
to
key
keyBytes
to
key0
keyBytes
to
key0
keyBytes
to
key
keyBytes
to
key0
keyBytes
to
key0
ownedBytes
to
ownedKeys
Cascading Type Change (Similar)
byte[]
to
KeyCacheObject
byte[]
to
KeyCacheObject
Add or Remove Method invocation
entry.getOrMarshalKeyBytes()
to
entry.key()
CU.marshal(ctx.shared(),key)
to
cacheKey
entry.getOrMarshalKeyBytes()
to
entry.key()
CU.marshal(ctx.shared(),key)
to
cacheKey
reader.readByteArray("ownedBytes")
to
reader.readObjectArray("ownedKeys",MessageCollectionItemType.MSG,KeyCacheObject.class)