Liking cljdoc? Tell your friends :D

puppetlabs.analytics.core


combine-eventsclj

(combine-events base-analytics new-events)

Inputs: [base-analytics :- internal-api/Analytics new-events :- [internal-api/Event]] Returns: internal-api/Analytics

Inputs: [base-analytics :- internal-api/Analytics new-events :- [internal-api/Event]]
Returns: internal-api/Analytics
sourceraw docstring

combine-snapshotsclj

(combine-snapshots base-analytics candidate-snapshots)

Inputs: [base-analytics :- internal-api/Analytics candidate-snapshots :- internal-api/Snapshot] Returns: internal-api/Analytics

Inputs: [base-analytics :- internal-api/Analytics candidate-snapshots :- internal-api/Snapshot]
Returns: internal-api/Analytics
sourceraw docstring

datatype->schema-checkerclj

source

discard!clj

(discard! queue entry-ids)

Inputs: [queue :- Stockpile entry-ids :- [schema/Int]]

Inputs: [queue :- Stockpile entry-ids :- [schema/Int]]
sourceraw docstring

entrypointclj

(entrypoint request)

Returns the entrypoint, which is metadata describing the API and where to find various items.

Returns the entrypoint, which is metadata describing the API and where to find
various items.
sourceraw docstring

event-whitelist-error?clj

(event-whitelist-error? whitelist event)

Inputs: [whitelist :- (schema/maybe Whitelist) event :- internal-api/Event]

Inputs: [whitelist :- (schema/maybe Whitelist) event :- internal-api/Event]
sourceraw docstring

get-self-service-analyticsclj

(get-self-service-analytics queue)

Inputs: [queue :- Stockpile] Returns: [(schema/cond-pre api/Analytics [schema/Int])]

Retrieves self-service analytics from the given path.

Inputs: [queue :- Stockpile]
Returns: [(schema/cond-pre api/Analytics [schema/Int])]

Retrieves self-service analytics from the given path.
sourceraw docstring

partition-entriesclj

(partition-entries queue)

Inputs: [queue :- Stockpile] Returns: [(schema/cond-pre internal-api/Analytics [schema/Int])]

Partitions entries from a storage queue into a map of events and snapshots.

Inputs: [queue :- Stockpile]
Returns: [(schema/cond-pre internal-api/Analytics [schema/Int])]

Partitions entries from a storage queue into a map of events and snapshots.
sourceraw docstring

partition-snapshots-whitelistclj

(partition-snapshots-whitelist whitelist snapshot)

Inputs: [whitelist :- (schema/maybe Whitelist) snapshot :- internal-api/Snapshot]

Inputs: [whitelist :- (schema/maybe Whitelist) snapshot :- internal-api/Snapshot]
sourceraw docstring

purge-queue!clj

(purge-queue! queue)

Inputs: [queue :- Stockpile]

Inputs: [queue :- Stockpile]
sourceraw docstring

Whitelistclj

source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close