| Package | Description |
|---|---|
| aot.application | |
| aot.log | |
| aot.storage | |
| aot.view |
| Modifier and Type | Method and Description |
|---|---|
static Storage |
Root.getConfigLocalStorage() |
Storage |
Initializer.getConfigLocalStorage() |
static Storage |
Root.getConfigRemoteStorage() |
Storage |
Initializer.getConfigRemoteStorage() |
static Storage |
Root.getDataLocalStorage() |
Storage |
Initializer.getDataLocalStorage() |
static Storage |
Root.getDataRemoteStorage() |
Storage |
Initializer.getDataRemoteStorage() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Buffer.upload(Storage storage,
long time,
long span,
AtomicLong lost) |
| Modifier and Type | Method and Description |
|---|---|
static Storage |
Storage.createStorage(String id) |
static Storage |
Storage.getStorage(String id) |
abstract Storage |
Storage.substorage(String prefix) |
| Modifier and Type | Field and Description |
|---|---|
protected Storage |
Environment.configStorage |
protected Storage |
Environment.dataStorage |
protected Storage |
Instance.storage |
protected Storage |
Layer.storage |
protected Storage |
Application.storage |
protected Storage |
Version.storage |
| Modifier and Type | Method and Description |
|---|---|
Storage |
Environment.getConfigStorage() |
Storage |
Environment.getDataStorage() |
Storage |
Instance.getStorage() |
Storage |
Layer.getStorage() |
Storage |
Application.getStorage() |
Storage |
Version.getStorage() |
| Constructor and Description |
|---|
Environment(Storage configStorage,
Storage dataStorage) |
Copyright © 2016. All rights reserved.