| Package | Description |
|---|---|
| io.atomix.primitive.config |
Primitive instance configuration store.
|
| io.atomix.utils.serializer |
Provides classes and interfaces for binary serialization.
|
| Modifier and Type | Method and Description |
|---|---|
NamespaceConfig |
PrimitiveConfig.getNamespaceConfig()
Returns the serializer configuration.
|
| Modifier and Type | Method and Description |
|---|---|
C |
PrimitiveConfig.setNamespaceConfig(NamespaceConfig namespaceConfig)
Sets the serializer configuration.
|
| Modifier and Type | Method and Description |
|---|---|
NamespaceConfig |
NamespaceConfig.addType(NamespaceTypeConfig type)
Adds a serializable type to the configuration.
|
NamespaceConfig |
NamespaceConfig.setCompatible(boolean compatible)
Sets whether compatible serialization is enabled.
|
NamespaceConfig |
NamespaceConfig.setName(String name)
Sets the serializer name.
|
NamespaceConfig |
NamespaceConfig.setRegistrationRequired(boolean registrationRequired)
Sets whether registration is required.
|
NamespaceConfig |
NamespaceConfig.setTypes(Collection<NamespaceTypeConfig> types)
Sets the serializable types.
|
| Constructor and Description |
|---|
Namespace(NamespaceConfig config) |
Copyright © 2013–2018. All rights reserved.