Package org.apache.accumulo.core.spi.fs
package org.apache.accumulo.core.spi.fs
-
ClassDescriptionA
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.ARandomVolumeChooser
that selects preferred volumes to use from the provided volume options.AVolumeChooser
that selects a volume at random from the list of provided volumes.APreferredVolumeChooser
that takes remaining HDFS space into account when making a volume choice rather than a simpler round-robin.Helper used to select a volume from a set of Volume URIs.A scope for the volume chooser environment; a TABLE scope should be accompanied by a tableId.