Liking cljdoc? Tell your friends :D

clojask.onyx-comps


catalogclj


catalog-aggre-genclj

(catalog-aggre-gen num-work batch-size)

Generate the catalog for running Onyx

Generate the catalog for running Onyx
raw docstring

catalog-genclj

(catalog-gen num-work batch-size)

Generate the catalog for running Onyx

Generate the catalog for running Onyx
raw docstring

catalog-groupby-genclj

(catalog-groupby-gen num-work batch-size)

Generate the catalog for running Onyx

Generate the catalog for running Onyx
raw docstring

catalog-join-genclj

(catalog-join-gen num-work batch-size)

Generate the catalog for running Onyx

Generate the catalog for running Onyx
raw docstring

close-readerclj

(close-reader event lifecycle)

config-envclj

(config-env)

dataframeclj


envclj


env-configclj


flow-cond-genclj

(flow-cond-gen num-work)

Generate the flow conditions for running Onyx

Generate the flow conditions for running Onyx
raw docstring

flow-conditionsclj


idclj


in-callsclj


inject-in-readerclj

(inject-in-reader event lifecycle)

lifecycle-aggre-genclj

(lifecycle-aggre-gen source dist)

lifecycle-genclj

(lifecycle-gen source dist order select)

lifecycle-groupby-genclj

(lifecycle-groupby-gen source dist keys key-index)

lifecycle-join-genclj

(lifecycle-join-gen source dist a b a-keys b-keys a-roll b-roll join-type)

lifecyclesclj


n-peersclj


peer-configclj


peer-groupclj


predicate-funcsclj


shutdownclj

(shutdown)

Tear down whatever config-env managed to start, in reverse order. Every step is attempted even if an earlier one fails, so a startup that dies after ZooKeeper is up (for example in the peer group) still releases the ZooKeeper port instead of poisoning every later compute in this JVM. The first error, if any, is rethrown once all steps have run.

Tear down whatever config-env managed to start, in reverse order. Every
step is attempted even if an earlier one fails, so a startup that dies
after ZooKeeper is up (for example in the peer group) still releases the
ZooKeeper port instead of poisoning every later compute in this JVM. The
first error, if any, is rethrown once all steps have run.
raw docstring

start-onyxclj

(start-onyx num-work batch-size dataframe dist exception order index melt out)

start the onyx cluster with the specification inside dataframe

start the onyx cluster with the specification inside dataframe
raw docstring

start-onyx-aggre-onlyclj

(start-onyx-aggre-only num-work
                       batch-size
                       dataframe
                       dist
                       exception
                       aggre-func
                       index
                       select
                       out)

start the onyx cluster with the specification inside dataframe

start the onyx cluster with the specification inside dataframe
raw docstring

start-onyx-groupbyclj

(start-onyx-groupby num-work
                    batch-size
                    dataframe
                    dist
                    groupby-keys
                    groupby-index
                    exception
                    &
                    {:keys [format] :or {format false}})

start the onyx cluster with the specification inside dataframe

@format: if format the value before writing to file. For procedures that will need to compare / use the actual value of each element, should be set to false, such as aggregate, rolling join. For others, should be set to false to avoid repeated formatting

start the onyx cluster with the specification inside dataframe

@format: if format the value before writing to file. For procedures that will need to compare / use the actual
value of each element, should be set to false, such as aggregate, rolling join. For others, should be set to 
false to avoid repeated formatting
raw docstring

start-onyx-joinclj

(start-onyx-join num-work
                 batch-size
                 dataframe
                 b
                 source
                 dist
                 exception
                 a-keys
                 b-keys
                 a-roll
                 b-roll
                 join-type
                 limit
                 a-index
                 b-index
                 b-format
                 write-index
                 out)

start the onyx cluster with the specification inside dataframe

start the onyx cluster with the specification inside dataframe
raw docstring

v-peersclj


worker-funcclj

(worker-func seg)

worker-func-genclj

(worker-func-gen df exception index)

worker-func-gen-formatclj

(worker-func-gen-format df exception index)

workflowclj


workflow-genclj

(workflow-gen num-work)

Generate workflow for running Onyx

Generate workflow for running Onyx
raw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close