Package | Description |
---|---|
com.gemstone.gemfire.cache |
Provides an implementation of distributed object caching that
can leverage GemFire's distribution capabilities.
|
com.gemstone.gemfire.cache.asyncqueue |
Modifier and Type | Method and Description |
---|---|
AsyncEventQueue |
Cache.getAsyncEventQueue(String id)
Returns the
AsyncEventQueue with the given id added to this Cache. |
Modifier and Type | Method and Description |
---|---|
Set<AsyncEventQueue> |
Cache.getAsyncEventQueues()
Returns all
AsyncEventQueue s for this Cache |
Modifier and Type | Method and Description |
---|---|
AsyncEventQueue |
AsyncEventQueueFactory.create(String id,
AsyncEventListener listener)
Creates the
AsyncEventQueue . |
Copyright © 1997-2017 Pivotal Software, Inc. All rights reserved.