public class HazelcastCollectionEventHolder extends Object implements org.wso2.siddhi.core.table.holder.EventHolder, Collection<org.wso2.siddhi.core.event.stream.StreamEvent>
| Constructor and Description |
|---|
HazelcastCollectionEventHolder(com.hazelcast.core.IList candidateDataList,
org.wso2.siddhi.core.event.stream.StreamEventPool tableStreamEventPool,
org.wso2.siddhi.core.event.stream.converter.StreamEventConverter eventConverter) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(org.wso2.siddhi.core.event.ComplexEventChunk<org.wso2.siddhi.core.event.stream.StreamEvent> addingEventChunk) |
boolean |
add(org.wso2.siddhi.core.event.stream.StreamEvent streamEvent) |
boolean |
addAll(Collection<? extends org.wso2.siddhi.core.event.stream.StreamEvent> c) |
void |
clear() |
boolean |
contains(Object o) |
boolean |
containsAll(Collection<?> c) |
org.wso2.siddhi.core.event.stream.StreamEvent |
get(int i) |
boolean |
isEmpty() |
Iterator<org.wso2.siddhi.core.event.stream.StreamEvent> |
iterator() |
boolean |
remove(Object o) |
boolean |
removeAll(Collection<?> c) |
boolean |
retainAll(Collection<?> c) |
void |
set(int i,
org.wso2.siddhi.core.event.stream.StreamEvent candidateEvent) |
int |
size() |
Object[] |
toArray() |
<T> T[] |
toArray(T[] a) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitequals, hashCode, parallelStream, removeIf, spliterator, streampublic HazelcastCollectionEventHolder(com.hazelcast.core.IList candidateDataList,
org.wso2.siddhi.core.event.stream.StreamEventPool tableStreamEventPool,
org.wso2.siddhi.core.event.stream.converter.StreamEventConverter eventConverter)
public void add(org.wso2.siddhi.core.event.ComplexEventChunk<org.wso2.siddhi.core.event.stream.StreamEvent> addingEventChunk)
add in interface org.wso2.siddhi.core.table.holder.EventHolderpublic int size()
size in interface Collection<org.wso2.siddhi.core.event.stream.StreamEvent>public boolean isEmpty()
isEmpty in interface Collection<org.wso2.siddhi.core.event.stream.StreamEvent>public boolean contains(Object o)
contains in interface Collection<org.wso2.siddhi.core.event.stream.StreamEvent>public Iterator<org.wso2.siddhi.core.event.stream.StreamEvent> iterator()
iterator in interface Iterable<org.wso2.siddhi.core.event.stream.StreamEvent>iterator in interface Collection<org.wso2.siddhi.core.event.stream.StreamEvent>public Object[] toArray()
toArray in interface Collection<org.wso2.siddhi.core.event.stream.StreamEvent>public <T> T[] toArray(T[] a)
toArray in interface Collection<org.wso2.siddhi.core.event.stream.StreamEvent>public boolean add(org.wso2.siddhi.core.event.stream.StreamEvent streamEvent)
add in interface Collection<org.wso2.siddhi.core.event.stream.StreamEvent>public boolean remove(Object o)
remove in interface Collection<org.wso2.siddhi.core.event.stream.StreamEvent>public boolean containsAll(Collection<?> c)
containsAll in interface Collection<org.wso2.siddhi.core.event.stream.StreamEvent>public boolean addAll(Collection<? extends org.wso2.siddhi.core.event.stream.StreamEvent> c)
addAll in interface Collection<org.wso2.siddhi.core.event.stream.StreamEvent>public boolean removeAll(Collection<?> c)
removeAll in interface Collection<org.wso2.siddhi.core.event.stream.StreamEvent>public boolean retainAll(Collection<?> c)
retainAll in interface Collection<org.wso2.siddhi.core.event.stream.StreamEvent>public void clear()
clear in interface Collection<org.wso2.siddhi.core.event.stream.StreamEvent>public org.wso2.siddhi.core.event.stream.StreamEvent get(int i)
public void set(int i,
org.wso2.siddhi.core.event.stream.StreamEvent candidateEvent)
Copyright © 2022 WSO2. All Rights Reserved.