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 |
---|---|
DiskStoreFactory |
GemFireCache.createDiskStoreFactory()
create diskstore factory
|
DiskStoreFactory |
DiskStoreFactory.setAllowForceCompaction(boolean allowForceCompaction)
Set to
true to allow DiskStore.forceCompaction() to be called
on regions using this disk store. |
DiskStoreFactory |
DiskStoreFactory.setAutoCompact(boolean isAutoCompact)
Set to
true to cause the disk files to be automatically compacted. |
DiskStoreFactory |
DiskStoreFactory.setCompactionThreshold(int compactionThreshold)
Sets the threshold at which an oplog will become compactable.
|
DiskStoreFactory |
DiskStoreFactory.setDiskDirs(File[] diskDirs)
Sets the directories to which this disk store's data is written.
|
DiskStoreFactory |
DiskStoreFactory.setDiskDirsAndSizes(File[] diskDirs,
int[] diskDirSizes)
Sets the directories to which this disk store's data is written
and also set the sizes in megabytes of each directory.
|
DiskStoreFactory |
DiskStoreFactory.setDiskUsageCriticalPercentage(float criticalPercent)
Sets the critical threshold for disk usage as a percentage of the total disk
volume.
|
DiskStoreFactory |
DiskStoreFactory.setDiskUsageWarningPercentage(float warningPercent)
Sets the warning threshold for disk usage as a percentage of the total disk
volume.
|
DiskStoreFactory |
DiskStoreFactory.setMaxOplogSize(long maxOplogSize)
Sets the maximum size in megabytes a single oplog (operation log) is allowed to be.
|
DiskStoreFactory |
DiskStoreFactory.setQueueSize(int queueSize)
Sets the maximum number of operations that can be asynchronously queued.
|
DiskStoreFactory |
DiskStoreFactory.setTimeInterval(long timeInterval)
Sets the number of milliseconds that can elapse before
data written asynchronously is flushed to disk.
|
DiskStoreFactory |
DiskStoreFactory.setWriteBufferSize(int writeBufferSize)
Sets the write buffer size in bytes.
|
Copyright © 1997-2017 Pivotal Software, Inc. All rights reserved.