Uses of Enum
org.rcsb.strucmotif.config.InMemoryStrategy
Packages that use InMemoryStrategy
-
Uses of InMemoryStrategy in org.rcsb.strucmotif.config
Methods in org.rcsb.strucmotif.config that return InMemoryStrategyModifier and TypeMethodDescriptionMotifSearchConfig.getInMemoryStrategy()How is index and structure data acquired at runtime?static InMemoryStrategyReturns the enum constant of this type with the specified name.static InMemoryStrategy[]InMemoryStrategy.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.rcsb.strucmotif.config with parameters of type InMemoryStrategyModifier and TypeMethodDescriptionvoidMotifSearchConfig.setInMemoryStrategy(InMemoryStrategy inMemoryStrategy) Set how index and structure data is acquired at runtime.