| Package | Description |
|---|---|
| io.atomix.core.transaction |
Interfaces for managing distributed primitive transactions.
|
| io.atomix.primitive |
Provides classes and interfaces for defining and managing primitive types.
|
| io.atomix.protocols.raft |
Provides classes and interfaces for managing Raft clients and servers.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TransactionException
Transaction exception.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
PrimitiveException.ClosedSession
Closed session exception.
|
static class |
PrimitiveException.CommandFailure
Command failure exception.
|
static class |
PrimitiveException.ConcurrentModification
Store update conflicts with an in flight transaction.
|
static class |
PrimitiveException.Interrupted
Store operation interrupted.
|
static class |
PrimitiveException.QueryFailure
Query failure exception.
|
static class |
PrimitiveException.ServiceException
Primitive service exception.
|
static class |
PrimitiveException.Timeout
Store operation timeout.
|
static class |
PrimitiveException.Unavailable
Store is temporarily unavailable.
|
static class |
PrimitiveException.UnknownClient
Unknown client exception.
|
static class |
PrimitiveException.UnknownService
Unknown service exception.
|
static class |
PrimitiveException.UnknownSession
Unknown session exception.
|
| Modifier and Type | Method and Description |
|---|---|
PrimitiveException |
RaftError.createException()
Creates a new exception for the error.
|
Copyright © 2013–2018. All rights reserved.