Package | Description |
---|---|
com.gemstone.gemfire.cache |
Provides an implementation of distributed object caching that
can leverage GemFire's distribution capabilities.
|
Modifier and Type | Method and Description |
---|---|
DiskStore |
DiskStoreFactory.create(String name)
Create a new disk store or find an existing one.
|
DiskStore |
GemFireCache.findDiskStore(String name)
Returns the DiskStore by name or
null if no disk store is found. |
Constructor and Description |
---|
DiskAccessException(String msg,
DiskStore ds)
Constructs a new
DiskAccessException with a message string. |
DiskAccessException(String msg,
Throwable cause,
DiskStore ds)
Constructs a new
DiskAccessException with a message string
and a cause. |
Copyright © 1997-2017 Pivotal Software, Inc. All rights reserved.