Package | Description |
---|---|
org.gridgain.grid |
Contains base API classes.
|
org.gridgain.grid.configuration |
Contains base GridGain configuration classes.
|
Modifier and Type | Method and Description |
---|---|
GridGainConfiguration |
GridGain.configuration() |
Modifier and Type | Method and Description |
---|---|
GridGainConfiguration |
GridGainConfiguration.setAuthenticator(Authenticator auth)
Sets fully configured instance of
Authenticator . |
GridGainConfiguration |
GridGainConfiguration.setBatchSendSizeBytes(int batchSndSizeBytes)
Sets batch send size in bytes.
|
GridGainConfiguration |
GridGainConfiguration.setDataCenterId(byte dataCenterId)
Sets data center ID of the grid.
|
GridGainConfiguration |
GridGainConfiguration.setDrManagementThreadPoolSize(int poolSize)
Set thread pool size that will be used to executing internal DR tasks.
|
GridGainConfiguration |
GridGainConfiguration.setDrReceiverConfiguration(DrReceiverConfiguration drRcvHubCfg)
Set data center sender hub configuration.
|
GridGainConfiguration |
GridGainConfiguration.setDrSenderConfiguration(DrSenderConfiguration drSndHubCfg)
Set data center receiver hub configuration.
|
GridGainConfiguration |
GridGainConfiguration.setDrStateTransferThreadPoolSize(int poolSize)
Set thread pool size that will be used to executing partition scan tasks for full-state transfer purposes.
|
GridGainConfiguration |
GridGainConfiguration.setDrStreamerThreadPoolSize(int poolSize)
Set thread pool size that will be used to send and receive DR (Data Replication) Streamer messages.
|
GridGainConfiguration |
GridGainConfiguration.setDrThreadPoolSize(int poolSize)
Set thread pool size that will be used to send and receive DR (Data Replication) messages.
|
GridGainConfiguration |
GridGainConfiguration.setDrUseCacheNames(boolean drUseCacheNames)
Compatibility flag.
|
GridGainConfiguration |
GridGainConfiguration.setIncrementalDrPoolSize(int poolSize)
Set thread pool size that will be used to executing partition scan tasks for incremental replication purposes.
|
GridGainConfiguration |
GridGainConfiguration.setInteropConfiguration(InteropConfiguration interopCfg)
Sets interop configuration.
|
GridGainConfiguration |
GridGainConfiguration.setLicenseUrl(String licUrl)
Sets license URL different from the default location of the license file.
|
GridGainConfiguration |
GridGainConfiguration.setRollingUpdatesEnabled(boolean rollingUpdatesEnabled)
Sets rolling updates enabled flag.
|
GridGainConfiguration |
GridGainConfiguration.setSecurityCredentialsProvider(SecurityCredentialsProvider securityCred)
Sets security credentials.
|
GridGainConfiguration |
GridGainConfiguration.setSecurityThreadPoolSize(int poolSize)
Set thread pool size that will be used to handle authorization of thin clients and expiration events.
|
GridGainConfiguration |
GridGainConfiguration.setSnapshotConfiguration(SnapshotConfiguration snapshotCfg)
Sets snapshot configuration.
|
GridGainConfiguration |
GridGainConfiguration.setStateTransferBatchSendSizeBytes(int batchSndSizeBytes)
Sets full state transfer batch send size in bytes.
|
Constructor and Description |
---|
GridGainConfiguration(GridGainConfiguration cfg)
Copying constructor.
|
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024