public final class MemberId extends io.atomix.utils.AbstractIdentifier<String> implements Comparable<MemberId>
| Constructor and Description |
|---|
MemberId(String id)
Creates a new cluster node identifier from the specified string.
|
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(MemberId that) |
static MemberId |
from(String id)
Creates a new cluster node identifier from the specified string.
|
public MemberId(String id)
id - string identifierCopyright © 2013–2017. All rights reserved.