Class JSONSprayFormat

  • All Implemented Interfaces:
    ComponentLifecycleExtension

    public class JSONSprayFormat
    extends SprayFormat
    SprayFormat implementation that allows the configuration of command specific arguments for format=json sprays.
    rowpathno"/"
    maxrecordsizenoThe maximum size of each record, in bytes.8192

    NOTE: Defaults are driven by dfuplus command them selves, they will not be set unless explicitly set.

    • Constructor Detail

      • JSONSprayFormat

        public JSONSprayFormat()
    • Method Detail

      • addCommandSpecificArguments

        public void addCommandSpecificArguments​(org.apache.commons.exec.CommandLine cmdLine)
      • getRowPath

        public java.lang.String getRowPath()
      • setRowPath

        public void setRowPath​(java.lang.String rowPath)
      • getFormat

        public java.lang.String getFormat()
      • setMaxRecordSize

        public void setMaxRecordSize​(java.lang.Integer maxRecordSize)
      • getMaxRecordSize

        public java.lang.Integer getMaxRecordSize()