|
GemFire 6.5.1.2 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use RegionService | |
|---|---|
| com.gemstone.gemfire.cache | Provides an implementation of distributed object caching that can leverage GemFire's distribution capabilities. |
| com.gemstone.gemfire.cache.client | The com.gemstone.gemfire.cache.client package provides APIs used
for client connectivity and caching. |
| com.gemstone.gemfire.cache.execute |
The com.gemstone.gemfire.cache.execute package provides APIs used
for function execution on gemfire system members. |
| Uses of RegionService in com.gemstone.gemfire.cache |
|---|
| Subinterfaces of RegionService in com.gemstone.gemfire.cache | |
|---|---|
interface |
Cache
Caches are obtained from the CacheFactory.create() method. |
interface |
GemFireCache
GemFireCache represents the singleton cache that must be created in order to use GemFire in a Java virtual machine. |
| Methods in com.gemstone.gemfire.cache that return RegionService | |
|---|---|
RegionService |
Region.getRegionService()
Returns the cache associated with this region. |
| Uses of RegionService in com.gemstone.gemfire.cache.client |
|---|
| Subinterfaces of RegionService in com.gemstone.gemfire.cache.client | |
|---|---|
interface |
ClientCache
A ClientCache instance controls the life cycle of the local singleton cache in a client. |
| Methods in com.gemstone.gemfire.cache.client that return RegionService | |
|---|---|
RegionService |
ClientCache.createAuthenticatedView(Properties userSecurityProperties)
Creates an authenticated cache view using the given user security properties on the client cache's default pool. |
RegionService |
ClientCache.createAuthenticatedView(Properties userSecurityProperties,
String poolName)
Creates an authenticated cache view using the given user security properties using the given pool to connect to servers. |
| Uses of RegionService in com.gemstone.gemfire.cache.execute |
|---|
| Methods in com.gemstone.gemfire.cache.execute with parameters of type RegionService | |
|---|---|
static Execution |
FunctionService.onServer(RegionService regionService)
Returns an Execution object that can be used to execute a data
independent function on a server that the given cache is connected to. |
static Execution |
FunctionService.onServers(RegionService regionService)
Returns an Execution object that can be used to execute a data
independent function on all the servers that the given cache is connected to. |
|
GemFire 6.5.1.2 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||