public final class ProcessingTime extends AbstractTime
TimeCharacteristic.ProcessingTime for a definition
of processing time.| Modifier and Type | Method and Description |
|---|---|
ProcessingTime |
makeSpecificBasedOnTimeCharacteristic(TimeCharacteristic characteristic) |
static ProcessingTime |
of(long size,
TimeUnit unit)
Creates a processing time policy describing a processing time interval.
|
equals, getSize, getUnit, hashCode, toMilliseconds, toStringpublic ProcessingTime makeSpecificBasedOnTimeCharacteristic(TimeCharacteristic characteristic)
makeSpecificBasedOnTimeCharacteristic in class AbstractTimepublic static ProcessingTime of(long size, TimeUnit unit)
size - The size of the generated windows.unit - The init (seconds, milliseconds) of the time interval.Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.