Uses of Class
io.activej.aggregation.PrimaryKey
Packages that use PrimaryKey
-
Uses of PrimaryKey in io.activej.aggregation
Fields in io.activej.aggregation declared as PrimaryKeyMethods in io.activej.aggregation that return PrimaryKeyModifier and TypeMethodDescriptionAggregationPredicates.RangeScan.getFrom()AggregationChunk.getMaxPrimaryKey()AggregationChunk.getMinPrimaryKey()AggregationPredicates.RangeScan.getTo()static PrimaryKeystatic PrimaryKeystatic PrimaryKeyPrimaryKey.prefix(int size) PrimaryKeyCodec.read(com.dslplatform.json.JsonReader reader) Methods in io.activej.aggregation with parameters of type PrimaryKeyModifier and TypeMethodDescriptionstatic booleanAggregationState.chunkMightContainQueryValues(PrimaryKey minQueryKey, PrimaryKey maxQueryKey, PrimaryKey minChunkKey, PrimaryKey maxChunkKey) intPrimaryKey.compareTo(@NotNull PrimaryKey o) static AggregationChunkAggregationChunk.create(Object chunkId, List<String> fields, PrimaryKey minPrimaryKey, PrimaryKey maxPrimaryKey, int count) AggregationPredicates.RangeScan.rangeScan(PrimaryKey from, PrimaryKey to) voidPrimaryKeyCodec.write(com.dslplatform.json.JsonWriter writer, PrimaryKey value) Method parameters in io.activej.aggregation with type arguments of type PrimaryKeyModifier and TypeMethodDescriptionstatic AggregationChunkCodecAggregationChunkCodec.create(ChunkIdCodec<?> chunkIdCodec, JsonCodec<PrimaryKey> primaryKeyCodec, Set<String> allowedMeasures) Constructors in io.activej.aggregation with parameters of type PrimaryKeyModifierConstructorDescriptionConsolidationDebugInfo(PrimaryKey key, Set<AggregationChunk> segmentSet, Set<AggregationChunk> segmentClosingSet, int overlaps)