Package org.apache.hadoop.hbase.snapshot
Class ExportSnapshot.NoopCustomFileGrouper
java.lang.Object
org.apache.hadoop.hbase.snapshot.ExportSnapshot.NoopCustomFileGrouper
- All Implemented Interfaces:
ExportSnapshot.CustomFileGrouper
- Enclosing class:
- ExportSnapshot
private static class ExportSnapshot.NoopCustomFileGrouper
extends Object
implements ExportSnapshot.CustomFileGrouper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCollection<Collection<Pair<org.apache.hadoop.hbase.shaded.protobuf.generated.SnapshotProtos.SnapshotFileInfo,
Long>>> getGroupedInputFiles
(Collection<Pair<org.apache.hadoop.hbase.shaded.protobuf.generated.SnapshotProtos.SnapshotFileInfo, Long>> snapshotFiles)
-
Constructor Details
-
NoopCustomFileGrouper
private NoopCustomFileGrouper()
-
-
Method Details
-
getGroupedInputFiles
public Collection<Collection<Pair<org.apache.hadoop.hbase.shaded.protobuf.generated.SnapshotProtos.SnapshotFileInfo,Long>>> getGroupedInputFiles(Collection<Pair<org.apache.hadoop.hbase.shaded.protobuf.generated.SnapshotProtos.SnapshotFileInfo, Long>> snapshotFiles) - Specified by:
getGroupedInputFiles
in interfaceExportSnapshot.CustomFileGrouper
-