| Package | Description |
|---|---|
| com.artipie.asto |
Abstract Storage.
|
| com.artipie.asto.blocking |
Blocking version of asto.
|
| com.artipie.asto.fs |
File system implementation of asto.
|
| com.artipie.asto.google |
Google storage.
|
| com.artipie.asto.memory |
In memory implementation of Storage.
|
| com.artipie.asto.rx |
RxJava version of asto.
|
| com.artipie.asto.s3 |
Implementation of storage that holds data in S3.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Transaction
Transaction is an atomic operation performed under a certain scope.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
Storage.Wrap
Forwarding decorator for
Storage. |
| Constructor and Description |
|---|
Wrap(Storage delegate)
Ctor.
|
| Constructor and Description |
|---|
BlockingStorage(Storage storage)
Wrap a
Storage in order get a blocking version of it. |
| Modifier and Type | Class and Description |
|---|---|
class |
FileStorage
Simple storage, in files.
|
class |
FileSystemTransaction
Transaction on
FileStorage. |
| Constructor and Description |
|---|
FileSystemTransaction(Storage parent)
Ctor.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GoogleStorage
Storage that holds data in Google storage.
|
| Modifier and Type | Class and Description |
|---|---|
class |
InMemoryStorage
Simple implementation of Storage that holds all data in memory.
|
class |
InMemoryTransaction
Transaction on
InMemoryStorage. |
| Constructor and Description |
|---|
InMemoryTransaction(Storage parent)
Ctor.
|
| Constructor and Description |
|---|
RxStorageWrapper(Storage storage)
Ctor.
|
| Modifier and Type | Class and Description |
|---|---|
class |
S3Storage
Storage that holds data in S3 storage.
|
Copyright © 2019–2020 jcabi.com. All rights reserved.