Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/baidu/bigflow
/ functions
Functions
5,490 in github.com/baidu/bigflow
⨍
Functions
5,490
◇
Types & classes
1,763
↓ 2 callers
Method
finish_shuffle
flume/runtime/common/shuffle_executor.h:144
↓ 2 callers
Method
fs_get
Wraps console command 'hadoop fs -get <source> <target>' Args: source (str): path of source target (str): path
bigflow_python/python/bigflow/util/hadoop_client.py:116
↓ 2 callers
Method
fs_mv
Wraps console command 'hadoop fs -mv <source> <target>' Args: source (str): path of source target (str): path
bigflow_python/python/bigflow/util/hadoop_client.py:146
↓ 2 callers
Function
generate_line
(byte_list)
resource_library.py:41
↓ 2 callers
Method
get
inner function
bigflow_python/python/bigflow/pipeline/local_pipeline.py:62
↓ 2 callers
Method
get_counters
bigflow_python/rpc/impls/backends_impl.h:344
↓ 2 callers
Function
get_entity_config_str
bigflow_python/common/python.cpp:259
↓ 2 callers
Function
get_entity_reflect_str
bigflow_python/common/python.cpp:248
↓ 2 callers
Function
get_formatted_exception
bigflow_python/common/python.cpp:304
↓ 2 callers
Function
get_next_uri
flume/runtime/io/io_format.cpp:565
↓ 2 callers
Function
get_out_fields_serde
内部函数
bigflow_python/python/bigflow/future/fields.py:101
↓ 2 callers
Function
get_serde_of_field
get serde of field
bigflow_python/python/bigflow/future/fields.py:78
↓ 2 callers
Method
get_size
获得所有读取文件在文件系统中的大小 Returns: int: 文件大小,以字节为单位
bigflow_python/python/bigflow/input.py:180
↓ 2 callers
Method
get_timestamp
bigflow_python/delegators/python_time_reader_delegator.cpp:72
↓ 2 callers
Function
helper
(keys, current)
bigflow_python/python/bigflow/util/utils.py:71
↓ 2 callers
Function
htobe64
flume/runtime/common/local_dataset.cpp:195
↓ 2 callers
Method
initialize
flume/runtime/spark/cache_input_executor.cpp:37
↓ 2 callers
Method
input_executor
flume/runtime/spark/spark_task.cpp:116
↓ 2 callers
Method
input_size
(self)
bigflow_python/python/bigflow/core/logical_plan.py:612
↓ 2 callers
Function
is_python_bool
bigflow_python/common/python.h:108
↓ 2 callers
Method
is_stateful
ProcessNode is stateful
bigflow_python/python/bigflow/core/logical_plan.py:589
↓ 2 callers
Function
jni_throw_bigflow_runtime_exception
bigflow_python/bigflow_python_runtime.cpp:68
↓ 2 callers
Method
key_compare
flume/runtime/common/shuffle_executor.h:284
↓ 2 callers
Method
key_name
flume/runtime/common/shuffle_runner.h:136
↓ 2 callers
Method
launch
bigflow_python/rpc/impls/backends_impl.h:95
↓ 2 callers
Function
list_append_item
bigflow_python/common/python.cpp:62
↓ 2 callers
Function
min
Implementation of transforms.max()
bigflow_python/python/bigflow/transform_impls/min.py:26
↓ 2 callers
Method
min
取最小元素, 等同于 :func:`bigflow.transforms.min(self, key) <bigflow.transforms.min>` Args: key (function, optiona
bigflow_python/python/bigflow/pcollection.py:318
↓ 2 callers
Function
new_shuffle_executor
flume/runtime/common/shuffle_executor.cpp:336
↓ 2 callers
Method
node
返回PTable所对应的Node Returns: LogicalPlan.Node: node Raises: BigflowPlanningException: 若无法得到Node
bigflow_python/python/bigflow/ptable.py:78
↓ 2 callers
Method
on_input_done
called at input scope level
flume/runtime/common/executor_impl.h:315
↓ 2 callers
Method
on_input_ready
called at input scope level
flume/runtime/common/executor_impl.h:304
↓ 2 callers
Method
open
用户可以重写该方法。 传入参数partition表示这是第几个partition
bigflow_python/python/bigflow/output.py:453
↓ 2 callers
Method
open
(self)
bigflow_python/python/bigflow/util/process_util.py:59
↓ 2 callers
Method
operator[]
flume/util/bitset.h:227
↓ 2 callers
Function
print_exec
(stream)
bigflow_python/python/bigflow/core/serde/cloudpickle.py:862
↓ 2 callers
Method
priority_output
flume/runtime/common/executor_impl.h:341
↓ 2 callers
Method
recent_cmds
get all cmds
bigflow_python/python/bigflow/test/mock_hadoop_client.py:114
↓ 2 callers
Function
reduce
对于属于PCollection,使用给定的fn将所有元素规约为单个元素 假设输入类型为I,fn的期望签名为 fn(I1, I2) => I,即输出的类型必须与输入相同 (fn的第一个参数允许被修改) Args: pcollection (PCollecti
bigflow_python/python/bigflow/transforms.py:815
↓ 2 callers
Function
register_classes
bigflow_python/register.cpp:102
↓ 2 callers
Method
register_pipeline
bigflow_python/rpc/impls/backends_impl.h:33
↓ 2 callers
Method
relative_path
flume/runtime/resource.cpp:230
↓ 2 callers
Method
release_count
flume/util/cached_allocator.h:95
↓ 2 callers
Method
run_check_parallelize_case
no comment
bigflow_python/python/bigflow/pipeline/test/pipeline_test.py:414
↓ 2 callers
Method
save_function_tuple
Pickles an actual func object. A func comprises: code, globals, defaults, closure, and dict. We extract and save these, injecting r
bigflow_python/python/bigflow/core/serde/cloudpickle.py:275
↓ 2 callers
Method
save_global
(self, obj, name=None, pack=struct.pack)
bigflow_python/python/bigflow/core/serde/cloudpickle.py:407
↓ 2 callers
Function
select
对每条数据选择一些字段进行变换 Args: pcollection (SchemaPCollection): 输入数据集SchemaPCollection(用来表示结构化的, 带字段的PCollection), 可以当作每个元素是一个dict的PCollectio
bigflow_python/python/bigflow/schema.py:251
↓ 2 callers
Method
set
(self, obj, val)
bigflow_python/python/bigflow/test/magic.py:40
↓ 2 callers
Method
set_debug_info
flume/core/logical_plan.h:256
↓ 2 callers
Method
set_done_fn
bigflow_python/functors/py_functor_caller.cpp:58
↓ 2 callers
Method
set_effective_key_num
flume/core/logical_plan.h:476
↓ 2 callers
Method
set_emitter
bigflow_python/delegators/python_processor_delegator.h:111
↓ 2 callers
Method
set_environment
(self, env)
bigflow_python/python/bigflow/core/logical_plan.py:989
↓ 2 callers
Method
set_exception_handler
bigflow_python/python_interpreter.cpp:127
↓ 2 callers
Method
set_exception_handler_with_error_msg
bigflow_python/python_interpreter.cpp:137
↓ 2 callers
Method
set_fini_hook
向Pipeline设置一个结束钩子,使得Pipeline能够在进程结束前依次执行 Args: name (str): 钩子名称 fn (callable): 方法名称
bigflow_python/python/bigflow/pipeline/pipeline_base.py:181
↓ 2 callers
Method
set_least_prepared_inputs
flume/core/logical_plan.h:470
↓ 2 callers
Method
set_objector
flume/core/logical_plan.h:259
↓ 2 callers
Function
set_of
Return an optional set serde
bigflow_python/python/bigflow/serde.py:754
↓ 2 callers
Method
set_partition
flume/runtime/common/shuffle_executor.cpp:107
↓ 2 callers
Method
shuffle_input_executor
flume/runtime/spark/spark_task.cpp:124
↓ 2 callers
Method
sort_and_group_by
(self, key_reader_obj)
bigflow_python/python/bigflow/core/logical_plan.py:278
↓ 2 callers
Method
start_shuffle
flume/runtime/common/shuffle_executor.h:138
↓ 2 callers
Method
tearDown
(self)
bigflow_python/python/bigflow/test/test_base.py:80
↓ 2 callers
Function
throw_exception_to_client_without_abortion
bigflow_python/common/python.cpp:398
↓ 2 callers
Function
to_list_pobject
对于给定的PCollection,聚合为PObject,PObject的内容为list Args: pvalue (PCollection): 输入 **options: 可配置选项 Returns: PObject: 聚合后的li
bigflow_python/python/bigflow/transforms.py:1209
↓ 2 callers
Function
to_pcollection
inner fn
bigflow_python/python/bigflow/transform_impls/cartesian.py:60
↓ 2 callers
Method
to_proto_message
(self)
bigflow_python/python/bigflow/core/entity.py:167
↓ 2 callers
Function
tuple_to_dict
从每个元素是tuple的PCollection转化成一个SchemaPCollection。 Args: pcollection (PCollection): 输入PCollection,每个元素是一个tuple fields (list): fi
bigflow_python/python/bigflow/schema.py:203
↓ 2 callers
Method
union
(self, a, b)
bigflow_python/python/bigflow/pipeline/test/testdata/disjointset.py:35
↓ 2 callers
Method
unit
flume/planner/testing/plan_test_helper.h:358
↓ 2 callers
Method
unregister_pipeline
bigflow_python/rpc/impls/backends_impl.h:71
↓ 2 callers
Method
vertex_concurrency
get vertex concurrency
bigflow_python/python/bigflow/test/mock_hadoop_client.py:77
↓ 2 callers
Method
wait_status
等待指定的运行状态 Args: status: 要等待的运行状态 options: timeout - 超时时间,默认1800s inspection_
bigflow_python/python/bigflow/pipeline/pipeline_status.py:55
↓ 2 callers
Method
wildcard_case
Case: test wildcard
bigflow_python/python/bigflow/test/input_test.py:210
↓ 2 callers
Method
window_by
(self, window, trigger=None)
bigflow_python/python/bigflow/core/logical_plan.py:355
↓ 2 callers
Function
working_scope
Returns the working scope of a given PType instance Args: pvalue (PType): PType instance Returns: LogicalPlan.Scope: work
bigflow_python/python/bigflow/util/broadcast.py:55
↓ 2 callers
Function
write_doodle
flume/runtime/common/cache_iterator_test.cpp:106
↓ 1 callers
Method
Abort
flume/runtime/spark/spark_backend.cpp:234
↓ 1 callers
Method
Accept
flume/planner/rule_dispatcher.h:59
↓ 1 callers
Method
AddDynamicLibraryFromBytes
flume/runtime/resource.cpp:254
↓ 1 callers
Method
AddFileFromBytes
flume/runtime/resource.cpp:296
↓ 1 callers
Method
AddJavaLibrary
flume/runtime/resource.cpp:263
↓ 1 callers
Function
AddJavaLibraryFromBytes
flume/runtime/spark/spark_backend.cpp:71
↓ 1 callers
Method
AddKey
flume/core/testing/processor_test_helper.cpp:44
↓ 1 callers
Method
AddPreparedInput
flume/core/testing/processor_test_helper.cpp:48
↓ 1 callers
Method
AddPythonLibraryFromBytes
flume/runtime/resource.cpp:279
↓ 1 callers
Method
AddReference
flume/runtime/common/local_dataset.cpp:223
↓ 1 callers
Method
Allocate
flume/util/cached_allocator.h:42
↓ 1 callers
Method
AllocateDataset
flume/runtime/common/local_dataset.cpp:171
↓ 1 callers
Function
BasicMessageForProcessorExecutor
flume/runtime/executor_factory_test.cpp:84
↓ 1 callers
Method
BeginGroup
flume/core/testing/processor_test_helper_test.cpp:45
↓ 1 callers
Method
BeginGroup
flume/runtime/common/executor_impl.h:288
↓ 1 callers
Method
BeginGroup
flume/runtime/common/partial_executor.cpp:174
↓ 1 callers
Method
BeginSubGroup
flume/runtime/common/executor_base_test.cpp:90
↓ 1 callers
Method
BoolSerde
bigflow_python/objectors/bool_serde.h:41
↓ 1 callers
Method
BuildPlan
flume/planner/spark/spark_planner.cpp:171
↓ 1 callers
Method
BuildPlan
flume/planner/monitor/monitor_planner.cpp:86
↓ 1 callers
Method
BuildPlan
flume/planner/local/local_planner.cpp:149
↓ 1 callers
Function
CacheFrom
flume/planner/spark/testing/testing_helper.cpp:106
← previous
next →
901–1,000 of 5,490, ranked by callers