Package org.apache.accumulo.server.fs
Class RandomVolumeChooser
java.lang.Object
org.apache.accumulo.core.spi.fs.RandomVolumeChooser
org.apache.accumulo.server.fs.RandomVolumeChooser
- All Implemented Interfaces:
VolumeChooser
,VolumeChooser
@Deprecated(since="2.1.0")
public class RandomVolumeChooser
extends RandomVolumeChooser
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.RandomVolumeChooser
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
-
RandomVolumeChooser
public RandomVolumeChooser()Deprecated.
-