Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/baidu/bigflow
/ types & classes
Types & classes
1,763 in github.com/baidu/bigflow
⨍
Functions
5,490
◇
Types & classes
1,763
↓ 217 callers
Class
Task
flume/runtime/task.h:39
↓ 154 callers
Class
ProcessNode
flume/core/logical_plan.h:74
↓ 77 callers
Class
ShuffleNode
flume/core/logical_plan.h:75
↓ 62 callers
Class
Bitset
Has same interface as boost::dynamic_bitset<>
flume/util/bitset.h:39
↓ 52 callers
Class
LoadNode
flume/core/logical_plan.h:72
↓ 44 callers
Class
Instance
flume/runtime/common/entity_dag.h:49
↓ 35 callers
Class
ShouldPromote
flume/planner/common/promote_partial_units_pass.h:76
↓ 34 callers
Class
SinkNode
flume/core/logical_plan.h:73
↓ 28 callers
Enum
ExternalExecutor
left default value 0 as invalid value
flume/planner/spark/tags.h:37
↓ 27 callers
Class
UnionNode
flume/core/logical_plan.h:71
↓ 25 callers
Class
ExecutedByFather
indicate this unit is already 'claimed' by its father, so no extra unit is needed to execute this unit.
flume/planner/common/tags.h:56
↓ 23 callers
Class
CPickleSerde
bigflow_python/serde/cpickle_serde.h:32
↓ 21 callers
Class
IsPartial
flume/planner/common/tags.h:60
↓ 16 callers
Class
Array
flume/util/arena_test.cpp:126
↓ 10 callers
Class
IsPromoted
flume/planner/common/promote_partial_units_pass.h:77
↓ 10 callers
Class
Optional
用于支持None的序列化/反序列化
bigflow_python/python/bigflow/serde.py:117
↓ 10 callers
Class
PartialExecutor
flume/runtime/common/partial_executor.h:46
↓ 9 callers
Class
CPickleSerde
使用CPickle去做序列化/反序列化的Serde
bigflow_python/python/bigflow/serde.py:109
↓ 8 callers
Class
AddOutput
flume/planner/common/build_common_executor_pass.cpp:804
↓ 7 callers
Class
FullShuffleCount
flume/planner/common/promote_partial_units_pass.h:75
↓ 5 callers
Class
PlanVisitor
flume/planner/testing/plan_test_helper.h:344
↓ 4 callers
Class
PlanDesc
flume/planner/testing/plan_desc.h:44
↓ 4 callers
Class
PriorityDispatcher
flume/runtime/executor.h:44
↓ 4 callers
Class
SparkContext
flume/runtime/spark/spark_context.h:37
↓ 4 callers
Class
_DelayParam
inner function
bigflow_python/python/bigflow/pipeline/spark_pipeline.py:69
↓ 3 callers
Class
DataFlowAnalysis
flume/planner/common/data_flow_analysis.h:37
↓ 3 callers
Class
FieldsDictSerde
Use for the dict with know fields. Args: fields_to_types (dict): key字段名, vaule相应字段所用的serde。 如果只传入字段名
bigflow_python/python/bigflow/schema.py:33
↓ 3 callers
Class
Filter
flume/planner/testing/plan_test_helper.h:93
↓ 3 callers
Class
ShouldCache
flume/planner/common/tags.h:94
↓ 3 callers
Class
Status
flume/runtime/backend.h:62
↓ 3 callers
Class
_KVFromBinaryRecord
bigflow_python/python/bigflow/input.py:156
↓ 3 callers
Class
_SimpleParser
bigflow_python/python/bigflow/rpc/backend_parser.py:37
↓ 3 callers
Class
_TextFromRecord
bigflow_python/python/bigflow/input.py:122
↓ 2 callers
Class
CacheKeyNumber
flume/planner/common/tags.h:105
↓ 2 callers
Class
CheckCyclePass
* @brief For one scope, if any flow streamed out of it streames back into it, * we call it a scope cycle. * * For example, in t
flume/planner/common/check_cycle_pass.h:67
↓ 2 callers
Class
CloudPickler
bigflow_python/python/bigflow/core/serde/cloudpickle.py:120
↓ 2 callers
Class
DefaultSerde
默认的序列化/反序列化器
bigflow_python/python/bigflow/serde.py:146
↓ 2 callers
Class
Dummy
bigflow_python/python/bigflow/core/serde/cloudpickle.py:562
↓ 2 callers
Class
EmitTuple
bigflow_python/functors/full_join_fn.cpp:37
↓ 2 callers
Class
Entity
flume/core/entity.h:65
↓ 2 callers
Class
Entity
A wrapper of serializable operators of Flume.
bigflow_python/python/bigflow/core/entity.py:107
↓ 2 callers
Class
IsInfinite
flume/planner/common/tags.h:58
↓ 2 callers
Class
JavaExceptionThrower
flume/runtime/spark/jni_util/java_exception_thrower.h:42
↓ 2 callers
Class
KeySerde
value serde
bigflow_python/python/bigflow/pipeline/test/pipeline_test.py:288
↓ 2 callers
Class
LogFormatter
Log formatter used in Tornado. Key features of this formatter are: * Color support when logging to a terminal that supports it. * Timest
bigflow_python/python/bigflow/util/log.py:91
↓ 2 callers
Class
PTable
用于表示具有分布式Key-Value映射关系的 :class:`bigflow.ptype.PType` Constructor .. note:: 用户不应当直接使用其构造方法 Args: value (PType): PTable的Value
bigflow_python/python/bigflow/ptable.py:35
↓ 2 callers
Class
ProtobufSerde
Serde for protobuf
bigflow_python/python/bigflow/serde.py:470
↓ 2 callers
Class
PyFn
bigflow_python/python/bigflow/core/entity.py:238
↓ 2 callers
Class
TestPythonStrSerde
测试str类型序列化/反序列化器
bigflow_python/python/bigflow/test/serde_test.py:41
↓ 2 callers
Class
ValueSerde
value serde
bigflow_python/python/bigflow/pipeline/test/pipeline_test.py:299
↓ 2 callers
Class
WordCount
bigflow_python/python/bigflow/core/example/word_cnt.py:52
↓ 2 callers
Class
_DelayParam
inner function
bigflow_python/python/bigflow/pipeline/local_pipeline.py:56
↓ 2 callers
Class
_ToRecord
bigflow_python/python/bigflow/output.py:133
↓ 1 callers
Class
BigflowPipelineWaitStatusTimeoutException
Bigflow等待指定运行状态超时
bigflow_python/python/bigflow/pipeline/pipeline_status.py:29
↓ 1 callers
Class
BoolSerde
bool类型序列化/反序列化器
bigflow_python/python/bigflow/serde.py:178
↓ 1 callers
Class
Col
bigflow_python/python/bigflow/test/magic.py:33
↓ 1 callers
Class
Committer
flume/runtime/platform/hadoop_client.h:39
↓ 1 callers
Class
CompareByLength
flume/runtime/common/split_combiner.h:42
↓ 1 callers
Class
DatasetImpl
flume/runtime/common/memory_dataset.cpp:88
↓ 1 callers
Class
DefaultKeyReader
bigflow_python/python/bigflow/transform_impls/sort.py:38
↓ 1 callers
Class
DictSerde
Serde for dict
bigflow_python/python/bigflow/serde.py:591
↓ 1 callers
Class
ExtractValueFn
bigflow_python/python/bigflow/core/entity.py:291
↓ 1 callers
Class
Field
bigflow_python/python/bigflow/test/magic.py:48
↓ 1 callers
Class
FieldsDictSerde
Use for the dict with know fields
bigflow_python/python/bigflow/future/fields.py:36
↓ 1 callers
Class
FloatSerde
float类型序列化/反序列化器
bigflow_python/python/bigflow/serde.py:200
↓ 1 callers
Class
FlumeIteratorDelegator
FlumeIteratorDelegator is used to wrap flume::core::Iterator*. It act like a Python Iterator by: 1. Exposing next() method 2. Throwing an StopIterati
bigflow_python/delegators/python_processor_delegator.h:55
↓ 1 callers
Class
ForeachProcessor
A Processor for foreach
bigflow_python/python/bigflow/transform_impls/foreach.py:29
↓ 1 callers
Class
HadoopCmd
Hadoop Cmd
bigflow_python/python/bigflow/test/mock_hadoop_client.py:28
↓ 1 callers
Class
Input
flume/core/logical_plan.h:420
↓ 1 callers
Class
IntSerde
int类型序列化/反序列化器
bigflow_python/python/bigflow/serde.py:158
↓ 1 callers
Class
KeyReader
bigflow_python/python/bigflow/transform_impls/cogroup.py:30
↓ 1 callers
Class
KeyReader
bigflow_python/python/bigflow/transform_impls/group_by.py:29
↓ 1 callers
Class
KeyScopes
indicate this scope has partitioner
flume/planner/common/tags.h:92
↓ 1 callers
Class
KeySetter
flume/core/testing/string_key_reader.h:37
↓ 1 callers
Class
KeySetter
flume/core/testing/mock_key_reader.h:37
↓ 1 callers
Class
Lambda
for val
bigflow_python/python/bigflow/test/magic.py:196
↓ 1 callers
Class
LazyVariable
Lazy Variable,用于加载字典等外部数据 Examples: >>> # coding: utf-8 >>> from bigflow import base, lazy_var >>> >>> ""
bigflow_python/python/bigflow/lazy_var.py:25
↓ 1 callers
Class
ListSerde
list序列化/反序列化器
bigflow_python/python/bigflow/serde.py:321
↓ 1 callers
Class
MakeTupleAndEmit
bigflow_python/functors/one_side_join_fn.cpp:43
↓ 1 callers
Class
MessageTypeDelegator
inner class
bigflow_python/python/bigflow/serde.py:535
↓ 1 callers
Class
MockLoggingHandler
Mock logging handler to hold all the output logging for further assertion or checking Logged messages are available through the instance's ```mes
bigflow_python/python/bigflow/rpc/test/backend_parser_test.py:34
↓ 1 callers
Class
PartitionSetter
flume/core/testing/string_partitioner.h:38
↓ 1 callers
Class
PartitionSetter
flume/core/testing/mock_partitioner.h:37
↓ 1 callers
Class
PbExecutor
flume/runtime/executor.h:35
↓ 1 callers
Class
ProcessLauncher
flume/util/process_launcher.h:36
↓ 1 callers
Class
PythonFromRecordProcessor
bigflow_python/python/bigflow/core/example/word_cnt.py:29
↓ 1 callers
Class
PythonToRecordProcessor
bigflow_python/python/bigflow/core/example/word_cnt.py:27
↓ 1 callers
Class
RecordLess
flume/runtime/common/shuffle_executor.h:319
↓ 1 callers
Class
Reference
flume/util/bitset.h:44
↓ 1 callers
Class
ReverseStrSerde
test
bigflow_python/python/bigflow/transform_impls/sort.py:72
↓ 1 callers
Class
SameTypeListSerde
list序列化/反序列化器,要求list中元素均为同一类型
bigflow_python/python/bigflow/serde.py:236
↓ 1 callers
Class
SetKeyToValueProcessor
inner
bigflow_python/python/bigflow/transform_impls/sort.py:105
↓ 1 callers
Class
SetSerde
Serde for set
bigflow_python/python/bigflow/serde.py:552
↓ 1 callers
Class
SetValueNoneProcessor
inner
bigflow_python/python/bigflow/transform_impls/sort.py:100
↓ 1 callers
Class
StopIteration
bigflow_python/delegators/python_processor_delegator.h:58
↓ 1 callers
Class
StrSerde
str类型序列化/反序列化器
bigflow_python/python/bigflow/serde.py:220
↓ 1 callers
Class
Tag
flume/runtime/common/transfer_encoding.h:52
↓ 1 callers
Class
TaskFlowAnalysis
flume/planner/common/task_flow_analysis.h:37
↓ 1 callers
Class
TestPythonIntSerde
测试int类型序列化/反序列化器
bigflow_python/python/bigflow/test/serde_test.py:57
↓ 1 callers
Class
TestPythonTupleSerde
tuple类型序列化/反序列化器
bigflow_python/python/bigflow/test/serde_test.py:74
next →
1–100 of 1,763, ranked by callers