Package org.apache.hadoop.hbase.snapshot
Class TestExportSnapshotHelpers.TestFileLocationResolver
java.lang.Object
org.apache.hadoop.hbase.snapshot.TestExportSnapshotHelpers.TestFileLocationResolver
- All Implemented Interfaces:
org.apache.hadoop.hbase.snapshot.ExportSnapshot.FileLocationResolver
- Enclosing class:
- TestExportSnapshotHelpers
public static class TestExportSnapshotHelpers.TestFileLocationResolver
extends Object
implements org.apache.hadoop.hbase.snapshot.ExportSnapshot.FileLocationResolver
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetLocationsForInputFiles
(Collection<org.apache.hadoop.hbase.util.Pair<org.apache.hadoop.hbase.shaded.protobuf.generated.SnapshotProtos.SnapshotFileInfo, Long>> files)
-
Constructor Details
-
TestFileLocationResolver
public TestFileLocationResolver()
-
-
Method Details
-
getLocationsForInputFiles
public Set<String> getLocationsForInputFiles(Collection<org.apache.hadoop.hbase.util.Pair<org.apache.hadoop.hbase.shaded.protobuf.generated.SnapshotProtos.SnapshotFileInfo, Long>> files) - Specified by:
getLocationsForInputFiles
in interfaceorg.apache.hadoop.hbase.snapshot.ExportSnapshot.FileLocationResolver
-