Package | Description |
---|---|
com.gemstone.gemfire.admin |
Provides an API for administering various GemFire components such
as a GemFire distributed
system, and processes that host GemFire Caches.
|
com.gemstone.gemfire.cache |
Provides an implementation of distributed object caching that
can leverage GemFire's distribution capabilities.
|
Modifier and Type | Method and Description |
---|---|
DiskWriteAttributes |
SystemMemberRegion.getDiskWriteAttributes()
Deprecated.
Returns the
DiskWriteAttributes that configure how
the region is written to disk. |
Modifier and Type | Method and Description |
---|---|
DiskWriteAttributes |
DiskWriteAttributesFactory.create()
Deprecated.
as of 6.5 use
DiskStoreFactory.create(java.lang.String) instead |
DiskWriteAttributes |
RegionAttributes.getDiskWriteAttributes()
Deprecated.
as of 6.5 use
RegionAttributes.getDiskStoreName() instead. |
Modifier and Type | Method and Description |
---|---|
void |
AttributesFactory.setDiskWriteAttributes(DiskWriteAttributes attrs)
Deprecated.
as of 6.5 use
AttributesFactory.setDiskStoreName(java.lang.String) instead |
RegionFactory<K,V> |
RegionFactory.setDiskWriteAttributes(DiskWriteAttributes attrs)
Deprecated.
as of 6.5 use
RegionFactory.setDiskStoreName(java.lang.String) instead |
Constructor and Description |
---|
DiskWriteAttributesFactory(DiskWriteAttributes dwa)
Deprecated.
Creates a new instance of DiskWriteAttributesFactory Factory ready to
create a
DiskWriteAttributes with the same settings as those
in the specified DiskWriteAttributes . |
Copyright © 1997-2017 Pivotal Software, Inc. All rights reserved.