Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cda-group/arcon
/ functions
Functions
948 in github.com/cda-group/arcon
⨍
Functions
948
◇
Types & classes
256
↓ 2 callers
Function
create_source_node
helper function to create source node..
arcon/src/dataflow/constructor.rs:476
↓ 2 callers
Method
encoded_len
(&self)
arcon/src/data/mod.rs:420
↓ 2 callers
Function
enriched_event_stream
Sets up a pipeline of iterator -> event -> key_by -> enriched_event
arcon/src/test/keyby_integration.rs:44
↓ 2 callers
Method
epoch
Creates an ArconMessage with a single [ArconEvent::Epoch] event This function should only be used for development and test purposes.
arcon/src/data/mod.rs:222
↓ 2 callers
Method
fast_insert
(&self, key: K, value: V)
arcon/arcon_state/src/backend/handles.rs:338
↓ 2 callers
Function
file_logger
(log_path: &str)
arcon/src/application/conf/logger.rs:40
↓ 2 callers
Method
find_insert_slot
( &self, probe: impl Iterator<Item = usize>, mask: usize, ptr: *mut u8, )
arcon/src/index/hash_table/table.rs:501
↓ 2 callers
Method
find_mod_lane_mut
( &mut self, hash: u64, mut eq: impl FnMut((&K, &V)) -> bool, )
arcon/src/index/hash_table/table.rs:613
↓ 2 callers
Method
get
(&self)
arcon/arcon_state/src/backend/handles.rs:301
↓ 2 callers
Method
get
(&self)
arcon/src/index/value/mod.rs:49
↓ 2 callers
Method
get_key
(&self, event: &T)
arcon/src/dataflow/builder.rs:116
↓ 2 callers
Method
get_operator_id
(&self)
arcon/src/dataflow/dfg.rs:111
↓ 2 callers
Function
get_prost_field_attr
Synthesizes a prost field-attribute with an optional tag from a Rust type. For example: `ty = i32`, `tag = None` becomes `#[prost(int32)]`. `ty = i32
arcon_macros/src/proto.rs:94
↓ 2 callers
Function
h1
(hash: u64)
arcon/src/index/hash_table/table.rs:79
↓ 2 callers
Method
handle_events
(&mut self, events: I)
arcon/src/stream/node/debug.rs:39
↓ 2 callers
Method
handle_message
(&mut self, message: MessageContainer<OP::IN>)
arcon/src/stream/node/mod.rs:213
↓ 2 callers
Function
index_rolling_counter
(backend: BackendType, b: &mut Bencher)
arcon/benches/value.rs:34
↓ 2 callers
Method
insert_all_by_ref
( &self, key_value_pairs: impl IntoIterator<Item = (&'a K, &'a V)>, )
arcon/arcon_state/src/backend/handles.rs:352
↓ 2 callers
Method
insert_mod_lane
( &mut self, hash: u64, value: (K, V), )
arcon/src/index/hash_table/table.rs:559
↓ 2 callers
Method
insert_read_lane
(&mut self, hash: u64, record: (K, V))
arcon/src/index/hash_table/table.rs:519
↓ 2 callers
Function
is_safe
(meta: u8)
arcon/src/index/hash_table/table.rs:72
↓ 2 callers
Method
iter_modified
(&mut self)
arcon/src/index/hash_table/table.rs:737
↓ 2 callers
Method
key
(&self)
arcon/src/stream/node/timer.rs:52
↓ 2 callers
Method
key_by
( mut self, key_extractor: F, )
arcon/src/dataflow/stream/partition.rs:30
↓ 2 callers
Function
key_hasher
()
arcon_util/src/lib.rs:10
↓ 2 callers
Method
keys
(&self)
arcon/arcon_state/src/backend/handles.rs:382
↓ 2 callers
Method
kompact_logger
(&self)
arcon/src/application/conf/mod.rs:153
↓ 2 callers
Method
len
(&self)
arcon/src/index/hash_table/mod.rs:215
↓ 2 callers
Method
load
unaligned load
arcon/src/index/hash_table/sse2.rs:35
↓ 2 callers
Method
match_empty_or_deleted
(self)
arcon/src/index/hash_table/generic.rs:126
↓ 2 callers
Method
merge_accumulators
( &self, mut fst: Self::Accumulator, mut snd: Self::Accumulator, )
arcon/arcon_state/src/backend/test_common.rs:20
↓ 2 callers
Function
meta_layout
Returns a Layout which describes the meta bytes of the hash table.
arcon/src/index/hash_table/table.rs:165
↓ 2 callers
Method
mod_ctrl_bytes
(&self)
arcon/src/index/hash_table/table.rs:729
↓ 2 callers
Method
move_last_node
Move the optional last_node/source-Factory into the DFG struct, will no longer be mutable after this.
arcon/src/dataflow/stream/mod.rs:40
↓ 2 callers
Function
naive_rolling_counter
(backend: BackendType, b: &mut Bencher)
arcon/benches/value.rs:94
↓ 2 callers
Method
next
(&mut self)
arcon/src/index/hash_table/table.rs:117
↓ 2 callers
Method
next_n
(&self, offset: usize)
arcon/src/index/hash_table/table.rs:214
↓ 2 callers
Method
output
(&mut self, data: S::Item, timestamp: u64)
arcon/src/stream/node/source.rs:176
↓ 2 callers
Function
parse_knobs
(mut input: syn::ItemFn, config: ExecutionConfig)
arcon_macros/src/app.rs:133
↓ 2 callers
Method
persist
(&mut self)
arcon/src/index/mod.rs:80
↓ 2 callers
Method
poll_next
(&mut self)
arcon/src/stream/source/mod.rs:41
↓ 2 callers
Method
process
(&mut self)
arcon/src/stream/node/source.rs:101
↓ 2 callers
Method
push_event
(&mut self, event: ArconEvent<A>)
arcon/src/stream/channel/strategy/broadcast.rs:62
↓ 2 callers
Method
push_event
(&mut self, index: usize, event: ArconEvent<A>)
arcon/src/stream/channel/strategy/keyed.rs:74
↓ 2 callers
Method
push_event
(&mut self, event: ArconEvent<A>)
arcon/src/stream/channel/strategy/forward.rs:76
↓ 2 callers
Method
put
(&mut self, value: V)
arcon/src/index/value/mod.rs:45
↓ 2 callers
Method
put
(&mut self, value: V)
arcon/src/index/value/eager.rs:49
↓ 2 callers
Method
record_batch
(&mut self)
arcon/src/table/mod.rs:133
↓ 2 callers
Method
register_aggregator_handle
( &self, handle: &mut Handle<AggregatorState<A>, IK, N>, )
arcon/arcon_state/src/backend/sled/mod.rs:202
↓ 2 callers
Method
register_value_handle
( &'s self, handle: &'s mut Handle<ValueState<T>, IK, N>, )
arcon/arcon_state/src/backend/rocks/mod.rs:236
↓ 2 callers
Method
remove_lowest_bit
(self)
arcon/src/index/hash_table/bitmask.rs:34
↓ 2 callers
Function
rust_vec_multi_threaded
(buffer_size: usize)
arcon/benches/buffer_pool.rs:143
↓ 2 callers
Function
rust_vec_single_thread
(b: &mut Bencher, buffer_size: usize)
arcon/benches/buffer_pool.rs:123
↓ 2 callers
Method
schedule_at
(&mut self, time: u64, entry: TimerState)
arcon/src/stream/operator/mod.rs:134
↓ 2 callers
Method
schedule_at
(&mut self, time: u64, entry: Self::Value)
arcon/src/stream/node/timer.rs:233
↓ 2 callers
Method
sender
(&self)
arcon/src/data/mod.rs:153
↓ 2 callers
Method
ser_id
(&self)
arcon/src/data/flight_serde.rs:34
↓ 2 callers
Method
serialize_id_and_metakeys_into
(&self, dest: &mut impl BufMut)
arcon/arcon_state/src/backend/handles.rs:182
↓ 2 callers
Method
set_context
(&mut self, key: u64)
arcon/src/stream/node/mod.rs:344
↓ 2 callers
Method
set_key
(&mut self, key: u64)
arcon/src/index/appender/mod.rs:74
↓ 2 callers
Method
set_key_builder
(&mut self, key_builder: KeyBuilder<T>)
arcon/src/dataflow/constructor.rs:120
↓ 2 callers
Function
shard_lookup_with_key
(hashed_key: u64, total_shards: u64)
arcon/src/data/partition.rs:34
↓ 2 callers
Method
source_shutdown
(&mut self, error: Error)
arcon/src/stream/node/source.rs:221
↓ 2 callers
Function
specialised_rolling_counter
(backend: BackendType, b: &mut Bencher)
arcon/benches/value.rs:123
↓ 2 callers
Method
state_dir
(&self)
arcon/src/application/conf/mod.rs:127
↓ 2 callers
Method
table_get
(&self, k: &Q, hash: u64)
arcon/src/index/hash_table/mod.rs:185
↓ 2 callers
Method
take_read_lane
( &mut self, hash: u64, mut eq: impl FnMut((&K, &V)) -> bool, )
arcon/src/index/hash_table/table.rs:645
↓ 2 callers
Method
tick_and_collect
( &mut self, mut time_left: u32, res: &mut Vec<TimerEntry<V>>, )
arcon/src/stream/node/timer.rs:148
↓ 2 callers
Function
to_record_batches
( schema: Arc<Schema>, raw_batches: Vec<RawRecordBatch>, )
arcon/src/table/mod.rs:171
↓ 2 callers
Function
token_stream_with_error
(mut tokens: TokenStream, error: syn::Error)
arcon_macros/src/app.rs:112
↓ 2 callers
Method
untype
(self: Rc<Self>)
arcon/src/dataflow/constructor.rs:127
↓ 2 callers
Method
update_watermark
(&mut self, ts: u64)
arcon/src/stream/node/source.rs:190
↓ 2 callers
Method
vec_len
( &self, handle: &Handle<VecState<T>, IK, N>, )
arcon/arcon_state/src/backend/sled/vec_ops.rs:169
↓ 2 callers
Method
watermark
Creates an ArconMessage with a single [ArconEvent::Watermark] event This function should only be used for development and test purposes.
arcon/src/data/mod.rs:213
↓ 1 callers
Method
add_source
(&mut self, source: Arc<dyn AbstractComponent<Message = SourceEvent>>)
arcon/src/manager/source.rs:82
↓ 1 callers
Method
aggregate
(&self, value: A::Input)
arcon/arcon_state/src/backend/handles.rs:472
↓ 1 callers
Method
aggregator_aggregate
( &self, handle: &Handle<AggregatorState<A>, IK, N>, value: <A as Aggregator>::Input,
arcon/arcon_state/src/backend/sled/aggregator_ops.rs:47
↓ 1 callers
Method
aggregator_clear
( &self, handle: &Handle<AggregatorState<A>, IK, N>, )
arcon/arcon_state/src/backend/sled/aggregator_ops.rs:16
↓ 1 callers
Method
aggregator_get
( &self, handle: &Handle<AggregatorState<A>, IK, N>, )
arcon/arcon_state/src/backend/sled/aggregator_ops.rs:25
↓ 1 callers
Function
allocator_capacity_default
()
arcon/src/application/conf/mod.rs:305
↓ 1 callers
Method
any_bit_set
(self)
arcon/src/index/hash_table/bitmask.rs:40
↓ 1 callers
Method
append
(&self, value: T)
arcon/arcon_state/src/backend/handles.rs:408
↓ 1 callers
Function
arcon_attr_meta
Collect arcon attrs #[arcon(..)] meta list
arcon_macros/src/arcon.rs:73
↓ 1 callers
Function
arcon_doc_attr
Collect arcon attrs from doc comments
arcon_macros/src/arcon.rs:109
↓ 1 callers
Method
arcon_logger
(&self)
arcon/src/application/conf/mod.rs:138
↓ 1 callers
Function
arrow_file_reader
(path: impl AsRef<Path>)
arcon/src/table/mod.rs:306
↓ 1 callers
Method
await_termination
Awaits termination from the application Note that this blocks the current thread
arcon/src/application/mod.rs:271
↓ 1 callers
Method
backend_remove
(&self, k: &K)
arcon/src/index/hash_table/mod.rs:172
↓ 1 callers
Method
backend_remove_fast
(&self, k: &K)
arcon/src/index/hash_table/mod.rs:180
↓ 1 callers
Function
base_dir_default
()
arcon/src/application/conf/mod.rs:263
↓ 1 callers
Function
buffer_pool_limit_default
()
arcon/src/application/conf/mod.rs:297
↓ 1 callers
Method
build_nodes
( &self, node_ids: Vec<GlobalNodeId>, in_channels: Vec<NodeID>, mut components
arcon/src/dataflow/constructor.rs:174
↓ 1 callers
Method
build_source
( &self, components: ErasedComponents, paths: Vec<ActorPath>, app: &mut Applic
arcon/src/dataflow/constructor.rs:410
↓ 1 callers
Method
bytes_remaining
Returns how much bytes are available to allocate
arcon/arcon_allocator/src/lib.rs:160
↓ 1 callers
Method
capacity
(&self)
arcon/src/buffer/event/mod.rs:75
↓ 1 callers
Function
channel_batch_size_default
()
arcon/src/application/conf/mod.rs:301
↓ 1 callers
Method
checkpoint
(&self, _checkpoint_path: &Path)
arcon/arcon_state/src/backend/sled/mod.rs:109
↓ 1 callers
Method
checkpoint
(&mut self)
arcon/src/stream/node/mod.rs:461
↓ 1 callers
Method
clear
(&mut self)
arcon/src/index/value/local.rs:74
↓ 1 callers
Method
client_config
(&self)
arcon/src/stream/source/kafka.rs:60
← previous
next →
201–300 of 948, ranked by callers