Class FlushBigDataClusterCommand

  • All Implemented Interfaces:
    java.io.Serializable, java.util.concurrent.Callable<java.io.Serializable>, IClusterCallable<java.io.Serializable>

    public class FlushBigDataClusterCommand
    extends java.lang.Object
    implements IClusterCallable<java.io.Serializable>
    Big data flusher command.
    Since:
    11.0.0
    Version:
    $Revision: 24260 $ $Date: 2020-12-02 19:10:55 -0300 (Wed, 02 Dec 2020) $
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.io.Serializable call()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FlushBigDataClusterCommand

        public FlushBigDataClusterCommand()
    • Method Detail

      • call

        public java.io.Serializable call()
                                  throws java.lang.Exception
        Specified by:
        call in interface java.util.concurrent.Callable<java.io.Serializable>
        Throws:
        java.lang.Exception