Skip navigation links
A B C D E F G H I L M N O P Q R S T U V 

A

Absolute - Class in org.opennms.newts.api
 
Absolute(UnsignedLong) - Constructor for class org.opennms.newts.api.Absolute
 
add(Query, Operator) - Method in class org.opennms.newts.api.search.BooleanQuery
 
add(BooleanClause) - Method in class org.opennms.newts.api.search.BooleanQuery
 
addElement(T) - Method in class org.opennms.newts.api.Results
 
addElement(T) - Method in class org.opennms.newts.api.Results.Row
 
addResult(Resource, Collection<String>) - Method in class org.opennms.newts.api.search.SearchResults
 
addRow(Results.Row<T>) - Method in class org.opennms.newts.api.Results
 
afterProcess() - Method in interface org.opennms.newts.api.SampleSelectCallback
Called after the raw samples have been processed, regardless if there were any errors or not.
AggregationFunction - Interface in org.opennms.newts.api.query
 
apply(Collection<Double>) - Method in interface org.opennms.newts.api.query.AggregationFunction
An Aggregation function is a function that takes the list of PDPs should be aggregated in a single bucket of resolution.
apply(double...) - Method in interface org.opennms.newts.api.query.CalculationFunction
 
apply(double, double) - Method in interface org.opennms.newts.api.query.ResultDescriptor.BinaryFunction
 
apply(double) - Method in interface org.opennms.newts.api.query.ResultDescriptor.UnaryFunction
 
asDate() - Method in class org.opennms.newts.api.Timestamp
 
asMillis() - Method in class org.opennms.newts.api.Duration
 
asMillis() - Method in class org.opennms.newts.api.Timestamp
 
asSeconds() - Method in class org.opennms.newts.api.Duration
 
asSeconds() - Method in class org.opennms.newts.api.Timestamp
 
awaitShutdown(long, TimeUnit) - Method in class org.opennms.newts.api.DefaultSampleProcessorService
Invokes awaitShutdown() on the underlying thread pool executor.
awaitShutdown(long, TimeUnit) - Method in interface org.opennms.newts.api.SampleProcessorService
Invokes awaitShutdown() on the underlying thread pool executor if any.

B

beforeProcess() - Method in interface org.opennms.newts.api.SampleSelectCallback
Called after the raw samples have been fetched from the underlying storage, but before these are processed or aggregated.
BlockingExecutionHandler() - Constructor for class org.opennms.newts.api.BlockingThreadPoolExecutor.BlockingExecutionHandler
 
BlockingThreadPoolExecutor - Class in org.opennms.newts.api
 
BlockingThreadPoolExecutor(int, int, long, TimeUnit) - Constructor for class org.opennms.newts.api.BlockingThreadPoolExecutor
 
BlockingThreadPoolExecutor.BlockingExecutionHandler - Class in org.opennms.newts.api
 
BooleanClause - Class in org.opennms.newts.api.search
 
BooleanClause(Query, Operator) - Constructor for class org.opennms.newts.api.search.BooleanClause
 
BooleanQuery - Class in org.opennms.newts.api.search
 
BooleanQuery() - Constructor for class org.opennms.newts.api.search.BooleanQuery
 
BooleanQuery(List<BooleanClause>) - Constructor for class org.opennms.newts.api.search.BooleanQuery
 

C

calculate(Calculation) - Method in class org.opennms.newts.api.query.ResultDescriptor
 
calculate(String, CalculationFunction, String...) - Method in class org.opennms.newts.api.query.ResultDescriptor
 
calculate(String, ResultDescriptor.BinaryFunction, String, String) - Method in class org.opennms.newts.api.query.ResultDescriptor
 
calculate(String, ResultDescriptor.UnaryFunction, String) - Method in class org.opennms.newts.api.query.ResultDescriptor
 
Calculation - Class in org.opennms.newts.api.query
 
Calculation(String, CalculationFunction, String...) - Constructor for class org.opennms.newts.api.query.Calculation
 
CalculationFunction - Interface in org.opennms.newts.api.query
 
compareTo(Duration) - Method in class org.opennms.newts.api.Duration
 
compareTo(Timestamp) - Method in class org.opennms.newts.api.Timestamp
 
compose(Number, MetricType) - Static method in class org.opennms.newts.api.ValueType
 
compose(ByteBuffer) - Static method in class org.opennms.newts.api.ValueType
 
Context - Class in org.opennms.newts.api
 
Context(String) - Constructor for class org.opennms.newts.api.Context
 
convert(TimeUnit) - Method in class org.opennms.newts.api.Duration
 
Counter - Class in org.opennms.newts.api
 
Counter(long) - Constructor for class org.opennms.newts.api.Counter
 
Counter(UnsignedLong) - Constructor for class org.opennms.newts.api.Counter
 

D

Datasource - Class in org.opennms.newts.api.query
 
Datasource(String, String, Duration, double, AggregationFunction) - Constructor for class org.opennms.newts.api.query.Datasource
 
datasource(String, AggregationFunction) - Method in class org.opennms.newts.api.query.ResultDescriptor
 
datasource(String, String, AggregationFunction) - Method in class org.opennms.newts.api.query.ResultDescriptor
 
datasource(String, String, long, AggregationFunction) - Method in class org.opennms.newts.api.query.ResultDescriptor
 
datasource(String, String, Duration, AggregationFunction) - Method in class org.opennms.newts.api.query.ResultDescriptor
 
datasource(String, String, Duration, double, AggregationFunction) - Method in class org.opennms.newts.api.query.ResultDescriptor
 
days(long) - Static method in class org.opennms.newts.api.Duration
 
decompose(ValueType<?>) - Static method in class org.opennms.newts.api.ValueType
 
DEFAULT_CONTEXT - Static variable in class org.opennms.newts.api.Context
 
DEFAULT_HEARTBEAT_MULTIPLIER - Static variable in class org.opennms.newts.api.query.ResultDescriptor
Multiple of the step size to use as default heartbeat.
DEFAULT_STEP - Static variable in class org.opennms.newts.api.query.ResultDescriptor
The default step size in milliseconds.
DEFAULT_XFF - Static variable in class org.opennms.newts.api.query.ResultDescriptor
Default X Files Factor (percentage of NaN pdps that are allowed when aggregating)
DefaultSampleProcessorService - Class in org.opennms.newts.api
Distributes incoming sample collections to one or more sample processors.
DefaultSampleProcessorService(int) - Constructor for class org.opennms.newts.api.DefaultSampleProcessorService
 
DefaultSampleProcessorService(int, Set<SampleProcessor>) - Constructor for class org.opennms.newts.api.DefaultSampleProcessorService
 
delete(Context, Resource) - Method in interface org.opennms.newts.api.SampleRepository
Delete stored samples.
delete(Context, Resource) - Method in interface org.opennms.newts.api.search.Indexer
 
delta(Number) - Method in class org.opennms.newts.api.Absolute
 
delta(Number) - Method in class org.opennms.newts.api.Counter
 
delta(Number) - Method in class org.opennms.newts.api.Derive
 
delta(Number) - Method in class org.opennms.newts.api.Gauge
 
delta(Number) - Method in class org.opennms.newts.api.ValueType
 
Derive - Class in org.opennms.newts.api
 
Derive(UnsignedLong) - Constructor for class org.opennms.newts.api.Derive
 
divideBy(Number) - Method in class org.opennms.newts.api.Counter
 
divideBy(Duration) - Method in class org.opennms.newts.api.Duration
 
divideBy(Number) - Method in class org.opennms.newts.api.Gauge
 
divideBy(Number) - Method in class org.opennms.newts.api.ValueType
 
doubleValue() - Method in class org.opennms.newts.api.Counter
 
doubleValue() - Method in class org.opennms.newts.api.Gauge
 
doubleValue() - Method in class org.opennms.newts.api.ValueType
 
Duration - Class in org.opennms.newts.api
 
Duration(long, TimeUnit) - Constructor for class org.opennms.newts.api.Duration
 

E

Element<T> - Interface in org.opennms.newts.api
An element of a Results matrix.
equals(Object) - Method in class org.opennms.newts.api.Context
 
equals(Object) - Method in class org.opennms.newts.api.Duration
 
equals(Object) - Method in class org.opennms.newts.api.Measurement
 
equals(Object) - Method in class org.opennms.newts.api.Resource
 
equals(Object) - Method in class org.opennms.newts.api.Results
 
equals(Object) - Method in class org.opennms.newts.api.Results.Row
 
equals(Object) - Method in class org.opennms.newts.api.Sample
 
equals(Object) - Method in class org.opennms.newts.api.search.BooleanClause
 
equals(Object) - Method in class org.opennms.newts.api.search.BooleanQuery
 
equals(Object) - Method in class org.opennms.newts.api.search.Term
 
equals(Object) - Method in class org.opennms.newts.api.search.TermQuery
 
equals(Object) - Method in class org.opennms.newts.api.Timestamp
 
equals(Object) - Method in class org.opennms.newts.api.ValueType
 
export(String...) - Method in class org.opennms.newts.api.query.ResultDescriptor
 
expression(String, String) - Method in class org.opennms.newts.api.query.ResultDescriptor
 

F

floatValue() - Method in class org.opennms.newts.api.Counter
 
floatValue() - Method in class org.opennms.newts.api.Gauge
 
floatValue() - Method in class org.opennms.newts.api.ValueType
 
fromCode(byte) - Static method in enum org.opennms.newts.api.MetricType
 
fromCode(byte) - Static method in enum org.opennms.newts.api.search.Operator
 
fromDate(Date) - Static method in class org.opennms.newts.api.Timestamp
 
fromEpochMillis(long) - Static method in class org.opennms.newts.api.Timestamp
 
fromEpochSeconds(long) - Static method in class org.opennms.newts.api.Timestamp
 

G

Gauge - Class in org.opennms.newts.api
 
Gauge(double) - Constructor for class org.opennms.newts.api.Gauge
 
getAggregationFuction() - Method in class org.opennms.newts.api.query.Datasource
 
getArgs() - Method in class org.opennms.newts.api.query.Calculation
 
getAttributes() - Method in class org.opennms.newts.api.Measurement
 
getAttributes() - Method in class org.opennms.newts.api.Resource
 
getAttributes() - Method in class org.opennms.newts.api.Sample
 
getCalculationFunction() - Method in class org.opennms.newts.api.query.Calculation
 
getCalculations() - Method in class org.opennms.newts.api.query.ResultDescriptor
 
getClauses() - Method in class org.opennms.newts.api.search.BooleanQuery
 
getCode() - Method in enum org.opennms.newts.api.MetricType
 
getCode() - Method in enum org.opennms.newts.api.search.Operator
 
getContext() - Method in class org.opennms.newts.api.Sample
 
getDatasources() - Method in class org.opennms.newts.api.query.ResultDescriptor
 
getDuration() - Method in class org.opennms.newts.api.Duration
 
getElement(String) - Method in class org.opennms.newts.api.Results.Row
 
getElements() - Method in class org.opennms.newts.api.Results.Row
 
getExports() - Method in class org.opennms.newts.api.query.ResultDescriptor
 
getField(String) - Method in class org.opennms.newts.api.search.Term
 
getHeartbeat() - Method in class org.opennms.newts.api.query.Datasource
 
getId() - Method in class org.opennms.newts.api.Context
 
getId() - Method in class org.opennms.newts.api.Resource
 
getInterval() - Method in class org.opennms.newts.api.query.ResultDescriptor
 
getLabel() - Method in class org.opennms.newts.api.query.Calculation
 
getLabel() - Method in class org.opennms.newts.api.query.Datasource
 
getLabels() - Method in class org.opennms.newts.api.query.ResultDescriptor
 
getMetrics() - Method in class org.opennms.newts.api.search.SearchResults.Result
 
getName() - Method in interface org.opennms.newts.api.Element
 
getName() - Method in class org.opennms.newts.api.Measurement
 
getName() - Method in class org.opennms.newts.api.Sample
 
getOperator() - Method in class org.opennms.newts.api.search.BooleanClause
 
getQuery() - Method in class org.opennms.newts.api.search.BooleanClause
 
getResource() - Method in interface org.opennms.newts.api.Element
 
getResource() - Method in class org.opennms.newts.api.Measurement
 
getResource() - Method in class org.opennms.newts.api.Results.Row
 
getResource() - Method in class org.opennms.newts.api.Sample
 
getResource() - Method in class org.opennms.newts.api.search.SearchResults.Result
 
getRows() - Method in class org.opennms.newts.api.Results
 
getSource() - Method in class org.opennms.newts.api.query.Datasource
 
getSourceNames() - Method in class org.opennms.newts.api.query.ResultDescriptor
Returns the set of unique source names; The names of the underlying samples used as the source of aggregations.
getTerm() - Method in class org.opennms.newts.api.search.TermQuery
 
getTimestamp() - Method in interface org.opennms.newts.api.Element
 
getTimestamp() - Method in class org.opennms.newts.api.Measurement
 
getTimestamp() - Method in class org.opennms.newts.api.Results.Row
 
getTimestamp() - Method in class org.opennms.newts.api.Sample
 
getType() - Method in class org.opennms.newts.api.Absolute
 
getType() - Method in class org.opennms.newts.api.Counter
 
getType() - Method in class org.opennms.newts.api.Derive
 
getType() - Method in class org.opennms.newts.api.Gauge
 
getType() - Method in class org.opennms.newts.api.Sample
 
getType() - Method in class org.opennms.newts.api.ValueType
 
getUnit() - Method in class org.opennms.newts.api.Duration
 
getUnit() - Method in class org.opennms.newts.api.Timestamp
 
getValue() - Method in interface org.opennms.newts.api.Element
 
getValue() - Method in class org.opennms.newts.api.Measurement
 
getValue() - Method in class org.opennms.newts.api.Sample
 
getValue() - Method in class org.opennms.newts.api.search.Term
 
getXff() - Method in class org.opennms.newts.api.query.Datasource
 
gt(Duration) - Method in class org.opennms.newts.api.Duration
 
gt(Timestamp) - Method in class org.opennms.newts.api.Timestamp
 
gte(Duration) - Method in class org.opennms.newts.api.Duration
 
gte(Timestamp) - Method in class org.opennms.newts.api.Timestamp
 

H

hashCode() - Method in class org.opennms.newts.api.Context
 
hashCode() - Method in class org.opennms.newts.api.Duration
 
hashCode() - Method in class org.opennms.newts.api.Measurement
 
hashCode() - Method in class org.opennms.newts.api.Resource
 
hashCode() - Method in class org.opennms.newts.api.Results
 
hashCode() - Method in class org.opennms.newts.api.Results.Row
 
hashCode() - Method in class org.opennms.newts.api.Sample
 
hashCode() - Method in class org.opennms.newts.api.search.BooleanClause
 
hashCode() - Method in class org.opennms.newts.api.search.BooleanQuery
 
hashCode() - Method in class org.opennms.newts.api.search.Term
 
hashCode() - Method in class org.opennms.newts.api.search.TermQuery
 
hashCode() - Method in class org.opennms.newts.api.Timestamp
 
hours(long) - Static method in class org.opennms.newts.api.Duration
 

I

Indexer - Interface in org.opennms.newts.api.search
 
insert(Collection<Sample>) - Method in interface org.opennms.newts.api.SampleRepository
Write (store) samples.
insert(Collection<Sample>, boolean) - Method in interface org.opennms.newts.api.SampleRepository
Write (store) samples.
intValue() - Method in class org.opennms.newts.api.Counter
 
intValue() - Method in class org.opennms.newts.api.Gauge
 
intValue() - Method in class org.opennms.newts.api.ValueType
 
isEmpty() - Method in class org.opennms.newts.api.search.SearchResults
 
isMultiple(Duration) - Method in class org.opennms.newts.api.Duration
 
isNan() - Method in class org.opennms.newts.api.ValueType
 
iterator() - Method in class org.opennms.newts.api.Results
 
iterator() - Method in class org.opennms.newts.api.Results.Row
 
iterator() - Method in class org.opennms.newts.api.search.SearchResults
 

L

longValue() - Method in class org.opennms.newts.api.Counter
 
longValue() - Method in class org.opennms.newts.api.Gauge
 
longValue() - Method in class org.opennms.newts.api.ValueType
 
lt(Duration) - Method in class org.opennms.newts.api.Duration
 
lt(Timestamp) - Method in class org.opennms.newts.api.Timestamp
 
lte(Duration) - Method in class org.opennms.newts.api.Duration
 
lte(Timestamp) - Method in class org.opennms.newts.api.Timestamp
 

M

m_time - Variable in class org.opennms.newts.api.Timestamp
 
m_unit - Variable in class org.opennms.newts.api.Timestamp
 
matchAllValues(String...) - Static method in class org.opennms.newts.api.search.QueryBuilder
 
matchAnyValue(String...) - Static method in class org.opennms.newts.api.search.QueryBuilder
 
matchKeyAndValue(String, String) - Static method in class org.opennms.newts.api.search.QueryBuilder
 
Measurement - Class in org.opennms.newts.api
 
Measurement(Timestamp, Resource, String, double) - Constructor for class org.opennms.newts.api.Measurement
 
Measurement(Timestamp, Resource, String, double, Map<String, String>) - Constructor for class org.opennms.newts.api.Measurement
 
MetricType - Enum in org.opennms.newts.api
 
millis(long) - Static method in class org.opennms.newts.api.Duration
 
minus(Number) - Method in class org.opennms.newts.api.Counter
 
minus(Number) - Method in class org.opennms.newts.api.Gauge
 
minus(long, TimeUnit) - Method in class org.opennms.newts.api.Timestamp
 
minus(Duration) - Method in class org.opennms.newts.api.Timestamp
 
minus(Timestamp) - Method in class org.opennms.newts.api.Timestamp
 
minus(Number) - Method in class org.opennms.newts.api.ValueType
 
minutes(long) - Static method in class org.opennms.newts.api.Duration
 

N

NAN_ON_COUNTER_WRAP - Static variable in class org.opennms.newts.api.Counter
 
NAN_ON_COUNTER_WRAP_SYS_PROP - Static variable in class org.opennms.newts.api.Counter
 
now() - Static method in class org.opennms.newts.api.Timestamp
 

O

Operator - Enum in org.opennms.newts.api.search
 
org.opennms.newts.api - package org.opennms.newts.api
 
org.opennms.newts.api.query - package org.opennms.newts.api.query
 
org.opennms.newts.api.search - package org.opennms.newts.api.search
 

P

parse(String) - Static method in class org.opennms.newts.api.Duration
 
plus(Number) - Method in class org.opennms.newts.api.Counter
 
plus(Duration) - Method in class org.opennms.newts.api.Duration
 
plus(Number) - Method in class org.opennms.newts.api.Gauge
 
plus(long, TimeUnit) - Method in class org.opennms.newts.api.Timestamp
 
plus(Duration) - Method in class org.opennms.newts.api.Timestamp
 
plus(Number) - Method in class org.opennms.newts.api.ValueType
 

Q

Query - Class in org.opennms.newts.api.search
 
Query() - Constructor for class org.opennms.newts.api.search.Query
 
QueryBuilder - Class in org.opennms.newts.api.search
 

R

rejectedExecution(Runnable, ThreadPoolExecutor) - Method in class org.opennms.newts.api.BlockingThreadPoolExecutor.BlockingExecutionHandler
 
Resource - Class in org.opennms.newts.api
A unique resource to associate a group of metrics to.
Resource(String) - Constructor for class org.opennms.newts.api.Resource
Creates a new Resource instance with the supplied resource ID, default application ID, and an empty set of attributes.
Resource(String, Optional<Map<String, String>>) - Constructor for class org.opennms.newts.api.Resource
Creates a new Resource with the supplied ID.
ResultDescriptor - Class in org.opennms.newts.api.query
 
ResultDescriptor() - Constructor for class org.opennms.newts.api.query.ResultDescriptor
Constructs a new ResultDescriptor with the default step size.
ResultDescriptor(long) - Constructor for class org.opennms.newts.api.query.ResultDescriptor
Constructs a new ResultDescriptor with the given step size.
ResultDescriptor(Duration) - Constructor for class org.opennms.newts.api.query.ResultDescriptor
Constructs a new ResultDescriptor with the given step size.
ResultDescriptor.BinaryFunction - Interface in org.opennms.newts.api.query
 
ResultDescriptor.UnaryFunction - Interface in org.opennms.newts.api.query
 
Results<T extends Element<?>> - Class in org.opennms.newts.api
 
Results() - Constructor for class org.opennms.newts.api.Results
 
Results.Row<T extends Element<?>> - Class in org.opennms.newts.api
 
rewrite() - Method in class org.opennms.newts.api.search.BooleanQuery
 
rewrite() - Method in class org.opennms.newts.api.search.Query
Rewrites queries into a BooleanQuery consisting of TermQuerys.
Row(Timestamp, Resource) - Constructor for class org.opennms.newts.api.Results.Row
 

S

Sample - Class in org.opennms.newts.api
 
Sample(Timestamp, Resource, String, MetricType, ValueType<?>) - Constructor for class org.opennms.newts.api.Sample
 
Sample(Timestamp, Resource, String, MetricType, ValueType<?>, Map<String, String>) - Constructor for class org.opennms.newts.api.Sample
 
Sample(Timestamp, Context, Resource, String, MetricType, ValueType<?>) - Constructor for class org.opennms.newts.api.Sample
 
Sample(Timestamp, Context, Resource, String, MetricType, ValueType<?>, Map<String, String>) - Constructor for class org.opennms.newts.api.Sample
 
SampleProcessor - Interface in org.opennms.newts.api
 
SampleProcessorService - Interface in org.opennms.newts.api
 
SampleRepository - Interface in org.opennms.newts.api
 
SampleSelectCallback - Interface in org.opennms.newts.api
Allows callers to hook into the sample selection and processing calls without exposing implementation details.
search(Context, Query) - Method in interface org.opennms.newts.api.search.Searcher
 
search(Context, Query, boolean) - Method in interface org.opennms.newts.api.search.Searcher
 
Searcher - Interface in org.opennms.newts.api.search
 
SearchResults - Class in org.opennms.newts.api.search
 
SearchResults() - Constructor for class org.opennms.newts.api.search.SearchResults
 
SearchResults.Result - Class in org.opennms.newts.api.search
 
seconds(long) - Static method in class org.opennms.newts.api.Duration
 
select(Context, Resource, Optional<Timestamp>, Optional<Timestamp>, ResultDescriptor, Optional<Duration>) - Method in interface org.opennms.newts.api.SampleRepository
Query measurements.
select(Context, Resource, Optional<Timestamp>, Optional<Timestamp>, ResultDescriptor, Optional<Duration>, SampleSelectCallback) - Method in interface org.opennms.newts.api.SampleRepository
Query measurements.
select(Context, Resource, Optional<Timestamp>, Optional<Timestamp>) - Method in interface org.opennms.newts.api.SampleRepository
Read stored samples.
shutdown() - Method in class org.opennms.newts.api.DefaultSampleProcessorService
Calls shutdown() on the underlying thread pool executor.
shutdown() - Method in interface org.opennms.newts.api.SampleProcessorService
Calls shutdown() on the underlying thread pool executor if any.
size() - Method in class org.opennms.newts.api.search.SearchResults
 
StandardAggregationFunctions - Enum in org.opennms.newts.api.query
 
step(long) - Method in class org.opennms.newts.api.query.ResultDescriptor
Set the step duration.
step(Duration) - Method in class org.opennms.newts.api.query.ResultDescriptor
 
stepCeiling(long, TimeUnit) - Method in class org.opennms.newts.api.Timestamp
 
stepCeiling(Duration) - Method in class org.opennms.newts.api.Timestamp
 
stepFloor(long, TimeUnit) - Method in class org.opennms.newts.api.Timestamp
 
stepFloor(Duration) - Method in class org.opennms.newts.api.Timestamp
 
submit(Collection<Sample>) - Method in class org.opennms.newts.api.DefaultSampleProcessorService
Submits a collection of samples to each of the underlying SampleProcessors.
submit(Collection<Sample>) - Method in interface org.opennms.newts.api.SampleProcessor
 
submit(Collection<Sample>) - Method in interface org.opennms.newts.api.SampleProcessorService
 

T

Term - Class in org.opennms.newts.api.search
 
Term(String, String) - Constructor for class org.opennms.newts.api.search.Term
If field is null, the implementation will use the default field.
Term(String) - Constructor for class org.opennms.newts.api.search.Term
Use the default field.
TermQuery - Class in org.opennms.newts.api.search
 
TermQuery(Term) - Constructor for class org.opennms.newts.api.search.TermQuery
 
times(Number) - Method in class org.opennms.newts.api.Counter
 
times(long) - Method in class org.opennms.newts.api.Duration
 
times(Number) - Method in class org.opennms.newts.api.Gauge
 
times(Number) - Method in class org.opennms.newts.api.ValueType
 
Timestamp - Class in org.opennms.newts.api
 
Timestamp(long, TimeUnit) - Constructor for class org.opennms.newts.api.Timestamp
 
toString() - Method in class org.opennms.newts.api.Context
 
toString() - Method in class org.opennms.newts.api.Duration
 
toString() - Method in class org.opennms.newts.api.Measurement
 
toString() - Method in class org.opennms.newts.api.query.Calculation
 
toString() - Method in class org.opennms.newts.api.query.Datasource
 
toString() - Method in class org.opennms.newts.api.query.ResultDescriptor
 
toString() - Method in class org.opennms.newts.api.Resource
 
toString() - Method in class org.opennms.newts.api.Results.Row
 
toString() - Method in class org.opennms.newts.api.Results
 
toString() - Method in class org.opennms.newts.api.Sample
 
toString() - Method in class org.opennms.newts.api.search.BooleanClause
 
toString() - Method in class org.opennms.newts.api.search.BooleanQuery
 
toString() - Method in class org.opennms.newts.api.search.Query
 
toString() - Method in class org.opennms.newts.api.search.Term
 
toString() - Method in class org.opennms.newts.api.search.TermQuery
 
toString() - Method in class org.opennms.newts.api.Timestamp
 
toString() - Method in class org.opennms.newts.api.ValueType
 
toUnsignedLong(Number) - Static method in class org.opennms.newts.api.Counter
 

U

update(Collection<Sample>) - Method in interface org.opennms.newts.api.search.Indexer
 

V

valueOf(String) - Static method in enum org.opennms.newts.api.MetricType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.opennms.newts.api.query.StandardAggregationFunctions
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.opennms.newts.api.search.Operator
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.opennms.newts.api.MetricType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.opennms.newts.api.query.StandardAggregationFunctions
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.opennms.newts.api.search.Operator
Returns an array containing the constants of this enum type, in the order they are declared.
ValueType<T extends Number> - Class in org.opennms.newts.api
 
ValueType() - Constructor for class org.opennms.newts.api.ValueType
 
A B C D E F G H I L M N O P Q R S T U V 
Skip navigation links

Copyright © 2019. All rights reserved.