| Modifier and Type | Method and Description |
|---|---|
org.apache.flink.runtime.io.network.api.writer.RecordWriter<org.apache.flink.runtime.plugable.SerializationDelegate<StreamRecord<OUT>>> |
StreamOutput.getRecordWriter() |
| Constructor and Description |
|---|
StreamOutput(org.apache.flink.runtime.io.network.api.writer.RecordWriter<org.apache.flink.runtime.plugable.SerializationDelegate<StreamRecord<OUT>>> output,
org.apache.flink.runtime.plugable.SerializationDelegate<StreamRecord<OUT>> serializationDelegate) |
StreamOutput(org.apache.flink.runtime.io.network.api.writer.RecordWriter<org.apache.flink.runtime.plugable.SerializationDelegate<StreamRecord<OUT>>> output,
org.apache.flink.runtime.plugable.SerializationDelegate<StreamRecord<OUT>> serializationDelegate) |
| Modifier and Type | Field and Description |
|---|---|
protected CircularFifoList<StreamRecord<IN1>> |
CoStreamWindow.circularList1 |
protected CircularFifoList<StreamRecord<IN2>> |
CoStreamWindow.circularList2 |
| Modifier and Type | Method and Description |
|---|---|
static org.apache.flink.runtime.iterative.concurrent.Broker<BlockingQueue<StreamRecord>> |
BlockingQueueBroker.instance()
retrieve singleton instance
|
| Modifier and Type | Method and Description |
|---|---|
int[] |
ShufflePartitioner.selectChannels(org.apache.flink.runtime.plugable.SerializationDelegate<StreamRecord<T>> record,
int numberOfOutputChannels) |
int[] |
RebalancePartitioner.selectChannels(org.apache.flink.runtime.plugable.SerializationDelegate<StreamRecord<T>> record,
int numberOfOutputChannels) |
int[] |
GlobalPartitioner.selectChannels(org.apache.flink.runtime.plugable.SerializationDelegate<StreamRecord<T>> record,
int numberOfOutputChannels) |
int[] |
FieldsPartitioner.selectChannels(org.apache.flink.runtime.plugable.SerializationDelegate<StreamRecord<T>> record,
int numberOfOutputChannels) |
int[] |
BroadcastPartitioner.selectChannels(org.apache.flink.runtime.plugable.SerializationDelegate<StreamRecord<T>> record,
int numberOfOutputChannels) |
| Modifier and Type | Method and Description |
|---|---|
StreamRecord<T> |
StreamRecordSerializer.copy(StreamRecord<T> from) |
StreamRecord<T> |
StreamRecordSerializer.copy(StreamRecord<T> from,
StreamRecord<T> reuse) |
StreamRecord<T> |
StreamRecordSerializer.createInstance() |
StreamRecord<T> |
StreamRecordSerializer.deserialize(org.apache.flink.core.memory.DataInputView source) |
StreamRecord<T> |
StreamRecordSerializer.deserialize(StreamRecord<T> reuse,
org.apache.flink.core.memory.DataInputView source) |
StreamRecord<T> |
StreamRecord.setObject(T object)
Sets the object stored
|
| Modifier and Type | Method and Description |
|---|---|
StreamRecord<T> |
StreamRecordSerializer.copy(StreamRecord<T> from) |
StreamRecord<T> |
StreamRecordSerializer.copy(StreamRecord<T> from,
StreamRecord<T> reuse) |
StreamRecord<T> |
StreamRecordSerializer.copy(StreamRecord<T> from,
StreamRecord<T> reuse) |
StreamRecord<T> |
StreamRecordSerializer.deserialize(StreamRecord<T> reuse,
org.apache.flink.core.memory.DataInputView source) |
void |
StreamRecordSerializer.serialize(StreamRecord<T> value,
org.apache.flink.core.memory.DataOutputView target) |
| Modifier and Type | Field and Description |
|---|---|
protected IndexedReaderIterator<StreamRecord<IN>> |
OneInputStreamTask.recordIterator |
| Modifier and Type | Method and Description |
|---|---|
protected StreamRecord<IN> |
OneInputStreamTask.readNext() |
Copyright © 2014–2015 The Apache Software Foundation. All rights reserved.