public class StoreConfig extends Object
| Constructor and Description |
|---|
StoreConfig() |
| Modifier and Type | Method and Description |
|---|---|
Duration |
getTtl() |
StoreConfig |
setTtl(Duration ttl) |
StoreConfig |
setTtlInMs(int duration)
Deprecated.
|
@Deprecated @LegacyConfig(value="store.ttl-in-ms", replacedBy="store.ttl") public StoreConfig setTtlInMs(int duration)
@Config(value="store.ttl") public StoreConfig setTtl(Duration ttl)
@NotNull public Duration getTtl()
Copyright © 2010-2016 Airlift. All Rights Reserved.