Class InMemoryAscendingSortResolver
java.lang.Object
ai.stapi.graphoperations.graphLoader.search.AbstractSearchOptionResolver<S,InMemorySearchResolvingContext,InMemorySearchResolvingContext>
ai.stapi.graphoperations.graphLoader.inmemory.AbstractInMemorySearchOptionResolver<SortOption>
ai.stapi.graphoperations.graphLoader.inmemory.InMemorySortResolver
ai.stapi.graphoperations.graphLoader.inmemory.InMemoryAscendingSortResolver
- All Implemented Interfaces:
SearchOptionResolver<InMemorySearchResolvingContext>
-
Nested Class Summary
Nested classes/interfaces inherited from class ai.stapi.graphoperations.graphLoader.search.AbstractSearchOptionResolver
AbstractSearchOptionResolver.SchemaAndCollectionComparisonOperator -
Field Summary
FieldsFields inherited from class ai.stapi.graphoperations.graphLoader.search.AbstractSearchOptionResolver
structureSchemaFinder -
Constructor Summary
ConstructorsConstructorDescriptionInMemoryAscendingSortResolver(StructureSchemaFinder structureSchemaFinder, InMemoryGraphLoader inMemoryGraphLoader) -
Method Summary
Modifier and TypeMethodDescriptionprotected InMemorySearchResolvingContextresolveTyped(SortOption option, InMemorySearchResolvingContext context) booleansupports(SearchOption<?> option) Methods inherited from class ai.stapi.graphoperations.graphLoader.inmemory.InMemorySortResolver
getSortingValueMethods inherited from class ai.stapi.graphoperations.graphLoader.search.AbstractSearchOptionResolver
createRelationshipStructureSchema, resolve
-
Field Details
-
GREATEST_VALUE
- See Also:
-
-
Constructor Details
-
InMemoryAscendingSortResolver
public InMemoryAscendingSortResolver(StructureSchemaFinder structureSchemaFinder, InMemoryGraphLoader inMemoryGraphLoader)
-
-
Method Details
-
resolveTyped
protected InMemorySearchResolvingContext resolveTyped(SortOption option, InMemorySearchResolvingContext context) - Specified by:
resolveTypedin classAbstractSearchOptionResolver<SortOption,InMemorySearchResolvingContext, InMemorySearchResolvingContext>
-
supports
-