Uses of Interface
org.apache.accumulo.core.conf.AccumuloConfiguration.Deriver
-
Packages that use AccumuloConfiguration.Deriver Package Description org.apache.accumulo.core.conf -
-
Uses of AccumuloConfiguration.Deriver in org.apache.accumulo.core.conf
Methods in org.apache.accumulo.core.conf that return AccumuloConfiguration.Deriver Modifier and Type Method Description <T> AccumuloConfiguration.Deriver<T>
AccumuloConfiguration. newDeriver(Function<AccumuloConfiguration,T> converter)
Enables deriving an object from configuration and automatically deriving a new object any time configuration changes.
-