public class CacheContinuousQueryEntry extends Object implements GridCacheDeployable, Message
DIRECT_TYPE_SIZE| Constructor and Description |
|---|
CacheContinuousQueryEntry()
Required by
Message. |
| Modifier and Type | Method and Description |
|---|---|
static CacheContinuousQueryEntry |
createFilteredEntry(int cacheId,
int partId,
AffinityTopologyVersion topVer,
long cntr,
long filtered) |
GridDeploymentInfo |
deployInfo() |
short |
directType()
Gets message type.
|
static @Nullable javax.cache.event.EventType |
eventTypeFromOrdinal(int ord) |
byte |
fieldsCount()
Gets fields count.
|
byte |
flags() |
void |
onAckReceived()
Method called when ack message received.
|
void |
prepare(GridDeploymentInfo depInfo)
Prepare deployment information.
|
boolean |
readFrom(ByteBuffer buf,
MessageReader reader)
Reads this message from provided byte buffer.
|
String |
toString() |
boolean |
writeTo(ByteBuffer buf,
MessageWriter writer)
Writes this message to provided byte buffer.
|
public CacheContinuousQueryEntry()
Message.@Nullable public static @Nullable javax.cache.event.EventType eventTypeFromOrdinal(int ord)
ord - Event type ordinal value.public static CacheContinuousQueryEntry createFilteredEntry(int cacheId, int partId, AffinityTopologyVersion topVer, long cntr, long filtered)
cacheId - Cache id.partId - Partition id entry related to.topVer - Topology version.cntr - Update counter entry related to.filtered - Number of filtered entries prior to current one.public byte flags()
public void onAckReceived()
onAckReceived in interface Messagepublic void prepare(GridDeploymentInfo depInfo)
prepare in interface GridCacheDeployabledepInfo - Deployment information.public GridDeploymentInfo deployInfo()
deployInfo in interface GridCacheDeployablepublic short directType()
directType in interface Messagepublic boolean writeTo(ByteBuffer buf, MessageWriter writer)
public boolean readFrom(ByteBuffer buf, MessageReader reader)
public byte fieldsCount()
fieldsCount in interface Message
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.11.1 Release Date : December 20 2021