|
GemFire 6.5.1.2 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
DiskStore instead
public interface DiskWriteAttributes
Immutable parameter object for describing how region entries should be written to disk.
DiskWriteAttributesFactory,
AttributesFactory.setDiskWriteAttributes(com.gemstone.gemfire.cache.DiskWriteAttributes),
RegionAttributes.getDiskWriteAttributes(),
Region.writeToDisk()| Method Summary | |
|---|---|
boolean |
equals(Object o)
Deprecated. Two DiskWriteAttributes are equal if the both
specify the synchronous writes, or they both specify asynchronous
writes with the same time interval, bytes threshold, maxOplogSize and
compaction values |
long |
getBytesThreshold()
Deprecated. as of 6.5 use DiskStore.getQueueSize()
instead. |
int |
getMaxOplogSize()
Deprecated. as of 6.5 use DiskStore.getMaxOplogSize()
instead. |
long |
getTimeInterval()
Deprecated. as of 6.5 use DiskStore.getTimeInterval()
instead. |
boolean |
isRollOplogs()
Deprecated. Returns true if the oplogs is to be rolled to a more condensed format (on disk) |
boolean |
isSynchronous()
Deprecated. as of 6.5 use RegionAttributes.isDiskSynchronous() instead. |
| Method Detail |
|---|
boolean isSynchronous()
RegionAttributes.isDiskSynchronous() instead.
DiskWriteAttributes object
configures synchronous writes.
boolean isRollOplogs()
int getMaxOplogSize()
DiskStore.getMaxOplogSize()
instead.
long getTimeInterval()
DiskStore.getTimeInterval()
instead.
DiskWriteAttributes configures synchronous writing,
then timeInterval has no meaning.
long getBytesThreshold()
DiskStore.getQueueSize()
instead.
DiskWriteAttributes configures synchronous writing,
then bytesThreshold has no meaning.
boolean equals(Object o)
DiskWriteAttributes are equal if the both
specify the synchronous writes, or they both specify asynchronous
writes with the same time interval, bytes threshold, maxOplogSize and
compaction values
equals in class Object
|
GemFire 6.5.1.2 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||