| Package | Description |
|---|---|
| org.gridgain.grid |
Contains entry-point GridGain & HPC APIs.
|
| org.gridgain.grid.kernal.visor.cmd.dto.node | |
| org.gridgain.grid.segmentation |
Contains segmentation "split-brain" related classes.
|
| Modifier and Type | Field and Description |
|---|---|
static GridSegmentationPolicy |
GridConfiguration.DFLT_SEG_PLC
Default segmentation policy.
|
| Modifier and Type | Method and Description |
|---|---|
GridSegmentationPolicy |
GridConfiguration.getSegmentationPolicy()
Returns segmentation policy.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GridConfiguration.setSegmentationPolicy(GridSegmentationPolicy segPlc)
Sets segmentation policy.
|
| Modifier and Type | Method and Description |
|---|---|
GridSegmentationPolicy |
VisorSegmentationConfig.policy() |
| Modifier and Type | Method and Description |
|---|---|
void |
VisorSegmentationConfig.policy(GridSegmentationPolicy plc) |
| Modifier and Type | Method and Description |
|---|---|
static GridSegmentationPolicy |
GridSegmentationPolicy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GridSegmentationPolicy[] |
GridSegmentationPolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2014. All rights reserved.