Modifier and Type | Method and Description |
---|---|
BulletConfig |
BulletConfig.validate()
Validates and fixes configuration for this config.
|
Modifier and Type | Method and Description |
---|---|
void |
Configurable.configure(BulletConfig configuration)
Takes a
BulletConfig containing configuration and applies it to itself. |
static <S> S |
Utilities.loadConfiguredClass(String name,
BulletConfig config)
This method loads a given class name with the class name key and creates an instance of it by using a constructor
that has a single argument for a
BulletConfig . |
void |
Validator.validate(BulletConfig config)
Validate and normalize the provided
BulletConfig for the defined entries and relationships. |
Modifier and Type | Class and Description |
---|---|
class |
HTTPMetricPublisherConfig |
Modifier and Type | Field and Description |
---|---|
protected BulletConfig |
MetricPublisher.config |
Modifier and Type | Method and Description |
---|---|
BulletConfig |
HTTPMetricPublisherConfig.validate() |
Modifier and Type | Method and Description |
---|---|
static MetricPublisher |
MetricPublisher.from(BulletConfig config)
Create a
MetricPublisher instance using the class specified in the config file. |
Constructor and Description |
---|
HTTPMetricEventPublisher(BulletConfig config)
Constructor taking a
BulletConfig . |
HTTPMetricPublisherConfig(BulletConfig config)
Create an instance of this configuration.
|
MetricEventPublisher(BulletConfig config)
Constructor taking a
BulletConfig . |
MetricPublisher(BulletConfig config)
Constructor taking a
BulletConfig . |
Modifier and Type | Field and Description |
---|---|
protected BulletConfig |
PubSubResponder.config |
protected BulletConfig |
PubSub.config |
Modifier and Type | Method and Description |
---|---|
static PubSub |
PubSub.from(BulletConfig config)
Create a PubSub instance using the class specified in the config file.
|
void |
PubSub.switchContext(PubSub.Context context,
BulletConfig config)
Use this method to switch the
PubSub.Context to another one. |
Constructor and Description |
---|
BulletPubSubResponder(BulletConfig config)
Constructor.
|
PubSub(BulletConfig config)
Instantiate a PubSub using parameters from
BulletConfig . |
PubSubResponder(BulletConfig config)
Constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
RESTPubSubConfig |
Constructor and Description |
---|
RESTPubSub(BulletConfig config)
Create a RESTPubSub from a
BulletConfig . |
Modifier and Type | Method and Description |
---|---|
void |
Window.configure(BulletConfig config) |
void |
Query.configure(BulletConfig config) |
Scheme |
Window.getScheme(Strategy strategy,
BulletConfig config)
Returns the appropriate window scheme based on the Window
Window.Classification . |
Modifier and Type | Method and Description |
---|---|
void |
Aggregation.configure(BulletConfig config) |
Strategy |
CountDistinct.getStrategy(BulletConfig config) |
Strategy |
Raw.getStrategy(BulletConfig config) |
abstract Strategy |
Aggregation.getStrategy(BulletConfig config)
Returns a new
Strategy instance that handles this aggregation. |
Strategy |
TopK.getStrategy(BulletConfig config) |
Strategy |
GroupAll.getStrategy(BulletConfig config) |
Strategy |
GroupBy.getStrategy(BulletConfig config) |
Strategy |
Distribution.getStrategy(BulletConfig config) |
Constructor and Description |
---|
Querier(Querier.Mode mode,
RunningQuery query,
BulletConfig config)
Constructor that takes a
Querier.Mode , RunningQuery instance and a configuration to use. |
Querier(RunningQuery query,
BulletConfig config)
Constructor that takes a
RunningQuery instance and a configuration to use. |
QueryManager(BulletConfig config)
The constructor that takes a non-null
BulletConfig instance that contains partitioning settings. |
Constructor and Description |
---|
FrequentItemsSketchingStrategy(TopK aggregation,
BulletConfig config)
Constructor that requires an
Aggregation and a BulletConfig configuration. |
GroupAllStrategy(GroupAll aggregation,
BulletConfig config)
Constructor that requires an
Aggregation . |
QuantileSketchingStrategy(Distribution aggregation,
BulletConfig config)
Constructor that requires an
Aggregation and a BulletConfig configuration. |
RawStrategy(Aggregation aggregation,
BulletConfig config)
Constructor that takes in an
Aggregation and a BulletConfig . |
SketchingStrategy(Aggregation aggregation,
BulletConfig config)
The constructor for creating a Sketch based strategy.
|
ThetaSketchingStrategy(CountDistinct aggregation,
BulletConfig config)
Constructor that requires an
Aggregation and a BulletConfig configuration. |
TupleSketchingStrategy(GroupBy aggregation,
BulletConfig config)
Constructor that requires an
Aggregation and a BulletConfig configuration. |
Constructor and Description |
---|
SimpleEqualityPartitioner(BulletConfig config)
Constructor that takes a
BulletConfig instance with definitions for the various settings this needs. |
Modifier and Type | Class and Description |
---|---|
class |
StorageConfig |
Modifier and Type | Method and Description |
---|---|
static StorageManager |
StorageManager.from(BulletConfig config)
Create a
StorageManager instance using the class specified in the config file. |
Constructor and Description |
---|
MemoryStorageManager(BulletConfig config)
Constructor.
|
MultiMemoryStorageManager(BulletConfig config)
Constructor.
|
NullStorageManager(BulletConfig config)
Constructor.
|
StorageManager(BulletConfig config)
Constructor that takes a
BulletConfig . |
Constructor and Description |
---|
AdditiveTumbling(Strategy aggregation,
Window window,
BulletConfig config)
Creates an instance of this windowing scheme with the provided
Strategy and BulletConfig . |
Basic(Strategy aggregation,
Window window,
BulletConfig config)
Creates an instance of this windowing scheme with the provided
Strategy and BulletConfig . |
Scheme(Strategy aggregation,
Window window,
BulletConfig config)
|
SlidingRecord(Strategy aggregation,
Window window,
BulletConfig config)
Creates an instance of this windowing scheme with the provided
Strategy and BulletConfig . |
Tumbling(Strategy aggregation,
Window window,
BulletConfig config)
Creates an instance of this windowing scheme with the provided
Strategy and BulletConfig . |
Copyright © 2021. All rights reserved.