Uses of Interface
com.alpha.mongodb.sharding.core.callback.HintResolutionCallback
-
Packages that use HintResolutionCallback Package Description com.alpha.mongodb.sharding.core.callback -
-
Uses of HintResolutionCallback in com.alpha.mongodb.sharding.core.callback
Subinterfaces of HintResolutionCallback in com.alpha.mongodb.sharding.core.callback Modifier and Type Interface Description interfaceCollectionShardedEntityHintResolutionCallback<T extends CollectionShardedEntity>interfaceCompositeShardedEntityHintResolutionCallback<T extends CompositeShardedEntity>interfaceDatabaseShardedEntityHintResolutionCallback<T extends DatabaseShardedEntity>Methods in com.alpha.mongodb.sharding.core.callback that return types with arguments of type HintResolutionCallback Modifier and Type Method Description <T> Optional<HintResolutionCallback<T>>HintResolutionCallbacks. getCallback(Class<T> entityClass)Methods in com.alpha.mongodb.sharding.core.callback with parameters of type HintResolutionCallback Modifier and Type Method Description voidHintResolutionCallbacks. discover(HintResolutionCallback<?> callback)Method parameters in com.alpha.mongodb.sharding.core.callback with type arguments of type HintResolutionCallback Modifier and Type Method Description voidHintResolutionCallbacks. discover(Set<HintResolutionCallback<?>> callbacks)Constructor parameters in com.alpha.mongodb.sharding.core.callback with type arguments of type HintResolutionCallback Constructor Description HintResolutionCallbacks(Set<HintResolutionCallback<?>> callbacks)
-