Uses of Enum Class
org.apache.jena.mem.IndexingStrategy
Packages that use IndexingStrategy
-
Uses of IndexingStrategy in org.apache.jena.mem
Methods in org.apache.jena.mem that return IndexingStrategyModifier and TypeMethodDescriptionGraphMemRoaring.getIndexingStrategy()Returns the indexing strategy used by this graph.static IndexingStrategyReturns the enum constant of this class with the specified name.static IndexingStrategy[]IndexingStrategy.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.apache.jena.mem with parameters of type IndexingStrategyModifierConstructorDescriptionGraphMemRoaring(IndexingStrategy indexingStrategy) Constructs a new GraphMem2Roaring with the specified indexing strategy. -
Uses of IndexingStrategy in org.apache.jena.mem.store.roaring
Methods in org.apache.jena.mem.store.roaring that return IndexingStrategyModifier and TypeMethodDescriptionRoaringTripleStore.getIndexingStrategy()Get the indexing strategy of this store.Constructors in org.apache.jena.mem.store.roaring with parameters of type IndexingStrategyModifierConstructorDescriptionRoaringTripleStore(IndexingStrategy indexingStrategy) Create a new RoaringTripleStore with the given indexing strategy.