Package com.nt.udc.util.table
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 TypeMethodDescriptionvoid
flushRecord
(Object record) For flushing a single record from the table.
-
Method Details
-
flushRecord
For flushing a single record from the table.
-