public class SpatioTemporalAggregateQuery
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SpatioTemporalAggregateQuery.TimeRange |
| Modifier and Type | Field and Description |
|---|---|
static int |
numOfTemporalPartitionsInLastQuery
Keeps track of number of temporal partitions matched by last query as stats
|
static int |
numOfTreesTouchesInLastRequest
Keeps track of total number of trees queries in last query as stats
|
| Constructor and Description |
|---|
SpatioTemporalAggregateQuery() |
| Modifier and Type | Method and Description |
|---|---|
static AggregateQuadTree.Node |
aggregateQuery(Path inFile,
OperationsParams params)
Performs a spatio-temporal aggregate query on an indexed directory
|
static void |
main(java.lang.String[] args) |
static void |
printUsage()
Prints the usage of this operation.
|
public static int numOfTreesTouchesInLastRequest
public static int numOfTemporalPartitionsInLastQuery
public static AggregateQuadTree.Node aggregateQuery(Path inFile, OperationsParams params) throws java.text.ParseException, java.io.IOException
inFile - params - java.text.ParseExceptionjava.io.IOExceptionpublic static void printUsage()
public static void main(java.lang.String[] args)
throws java.lang.Exception
args - java.lang.Exception