Class IndexedLocalTableLocationScanner
java.lang.Object
com.illumon.iris.db.v2.locations.local.IndexedLocalTableLocationScanner
- All Implemented Interfaces:
com.illumon.iris.db.v2.locations.local.LocalTableLocationProvider.Scanner
public class IndexedLocalTableLocationScanner extends Object implements com.illumon.iris.db.v2.locations.local.LocalTableLocationProvider.Scanner
Local table location scanner that wraps a
TableLocationMetadataIndex
.-
Constructor Summary
Constructors Constructor Description IndexedLocalTableLocationScanner(LocalTablePathManager locationManager, TableKey tableKey, TableLocationMetadataIndex tableLocationMetadataIndex)
-
Method Summary
Modifier and Type Method Description File
computeLocationDirectory(TableKey tableKey, TableLocationKey locationKey)
TableLocationMetadataIndex
getMetadataIndex()
void
scanAll(Consumer<TableLocationKey> locationKeyObserver)
String
toString()
-
Constructor Details
-
IndexedLocalTableLocationScanner
@VisibleForTesting public IndexedLocalTableLocationScanner(@NotNull LocalTablePathManager locationManager, @NotNull TableKey tableKey, @NotNull TableLocationMetadataIndex tableLocationMetadataIndex)
-
-
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
-
getMetadataIndex
- Specified by:
getMetadataIndex
in interfacecom.illumon.iris.db.v2.locations.local.LocalTableLocationProvider.Scanner
-