Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/JasonThon/lightflus
/ functions
Functions
588 in github.com/JasonThon/lightflus
⨍
Functions
588
◇
Types & classes
381
Method
as_str_name
String value of the enum field names used in the ProtoBuf definition. The values are not transformed in any way and thus are considered stable (if th
src/proto/src/taskmanager.rs:42
Method
batch_send_event_to_operator
( &self, event_set: KeyedEventSet, )
src/stream/src/task.rs:124
Method
batch_send_events_to_operator
( &self, request: RpcRequest<KeyedEventSet>, )
src/lightflus-core/src/taskmanager/rpc.rs:172
Method
batch_send_events_to_operator
( &self, req: KeyedEventSet, )
src/common/src/net/gateway.rs:260
Method
batch_sink
(&mut self, event_set: KeyedEventSet)
src/stream/src/connector.rs:202
Method
brokers
(brokers: string[])
typescript-api/src/connectors/connectors.ts:114
Method
build
(&self)
src/lightflus-core/src/coordinator/storage.rs:14
Method
build
()
typescript-api/src/connectors/connectors.ts:264
Method
call
(&mut self, req: http::Request<B>)
src/proto/src/coordinator.rs:283
Method
close
(&mut self)
src/common/src/kafka.rs:88
Method
close
(&mut self)
src/common/src/net/gateway.rs:255
Method
cmp
(&self, other: &Self)
src/common/src/event.rs:98
Method
connect
Attempt to create a new client by connecting to a given endpoint.
src/proto/src/coordinator.rs:19
Method
connect_with_timeout
Try to connect to remote coordinator with connection timeout
src/proto/src/coordinator_impl.rs:23
Method
connect_with_timeout
Try to connect to remote task worker with connection timeout
src/proto/src/taskmanager_impl.rs:23
Method
connection
(options: IConnectionOpts)
typescript-api/src/connectors/connectors.ts:178
Function
constructor
(operatorId: number)
typescript-api/src/stream/operator.ts:19
Method
constructor
(centerId: number, neighbors: number[])
typescript-api/src/common/common.ts:7
Method
constructor
()
typescript-api/src/stream/context.ts:17
Method
constructor
(ctx: ExecutionContext)
typescript-api/src/stream/dataflow.ts:17
Method
constructor
(ctx: ExecutionContext)
typescript-api/src/stream/dataflow.ts:81
Method
constructor
(operatorId: number, fn: (value: T) => U[])
typescript-api/src/stream/operator.ts:39
Method
constructor
(operatorId: number, fn: (value: T) => U)
typescript-api/src/stream/operator.ts:62
Method
constructor
(operatorId: number, sink: ISink)
typescript-api/src/stream/operator.ts:85
Method
constructor
(operatorId: number, fn: (agg: T, current: T) => T)
typescript-api/src/stream/operator.ts:104
Method
constructor
(operatorId: number, source: ISource)
typescript-api/src/stream/operator.ts:127
Method
constructor
(operatorId: number, fn: (value: T) => U)
typescript-api/src/stream/operator.ts:147
Method
constructor
(operatorId: number, fn: (value: T) => boolean)
typescript-api/src/stream/operator.ts:171
Function
createFlow
(ctx: ExecutionContext)
typescript-api/src/connectors/connectors.ts:14
Method
create_dataflow
( &self, dataflow: Dataflow, )
src/lightflus-core/src/coordinator/managers.rs:139
Method
create_dataflow
( &self, request: tonic::Request<Dataflow>, )
src/lightflus-core/src/coordinator/api.rs:43
Method
create_dataflow
(&self, dataflow: Dataflow)
src/common/src/net/gateway.rs:464
Function
create_resource
(mut req: web::Payload)
src/lightflus-core/src/apiserver/handler/resources.rs:14
Method
create_sub_dataflow
( &self, req: CreateSubDataflowRequest, )
src/common/src/net/gateway.rs:231
Method
default
()
src/common/src/utils.rs:76
Method
default
()
src/common/src/types.rs:142
Method
delete
(&mut self, job_id: &ResourceId)
src/lightflus-core/src/coordinator/storage.rs:80
Method
drop
(&mut self)
src/stream/src/edge.rs:228
Method
drop
(&mut self)
src/stream/src/dataflow.rs:458
Method
drop
(&mut self)
src/stream/src/connector.rs:697
Method
drop
(&mut self)
src/stream/src/v8_runtime.rs:286
Method
drop
(&mut self)
src/stream/src/task.rs:446
Method
drop
(&mut self)
src/stream/tests/test_sinks.rs:27
Method
eq
(&self, other: &Self)
src/common/src/types.rs:20
Method
event_time
(&self)
src/common/src/event.rs:190
Method
extractors
(extractor: (statement: Statement<InputT>) => void)
typescript-api/src/connectors/connectors.ts:173
Method
filter
(callbackFn: (value: T) => boolean)
typescript-api/src/stream/dataflow.ts:95
Method
flatMap
(callbackFn: (value: T) => U[])
typescript-api/src/stream/dataflow.ts:100
Method
fmt
(&self, f: &mut fmt::Formatter<'_>)
src/lightflus-core/src/errors/mod.rs:178
Method
fmt
(&self, f: &mut std::fmt::Formatter<'_>)
src/lightflus-core/src/coordinator/storage.rs:121
Method
fmt
(&self, f: &mut std::fmt::Formatter<'_>)
src/proto/src/taskmanager.rs:695
Method
fmt
(&self, f: &mut std::fmt::Formatter<'_>)
src/proto/src/coordinator.rs:515
Method
fmt
(&self, f: &mut std::fmt::Formatter<'_>)
src/common/src/event.rs:45
Method
fmt
(&self, f: &mut std::fmt::Formatter<'_>)
src/common/src/err.rs:22
Method
fmt
(&self, f: &mut std::fmt::Formatter<'_>)
src/stream/src/edge.rs:137
Method
fmt
(&self, f: &mut fmt::Formatter<'_>)
src/stream/src/err.rs:91
Function
fn
(v: string)
typescript-api/test/dataflow.e2e-spec.ts:5
Method
from
(err: TryRecvError)
src/lightflus-core/src/errors/mod.rs:51
Method
from
(entry: &Entry)
src/common/src/types.rs:455
Method
from
(err: serde_json::Error)
src/common/src/event.rs:125
Method
from
(value: &str)
src/common/src/net/cluster.rs:191
Method
from
(err: rmp_serde::encode::Error)
src/stream/src/edge.rs:131
Method
from
(args: (&ResourceId, SourceId, &operator_info::Details))
src/stream/src/connector.rs:150
Method
from
(err: KafkaException)
src/stream/src/err.rs:28
Method
from_arc
(inner: Arc<T>)
src/proto/src/taskmanager.rs:338
Method
from_arc
(inner: Arc<T>)
src/proto/src/coordinator.rs:238
Method
from_error
(err: T)
src/lightflus-core/src/errors/mod.rs:184
Method
from_json_value
(val: serde_json::Value)
src/common/src/types.rs:399
Function
from_prost_timestamp_to_utc_chrono
( timestamp: &prost_types::Timestamp, )
src/common/src/utils.rs:20
Method
from_slice
(buf: &[u8])
src/proto/src/common_impl.rs:551
Method
from_slice
To specify the type of value, we only accept the bytes with the head of data type symbol. It may be panic if the data has uncorrect head of data type
src/common/src/types.rs:311
Method
from_slice
(slice: &[u8])
src/common/src/event.rs:175
Method
from_slice_with_type
(mut data: &[u8], data_type: DataTypeEnum)
src/common/src/types.rs:361
Method
from_str_name
Creates an enum from field names used in the ProtoBuf definition.
src/proto/src/apiserver.rs:109
Method
from_str_name
Creates an enum from field names used in the ProtoBuf definition.
src/proto/src/common.rs:131
Method
from_str_name
Creates an enum from field names used in the ProtoBuf definition.
src/proto/src/taskmanager.rs:50
Function
from_type_symbol
(symbol: String)
src/common/src/utils.rs:215
Function
from_utc_chrono_to_prost_timestamp
( timestamp: &chrono::DateTime<chrono::Utc>, )
src/common/src/utils.rs:32
Method
from_vec
To specify the type of value, we only accept the bytes with the head of data type symbol. It may be panic if the data has uncorrect head of data type
src/common/src/types.rs:261
Function
getFunctionName
()
typescript-api/src/stream/operator.ts:31
Method
get_dataflow
(&self)
src/lightflus-core/src/coordinator/managers.rs:100
Method
get_dataflow
( &self, request: tonic::Request<GetDataflowRequest>, )
src/lightflus-core/src/coordinator/api.rs:61
Method
get_dataflow
(&self, dataflow: &Dataflow)
src/lightflus-core/src/coordinator/scheduler.rs:56
Method
get_dataflow
(&self)
src/proto/src/apiserver_impl.rs:7
Method
get_dataflow
( &self, req: GetDataflowRequest, )
src/common/src/net/gateway.rs:499
Method
get_execution_id
(&self)
src/proto/src/common_impl.rs:528
Method
get_host_addr
(&self)
src/common/src/net/gateway.rs:43
Method
get_period
(&self)
src/proto/src/common_impl.rs:423
Function
get_resource
(args: web::Path<GetResourceArgs>)
src/lightflus-core/src/apiserver/handler/resources.rs:35
Method
get_sink
(&self)
src/proto/src/common_impl.rs:141
Method
get_size
(&self)
src/proto/src/common_impl.rs:398
Method
get_source
(&self)
src/proto/src/common_impl.rs:131
Method
get_state
(&self)
src/stream/src/task.rs:154
Method
get_status
(&self)
src/common/src/net/cluster.rs:56
Method
get_sub_dataflow
( &self, req: ResourceId, )
src/common/src/net/gateway.rs:281
Method
get_timeout
(&self)
src/proto/src/common_impl.rs:432
Method
get_trigger
(&self)
src/proto/src/common_impl.rs:177
Method
get_trigger_time
(&self)
src/proto/src/common_impl.rs:407
Method
get_uri
(&self)
src/proto/src/common_impl.rs:451
Method
get_value
(&self)
src/proto/src/common_impl.rs:173
← previous
next →
301–400 of 588, ranked by callers