| Package | Description |
|---|---|
| com.github.davidmoten.rx.buffertofile |
| Modifier and Type | Method and Description |
|---|---|
CacheType |
Options.cacheType() |
static CacheType |
CacheType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CacheType[] |
CacheType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Options.Builder |
Options.cacheType(CacheType cacheType) |
Options.Builder |
Options.Builder.cacheType(CacheType cacheType)
Sets the cache type used by the queue storage mechanism.
|
Copyright © 2013–2016. All rights reserved.