public static class SlidingLengthWindow.SlidingLengthWindowContext extends Object implements Behavior.Context, Externalizable
Modifier and Type | Field and Description |
---|---|
EventFactHandle[] |
handles |
int |
pos |
Constructor and Description |
---|
SlidingLengthWindowContext(int size) |
Modifier and Type | Method and Description |
---|---|
Collection<EventFactHandle> |
getFactHandles() |
void |
readExternal(ObjectInput in) |
void |
writeExternal(ObjectOutput out) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getJobHandle, setJobHandle
public EventFactHandle[] handles
public int pos
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
IOException
ClassNotFoundException
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
IOException
public Collection<EventFactHandle> getFactHandles()
getFactHandles
in interface Behavior.Context
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.