Interface IBatchIndexer

  • All Superinterfaces:
    java.lang.AutoCloseable, IBigDataIndexer

    @StableMinor(version="17.0",
                 sinceVersion="8.1")
    public interface IBatchIndexer
    extends IBigDataIndexer, java.lang.AutoCloseable
    Provides batch indexing operations. These operations may be asynchronous.
    It is important to notice that bulk operations might not be atomic.
    Once finished using an instance, close() must be called.
    Since:
    8.1.0
    Version:
    $Revision: 26587 $ $Date: 2024-08-26 21:09:17 -0300 (Mon, 26 Aug 2024) $
    See Also:
    IBigDataIndexer
    • Method Detail

      • close

        void close()
        Ends the bulk indexing operations. Once a bulk indexer is obtained, this method must be called to end it's operations.
        Specified by:
        close in interface java.lang.AutoCloseable
        Since:
        8.1.0