public static class SolEnum.CacheRequest
extends java.lang.Object
cacheSessionHandle.sendCacheRequest
is invoked.Modifier and Type | Field and Description |
---|---|
static int |
NO_SUBSCRIBE
Do not send a subscription request to the Appliance before sending
the cache request.
|
static int |
NO_SUSBSCRIBE
Deprecated.
use NO_SUBSCRIBE instead
|
static int |
NO_WAIT_REPLY
By default,
CacheSessionHandle.sendCacheRequest() blocks until the cache request
completes and then returns the cache request status. |
Constructor and Description |
---|
CacheRequest() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
toString(int fieldValue) |
public static final int NO_SUBSCRIBE
@Deprecated public static final int NO_SUSBSCRIBE
public static final int NO_WAIT_REPLY
CacheSessionHandle.sendCacheRequest()
blocks until the cache request
completes and then returns the cache request status. If the cache
request flag NO_WAIT_REPLY is set,
CacheSessionHandle.sendCacheRequest()
returns immediately with the
status SolEnum.ReturnCode.IN_PROGRESS
, and the cache request
status is returned through a callback when it completes.Copyright 2004-2024 Solace Corporation. All rights reserved.