Interface TimePartitioning
- All Known Implementing Classes:
TimePartitioningUnit
public interface TimePartitioning
-
Method Summary
Modifier and Type Method Description java.time.ZonedDateTimedecrement(java.time.ZonedDateTime zonedDateTime)longgetApproximateMillisecondsPerPartition()default java.time.ZonedDateTimegetPartitionEnd(java.time.ZonedDateTime zonedDateTime)java.time.ZonedDateTimegetPartitionStart(java.time.ZonedDateTime zonedDateTime)java.time.ZonedDateTimeincrement(java.time.ZonedDateTime zonedDateTime)
-
Method Details
-
getApproximateMillisecondsPerPartition
long getApproximateMillisecondsPerPartition() -
getPartitionStart
java.time.ZonedDateTime getPartitionStart(java.time.ZonedDateTime zonedDateTime) -
getPartitionEnd
default java.time.ZonedDateTime getPartitionEnd(java.time.ZonedDateTime zonedDateTime) -
increment
java.time.ZonedDateTime increment(java.time.ZonedDateTime zonedDateTime) -
decrement
java.time.ZonedDateTime decrement(java.time.ZonedDateTime zonedDateTime)
-