public class SharedFsSegmentationResolver extends Object implements SegmentationResolver
Constructor and Description |
---|
SharedFsSegmentationResolver() |
Modifier and Type | Method and Description |
---|---|
boolean |
isValidSegment()
Checks whether segment is valid.
|
SharedFsSegmentationResolver |
setPath(String path)
Sets path to shared folder.
|
String |
toString() |
public boolean isValidSegment() throws IgniteCheckedException
When segmentation happens every node ends up in either one of two segments:
segmentation policy
set
in configuration.isValidSegment
in interface SegmentationResolver
True
if segment is correct, false
otherwise.IgniteCheckedException
- If an error occurred.public SharedFsSegmentationResolver setPath(String path)
This is required property.
path
- Path to shared folder.this
for chaining.
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024