Package org.apache.accumulo.core.spi.fs
package org.apache.accumulo.core.spi.fs
-
ClassDescriptionA
VolumeChooserthat delegates to another volume chooser based on other properties: table.custom.volume.chooser for tables, and general.custom.volume.chooser.scoped for scopes.ARandomVolumeChooserthat selects preferred volumes to use from the provided volume options.AVolumeChooserthat selects a volume at random from the list of provided volumes.APreferredVolumeChooserthat 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.