Class FixedSprayFormat

  • All Implemented Interfaces:
    ComponentLifecycleExtension

    public class FixedSprayFormat
    extends SprayFormat
    SprayFormat implementation that allows the configuration of command specific arguments for format=fixed sprays.
    argumentrequireddescriptiondefault
    recordsizeyesThe fixed size of each record, in bytes.N/A
    • Constructor Detail

      • FixedSprayFormat

        public FixedSprayFormat()
      • FixedSprayFormat

        public FixedSprayFormat​(int recordSize)
    • Method Detail

      • addCommandSpecificArguments

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

        public java.lang.String getFormat()
      • getRecordSize

        public java.lang.Integer getRecordSize()
      • setRecordSize

        public void setRecordSize​(java.lang.Integer recordSize)