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 interface
CollectionShardedEntityHintResolutionCallback<T extends CollectionShardedEntity>
interface
CompositeShardedEntityHintResolutionCallback<T extends CompositeShardedEntity>
interface
DatabaseShardedEntityHintResolutionCallback<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 void
HintResolutionCallbacks. discover(HintResolutionCallback<?> callback)
Method parameters in com.alpha.mongodb.sharding.core.callback with type arguments of type HintResolutionCallback Modifier and Type Method Description void
HintResolutionCallbacks. 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)
-