Class SqlSetStreamingCommand

  • All Implemented Interfaces:
    SqlCommand

    public class SqlSetStreamingCommand
    extends Object
    implements SqlCommand
    SET STREAMING command.
    • Constructor Detail

      • SqlSetStreamingCommand

        public SqlSetStreamingCommand()
    • Method Detail

      • isTurnOn

        public boolean isTurnOn()
        Returns:
        Whether streaming must be turned on or off by this command.
      • allowOverwrite

        public boolean allowOverwrite()
        Returns:
        Whether existing values should be overwritten on keys duplication.
      • batchSize

        public int batchSize()
        Returns:
        Batch size for driver.
      • perNodeParallelOperations

        public int perNodeParallelOperations()
        Returns:
        Per node number of parallel operations.
      • perNodeBufferSize

        public int perNodeBufferSize()
        Returns:
        Per node streamer buffer size.
      • flushFrequency

        public long flushFrequency()
        Returns:
        Streamer flush timeout
      • isOrdered

        public boolean isOrdered()
        Returns:
        true if the streamer keep the order of the statements. Otherwise returns false.
      • schemaName

        public void schemaName​(String schemaName)
        Specified by:
        schemaName in interface SqlCommand
        Parameters:
        schemaName - Schema name.