public abstract class AtomixOptions extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SEED |
static String |
SERIALIZER |
| Modifier and Type | Method and Description |
|---|---|
Serializer |
serializer()
Returns the Atomix serializer.
|
Collection<Address> |
servers()
Returns the collection of seed servers.
|
public static final String SEED
public static final String SERIALIZER
public Collection<Address> servers()
public Serializer serializer()
Copyright © 2013–2016. All rights reserved.