Class DefaultProcessingContext.Builder<K extends QueryKey<T>,T extends TemporalPointType & QueryablePointType<T>>
java.lang.Object
com.inductiveautomation.historian.gateway.api.query.processor.DefaultProcessingContext.AbstractBuilder<K,T,DefaultProcessingContext.Builder<K,T>>
com.inductiveautomation.historian.gateway.api.query.processor.DefaultProcessingContext.Builder<K,T>
- Type Parameters:
K
- The type of query key.T
- The type of temporal point type.
- Enclosing class:
- DefaultProcessingContext<K extends QueryKey<T>,
T extends TemporalPointType & QueryablePointType<T>>
public static class DefaultProcessingContext.Builder<K extends QueryKey<T>,T extends TemporalPointType & QueryablePointType<T>>
extends DefaultProcessingContext.AbstractBuilder<K,T,DefaultProcessingContext.Builder<K,T>>
Builder for creating
DefaultProcessingContext
instances.
This class extends DefaultProcessingContext.AbstractBuilder
to provide a concrete implementation
for building DefaultProcessingContext
objects.
-
Field Summary
Fields inherited from class com.inductiveautomation.historian.gateway.api.query.processor.DefaultProcessingContext.AbstractBuilder
properties
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds a newDefaultProcessingContext
instance.protected DefaultProcessingContext.Builder<K,
T> self()
Returns the current builder instance.Methods inherited from class com.inductiveautomation.historian.gateway.api.query.processor.DefaultProcessingContext.AbstractBuilder
addPropertyValue
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
self
Returns the current builder instance.- Specified by:
self
in classDefaultProcessingContext.AbstractBuilder<K extends QueryKey<T>,
T extends TemporalPointType & QueryablePointType<T>, DefaultProcessingContext.Builder<K extends QueryKey<T>, T extends TemporalPointType & QueryablePointType<T>>> - Returns:
- The current builder instance.
-
build
Builds a newDefaultProcessingContext
instance.- Returns:
- A new
DefaultProcessingContext
with the configured properties.
-