public class ElectionPriority extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
Disabled
Priority -1 represents this node disabled the priority election function.
|
static int |
MinValue
Priority 1 is a minimum value for priority election.
|
static int |
NotElected
Priority 0 is a special value so that a node will never participate in election.
|
| Constructor and Description |
|---|
ElectionPriority() |
public static final int Disabled
public static final int NotElected
public static final int MinValue
Copyright © 2024. All rights reserved.