Package org.apache.accumulo.server.fs
Class PerTableVolumeChooser
java.lang.Object
org.apache.accumulo.core.spi.fs.DelegatingChooser
org.apache.accumulo.server.fs.PerTableVolumeChooser
- All Implemented Interfaces:
VolumeChooser
,VolumeChooser
@Deprecated(since="2.1.0")
public class PerTableVolumeChooser
extends DelegatingChooser
implements VolumeChooser
Deprecated.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.accumulo.server.fs.VolumeChooser
VolumeChooser.VolumeChooserException
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.accumulo.core.spi.fs.DelegatingChooser
choosable, choose
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.accumulo.server.fs.VolumeChooser
choosable, choose, choose
-
Constructor Details
-
PerTableVolumeChooser
public PerTableVolumeChooser()Deprecated.
-