Class ForStGeneralMultiGetOperation

  • All Implemented Interfaces:
    ForStDBOperation

    public class ForStGeneralMultiGetOperation
    extends Object
    implements ForStDBOperation
    The general-purpose multiGet operation implementation for ForStDB, which simulates multiGet by calling the Get API multiple times with multiple threads.
    • Method Detail

      • subProcessCount

        public int subProcessCount()
        Description copied from interface: ForStDBOperation
        The count of sub-processes. Each sub-process is an atomic operation in one single thread.
        Specified by:
        subProcessCount in interface ForStDBOperation
        Returns:
        the count.