MCPcopy Create free account

hub / github.com/cda-group/arcon / functions

Functions948 in github.com/cda-group/arcon

Methodhandle_element
( &mut self, element: ArconElement<IN>, _ctx: OperatorContext<Self, impl Backend, impl
arcon/src/stream/operator/sink/kafka.rs:84
Methodhandle_element
( &mut self, _: ArconElement<Self::IN>, ctx: &mut OperatorContext<Self::TimerState, Se
arcon/src/stream/operator/sink/measure.rs:43
Methodhandle_element
( &mut self, element: ArconElement<IN>, _ctx: &mut OperatorContext<Self::TimerState, S
arcon/src/stream/operator/sink/local_file.rs:54
Methodhandle_timeout
( &mut self, timeout: Self::TimerState, ctx: &mut OperatorContext<Self::TimerState, Se
examples/custom_operator.rs:60
Methodhandle_timeout
(&mut self, timeout_id: ScheduledTimer)
arcon/src/manager/epoch.rs:63
Methodhandle_watermark_timeout
(&mut self, timeout_id: ScheduledTimer)
arcon/src/manager/source.rs:88
Methodhas_tables
()
arcon/src/index/mod.rs:93
Methodhours
(hours: u64)
arcon/src/stream/time/mod.rs:23
Methodincrement_counter
(&self, key: &Key, value: u64)
arcon/src/metrics/log_recorder.rs:37
Methodincrement_counter
(&self, name: &str)
arcon/src/stream/operator/mod.rs:155
Functionindex_rocks_backed
(b: &mut Bencher)
arcon/benches/value.rs:30
Functionindex_sled_backed
(b: &mut Bencher)
arcon/benches/value.rs:25
Functionindex_test
(mut index: impl AppenderIndex<u64>)
arcon/src/index/appender/mod.rs:113
Functionindex_test
(mut index: impl ValueIndex<u64>)
arcon/src/index/value/mod.rs:106
Functioninit
(i: i32)
arcon/src/index/window/mod.rs:39
Methodinsert_all
(&self, key_value_pairs: impl IntoIterator<Item = (K, V)>)
arcon/arcon_state/src/backend/handles.rs:348
Methodis_empty
(&self)
arcon/src/index/appender/mod.rs:100
Methodis_empty
(&self)
arcon/src/index/appender/eager.rs:76
Methodis_empty
(&self)
arcon/src/index/hash_table/mod.rs:219
Methodis_empty
(&self)
arcon/src/buffer/event/mod.rs:175
Functioniterator_source_test
()
arcon/src/stream/source/mod.rs:55
Functionkey_by_integration
()
arcon/src/test/keyby_integration.rs:94
Functionkey_by_to_forward_integration
()
arcon/src/test/keyby_integration.rs:121
Functionkeyby_test
()
arcon/src/stream/channel/strategy/keyed.rs:164
Functionlazy_value_index_test
()
arcon/src/index/value/mod.rs:132
Methodlen
(&self)
arcon/src/index/appender/mod.rs:96
Methodlen
(&self)
arcon/src/index/hash_table/table.rs:705
Methodlen
(&self)
arcon/src/buffer/network/mod.rs:64
Methodload
( &mut self, elems: impl IntoIterator<Item = impl ToArrow>, )
arcon/src/table/mod.rs:55
Methodload
unaligned load
arcon/src/index/hash_table/generic.rs:71
Methodload_aligned
(ptr: *const u8)
arcon/src/index/hash_table/sse2.rs:43
Methodload_aligned
(ptr: *const u8)
arcon/src/index/hash_table/generic.rs:79
Methodlocal
(self: Box<Self>)
arcon/src/data/flight_serde.rs:47
Functionlocal_file_sink_test
()
arcon/src/stream/operator/sink/local_file.rs:75
Methodlog
(&self)
arcon/src/stream/operator/mod.rs:119
Functionmain
()
arcon_tests/build.rs:1
Functionmain
()
examples/window.rs:6
Functionmain
()
examples/file.rs:2
Functionmain
()
examples/kafka_source.rs:2
Functionmain
()
examples/custom_operator.rs:71
Functionmain
()
examples/stateful.rs:17
Methodmap_clear
( &self, handle: &Handle<MapState<K, V>, IK, N>, )
arcon/arcon_state/src/backend/rocks/map_ops.rs:15
Methodmap_contains
( &self, handle: &Handle<MapState<K, V>, IK, N>, key: &K, )
arcon/arcon_state/src/backend/rocks/map_ops.rs:159
Methodmap_fast_insert
( &self, handle: &Handle<MapState<K, V>, IK, N>, key: K, value: V, )
arcon/arcon_state/src/backend/rocks/map_ops.rs:39
Methodmap_fast_insert_by_ref
( &self, handle: &Handle<MapState<K, V>, IK, N>, key: &K, value: &V, )
arcon/arcon_state/src/backend/rocks/map_ops.rs:54
Methodmap_fast_remove
( &self, handle: &Handle<MapState<K, V>, IK, N>, key: &K, )
arcon/arcon_state/src/backend/rocks/map_ops.rs:148
Functionmap_fn
just pass it on
arcon/src/stream/source/socket.rs:192
Methodmap_get
( &self, handle: &Handle<MapState<K, V>, IK, N>, key: &K, )
arcon/arcon_state/src/backend/rocks/map_ops.rs:23
Functionmap_in_place_test
()
arcon/src/stream/operator/function/mod.rs:34
Methodmap_insert
( &self, handle: &Handle<MapState<K, V>, IK, N>, key: K, value: V, )
arcon/arcon_state/src/backend/rocks/map_ops.rs:69
Methodmap_insert_all
( &self, handle: &Handle<MapState<K, V>, IK, N>, key_value_pairs: impl IntoIterator<It
arcon/arcon_state/src/backend/rocks/map_ops.rs:93
Methodmap_insert_all_by_ref
( &self, handle: &Handle<MapState<K, V>, IK, N>, key_value_pairs: impl IntoIterator<It
arcon/arcon_state/src/backend/rocks/map_ops.rs:111
Methodmap_is_empty
( &self, handle: &Handle<MapState<K, V>, IK, N>, )
arcon/arcon_state/src/backend/rocks/map_ops.rs:244
Methodmap_iter
( &self, handle: &Handle<MapState<K, V>, IK, N>, )
arcon/arcon_state/src/backend/rocks/map_ops.rs:168
Methodmap_keys
( &self, handle: &Handle<MapState<K, V>, IK, N>, )
arcon/arcon_state/src/backend/rocks/map_ops.rs:192
Methodmap_len
( &self, handle: &Handle<MapState<K, V>, IK, N>, )
arcon/arcon_state/src/backend/rocks/map_ops.rs:232
Methodmap_remove
( &self, handle: &Handle<MapState<K, V>, IK, N>, key: &K, )
arcon/arcon_state/src/backend/rocks/map_ops.rs:130
Functionmap_test
()
arcon/src/stream/operator/function/mod.rs:20
Methodmap_values
( &self, handle: &Handle<MapState<K, V>, IK, N>, )
arcon/arcon_state/src/backend/rocks/map_ops.rs:214
Methodmark
(&mut self)
arcon/src/metrics/meter.rs:38
Methodmatch_byte
(self, byte: u8)
arcon/src/index/hash_table/generic.rs:106
Methodmatch_empty
(self)
arcon/src/index/hash_table/generic.rs:116
Methodmatch_modified
(self)
arcon/src/index/hash_table/generic.rs:138
Functionmaterializer
(buffer: &[i32])
arcon/src/index/window/mod.rs:19
Methodmerge_accumulators
( &self, mut fst: Self::Accumulator, snd: Self::Accumulator, )
arcon/benches/value.rs:71
Methodmerge_accumulators
( &self, _fst: Self::Accumulator, _snd: Self::Accumulator, )
arcon/src/index/window/incremental.rs:49
Methodmerge_field
( &mut self, _: u32, _: prost::encoding::WireType, _: &mut B, _: prost
arcon/src/data/mod.rs:434
Methodminutes
(minutes: u64)
arcon/src/stream/time/mod.rs:20
Functionmodified_test
()
arcon/src/index/hash_table/mod.rs:399
Functionnaive_rolling_rocks
(b: &mut Bencher)
arcon/benches/value.rs:86
Functionnaive_rolling_sled
(b: &mut Bencher)
arcon/benches/value.rs:90
Methodname
(&self)
arcon/arcon_state/src/backend/handles.rs:229
Methodname
Sets the name of the application
arcon/src/application/builder.rs:41
Functionnetwork_buffer_test
()
arcon/src/buffer/network/mod.rs:74
Methodnew
()
arcon/benches/hash_table.rs:52
Methodnew
()
arcon/arcon_state/src/backend/sled/mod.rs:289
Methodnew
()
arcon/arcon_state/src/backend/rocks/mod.rs:315
Methodnew
(alpha: f64, interval: f64)
arcon/src/metrics/ewma.rs:27
Methodnew
()
arcon/src/metrics/runtime_metrics.rs:9
Methodnew
()
arcon/src/metrics/perf_event.rs:64
Methodnew
()
arcon/src/metrics/meter.rs:25
Methodnew
(id: u64, range: KeyRange)
arcon/src/data/partition.rs:49
Methodnew
Creates an ArconElement without a timestamp
arcon/src/data/mod.rs:103
Methodnew
Creates a new MutableTable
arcon/src/table/mod.rs:35
Methodnew
Creates a new Application using the given ApplicationConf
arcon/src/application/mod.rs:96
Methodnew
(ctx: Context, debug: bool)
arcon/src/application/builder.rs:32
Methodnew
Creates an EagerAppender
arcon/src/index/appender/eager.rs:32
Methodnew
(backend: Arc<B>, udf: F)
arcon/src/index/window/arrow.rs:37
Methodnew
(backend: Arc<B>, materializer: F)
arcon/src/index/window/appender.rs:27
Methodnew
(backend: Arc<B>, init: INIT, agg: AGG)
arcon/src/index/window/incremental.rs:90
Methodnew
Creates a HashTable with default settings
arcon/src/index/hash_table/mod.rs:90
Methodnew
(id: impl Into<String>, backend: Arc<B>)
arcon/src/index/hash_table/eager.rs:29
Methodnew
(table: &'a mut RawTable<K, V>, hash: u64)
arcon/src/index/hash_table/table.rs:814
Methodnew
Creates a LazyValue
arcon/src/index/value/mod.rs:29
Methodnew
Creates an EagerValue
arcon/src/index/value/eager.rs:31
Methodnew
Creates a LocalValue
arcon/src/index/value/local.rs:35
Methodnew
( kind: DFGNodeKind, operator_id: OperatorId, paralellism: usize, ingoing: Vec
arcon/src/dataflow/dfg.rs:72
Methodnew
( descriptor: String, builder: Arc<OperatorBuilder<OP, B>>, in_key_builder: Option<Key
arcon/src/dataflow/constructor.rs:249
Methodnew
(path: impl Into<String>)
arcon/src/dataflow/source/mod.rs:90
Methodnew
(kafka_conf: KafkaConsumerConf, schema: S, parallelism: usize)
arcon/src/dataflow/source/kafka.rs:41
← previousnext →601–700 of 948, ranked by callers