Class SplayedLocalTableLocationScanner
java.lang.Object
com.illumon.iris.db.v2.locations.local.SplayedLocalTableLocationScanner
- All Implemented Interfaces:
com.illumon.iris.db.v2.locations.local.LocalTableLocationProvider.Scanner
public class SplayedLocalTableLocationScanner extends Object implements com.illumon.iris.db.v2.locations.local.LocalTableLocationProvider.Scanner
Local table location scanner that can handle a simple splayed table.
-
Method Summary
Modifier and Type Method Description FilecomputeLocationDirectory(TableKey tableKey, TableLocationKey locationKey)voidscanAll(Consumer<TableLocationKey> locationKeyObserver)StringtoString()
-
Method Details
-
toString
-
scanAll
- Specified by:
scanAllin interfacecom.illumon.iris.db.v2.locations.local.LocalTableLocationProvider.Scanner
-
computeLocationDirectory
public File computeLocationDirectory(@NotNull TableKey tableKey, @NotNull TableLocationKey locationKey)- Specified by:
computeLocationDirectoryin interfacecom.illumon.iris.db.v2.locations.local.LocalTableLocationProvider.Scanner
-