Uses of Class
org.hibernate.search.engine.common.resources.spi.SavedState.Key
Packages that use SavedState.Key
-
Uses of SavedState.Key in org.hibernate.search.engine.common.resources.spi
Methods in org.hibernate.search.engine.common.resources.spi that return SavedState.KeyMethods in org.hibernate.search.engine.common.resources.spi with parameters of type SavedState.KeyModifier and TypeMethodDescriptionvoid
SavedState.SavedValue.close
(SavedState.Key<?> key) <T> Optional<T>
SavedState.get
(SavedState.Key<T> key) SavedState.Builder.put
(SavedState.Key<Map<String, SavedState>> key, Map<String, SavedState> value) SavedState.Builder.put
(SavedState.Key<SavedState> key, SavedState value) SavedState.Builder.put
(SavedState.Key<T> key, T value, ClosingOperator<T, ? extends Exception> closingOperator)