Class DelegatingChooser

java.lang.Object
org.apache.accumulo.core.spi.fs.DelegatingChooser
All Implemented Interfaces:
VolumeChooser

public class DelegatingChooser extends Object implements VolumeChooser
A VolumeChooser that delegates to another volume chooser based on other properties: table.custom.volume.chooser for tables, and general.custom.volume.chooser.scoped for scopes. general.custom.volume.chooser.{scope} can override the system-wide setting for general.custom.volume.chooser.scoped. At the time this was written, the only known scope was "logger".
Since:
2.1.0