java.lang.Object
com.inductiveautomation.historian.gateway.distributed.SampleSetCodec
All Implemented Interfaces:
com.inductiveautomation.metro.api.MessageCodec

public class SampleSetCodec extends Object implements com.inductiveautomation.metro.api.MessageCodec
  • Field Details

    • logger

      protected static final org.apache.log4j.Logger logger
  • Constructor Details

    • SampleSetCodec

      public SampleSetCodec()
  • Method Details

    • getId

      public String getId()
      Specified by:
      getId in interface com.inductiveautomation.metro.api.MessageCodec
    • encode

      public InputStream encode(Object data) throws Exception
      Specified by:
      encode in interface com.inductiveautomation.metro.api.MessageCodec
      Throws:
      Exception
    • decode

      public Object decode(InputStream inputStream) throws Exception
      Specified by:
      decode in interface com.inductiveautomation.metro.api.MessageCodec
      Throws:
      Exception