Class FlushJobResponse

    • Constructor Detail

      • FlushJobResponse

        public FlushJobResponse​(boolean flushed,
                                @Nullable
                                java.util.Date lastFinalizedBucketEnd)
    • Method Detail

      • isFlushed

        public boolean isFlushed()
        Was the job successfully flushed or not
      • getLastFinalizedBucketEnd

        @Nullable
        public java.util.Date getLastFinalizedBucketEnd()
        Provides the timestamp (in milliseconds-since-the-epoch) of the end of the last bucket that was processed.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object other)
        Overrides:
        equals in class java.lang.Object