Class InMemoryEvaluationStore.ResultImpl

  • All Implemented Interfaces:
    Result
    Enclosing class:
    InMemoryEvaluationStore

    public static class InMemoryEvaluationStore.ResultImpl
    extends Object
    implements Result
    A simple structure implementing the Result interface
    Author:
    Michael Röder (roeder@informatik.uni-leipzig.de)
    • Field Detail

      • sentTimestamp

        private long sentTimestamp
      • data

        private byte[] data
    • Constructor Detail

      • ResultImpl

        public ResultImpl​(long sentTimestamp,
                          byte[] data)
    • Method Detail

      • setSentTimestamp

        public void setSentTimestamp​(long sentTimestamp)
      • setData

        public void setData​(byte[] data)
      • getData

        public byte[] getData()
        Specified by:
        getData in interface Result