Package com.uber.simplestore

Types

Link copied to clipboard
interface DirectoryProvider
Link copied to clipboard
class NamespaceConfig
Configure how the store accesses a namespace.
Link copied to clipboard
interface SimpleStore : Closeable
Fast, reliable storage.
Link copied to clipboard
class SimpleStoreConfig
Configure executors used by SimpleStore.
Link copied to clipboard
class SimpleStoreHelpers
Useful wrappers for common storage operations.
Link copied to clipboard
class StoreClosedException : RuntimeException
Thrown when attempting to use a closed store.