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