public class CacheEntryInfoCollection extends Object implements Message
DIRECT_TYPE_SIZE| Constructor and Description |
|---|
CacheEntryInfoCollection() |
CacheEntryInfoCollection(List<GridCacheEntryInfo> infos) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(GridCacheEntryInfo info) |
short |
directType()
Gets message type.
|
byte |
fieldsCount()
Gets fields count.
|
List<GridCacheEntryInfo> |
infos() |
void |
init() |
void |
onAckReceived()
Method called when ack message received.
|
boolean |
readFrom(ByteBuffer buf,
MessageReader reader)
Reads this message from provided byte buffer.
|
boolean |
writeTo(ByteBuffer buf,
MessageWriter writer)
Writes this message to provided byte buffer.
|
public CacheEntryInfoCollection()
public CacheEntryInfoCollection(List<GridCacheEntryInfo> infos)
infos - List of cache entry info.public void init()
public List<GridCacheEntryInfo> infos()
public void add(GridCacheEntryInfo info)
info - Entry.public void onAckReceived()
onAckReceived in interface Messagepublic boolean writeTo(ByteBuffer buf, MessageWriter writer)
public boolean readFrom(ByteBuffer buf, MessageReader reader)
public short directType()
directType in interface Messagepublic byte fieldsCount()
fieldsCount in interface Message
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.7.5 Release Date : June 4 2019