| Interface | Description |
|---|---|
| Aggregation<P extends Persistable,R,T> |
An Aggregation function that mathematically represents any commutative monoid (ie.
|
| AggregationQueryBuilder<P extends Persistable,R,T,A extends AggregationQueryBuilder<P,R,T,A>> |
This and its extensions should be used to create an AggregationQuery.
|
| AttributeIndex |
An index on a single field of a data type.
|
| BinConstraints |
This is used by the DataStore to represent constraints on any statistics with binning strategies
to only return a certain set of the statistic's bins.
|
| BinConstraints.ByteArrayConstraints |
Represents more explicit bins than BinConstraints as Objects must be resolved to ByteArrays
|
| BinningStrategy |
A binning strategy is used to bin data in an aggregation query or in a statistic.
|
| DataStore |
A DataStore can both ingest and query data based on persisted indices and data type adapters.
|
| DataTypeAdapter<T> |
This interface should be implemented by any custom data type that must be stored in the GeoWave
index.
|
| Index |
An index represents how to efficiently store and retrieve data.
|
| IndexFieldMapper.IndexFieldOptions |
Provides an open-ended interface so that custom index fields can provide any information to the
mapper that may be needed.
|
| IngestOptions.Builder<T> |
A Builder to create IngestOptions
|
| IngestOptions.IngestCallback<T> |
An interface to get callbacks of ingest
|
| QueryBuilder<T,R extends QueryBuilder<T,R>> |
A QueryBuilder can be used to easily construct a query which can be used to retrieve data from a
GeoWave datastore.
|
| QueryConstraintsFactory |
This is a simple mechanism to create existing supported query constraints.
|
| RowBuilder<T> |
Interface for building data type rows from a set of field values.
|
| StatisticBinningStrategy |
Base interface for statistic binning strategies.
|
| StatisticQuery<V extends StatisticValue<R>,R> |
Base interface for statistic queries.
|
| StatisticQueryBuilder<V extends StatisticValue<R>,R,B extends StatisticQueryBuilder<V,R,B>> |
Base interface for constructing statistic queries.
|
| VisibilityHandler |
This interface serves to provide visibility information for a given field of an adapter entry.
|
| Writer<T> |
| Class | Description |
|---|---|
| AggregationQuery<P extends Persistable,R,T> |
As the name suggests, an aggregation query is a special-purposed query for performing an
aggregation on your dataset.
|
| DataStoreFactory |
This is a very simple way to create a data store given an instance of that particular data
store's options
|
| DataTypeStatistic<V extends StatisticValue<?>> |
Base class for data type statistics.
|
| FieldStatistic<V extends StatisticValue<?>> |
Base class for field statistics.
|
| IndexFieldMapper<N,I> |
Abstract base class for mapping one or more adapter fields to a single index field.
|
| IndexStatistic<V extends StatisticValue<?>> |
Base class for index statistics.
|
| IngestOptions<T> |
When ingesting into a DataStore from a URL, this is a set of available options that can be
provided.
|
| Query<T> |
This represent all the constraints and options available in a geowave query.
|
| Statistic<V extends StatisticValue<?>> | |
| StatisticValue<R> |
Base class for values of a statistic.
|
| WriteResults |
Copyright © 2013–2022. All rights reserved.