|
GemFire 6.5.1.2 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use DiskWriteAttributes | |
|---|---|
| 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. |
| Uses of DiskWriteAttributes in com.gemstone.gemfire.admin |
|---|
| Methods in com.gemstone.gemfire.admin that return DiskWriteAttributes | |
|---|---|
DiskWriteAttributes |
SystemMemberRegion.getDiskWriteAttributes()
Returns the DiskWriteAttributes that configure how
the region is written to disk. |
| Uses of DiskWriteAttributes in com.gemstone.gemfire.cache |
|---|
| Methods in com.gemstone.gemfire.cache that return DiskWriteAttributes | |
|---|---|
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. |
| Methods in com.gemstone.gemfire.cache with parameters of type DiskWriteAttributes | |
|---|---|
RegionFactory<K,V> |
RegionFactory.setDiskWriteAttributes(DiskWriteAttributes attrs)
Deprecated. as of 6.5 use RegionFactory.setDiskStoreName(java.lang.String) instead |
void |
AttributesFactory.setDiskWriteAttributes(DiskWriteAttributes attrs)
Deprecated. as of 6.5 use AttributesFactory.setDiskStoreName(java.lang.String) instead |
| Constructors in com.gemstone.gemfire.cache with parameters of type DiskWriteAttributes | |
|---|---|
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. |
|
|
GemFire 6.5.1.2 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||