Package | Description |
---|---|
org.apache.ignite.configuration |
Contains configuration-related classes.
|
org.gridgain.grid.segmentation.reachability |
Contains segmentation resolver based on
InetAddress.isReachable() . |
org.gridgain.grid.segmentation.sharedfs |
Contains shared file system segmentation resolver implementation.
|
org.gridgain.grid.segmentation.tcp |
Contains TCP segmentation resolver implementation.
|
Modifier and Type | Method and Description |
---|---|
SegmentationResolver[] |
IgniteConfiguration.getSegmentationResolvers()
Returns a collection of segmentation resolvers.
|
Modifier and Type | Method and Description |
---|---|
IgniteConfiguration |
IgniteConfiguration.setSegmentationResolvers(SegmentationResolver... segResolvers)
Sets segmentation resolvers.
|
Modifier and Type | Class and Description |
---|---|
class |
ReachabilitySegmentationResolver
Segmentation resolver that uses address reachability to check whether node is in the
correct segment or not.
|
Modifier and Type | Class and Description |
---|---|
class |
SharedFsSegmentationResolver
Segmentation resolver implementation that checks whether
node is in the correct segment or not by writing to and reading from
shared directory.
|
Modifier and Type | Class and Description |
---|---|
class |
TcpSegmentationResolver
Segmentation resolver implementation that checks whether
node is in the correct segment or not by establishing TCP
connection to configured host and port and immediately closing it.
|
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024