Class HStore.StoreFileWriterCreationTracker

java.lang.Object
org.apache.hadoop.hbase.regionserver.HStore.StoreFileWriterCreationTracker
All Implemented Interfaces:
Consumer<org.apache.hadoop.fs.Path>
Enclosing class:
HStore

private static final class HStore.StoreFileWriterCreationTracker extends Object implements Consumer<org.apache.hadoop.fs.Path>
  • Field Details

    • files

      private final Set<org.apache.hadoop.fs.Path> files
  • Constructor Details

  • Method Details

    • accept

      public void accept(org.apache.hadoop.fs.Path t)
      Specified by:
      accept in interface Consumer<org.apache.hadoop.fs.Path>
    • get

      public Set<org.apache.hadoop.fs.Path> get()