(get-slice-props t state)
Inputs: [t :- java.util.Date state] Returns: SliceProperties
make slice properties from a date an index name and config
Inputs: [t :- java.util.Date state] Returns: SliceProperties make slice properties from a date an index name and config
(slice-name index ts)
Inputs: [index :- s/Str ts :- s/Str] Returns: s/Str
make a slice name composed of an index name and a timestamp
Inputs: [index :- s/Str ts :- s/Str] Returns: s/Str make a slice name composed of an index name and a timestamp
(slice-time-filter time granularity)
Inputs: [time :- java.util.Date granularity :- s/Keyword] Returns: DateRangeFilter
make the filter part of an index slice
Inputs: [time :- java.util.Date granularity :- s/Keyword] Returns: DateRangeFilter make the filter part of an index slice
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close