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