Class SessionWindowProcessor.SessionComplexEventChunk<E extends ComplexEvent>

    • Constructor Detail

      • SessionComplexEventChunk

        public SessionComplexEventChunk​(String key)
      • SessionComplexEventChunk

        public SessionComplexEventChunk()
    • Method Detail

      • getKey

        public String getKey()
      • setKey

        public void setKey​(String key)
      • getStartTimestamp

        public long getStartTimestamp()
      • setStartTimestamp

        public void setStartTimestamp​(long startTimestamp)
      • getEndTimestamp

        public long getEndTimestamp()
      • setEndTimestamp

        public void setEndTimestamp​(long endTimestamp)
      • getAliveTimestamp

        public long getAliveTimestamp()
      • setAliveTimestamp

        public void setAliveTimestamp​(long aliveTimestamp)
      • setTimestamps

        public void setTimestamps​(long startTimestamp,
                                  long endTimestamp,
                                  long aliveTimestamp)