Package | Description |
---|---|
org.apache.pirk.query.wideskies | |
org.apache.pirk.schema.data | |
org.apache.pirk.schema.data.partitioner |
Modifier and Type | Method and Description |
---|---|
static java.util.List<java.math.BigInteger> |
QueryUtils.embeddedSelectorToPartitions(java.lang.String selector,
java.lang.String type,
DataPartitioner partitioner)
Method to convert the given selector into the extracted BigInteger partitions
|
static java.lang.String |
QueryUtils.getEmbeddedSelector(java.lang.String selector,
java.lang.String type,
DataPartitioner partitioner)
Method get the embedded selector from a given selector
|
Modifier and Type | Method and Description |
---|---|
DataPartitioner |
DataSchema.getPartitionerForElement(java.lang.String elementName)
Returns the partitioner instance for the given element name.
|
DataPartitioner |
DataSchema.getPartitionerInstance(java.lang.String partitionerTypeName)
Returns the partitioner corresponding to the given partitioner class name.
|
Modifier and Type | Class and Description |
---|---|
class |
IPDataPartitioner
Partitioner class for IP addresses
|
class |
ISO8601DatePartitioner
Partitioner class for ISO8061 dates
|
class |
PrimitiveTypePartitioner
Class for partitioning objects with primitive Java types
|