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
↓ 5 callers
Method
immutable
Converts the MutableTable into an ImmutableTable
arcon/src/table/mod.rs:75
↓ 5 callers
Method
into_iter
(self)
arcon/src/index/hash_table/bitmask.rs:88
↓ 5 callers
Method
mod_buckets
(&self)
arcon/src/index/hash_table/table.rs:711
↓ 5 callers
Method
read
(&self)
arcon/src/index/hash_table/table.rs:229
↓ 5 callers
Method
read_bucket
(&self, index: usize)
arcon/src/index/hash_table/table.rs:417
↓ 5 callers
Method
register_map_handle
( &self, handle: &mut Handle<MapState<K, V>, IK, N>, )
arcon/arcon_state/src/backend/sled/mod.rs:173
↓ 5 callers
Method
set
(&mut self, value: T)
arcon/arcon_state/src/backend/handles.rs:306
↓ 5 callers
Method
set_meta
(&self, index: usize, meta: u8)
arcon/src/index/hash_table/table.rs:456
↓ 5 callers
Method
set_timestamp_extractor
Set a Timestamp Extractor for a Source
arcon/src/dataflow/conf.rs:100
↓ 5 callers
Method
shutdown
Shuts the application down and consumes the struct
arcon/src/application/mod.rs:277
↓ 4 callers
Method
accumulator_into_result
(&self, acc: Self::Accumulator)
arcon/arcon_state/src/backend/test_common.rs:29
↓ 4 callers
Method
add
(&self, acc: &mut Self::Accumulator, value: Self::Input)
arcon/arcon_state/src/backend/test_common.rs:16
↓ 4 callers
Method
add_time
(&mut self, by: u64)
arcon/src/stream/node/timer.rs:141
↓ 4 callers
Method
epoch_manager
(&self)
arcon/src/application/mod.rs:195
↓ 4 callers
Method
get_mut
(&mut self, id: &OperatorId)
arcon/src/dataflow/dfg.rs:53
↓ 4 callers
Method
hash
(&self, state: &mut H)
arcon/src/data/mod.rs:321
↓ 4 callers
Method
insert
(&self, k: K, v: V, hash: u64)
arcon/src/index/hash_table/mod.rs:141
↓ 4 callers
Function
make_hash
(hash_builder: &impl BuildHasher, val: &K)
arcon/src/index/hash_table/mod.rs:77
↓ 4 callers
Method
match_modified
(&self)
arcon/src/index/hash_table/sse2.rs:92
↓ 4 callers
Method
metakey_size
(&self)
arcon/arcon_state/src/backend/handles.rs:225
↓ 4 callers
Method
mod_ctrl
(&self, index: usize)
arcon/src/index/hash_table/table.rs:403
↓ 4 callers
Method
name
(&self)
arcon/src/table/mod.rs:121
↓ 4 callers
Method
on_element
(&mut self, element: Self::IN, ctx: WindowContext)
arcon/src/index/window/arrow.rs:65
↓ 4 callers
Method
probe_read
(&self, hash: u64)
arcon/src/index/hash_table/table.rs:434
↓ 4 callers
Function
read_length
(r: &mut impl Read)
arcon/arcon_state/src/backend/sled/mod.rs:230
↓ 4 callers
Method
register_vec_handle
( &self, handle: &mut Handle<VecState<T>, IK, N>, )
arcon/arcon_state/src/backend/sled/mod.rs:180
↓ 4 callers
Method
result
(&mut self, ctx: WindowContext)
arcon/src/index/window/arrow.rs:72
↓ 4 callers
Method
schema
(&self)
arcon/src/table/mod.rs:130
↓ 4 callers
Method
set_channel_kind
(&mut self, channel_kind: ChannelKind)
arcon/src/dataflow/stream/mod.rs:51
↓ 4 callers
Method
set_mod_ctrl
(&self, index: usize, ctrl: u8)
arcon/src/index/hash_table/table.rs:461
↓ 4 callers
Method
set_read_ctrl
(&self, index: usize, ctrl: u8)
arcon/src/index/hash_table/table.rs:467
↓ 4 callers
Function
shard_lookup
(data: &K, total_shards: u64)
arcon/src/data/partition.rs:23
↓ 4 callers
Method
tick
(&mut self)
arcon/src/metrics/ewma.rs:57
↓ 4 callers
Method
tick_if_necessary
(&mut self)
arcon/src/metrics/meter.rs:52
↓ 4 callers
Method
to_vec
(&self)
arcon/src/buffer/event/mod.rs:218
↓ 3 callers
Method
active_key
(&mut self, key: u64)
arcon/src/stream/node/timer.rs:228
↓ 3 callers
Method
add
(&mut self, event: ArconEvent<A>)
arcon/src/stream/channel/strategy/keyed.rs:94
↓ 3 callers
Method
advance_to
(&mut self, ts: u64)
arcon/src/stream/node/timer.rs:253
↓ 3 callers
Method
arcon_conf
Give out a reference to the ApplicationConf of the application
arcon/src/application/mod.rs:180
↓ 3 callers
Method
as_slice
(&self)
arcon/src/buffer/event/mod.rs:211
↓ 3 callers
Function
channel_strategy
( mut components: ErasedComponents, paths: Vec<ActorPath>, node_id: NodeID, pool_info: PoolInf
arcon/src/dataflow/constructor.rs:48
↓ 3 callers
Method
clear
(&mut self)
arcon/src/data/mod.rs:424
↓ 3 callers
Method
ctrl
(&self, index: usize)
arcon/src/index/hash_table/table.rs:396
↓ 3 callers
Function
death
(sender: u32)
arcon/src/stream/node/mod.rs:735
↓ 3 callers
Method
filter
(self, f: F)
arcon/src/dataflow/stream/filter.rs:31
↓ 3 callers
Method
flat_map
(self, f: F)
arcon/src/dataflow/stream/map.rs:75
↓ 3 callers
Method
get_node_ids
Returns a vector of NodeID's for this node
arcon/src/dataflow/dfg.rs:94
↓ 3 callers
Method
get_rate
(&self)
arcon/src/metrics/ewma.rs:71
↓ 3 callers
Function
get_system_time
()
arcon/src/util/mod.rs:11
↓ 3 callers
Function
get_system_time_nano
()
arcon/src/util/mod.rs:22
↓ 3 callers
Method
handle_events
(&mut self, sender: NodeID, events: I)
arcon/src/stream/node/mod.rs:289
↓ 3 callers
Method
ignore
(mut self)
arcon/src/dataflow/sink/mod.rs:105
↓ 3 callers
Method
invert
(self)
arcon/src/index/hash_table/bitmask.rs:27
↓ 3 callers
Method
len
(&self)
arcon/src/buffer/event/mod.rs:170
↓ 3 callers
Method
lowest_set_bit
(self)
arcon/src/index/hash_table/bitmask.rs:46
↓ 3 callers
Method
mark_n
(&mut self, n: u64)
arcon/src/metrics/meter.rs:43
↓ 3 callers
Method
match_empty
(self)
arcon/src/index/hash_table/sse2.rs:70
↓ 3 callers
Method
match_full
(&self)
arcon/src/index/hash_table/sse2.rs:86
↓ 3 callers
Method
message
(&mut self)
arcon/src/stream/channel/strategy/broadcast.rs:70
↓ 3 callers
Method
message
(&mut self)
arcon/src/stream/channel/strategy/forward.rs:85
↓ 3 callers
Function
operator_conf
()
arcon/src/test/keyby_integration.rs:36
↓ 3 callers
Method
print
(mut self)
arcon/src/dataflow/sink/mod.rs:91
↓ 3 callers
Method
raw_table
(&self)
arcon/src/index/hash_table/mod.rs:128
↓ 3 callers
Method
read_buckets
(&self)
arcon/src/index/hash_table/table.rs:717
↓ 3 callers
Function
read_bytes_starting_with_len
(r: &mut impl Read)
arcon/arcon_state/src/backend/sled/mod.rs:240
↓ 3 callers
Method
register_value_handle
( &self, handle: &mut Handle<ValueState<T>, IK, N>, )
arcon/arcon_state/src/backend/sled/mod.rs:166
↓ 3 callers
Method
send_event
(&mut self, event: ArconEvent<S::Item>)
arcon/src/stream/node/source.rs:184
↓ 3 callers
Method
serialize_metakeys_into
(&self, dest: &mut impl BufMut)
arcon/arcon_state/src/backend/handles.rs:146
↓ 3 callers
Method
set_key
(&mut self, _: u64)
arcon/src/index/mod.rs:83
↓ 3 callers
Method
set_key
(&mut self, key: u64)
arcon/src/index/value/mod.rs:81
↓ 3 callers
Method
set_lane_byte
(&self, index: usize, ctrl: u8, ptr: *mut u8, mask: usize)
arcon/src/index/hash_table/table.rs:475
↓ 3 callers
Function
setup
( builder: OperatorBuilder<OP, B>, )
arcon/src/stream/node/mod.rs:636
↓ 3 callers
Function
source_to_stream
(builder_type: SourceBuilderType<S, B>)
arcon/src/dataflow/source/mod.rs:40
↓ 3 callers
Function
temp_backend
()
arcon/src/lib.rs:149
↓ 3 callers
Function
test_table
()
arcon/src/table/mod.rs:356
↓ 3 callers
Method
topic
(&self)
arcon/src/stream/source/kafka.rs:63
↓ 3 callers
Method
total_rows
(&self)
arcon/src/table/mod.rs:159
↓ 3 callers
Method
update
(&mut self, n: u64)
arcon/src/metrics/ewma.rs:52
↓ 3 callers
Method
value
(self)
arcon/src/stream/node/timer.rs:56
↓ 3 callers
Method
values
(&self)
arcon/arcon_state/src/backend/handles.rs:386
↓ 3 callers
Function
wait
(millis: u64)
arcon/src/stream/operator/function/mod.rs:15
↓ 2 callers
Method
add
(&mut self, hardware_metric_kind: HardwareCounter)
arcon/src/metrics/perf_event.rs:68
↓ 2 callers
Function
add_outgoing_event
( event: ArconEvent<OUT>, strategy: &mut ChannelStrategy<OUT>, cd: &impl ComponentDefinition, )
arcon/src/stream/node/common.rs:10
↓ 2 callers
Method
alloc_err
(self, layout: Layout)
arcon/src/index/hash_table/table.rs:51
↓ 2 callers
Method
as_mut
(&self)
arcon/src/index/hash_table/table.rs:241
↓ 2 callers
Method
as_mut_ptr
Returns a mutable pointer to the underlying buffer
arcon/src/buffer/event/mod.rs:53
↓ 2 callers
Method
backend_get
(&self, k: &K)
arcon/src/index/hash_table/mod.rs:164
↓ 2 callers
Method
batches
(&mut self)
arcon/src/table/mod.rs:86
↓ 2 callers
Function
buffer_pool_multi_threaded
(buffer_size: usize)
arcon/benches/buffer_pool.rs:88
↓ 2 callers
Function
buffer_pool_single_thread
(b: &mut Bencher, buffer_size: usize)
arcon/benches/buffer_pool.rs:69
↓ 2 callers
Function
buffer_pool_size_default
()
arcon/src/application/conf/mod.rs:293
↓ 2 callers
Method
capacity_overflow
(self)
arcon/src/index/hash_table/table.rs:42
↓ 2 callers
Function
check_map_result
helper to check common result between Map/MapInPlace
arcon/src/stream/operator/function/mod.rs:48
↓ 2 callers
Method
checkpoint
(&self, checkpoint_path: &Path)
arcon/arcon_state/src/backend/rocks/mod.rs:220
↓ 2 callers
Method
clear
(&mut self)
arcon/src/index/value/mod.rs:58
↓ 2 callers
Method
config
Sets the configuration that is used during the build phase
arcon/src/application/builder.rs:47
↓ 2 callers
Method
consume
(&mut self)
arcon/src/index/appender/mod.rs:92
↓ 2 callers
Method
contains
(&self, cf: impl AsRef<str>, key: impl AsRef<[u8]>)
arcon/arcon_state/src/backend/rocks/mod.rs:111
↓ 2 callers
Method
convert_mod_to_safe
(self, ptr: *mut u8)
arcon/src/index/hash_table/sse2.rs:103
↓ 2 callers
Function
create_shards
(total: u64)
arcon/src/data/partition.rs:7
← previous
next →
101–200 of 948, ranked by callers