Interface FlushHandler

All Known Implementing Classes:
DuplicateKeyTableFlush

public interface FlushHandler
This interface provides the functionality for flushing an Object from a Map/Table.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    For flushing a single record from the table.
  • Method Details

    • flushRecord

      void flushRecord(Object record)
      For flushing a single record from the table.