Index

D I M O S T V 
All Classes All Packages

D

DISK - io.atomix.storage.StorageLevel
Stores data on disk.

I

io.atomix.storage - package io.atomix.storage
Provides classes and interfaces for managing storage objects.

M

MAPPED - io.atomix.storage.StorageLevel
Stores data in a memory-mapped file.
MEMORY - io.atomix.storage.StorageLevel
Deprecated.

O

OutOfDiskSpace(String) - Constructor for exception io.atomix.storage.StorageException.OutOfDiskSpace
 

S

StorageException - Exception in io.atomix.storage
Log exception.
StorageException() - Constructor for exception io.atomix.storage.StorageException
 
StorageException(String) - Constructor for exception io.atomix.storage.StorageException
 
StorageException(String, Throwable) - Constructor for exception io.atomix.storage.StorageException
 
StorageException(Throwable) - Constructor for exception io.atomix.storage.StorageException
 
StorageException.OutOfDiskSpace - Exception in io.atomix.storage
Exception thrown when storage runs out of disk space.
StorageException.TooLarge - Exception in io.atomix.storage
Exception thrown when an entry being stored is too large.
StorageLevel - Enum in io.atomix.storage
Storage level configuration values which control how logs are stored on disk or in memory.

T

TooLarge(String) - Constructor for exception io.atomix.storage.StorageException.TooLarge
 

V

valueOf(String) - Static method in enum io.atomix.storage.StorageLevel
Returns the enum constant of this type with the specified name.
values() - Static method in enum io.atomix.storage.StorageLevel
Returns an array containing the constants of this enum type, in the order they are declared.
D I M O S T V 
All Classes All Packages