| Package | Description |
|---|---|
| org.apache.ignite.configuration |
Contains configuration-related classes.
|
| org.apache.ignite.igfs |
Contains IGnite File System APIs.
|
| Modifier and Type | Method and Description |
|---|---|
@Nullable IgfsIpcEndpointConfiguration |
FileSystemConfiguration.getIpcEndpointConfiguration()
Gets IPC endpoint configuration.
|
| Modifier and Type | Method and Description |
|---|---|
FileSystemConfiguration |
FileSystemConfiguration.setIpcEndpointConfiguration(@Nullable IgfsIpcEndpointConfiguration ipcEndpointCfg)
Sets IPC endpoint configuration.
|
| Modifier and Type | Method and Description |
|---|---|
IgfsIpcEndpointConfiguration |
IgfsIpcEndpointConfiguration.setHost(String host)
Sets the host endpoint is bound to.
|
IgfsIpcEndpointConfiguration |
IgfsIpcEndpointConfiguration.setMemorySize(int memSize)
Sets shared memory size in bytes allocated for endpoint communication.
|
IgfsIpcEndpointConfiguration |
IgfsIpcEndpointConfiguration.setPort(int port)
Sets the port endpoint is bound to.
|
IgfsIpcEndpointConfiguration |
IgfsIpcEndpointConfiguration.setThreadCount(int threadCnt)
Set number of threads used by this endpoint to process incoming requests.
|
IgfsIpcEndpointConfiguration |
IgfsIpcEndpointConfiguration.setTokenDirectoryPath(String tokenDirPath)
Sets directory where shared memory tokens are stored.
|
IgfsIpcEndpointConfiguration |
IgfsIpcEndpointConfiguration.setType(IgfsIpcEndpointType type)
Sets endpoint type.
|
| Constructor and Description |
|---|
IgfsIpcEndpointConfiguration(IgfsIpcEndpointConfiguration cfg)
Copying constructor.
|
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.7.2 Release Date : February 6 2019