Uses of Class
com.floragunn.searchguard.sgconf.history.ConfigSnapshot
-
Packages that use ConfigSnapshot Package Description com.floragunn.searchguard.authtoken com.floragunn.searchguard.sgconf.history -
-
Uses of ConfigSnapshot in com.floragunn.searchguard.authtoken
Methods in com.floragunn.searchguard.authtoken that return ConfigSnapshot Modifier and Type Method Description ConfigSnapshotAuthTokenPrivilegeBase. getConfigSnapshot()ConfigSnapshotAuthTokenPrivilegeBase. peekConfigSnapshot() -
Uses of ConfigSnapshot in com.floragunn.searchguard.sgconf.history
Methods in com.floragunn.searchguard.sgconf.history that return ConfigSnapshot Modifier and Type Method Description ConfigSnapshotConfigHistoryService. getCurrentConfigSnapshot()ConfigSnapshotConfigHistoryService. getCurrentConfigSnapshot(com.floragunn.searchguard.sgconf.impl.CType first, com.floragunn.searchguard.sgconf.impl.CType... rest)ConfigSnapshotConfigHistoryService. getCurrentConfigSnapshot(Set<com.floragunn.searchguard.sgconf.impl.CType> configurationTypes)ConfigSnapshotConfigHistoryService. peekConfigSnapshot(ConfigVersionSet configVersionSet)ConfigSnapshotConfigHistoryService. peekConfigSnapshotFromCache(ConfigVersionSet configVersionSet)Methods in com.floragunn.searchguard.sgconf.history with parameters of type ConfigSnapshot Modifier and Type Method Description com.floragunn.searchguard.sgconf.ConfigModelConfigHistoryService. getConfigModelForSnapshot(ConfigSnapshot configSnapshot)Method parameters in com.floragunn.searchguard.sgconf.history with type arguments of type ConfigSnapshot Modifier and Type Method Description voidConfigHistoryService. getConfigSnapshot(ConfigVersionSet configVersionSet, Consumer<ConfigSnapshot> onResult, Consumer<Exception> onFailure)voidConfigHistoryService. getConfigSnapshots(Set<ConfigVersionSet> configVersionSets, Consumer<Map<ConfigVersionSet,ConfigSnapshot>> onResult, Consumer<Exception> onFailure)voidConfigHistoryService. peekConfigSnapshot(ConfigVersionSet configVersionSet, Consumer<ConfigSnapshot> onResult, Consumer<Exception> onFailure)
-