Package | Description |
---|---|
com.gemstone.gemfire.cache.asyncqueue | |
com.gemstone.gemfire.cache.util |
Provides utilities for use with the Caching API in the
com.gemstone.gemfire.cache.util package. |
com.gemstone.gemfire.cache.wan |
Modifier and Type | Method and Description |
---|---|
Gateway.OrderPolicy |
AsyncEventQueue.getOrderPolicy()
Returns the order policy followed while dispatching the events to AsyncEventListener.
|
Modifier and Type | Method and Description |
---|---|
AsyncEventQueueFactory |
AsyncEventQueueFactory.setOrderPolicy(Gateway.OrderPolicy policy)
Sets the order policy for multiple dispatchers.
|
Modifier and Type | Method and Description |
---|---|
Gateway.OrderPolicy |
Gateway.getOrderPolicy()
Deprecated.
Returns the
OrderPolicy for this Gateway . |
static Gateway.OrderPolicy |
Gateway.OrderPolicy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Gateway.OrderPolicy[] |
Gateway.OrderPolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Gateway.setOrderPolicy(Gateway.OrderPolicy orderPolicy)
Deprecated.
Sets the
OrderPolicy for this Gateway . |
Modifier and Type | Field and Description |
---|---|
static Gateway.OrderPolicy |
GatewaySender.DEFAULT_ORDER_POLICY |
Modifier and Type | Method and Description |
---|---|
Gateway.OrderPolicy |
GatewaySender.getOrderPolicy()
Returns the order policy followed while dispatching the events to remote ds.
|
Modifier and Type | Method and Description |
---|---|
GatewaySenderFactory |
GatewaySenderFactory.setOrderPolicy(Gateway.OrderPolicy policy)
Sets
OrderPolicy for this GatewaySender. |
Copyright © 1997-2017 Pivotal Software, Inc. All rights reserved.