kyotocabinet
Interface FileProcessor


public interface FileProcessor

Interface to process the database file.


Method Summary
 boolean process(String path, long count, long size)
          Process the database file.
 

Method Detail

process

boolean process(String path,
                long count,
                long size)
Process the database file.

Parameters:
path - the path of the database file.
count - the number of records.
size - the size of the available region.
Returns:
true on success, or false on failure.