T - The type of elements that the created WindowBuffer can store.B - The type of the created WindowBufferpublic interface WindowBufferFactory<T,B extends WindowBuffer<T>> extends Serializable
WindowBuffers.| Modifier and Type | Method and Description |
|---|---|
void |
close()
Calls
close() on eventual user functions inside the buffer. |
B |
create()
Creates a new
WindowBuffer. |
void |
open(Configuration config)
Calls
open() on eventual user functions inside the buffer. |
void |
setRuntimeContext(RuntimeContext ctx)
Sets the
RuntimeContext that is used to initialize eventual user functions
inside the created buffers. |
void setRuntimeContext(RuntimeContext ctx)
RuntimeContext that is used to initialize eventual user functions
inside the created buffers.void open(Configuration config) throws Exception
open() on eventual user functions inside the buffer.Exceptionvoid close()
throws Exception
close() on eventual user functions inside the buffer.ExceptionB create()
WindowBuffer.Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.