Package | Description |
---|---|
com.hazelcast.config |
Provides classes for configuring HazelcastInstance.
|
Modifier and Type | Method and Description |
---|---|
LocalDeviceConfig |
LocalDeviceConfig.setBaseDir(File baseDir)
Sets the base directory for this device.
|
LocalDeviceConfig |
LocalDeviceConfig.setBlockSize(int blockSize)
Sets the disk block/sector size in bytes.
|
LocalDeviceConfig |
LocalDeviceConfig.setCapacity(Capacity capacity)
Sets the capacity of this device.
|
LocalDeviceConfig |
LocalDeviceConfig.setName(String name)
Sets the device name.
|
LocalDeviceConfig |
LocalDeviceConfig.setReadIOThreadCount(int readIOThreadCount)
Sets the read IO thread count.
|
LocalDeviceConfig |
LocalDeviceConfig.setWriteIOThreadCount(int writeIOThreadCount)
Sets the write IO thread count.
|
Constructor and Description |
---|
LocalDeviceConfig(LocalDeviceConfig localDeviceConfig) |
Copyright © 2023 Hazelcast, Inc.. All rights reserved.