Package | Description |
---|---|
com.hp.util |
Generic utility classes.
|
com.hp.util.dcord.election |
Authority that determines whether the local node is eligible for election.
|
Modifier and Type | Method and Description |
---|---|
static <T> Nullable<T> |
Nullable.nullValue()
Factory method that creates a Nullable with
null value. |
static <T> Nullable<T> |
Nullable.valueOf(T value)
Factory method that creates a Nullable with a non-null value.
|
Modifier and Type | Method and Description |
---|---|
void |
ElectionService.added(EntryEvent<String,Nullable<Host>> entry) |
void |
ElectionService.removed(EntryEvent<String,Nullable<Host>> entry) |
void |
ElectionService.updated(EntryEvent<String,Nullable<Host>> entry) |
Copyright © 2015. All Rights Reserved.