A B C D E F G H I L M N O Q R S U V W 
All Classes All Packages

A

aggregate(ClientSession, List<? extends Bson>) - Method in class com.alpha.mongodb.sharding.core.database.CollectionShardedMongoDatabase
 
aggregate(ClientSession, List<? extends Bson>, Class<T>) - Method in class com.alpha.mongodb.sharding.core.database.CollectionShardedMongoDatabase
 
aggregate(ClientSession, List<? extends Bson>) - Method in class com.alpha.mongodb.sharding.core.database.CollectionShardedReactiveMongoDatabase
 
aggregate(ClientSession, List<? extends Bson>, Class<T>) - Method in class com.alpha.mongodb.sharding.core.database.CollectionShardedReactiveMongoDatabase
 
aggregate(List<? extends Bson>) - Method in class com.alpha.mongodb.sharding.core.database.CollectionShardedMongoDatabase
 
aggregate(List<? extends Bson>) - Method in class com.alpha.mongodb.sharding.core.database.CollectionShardedReactiveMongoDatabase
 
aggregate(List<? extends Bson>, Class<T>) - Method in class com.alpha.mongodb.sharding.core.database.CollectionShardedMongoDatabase
 
aggregate(List<? extends Bson>, Class<T>) - Method in class com.alpha.mongodb.sharding.core.database.CollectionShardedReactiveMongoDatabase
 
all() - Method in class com.alpha.mongodb.sharding.core.executable.DatabaseShardedExecutableFindSupport
 
all() - Method in class com.alpha.mongodb.sharding.core.executable.DatabaseShardedExecutableRemoveSupport
 
all() - Method in class com.alpha.mongodb.sharding.core.executable.DatabaseShardedExecutableUpdateSupport
 
all(Collection<? extends T>) - Method in class com.alpha.mongodb.sharding.core.executable.DatabaseShardedExecutableInsertSupport
 
apply(UpdateDefinition) - Method in class com.alpha.mongodb.sharding.core.executable.DatabaseShardedExecutableUpdateSupport
 
as(Class<R>) - Method in class com.alpha.mongodb.sharding.core.executable.DatabaseShardedExecutableUpdateSupport
 
as(Class<T1>) - Method in class com.alpha.mongodb.sharding.core.executable.DatabaseShardedExecutableFindSupport
 

B

bulk(Collection<? extends T>) - Method in class com.alpha.mongodb.sharding.core.executable.DatabaseShardedExecutableInsertSupport
 

C

callbackForDeleteContext(Class<T>, Document) - Method in class com.alpha.mongodb.sharding.core.callback.HintResolutionCallbacks
 
callbackForDeleteContext(Class<T>, Query) - Method in class com.alpha.mongodb.sharding.core.callback.HintResolutionCallbacks
 
callbackForDeleteContext(T) - Method in class com.alpha.mongodb.sharding.core.callback.HintResolutionCallbacks
 
callbackForFindContext(Class<T>, Document) - Method in class com.alpha.mongodb.sharding.core.callback.HintResolutionCallbacks
 
callbackForFindContext(Class<T>, Query) - Method in class com.alpha.mongodb.sharding.core.callback.HintResolutionCallbacks
 
callbackForSaveContext(Class<T>, T) - Method in class com.alpha.mongodb.sharding.core.callback.HintResolutionCallbacks
 
callbackForUpdateContext(Class<T>, Document, UpdateDefinition) - Method in class com.alpha.mongodb.sharding.core.callback.HintResolutionCallbacks
 
callbackForUpdateContext(Class<T>, Query, UpdateDefinition) - Method in class com.alpha.mongodb.sharding.core.callback.HintResolutionCallbacks
 
clear() - Static method in class com.alpha.mongodb.sharding.core.hint.ShardingHintManager
Clear the current value if exists and return the value before clearing
close() - Method in class com.alpha.mongodb.sharding.core.client.CollectionShardedMongoClient
 
close() - Method in class com.alpha.mongodb.sharding.core.client.CollectionShardedReactiveMongoClient
 
close() - Method in class com.alpha.mongodb.sharding.core.client.DatabaseShardedMongoClient
 
close() - Method in class com.alpha.mongodb.sharding.core.client.DatabaseShardedReactiveMongoClient
 
collectionExists(String) - Method in class com.alpha.mongodb.sharding.core.template.CollectionShardedMongoTemplate
 
collectionExists(String) - Method in class com.alpha.mongodb.sharding.core.template.CollectionShardedReactiveMongoTemplate
 
collectionExists(String, String) - Method in class com.alpha.mongodb.sharding.core.template.CollectionShardedMongoTemplate
 
collectionExists(String, String) - Method in class com.alpha.mongodb.sharding.core.template.CollectionShardedReactiveMongoTemplate
 
CollectionShardedEntity - Interface in com.alpha.mongodb.sharding.core.entity
 
CollectionShardedEntityHintResolutionCallback<T extends CollectionShardedEntity> - Interface in com.alpha.mongodb.sharding.core.callback
 
CollectionShardedMongoClient - Class in com.alpha.mongodb.sharding.core.client
Collection Sharded Mongo Client that is used to access databases that are sharded by the collection.
CollectionShardedMongoClient(MongoClient, CollectionShardingOptions) - Constructor for class com.alpha.mongodb.sharding.core.client.CollectionShardedMongoClient
 
CollectionShardedMongoDatabase - Class in com.alpha.mongodb.sharding.core.database
CollectionShardedMongoDatabase to query for collections that are sharded within a single database.
CollectionShardedMongoDatabase(MongoDatabase, CollectionShardingOptions) - Constructor for class com.alpha.mongodb.sharding.core.database.CollectionShardedMongoDatabase
 
CollectionShardedMongoTemplate - Class in com.alpha.mongodb.sharding.core.template
Collection Sharded Mongo Template.
CollectionShardedMongoTemplate(MongoClient, String, CollectionShardingOptions) - Constructor for class com.alpha.mongodb.sharding.core.template.CollectionShardedMongoTemplate
 
CollectionShardedMongoTemplate(MongoDatabaseFactory, CollectionShardingOptions) - Constructor for class com.alpha.mongodb.sharding.core.template.CollectionShardedMongoTemplate
 
CollectionShardedMongoTemplate(MongoDatabaseFactory, MongoConverter, CollectionShardingOptions) - Constructor for class com.alpha.mongodb.sharding.core.template.CollectionShardedMongoTemplate
 
CollectionShardedReactiveMongoClient - Class in com.alpha.mongodb.sharding.core.client
Collection Sharded Reactive Mongo Client
CollectionShardedReactiveMongoClient(MongoClient, CollectionShardingOptions) - Constructor for class com.alpha.mongodb.sharding.core.client.CollectionShardedReactiveMongoClient
 
CollectionShardedReactiveMongoDatabase - Class in com.alpha.mongodb.sharding.core.database
CollectionShardedReactiveMongoDatabase to query for collections that are sharded within a single database.
CollectionShardedReactiveMongoDatabase(MongoDatabase, CollectionShardingOptions) - Constructor for class com.alpha.mongodb.sharding.core.database.CollectionShardedReactiveMongoDatabase
 
CollectionShardedReactiveMongoTemplate - Class in com.alpha.mongodb.sharding.core.template
Collection Sharded Reactive Mongo Template for users who use reactive mongo template.
CollectionShardedReactiveMongoTemplate(MongoClient, String, CollectionShardingOptions) - Constructor for class com.alpha.mongodb.sharding.core.template.CollectionShardedReactiveMongoTemplate
 
CollectionShardedReactiveMongoTemplate(ReactiveMongoDatabaseFactory, CollectionShardingOptions) - Constructor for class com.alpha.mongodb.sharding.core.template.CollectionShardedReactiveMongoTemplate
 
CollectionShardedReactiveMongoTemplate(ReactiveMongoDatabaseFactory, MongoConverter, CollectionShardingOptions) - Constructor for class com.alpha.mongodb.sharding.core.template.CollectionShardedReactiveMongoTemplate
 
CollectionShardedReactiveMongoTemplate(ReactiveMongoDatabaseFactory, MongoConverter, Consumer<Throwable>, CollectionShardingOptions) - Constructor for class com.alpha.mongodb.sharding.core.template.CollectionShardedReactiveMongoTemplate
 
CollectionShardingAssistant - Interface in com.alpha.mongodb.sharding.core.assitant
 
CollectionShardingOptions - Class in com.alpha.mongodb.sharding.core.configuration
Collection sharding options
CollectionShardingOptions(List<String>) - Constructor for class com.alpha.mongodb.sharding.core.configuration.CollectionShardingOptions
 
com.alpha.mongodb.sharding.core.assitant - package com.alpha.mongodb.sharding.core.assitant
 
com.alpha.mongodb.sharding.core.callback - package com.alpha.mongodb.sharding.core.callback
 
com.alpha.mongodb.sharding.core.client - package com.alpha.mongodb.sharding.core.client
 
com.alpha.mongodb.sharding.core.configuration - package com.alpha.mongodb.sharding.core.configuration
 
com.alpha.mongodb.sharding.core.database - package com.alpha.mongodb.sharding.core.database
 
com.alpha.mongodb.sharding.core.entity - package com.alpha.mongodb.sharding.core.entity
 
com.alpha.mongodb.sharding.core.exception - package com.alpha.mongodb.sharding.core.exception
 
com.alpha.mongodb.sharding.core.executable - package com.alpha.mongodb.sharding.core.executable
 
com.alpha.mongodb.sharding.core.hint - package com.alpha.mongodb.sharding.core.hint
 
com.alpha.mongodb.sharding.core.template - package com.alpha.mongodb.sharding.core.template
 
CompositeShardedEntity - Interface in com.alpha.mongodb.sharding.core.entity
 
CompositeShardedEntityHintResolutionCallback<T extends CompositeShardedEntity> - Interface in com.alpha.mongodb.sharding.core.callback
 
CompositeShardedMongoClient - Class in com.alpha.mongodb.sharding.core.client
Composite Sharded Mongo Client
CompositeShardedMongoClient(MongoClient, CompositeShardingOptions) - Constructor for class com.alpha.mongodb.sharding.core.client.CompositeShardedMongoClient
 
CompositeShardedMongoClient(Map<String, MongoClient>, CompositeShardingOptions) - Constructor for class com.alpha.mongodb.sharding.core.client.CompositeShardedMongoClient
 
CompositeShardedMongoTemplate - Class in com.alpha.mongodb.sharding.core.template
Composite Sharded Mongo Template to be used with collections that are sharded both by Database and Collection
CompositeShardedMongoTemplate(MongoClient, String, CompositeShardingOptions) - Constructor for class com.alpha.mongodb.sharding.core.template.CompositeShardedMongoTemplate
 
CompositeShardedMongoTemplate(Map<String, MongoDatabaseFactory>, CompositeShardingOptions) - Constructor for class com.alpha.mongodb.sharding.core.template.CompositeShardedMongoTemplate
 
CompositeShardedMongoTemplate(Map<String, MongoDatabaseFactory>, MongoConverter, CompositeShardingOptions) - Constructor for class com.alpha.mongodb.sharding.core.template.CompositeShardedMongoTemplate
 
CompositeShardedReactiveMongoClient - Class in com.alpha.mongodb.sharding.core.client
Composite Sharded Reactive Mongo Client
CompositeShardedReactiveMongoClient(MongoClient, CompositeShardingOptions) - Constructor for class com.alpha.mongodb.sharding.core.client.CompositeShardedReactiveMongoClient
 
CompositeShardedReactiveMongoClient(Map<String, MongoClient>, CompositeShardingOptions) - Constructor for class com.alpha.mongodb.sharding.core.client.CompositeShardedReactiveMongoClient
 
CompositeShardedReactiveMongoTemplate - Class in com.alpha.mongodb.sharding.core.template
Composite Sharded Reactive Mongo Template to be used with collections that are sharded both by Database and Collection
CompositeShardedReactiveMongoTemplate(MongoClient, String, CompositeShardingOptions) - Constructor for class com.alpha.mongodb.sharding.core.template.CompositeShardedReactiveMongoTemplate
 
CompositeShardedReactiveMongoTemplate(Map<String, ReactiveMongoDatabaseFactory>, CompositeShardingOptions) - Constructor for class com.alpha.mongodb.sharding.core.template.CompositeShardedReactiveMongoTemplate
 
CompositeShardedReactiveMongoTemplate(Map<String, ReactiveMongoDatabaseFactory>, MongoConverter, CompositeShardingOptions) - Constructor for class com.alpha.mongodb.sharding.core.template.CompositeShardedReactiveMongoTemplate
 
CompositeShardingOptions - Class in com.alpha.mongodb.sharding.core.configuration
Composite sharding options
CompositeShardingOptions(List<String>, List<String>) - Constructor for class com.alpha.mongodb.sharding.core.configuration.CompositeShardingOptions
 
count() - Method in class com.alpha.mongodb.sharding.core.executable.DatabaseShardedExecutableFindSupport
 
createCollection(ClientSession, String) - Method in class com.alpha.mongodb.sharding.core.database.CollectionShardedMongoDatabase
 
createCollection(ClientSession, String, CreateCollectionOptions) - Method in class com.alpha.mongodb.sharding.core.database.CollectionShardedMongoDatabase
 
createCollection(ClientSession, String) - Method in class com.alpha.mongodb.sharding.core.database.CollectionShardedReactiveMongoDatabase
 
createCollection(ClientSession, String, CreateCollectionOptions) - Method in class com.alpha.mongodb.sharding.core.database.CollectionShardedReactiveMongoDatabase
 
createCollection(String) - Method in class com.alpha.mongodb.sharding.core.database.CollectionShardedMongoDatabase
 
createCollection(String) - Method in class com.alpha.mongodb.sharding.core.database.CollectionShardedReactiveMongoDatabase
 
createCollection(String, CreateCollectionOptions) - Method in class com.alpha.mongodb.sharding.core.database.CollectionShardedMongoDatabase
 
createCollection(String, CreateCollectionOptions) - Method in class com.alpha.mongodb.sharding.core.database.CollectionShardedReactiveMongoDatabase
 
createView(ClientSession, String, String, List<? extends Bson>) - Method in class com.alpha.mongodb.sharding.core.database.CollectionShardedMongoDatabase
 
createView(ClientSession, String, String, List<? extends Bson>, CreateViewOptions) - Method in class com.alpha.mongodb.sharding.core.database.CollectionShardedMongoDatabase
 
createView(ClientSession, String, String, List<? extends Bson>) - Method in class com.alpha.mongodb.sharding.core.database.CollectionShardedReactiveMongoDatabase
 
createView(ClientSession, String, String, List<? extends Bson>, CreateViewOptions) - Method in class com.alpha.mongodb.sharding.core.database.CollectionShardedReactiveMongoDatabase
 
createView(String, String, List<? extends Bson>) - Method in class com.alpha.mongodb.sharding.core.database.CollectionShardedMongoDatabase
 
createView(String, String, List<? extends Bson>) - Method in class com.alpha.mongodb.sharding.core.database.CollectionShardedReactiveMongoDatabase
 
createView(String, String, List<? extends Bson>, CreateViewOptions) - Method in class com.alpha.mongodb.sharding.core.database.CollectionShardedMongoDatabase
 
createView(String, String, List<? extends Bson>, CreateViewOptions) - Method in class com.alpha.mongodb.sharding.core.database.CollectionShardedReactiveMongoDatabase
 

D

DatabaseShardedEntity - Interface in com.alpha.mongodb.sharding.core.entity
 
DatabaseShardedEntityHintResolutionCallback<T extends DatabaseShardedEntity> - Interface in com.alpha.mongodb.sharding.core.callback
 
DatabaseShardedExecutableFindSupport<T> - Class in com.alpha.mongodb.sharding.core.executable
Implementation of ExecutableFindOperation modified for Database Sharding
DatabaseShardedExecutableFindSupport() - Constructor for class com.alpha.mongodb.sharding.core.executable.DatabaseShardedExecutableFindSupport
 
DatabaseShardedExecutableInsertSupport<T> - Class in com.alpha.mongodb.sharding.core.executable
 
DatabaseShardedExecutableInsertSupport() - Constructor for class com.alpha.mongodb.sharding.core.executable.DatabaseShardedExecutableInsertSupport
 
DatabaseShardedExecutableRemoveSupport<T> - Class in com.alpha.mongodb.sharding.core.executable
 
DatabaseShardedExecutableRemoveSupport() - Constructor for class com.alpha.mongodb.sharding.core.executable.DatabaseShardedExecutableRemoveSupport
 
DatabaseShardedExecutableUpdateSupport<T> - Class in com.alpha.mongodb.sharding.core.executable
 
DatabaseShardedExecutableUpdateSupport() - Constructor for class com.alpha.mongodb.sharding.core.executable.DatabaseShardedExecutableUpdateSupport
 
DatabaseShardedMongoClient - Class in com.alpha.mongodb.sharding.core.client
Database Sharded Mongo Client to get the databases which are sharded by database.
DatabaseShardedMongoClient(MongoClient, DatabaseShardingOptions) - Constructor for class com.alpha.mongodb.sharding.core.client.DatabaseShardedMongoClient
 
DatabaseShardedMongoClient(Map<String, MongoClient>, DatabaseShardingOptions) - Constructor for class com.alpha.mongodb.sharding.core.client.DatabaseShardedMongoClient
 
DatabaseShardedMongoTemplate - Class in com.alpha.mongodb.sharding.core.template
Database Sharded Reactive Mongo Template.
DatabaseShardedMongoTemplate(MongoClient, String, DatabaseShardingOptions) - Constructor for class com.alpha.mongodb.sharding.core.template.DatabaseShardedMongoTemplate
 
DatabaseShardedMongoTemplate(Map<String, MongoClient>, String, DatabaseShardingOptions) - Constructor for class com.alpha.mongodb.sharding.core.template.DatabaseShardedMongoTemplate
 
DatabaseShardedMongoTemplate(Map<String, MongoDatabaseFactory>, DatabaseShardingOptions) - Constructor for class com.alpha.mongodb.sharding.core.template.DatabaseShardedMongoTemplate
 
DatabaseShardedMongoTemplate(Map<String, MongoDatabaseFactory>, MongoConverter, DatabaseShardingOptions) - Constructor for class com.alpha.mongodb.sharding.core.template.DatabaseShardedMongoTemplate
 
DatabaseShardedReactiveMongoClient - Class in com.alpha.mongodb.sharding.core.client
Database Sharded Reactive Mongo Client to get the databases which are sharded by database.
DatabaseShardedReactiveMongoClient(MongoClient, DatabaseShardingOptions) - Constructor for class com.alpha.mongodb.sharding.core.client.DatabaseShardedReactiveMongoClient
 
DatabaseShardedReactiveMongoClient(Map<String, MongoClient>, DatabaseShardingOptions) - Constructor for class com.alpha.mongodb.sharding.core.client.DatabaseShardedReactiveMongoClient
 
DatabaseShardedReactiveMongoTemplate - Class in com.alpha.mongodb.sharding.core.template
 
DatabaseShardedReactiveMongoTemplate(MongoClient, String, DatabaseShardingOptions) - Constructor for class com.alpha.mongodb.sharding.core.template.DatabaseShardedReactiveMongoTemplate
 
DatabaseShardedReactiveMongoTemplate(Map<String, MongoClient>, String, DatabaseShardingOptions) - Constructor for class com.alpha.mongodb.sharding.core.template.DatabaseShardedReactiveMongoTemplate
 
DatabaseShardedReactiveMongoTemplate(Map<String, ReactiveMongoDatabaseFactory>, DatabaseShardingOptions) - Constructor for class com.alpha.mongodb.sharding.core.template.DatabaseShardedReactiveMongoTemplate
 
DatabaseShardedReactiveMongoTemplate(Map<String, ReactiveMongoDatabaseFactory>, MongoConverter, DatabaseShardingOptions) - Constructor for class com.alpha.mongodb.sharding.core.template.DatabaseShardedReactiveMongoTemplate
 
DatabaseShardedReactiveMongoTemplate(Map<String, ReactiveMongoDatabaseFactory>, MongoConverter, Consumer<Throwable>, DatabaseShardingOptions) - Constructor for class com.alpha.mongodb.sharding.core.template.DatabaseShardedReactiveMongoTemplate
 
DatabaseShardingAssistant<M> - Interface in com.alpha.mongodb.sharding.core.assitant
 
DatabaseShardingOptions - Class in com.alpha.mongodb.sharding.core.configuration
Database Sharding options.
DatabaseShardingOptions(List<String>) - Constructor for class com.alpha.mongodb.sharding.core.configuration.DatabaseShardingOptions
Construct the Database Sharding options using the list of default database hints.
DelegatedCollectionShardingOptions - Class in com.alpha.mongodb.sharding.core.configuration
Delegated Collection Sharding options that is used with CompositeShardingOptions.
DelegatedCollectionShardingOptions(CompositeShardingOptions) - Constructor for class com.alpha.mongodb.sharding.core.configuration.DelegatedCollectionShardingOptions
 
discover(HintResolutionCallback<?>) - Method in class com.alpha.mongodb.sharding.core.callback.HintResolutionCallbacks
 
discover(Set<HintResolutionCallback<?>>) - Method in class com.alpha.mongodb.sharding.core.callback.HintResolutionCallbacks
 
discover(BeanFactory) - Method in class com.alpha.mongodb.sharding.core.callback.HintResolutionCallbacks
 
distinct(String) - Method in class com.alpha.mongodb.sharding.core.executable.DatabaseShardedExecutableFindSupport
 
doCount(String, Document, CountOptions) - Method in class com.alpha.mongodb.sharding.core.template.CollectionShardedMongoTemplate
 
doCount(String, Document, CountOptions) - Method in class com.alpha.mongodb.sharding.core.template.CollectionShardedReactiveMongoTemplate
 
doCreateCollection(String, CreateCollectionOptions) - Method in class com.alpha.mongodb.sharding.core.template.CollectionShardedMongoTemplate
 
doCreateCollection(String, CreateCollectionOptions) - Method in class com.alpha.mongodb.sharding.core.template.CollectionShardedReactiveMongoTemplate
 
doEstimatedCount(String, EstimatedDocumentCountOptions) - Method in class com.alpha.mongodb.sharding.core.template.CollectionShardedMongoTemplate
 
doEstimatedCount(String, EstimatedDocumentCountOptions) - Method in class com.alpha.mongodb.sharding.core.template.CollectionShardedReactiveMongoTemplate
 
doFind(String, Document, Document, Class<T>, CursorPreparer) - Method in class com.alpha.mongodb.sharding.core.template.CollectionShardedMongoTemplate
 
doFind(String, Document, Document, Class<T>, FindPublisherPreparer) - Method in class com.alpha.mongodb.sharding.core.template.CollectionShardedReactiveMongoTemplate
 
doFindAndDelete(String, Query, Class<T>) - Method in class com.alpha.mongodb.sharding.core.template.CollectionShardedMongoTemplate
 
doFindAndDelete(String, Query, Class<T>) - Method in class com.alpha.mongodb.sharding.core.template.CollectionShardedReactiveMongoTemplate
 
doFindAndRemove(String, Document, Document, Document, Collation, Class<T>) - Method in class com.alpha.mongodb.sharding.core.template.CollectionShardedMongoTemplate
 
doFindAndRemove(String, Document, Document, Document, Collation, Class<T>) - Method in class com.alpha.mongodb.sharding.core.template.CollectionShardedReactiveMongoTemplate
 
doFindOne(String, Document, Document, Class<T>, FindPublisherPreparer) - Method in class com.alpha.mongodb.sharding.core.template.CollectionShardedReactiveMongoTemplate
 
doFindOne(String, Document, Document, CursorPreparer, Class<T>) - Method in class com.alpha.mongodb.sharding.core.template.CollectionShardedMongoTemplate
 
doInsert(String, T, MongoWriter<Object>) - Method in class com.alpha.mongodb.sharding.core.template.CollectionShardedReactiveMongoTemplate
 
doInsert(String, T, MongoWriter<T>) - Method in class com.alpha.mongodb.sharding.core.template.CollectionShardedMongoTemplate
 
doInsertBatch(String, Collection<? extends T>, MongoWriter<Object>) - Method in class com.alpha.mongodb.sharding.core.template.CollectionShardedReactiveMongoTemplate
 
doInsertBatch(String, Collection<? extends T>, MongoWriter<T>) - Method in class com.alpha.mongodb.sharding.core.template.CollectionShardedMongoTemplate
 
doRemove(String, Query, Class<T>) - Method in class com.alpha.mongodb.sharding.core.template.CollectionShardedReactiveMongoTemplate
 
doRemove(String, Query, Class<T>, boolean) - Method in class com.alpha.mongodb.sharding.core.template.CollectionShardedMongoTemplate
 
doSave(String, T, MongoWriter<Object>) - Method in class com.alpha.mongodb.sharding.core.template.CollectionShardedReactiveMongoTemplate
 
doSave(String, T, MongoWriter<T>) - Method in class com.alpha.mongodb.sharding.core.template.CollectionShardedMongoTemplate
 
doUpdate(String, Query, UpdateDefinition, Class<?>, boolean, boolean) - Method in class com.alpha.mongodb.sharding.core.template.CollectionShardedMongoTemplate
 
doUpdate(String, Query, UpdateDefinition, Class<?>, boolean, boolean) - Method in class com.alpha.mongodb.sharding.core.template.CollectionShardedReactiveMongoTemplate
 
drop() - Method in class com.alpha.mongodb.sharding.core.database.CollectionShardedMongoDatabase
 
drop() - Method in class com.alpha.mongodb.sharding.core.database.CollectionShardedReactiveMongoDatabase
 
drop(ClientSession) - Method in class com.alpha.mongodb.sharding.core.database.CollectionShardedMongoDatabase
 
drop(ClientSession) - Method in class com.alpha.mongodb.sharding.core.database.CollectionShardedReactiveMongoDatabase
 

E

exists() - Method in class com.alpha.mongodb.sharding.core.executable.DatabaseShardedExecutableFindSupport
 
ExtendedMongoTemplate - Class in com.alpha.mongodb.sharding.core.template
 
ExtendedMongoTemplate(MongoClient, String) - Constructor for class com.alpha.mongodb.sharding.core.template.ExtendedMongoTemplate
 
ExtendedMongoTemplate(MongoDatabaseFactory) - Constructor for class com.alpha.mongodb.sharding.core.template.ExtendedMongoTemplate
 
ExtendedMongoTemplate(MongoDatabaseFactory, MongoConverter) - Constructor for class com.alpha.mongodb.sharding.core.template.ExtendedMongoTemplate
 

F

find(Query, Class<T>) - Method in class com.alpha.mongodb.sharding.core.template.DatabaseShardedMongoTemplate
 
find(Query, Class<T>) - Method in class com.alpha.mongodb.sharding.core.template.DatabaseShardedReactiveMongoTemplate
 
find(Query, Class<T>, String) - Method in class com.alpha.mongodb.sharding.core.template.DatabaseShardedMongoTemplate
 
find(Query, Class<T>, String) - Method in class com.alpha.mongodb.sharding.core.template.DatabaseShardedReactiveMongoTemplate
 
findAll(Class<T>) - Method in class com.alpha.mongodb.sharding.core.template.DatabaseShardedMongoTemplate
 
findAll(Class<T>) - Method in class com.alpha.mongodb.sharding.core.template.DatabaseShardedReactiveMongoTemplate
 
findAll(Class<T>, String) - Method in class com.alpha.mongodb.sharding.core.template.DatabaseShardedMongoTemplate
 
findAll(Class<T>, String) - Method in class com.alpha.mongodb.sharding.core.template.DatabaseShardedReactiveMongoTemplate
 
findAllAndRemove(Query, Class<T>) - Method in class com.alpha.mongodb.sharding.core.template.DatabaseShardedMongoTemplate
 
findAllAndRemove(Query, Class<T>) - Method in class com.alpha.mongodb.sharding.core.template.DatabaseShardedReactiveMongoTemplate
 
findAllAndRemove(Query, Class<T>, String) - Method in class com.alpha.mongodb.sharding.core.template.DatabaseShardedMongoTemplate
 
findAllAndRemove(Query, Class<T>, String) - Method in class com.alpha.mongodb.sharding.core.template.DatabaseShardedReactiveMongoTemplate
 
findAllAndRemove(Query, String) - Method in class com.alpha.mongodb.sharding.core.template.DatabaseShardedMongoTemplate
 
findAllAndRemove(Query, String) - Method in class com.alpha.mongodb.sharding.core.template.DatabaseShardedReactiveMongoTemplate
 
findAndModify(Query, UpdateDefinition, Class<T>) - Method in class com.alpha.mongodb.sharding.core.template.DatabaseShardedMongoTemplate
 
findAndModify(Query, UpdateDefinition, Class<T>) - Method in class com.alpha.mongodb.sharding.core.template.DatabaseShardedReactiveMongoTemplate
 
findAndModify(Query, UpdateDefinition, Class<T>, String) - Method in class com.alpha.mongodb.sharding.core.template.DatabaseShardedMongoTemplate
 
findAndModify(Query, UpdateDefinition, Class<T>, String) - Method in class com.alpha.mongodb.sharding.core.template.DatabaseShardedReactiveMongoTemplate
 
findAndModify(Query, UpdateDefinition, FindAndModifyOptions, Class<T>) - Method in class com.alpha.mongodb.sharding.core.template.DatabaseShardedMongoTemplate
 
findAndModify(Query, UpdateDefinition, FindAndModifyOptions, Class<T>) - Method in class com.alpha.mongodb.sharding.core.template.DatabaseShardedReactiveMongoTemplate
 
findAndModify(Query, UpdateDefinition, FindAndModifyOptions, Class<T>, String) - Method in class com.alpha.mongodb.sharding.core.template.DatabaseShardedMongoTemplate
 
findAndModify(Query, UpdateDefinition, FindAndModifyOptions, Class<T>, String) - Method in class com.alpha.mongodb.sharding.core.template.DatabaseShardedReactiveMongoTemplate
 
findAndModifyValue() - Method in class com.alpha.mongodb.sharding.core.executable.DatabaseShardedExecutableUpdateSupport
 
findAndRemove() - Method in class com.alpha.mongodb.sharding.core.executable.DatabaseShardedExecutableRemoveSupport
 
findAndRemove(Query, Class<T>) - Method in class com.alpha.mongodb.sharding.core.template.DatabaseShardedMongoTemplate
 
findAndRemove(Query, Class<T>) - Method in class com.alpha.mongodb.sharding.core.template.DatabaseShardedReactiveMongoTemplate
 
findAndRemove(Query, Class<T>, String) - Method in class com.alpha.mongodb.sharding.core.template.DatabaseShardedMongoTemplate
 
findAndRemove(Query, Class<T>, String) - Method in class com.alpha.mongodb.sharding.core.template.DatabaseShardedReactiveMongoTemplate
 
findAndReplace(Query, S, FindAndReplaceOptions, Class<S>, Class<T>) - Method in class com.alpha.mongodb.sharding.core.template.DatabaseShardedMongoTemplate
 
findAndReplace(Query, S, FindAndReplaceOptions, Class<S>, Class<T>) - Method in class com.alpha.mongodb.sharding.core.template.DatabaseShardedReactiveMongoTemplate
 
findAndReplace(Query, S, FindAndReplaceOptions, Class<S>, String, Class<T>) - Method in class com.alpha.mongodb.sharding.core.template.DatabaseShardedMongoTemplate
 
findAndReplace(Query, S, FindAndReplaceOptions, Class<S>, String, Class<T>) - Method in class com.alpha.mongodb.sharding.core.template.DatabaseShardedReactiveMongoTemplate
 
findAndReplace(Query, T) - Method in class com.alpha.mongodb.sharding.core.template.DatabaseShardedMongoTemplate
 
findAndReplace(Query, T) - Method in class com.alpha.mongodb.sharding.core.template.DatabaseShardedReactiveMongoTemplate
 
findAndReplace(Query, T, String) - Method in class com.alpha.mongodb.sharding.core.template.DatabaseShardedMongoTemplate
 
findAndReplace(Query, T, String) - Method in class com.alpha.mongodb.sharding.core.template.DatabaseShardedReactiveMongoTemplate
 
findAndReplace(Query, T, FindAndReplaceOptions) - Method in class com.alpha.mongodb.sharding.core.template.DatabaseShardedMongoTemplate
 
findAndReplace(Query, T, FindAndReplaceOptions) - Method in class com.alpha.mongodb.sharding.core.template.DatabaseShardedReactiveMongoTemplate
 
findAndReplace(Query, T, FindAndReplaceOptions, Class<T>, String) - Method in class com.alpha.mongodb.sharding.core.template.DatabaseShardedMongoTemplate
 
findAndReplace(Query, T, FindAndReplaceOptions, Class<T>, String) - Method in class com.alpha.mongodb.sharding.core.template.DatabaseShardedReactiveMongoTemplate
 
findAndReplace(Query, T, FindAndReplaceOptions, String) - Method in class com.alpha.mongodb.sharding.core.template.DatabaseShardedMongoTemplate
 
findAndReplace(Query, T, FindAndReplaceOptions, String) - Method in class com.alpha.mongodb.sharding.core.template.DatabaseShardedReactiveMongoTemplate
 
findAndReplaceValue() - Method in class com.alpha.mongodb.sharding.core.executable.DatabaseShardedExecutableUpdateSupport
 
findById(Object, Class<T>) - Method in class com.alpha.mongodb.sharding.core.template.DatabaseShardedMongoTemplate
 
findById(Object, Class<T>) - Method in class com.alpha.mongodb.sharding.core.template.DatabaseShardedReactiveMongoTemplate
 
findById(Object, Class<T>, String) - Method in class com.alpha.mongodb.sharding.core.template.DatabaseShardedMongoTemplate
 
findById(Object, Class<T>, String) - Method in class com.alpha.mongodb.sharding.core.template.DatabaseShardedReactiveMongoTemplate
 
findDistinct(String, Class<?>, Class<T>) - Method in class com.alpha.mongodb.sharding.core.template.DatabaseShardedMongoTemplate
 
findDistinct(String, Class<?>, Class<T>) - Method in class com.alpha.mongodb.sharding.core.template.DatabaseShardedReactiveMongoTemplate
 
findDistinct(Query, String, Class<?>, Class<T>) - Method in class com.alpha.mongodb.sharding.core.template.DatabaseShardedMongoTemplate
 
findDistinct(Query, String, Class<?>, Class<T>) - Method in class com.alpha.mongodb.sharding.core.template.DatabaseShardedReactiveMongoTemplate
 
findDistinct(Query, String, String, Class<?>, Class<T>) - Method in class com.alpha.mongodb.sharding.core.template.DatabaseShardedMongoTemplate
 
findDistinct(Query, String, String, Class<?>, Class<T>) - Method in class com.alpha.mongodb.sharding.core.template.DatabaseShardedReactiveMongoTemplate
 
findDistinct(Query, String, String, Class<T>) - Method in class com.alpha.mongodb.sharding.core.template.DatabaseShardedMongoTemplate
 
findDistinct(Query, String, String, Class<T>) - Method in class com.alpha.mongodb.sharding.core.template.DatabaseShardedReactiveMongoTemplate
 
findOne(Query, Class<T>) - Method in class com.alpha.mongodb.sharding.core.template.DatabaseShardedMongoTemplate
 
findOne(Query, Class<T>) - Method in class com.alpha.mongodb.sharding.core.template.DatabaseShardedReactiveMongoTemplate
 
findOne(Query, Class<T>, String) - Method in class com.alpha.mongodb.sharding.core.template.DatabaseShardedMongoTemplate
 
findOne(Query, Class<T>, String) - Method in class com.alpha.mongodb.sharding.core.template.DatabaseShardedReactiveMongoTemplate
 
first() - Method in class com.alpha.mongodb.sharding.core.executable.DatabaseShardedExecutableUpdateSupport
 
firstValue() - Method in class com.alpha.mongodb.sharding.core.executable.DatabaseShardedExecutableFindSupport
 

G

getCallback(Class<T>) - Method in class com.alpha.mongodb.sharding.core.callback.HintResolutionCallbacks
 
getClusterDescription() - Method in class com.alpha.mongodb.sharding.core.client.CollectionShardedMongoClient
 
getClusterDescription() - Method in class com.alpha.mongodb.sharding.core.client.CollectionShardedReactiveMongoClient
 
getClusterDescription() - Method in class com.alpha.mongodb.sharding.core.client.DatabaseShardedMongoClient
 
getClusterDescription() - Method in class com.alpha.mongodb.sharding.core.client.DatabaseShardedReactiveMongoClient
 
getCodecRegistry() - Method in class com.alpha.mongodb.sharding.core.database.CollectionShardedMongoDatabase
 
getCodecRegistry() - Method in class com.alpha.mongodb.sharding.core.database.CollectionShardedReactiveMongoDatabase
 
getCollection(String) - Method in class com.alpha.mongodb.sharding.core.database.CollectionShardedMongoDatabase
 
getCollection(String) - Method in class com.alpha.mongodb.sharding.core.database.CollectionShardedReactiveMongoDatabase
 
getCollection(String) - Method in class com.alpha.mongodb.sharding.core.template.CollectionShardedMongoTemplate
 
getCollection(String) - Method in class com.alpha.mongodb.sharding.core.template.CollectionShardedReactiveMongoTemplate
 
getCollection(String, Class<T>) - Method in class com.alpha.mongodb.sharding.core.database.CollectionShardedMongoDatabase
 
getCollection(String, Class<T>) - Method in class com.alpha.mongodb.sharding.core.database.CollectionShardedReactiveMongoDatabase
 
getDatabase(String) - Method in class com.alpha.mongodb.sharding.core.client.CollectionShardedMongoClient
 
getDatabase(String) - Method in class com.alpha.mongodb.sharding.core.client.CollectionShardedReactiveMongoClient
 
getDatabase(String) - Method in class com.alpha.mongodb.sharding.core.client.DatabaseShardedMongoClient
 
getDatabase(String) - Method in class com.alpha.mongodb.sharding.core.client.DatabaseShardedReactiveMongoClient
 
getDefaultCollectionHint() - Method in class com.alpha.mongodb.sharding.core.configuration.CollectionShardingOptions
 
getDefaultCollectionHint() - Method in class com.alpha.mongodb.sharding.core.configuration.CompositeShardingOptions
 
getDefaultDatabaseHint() - Method in class com.alpha.mongodb.sharding.core.configuration.DatabaseShardingOptions
Get the default database hint if set.
getDelegatedCollectionShardingOptions() - Method in class com.alpha.mongodb.sharding.core.configuration.CompositeShardingOptions
 
getDelegatedShardedMongoTemplateMap() - Method in interface com.alpha.mongodb.sharding.core.assitant.DatabaseShardingAssistant
 
getDelegatedTemplateForDeleteContext(Class<T>, Document) - Method in interface com.alpha.mongodb.sharding.core.assitant.DatabaseShardingAssistant
 
getDelegatedTemplateForDeleteContext(Class<T>, Query) - Method in interface com.alpha.mongodb.sharding.core.assitant.DatabaseShardingAssistant
 
getDelegatedTemplateForDeleteContext(T) - Method in interface com.alpha.mongodb.sharding.core.assitant.DatabaseShardingAssistant
 
getDelegatedTemplateForFindContext(Class<T>, Document) - Method in interface com.alpha.mongodb.sharding.core.assitant.DatabaseShardingAssistant
 
getDelegatedTemplateForFindContext(Class<T>, Query) - Method in interface com.alpha.mongodb.sharding.core.assitant.DatabaseShardingAssistant
 
getDelegatedTemplateForSaveContext(T) - Method in interface com.alpha.mongodb.sharding.core.assitant.DatabaseShardingAssistant
 
getDelegatedTemplateForUpdateContext(Class<T>, Document, UpdateDefinition) - Method in interface com.alpha.mongodb.sharding.core.assitant.DatabaseShardingAssistant
 
getDelegatedTemplateForUpdateContext(Class<T>, Query, UpdateDefinition) - Method in interface com.alpha.mongodb.sharding.core.assitant.DatabaseShardingAssistant
 
getDelegatedTemplateWithEntityContext(T) - Method in interface com.alpha.mongodb.sharding.core.assitant.DatabaseShardingAssistant
 
getDelegatedTemplateWithoutEntityContext() - Method in interface com.alpha.mongodb.sharding.core.assitant.DatabaseShardingAssistant
 
getHint() - Static method in class com.alpha.mongodb.sharding.core.hint.ShardingHintManager
Get the current Hint value if exists
getHintResolutionCallbacks() - Method in interface com.alpha.mongodb.sharding.core.assitant.ShardingAssistant
 
getName() - Method in class com.alpha.mongodb.sharding.core.database.CollectionShardedMongoDatabase
 
getName() - Method in class com.alpha.mongodb.sharding.core.database.CollectionShardedReactiveMongoDatabase
 
getReadConcern() - Method in class com.alpha.mongodb.sharding.core.database.CollectionShardedMongoDatabase
 
getReadConcern() - Method in class com.alpha.mongodb.sharding.core.database.CollectionShardedReactiveMongoDatabase
 
getReadPreference() - Method in class com.alpha.mongodb.sharding.core.database.CollectionShardedMongoDatabase
 
getReadPreference() - Method in class com.alpha.mongodb.sharding.core.database.CollectionShardedReactiveMongoDatabase
 
getShardingOptions() - Method in interface com.alpha.mongodb.sharding.core.assitant.ShardingAssistant
 
getWriteConcern() - Method in class com.alpha.mongodb.sharding.core.database.CollectionShardedMongoDatabase
 
getWriteConcern() - Method in class com.alpha.mongodb.sharding.core.database.CollectionShardedReactiveMongoDatabase
 

H

HintResolutionCallback<T> - Interface in com.alpha.mongodb.sharding.core.callback
 
HintResolutionCallbacks - Class in com.alpha.mongodb.sharding.core.callback
 
HintResolutionCallbacks(Set<HintResolutionCallback<?>>) - Constructor for class com.alpha.mongodb.sharding.core.callback.HintResolutionCallbacks
 

I

IHintResolutionCallback - Interface in com.alpha.mongodb.sharding.core.callback
 
inCollection(String) - Method in class com.alpha.mongodb.sharding.core.executable.DatabaseShardedExecutableFindSupport
 
inCollection(String) - Method in class com.alpha.mongodb.sharding.core.executable.DatabaseShardedExecutableInsertSupport
 
inCollection(String) - Method in class com.alpha.mongodb.sharding.core.executable.DatabaseShardedExecutableRemoveSupport
 
inCollection(String) - Method in class com.alpha.mongodb.sharding.core.executable.DatabaseShardedExecutableUpdateSupport
 
insert(Class<T>) - Method in class com.alpha.mongodb.sharding.core.template.DatabaseShardedMongoTemplate
 
insert(Class<T>) - Method in class com.alpha.mongodb.sharding.core.template.DatabaseShardedReactiveMongoTemplate
 
insert(Collection<? extends T>, Class<?>) - Method in class com.alpha.mongodb.sharding.core.template.DatabaseShardedMongoTemplate
 
insert(Collection<? extends T>, Class<?>) - Method in class com.alpha.mongodb.sharding.core.template.DatabaseShardedReactiveMongoTemplate
 
insert(Collection<? extends T>, String) - Method in class com.alpha.mongodb.sharding.core.template.DatabaseShardedMongoTemplate
 
insert(Collection<? extends T>, String) - Method in class com.alpha.mongodb.sharding.core.template.DatabaseShardedReactiveMongoTemplate
 
insert(T) - Method in class com.alpha.mongodb.sharding.core.template.DatabaseShardedMongoTemplate
 
insert(T) - Method in class com.alpha.mongodb.sharding.core.template.DatabaseShardedReactiveMongoTemplate
 
insert(T, String) - Method in class com.alpha.mongodb.sharding.core.template.DatabaseShardedMongoTemplate
 
insert(T, String) - Method in class com.alpha.mongodb.sharding.core.template.DatabaseShardedReactiveMongoTemplate
 
insertAll(Collection<? extends T>) - Method in class com.alpha.mongodb.sharding.core.template.DatabaseShardedMongoTemplate
 
insertAll(Collection<? extends T>) - Method in class com.alpha.mongodb.sharding.core.template.DatabaseShardedReactiveMongoTemplate
 

L

listCollectionNames() - Method in class com.alpha.mongodb.sharding.core.database.CollectionShardedMongoDatabase
 
listCollectionNames() - Method in class com.alpha.mongodb.sharding.core.database.CollectionShardedReactiveMongoDatabase
 
listCollectionNames(ClientSession) - Method in class com.alpha.mongodb.sharding.core.database.CollectionShardedMongoDatabase
 
listCollectionNames(ClientSession) - Method in class com.alpha.mongodb.sharding.core.database.CollectionShardedReactiveMongoDatabase
 
listCollections() - Method in class com.alpha.mongodb.sharding.core.database.CollectionShardedMongoDatabase
 
listCollections() - Method in class com.alpha.mongodb.sharding.core.database.CollectionShardedReactiveMongoDatabase
 
listCollections(ClientSession) - Method in class com.alpha.mongodb.sharding.core.database.CollectionShardedMongoDatabase
 
listCollections(ClientSession, Class<T>) - Method in class com.alpha.mongodb.sharding.core.database.CollectionShardedMongoDatabase
 
listCollections(ClientSession) - Method in class com.alpha.mongodb.sharding.core.database.CollectionShardedReactiveMongoDatabase
 
listCollections(ClientSession, Class<T>) - Method in class com.alpha.mongodb.sharding.core.database.CollectionShardedReactiveMongoDatabase
 
listCollections(Class<T>) - Method in class com.alpha.mongodb.sharding.core.database.CollectionShardedMongoDatabase
 
listCollections(Class<T>) - Method in class com.alpha.mongodb.sharding.core.database.CollectionShardedReactiveMongoDatabase
 
listDatabaseNames() - Method in class com.alpha.mongodb.sharding.core.client.CollectionShardedMongoClient
 
listDatabaseNames() - Method in class com.alpha.mongodb.sharding.core.client.CollectionShardedReactiveMongoClient
 
listDatabaseNames() - Method in class com.alpha.mongodb.sharding.core.client.DatabaseShardedMongoClient
 
listDatabaseNames() - Method in class com.alpha.mongodb.sharding.core.client.DatabaseShardedReactiveMongoClient
 
listDatabaseNames(ClientSession) - Method in class com.alpha.mongodb.sharding.core.client.CollectionShardedMongoClient
 
listDatabaseNames(ClientSession) - Method in class com.alpha.mongodb.sharding.core.client.DatabaseShardedMongoClient
 
listDatabaseNames(ClientSession) - Method in class com.alpha.mongodb.sharding.core.client.CollectionShardedReactiveMongoClient
 
listDatabaseNames(ClientSession) - Method in class com.alpha.mongodb.sharding.core.client.DatabaseShardedReactiveMongoClient
 
listDatabases() - Method in class com.alpha.mongodb.sharding.core.client.CollectionShardedMongoClient
 
listDatabases() - Method in class com.alpha.mongodb.sharding.core.client.CollectionShardedReactiveMongoClient
 
listDatabases() - Method in class com.alpha.mongodb.sharding.core.client.DatabaseShardedMongoClient
 
listDatabases() - Method in class com.alpha.mongodb.sharding.core.client.DatabaseShardedReactiveMongoClient
 
listDatabases(ClientSession) - Method in class com.alpha.mongodb.sharding.core.client.CollectionShardedMongoClient
 
listDatabases(ClientSession) - Method in class com.alpha.mongodb.sharding.core.client.DatabaseShardedMongoClient
 
listDatabases(ClientSession, Class<T>) - Method in class com.alpha.mongodb.sharding.core.client.CollectionShardedMongoClient
 
listDatabases(ClientSession, Class<T>) - Method in class com.alpha.mongodb.sharding.core.client.DatabaseShardedMongoClient
 
listDatabases(ClientSession) - Method in class com.alpha.mongodb.sharding.core.client.CollectionShardedReactiveMongoClient
 
listDatabases(ClientSession) - Method in class com.alpha.mongodb.sharding.core.client.DatabaseShardedReactiveMongoClient
 
listDatabases(ClientSession, Class<T>) - Method in class com.alpha.mongodb.sharding.core.client.CollectionShardedReactiveMongoClient
 
listDatabases(ClientSession, Class<T>) - Method in class com.alpha.mongodb.sharding.core.client.DatabaseShardedReactiveMongoClient
 
listDatabases(Class<T>) - Method in class com.alpha.mongodb.sharding.core.client.CollectionShardedMongoClient
 
listDatabases(Class<T>) - Method in class com.alpha.mongodb.sharding.core.client.CollectionShardedReactiveMongoClient
 
listDatabases(Class<T>) - Method in class com.alpha.mongodb.sharding.core.client.DatabaseShardedMongoClient
 
listDatabases(Class<T>) - Method in class com.alpha.mongodb.sharding.core.client.DatabaseShardedReactiveMongoClient
 

M

matching(Query) - Method in class com.alpha.mongodb.sharding.core.executable.DatabaseShardedExecutableFindSupport
 
matching(Query) - Method in class com.alpha.mongodb.sharding.core.executable.DatabaseShardedExecutableRemoveSupport
 
matching(Query) - Method in class com.alpha.mongodb.sharding.core.executable.DatabaseShardedExecutableUpdateSupport
 

N

near(NearQuery) - Method in class com.alpha.mongodb.sharding.core.executable.DatabaseShardedExecutableFindSupport
 

O

one() - Method in class com.alpha.mongodb.sharding.core.executable.DatabaseShardedExecutableRemoveSupport
 
one(T) - Method in class com.alpha.mongodb.sharding.core.executable.DatabaseShardedExecutableInsertSupport
 
oneValue() - Method in class com.alpha.mongodb.sharding.core.executable.DatabaseShardedExecutableFindSupport
 

Q

query(Class<T>) - Method in class com.alpha.mongodb.sharding.core.template.DatabaseShardedMongoTemplate
 
query(Class<T>) - Method in class com.alpha.mongodb.sharding.core.template.DatabaseShardedReactiveMongoTemplate
 

R

remove(Class<T>) - Method in class com.alpha.mongodb.sharding.core.template.DatabaseShardedMongoTemplate
 
remove(Class<T>) - Method in class com.alpha.mongodb.sharding.core.template.DatabaseShardedReactiveMongoTemplate
 
remove(Object) - Method in class com.alpha.mongodb.sharding.core.template.DatabaseShardedMongoTemplate
 
remove(Object) - Method in class com.alpha.mongodb.sharding.core.template.DatabaseShardedReactiveMongoTemplate
 
remove(Object, String) - Method in class com.alpha.mongodb.sharding.core.template.DatabaseShardedMongoTemplate
 
remove(Object, String) - Method in class com.alpha.mongodb.sharding.core.template.DatabaseShardedReactiveMongoTemplate
 
remove(Query, Class<?>) - Method in class com.alpha.mongodb.sharding.core.template.DatabaseShardedMongoTemplate
 
remove(Query, Class<?>) - Method in class com.alpha.mongodb.sharding.core.template.DatabaseShardedReactiveMongoTemplate
 
remove(Query, Class<?>, String) - Method in class com.alpha.mongodb.sharding.core.template.DatabaseShardedMongoTemplate
 
remove(Query, Class<?>, String) - Method in class com.alpha.mongodb.sharding.core.template.DatabaseShardedReactiveMongoTemplate
 
remove(Query, String) - Method in class com.alpha.mongodb.sharding.core.template.DatabaseShardedMongoTemplate
 
remove(Query, String) - Method in class com.alpha.mongodb.sharding.core.template.DatabaseShardedReactiveMongoTemplate
 
removeOne(Query, Class<?>, String) - Method in class com.alpha.mongodb.sharding.core.template.ExtendedMongoTemplate
 
replaceWith(T) - Method in class com.alpha.mongodb.sharding.core.executable.DatabaseShardedExecutableUpdateSupport
 
resolveCollectionHint() - Method in interface com.alpha.mongodb.sharding.core.entity.CollectionShardedEntity
 
resolveCollectionHintWithoutEntityContext() - Method in interface com.alpha.mongodb.sharding.core.assitant.ShardingAssistant
 
resolveCollectionName(String, String) - Method in class com.alpha.mongodb.sharding.core.configuration.DelegatedCollectionShardingOptions
 
resolveCollectionName(String, String) - Method in class com.alpha.mongodb.sharding.core.configuration.ShardingOptions
Provides default implementation to resolve the actual collection name from the base name and the hint.
resolveCollectionNameForDeleteContext(String, Class<T>, Document) - Method in interface com.alpha.mongodb.sharding.core.assitant.CollectionShardingAssistant
 
resolveCollectionNameForDeleteContext(String, Class<T>, Query) - Method in interface com.alpha.mongodb.sharding.core.assitant.CollectionShardingAssistant
 
resolveCollectionNameForFindContext(String, Class<T>, Document) - Method in interface com.alpha.mongodb.sharding.core.assitant.CollectionShardingAssistant
 
resolveCollectionNameForFindContext(String, Class<T>, Query) - Method in interface com.alpha.mongodb.sharding.core.assitant.CollectionShardingAssistant
 
resolveCollectionNameForSaveContext(String, T) - Method in interface com.alpha.mongodb.sharding.core.assitant.CollectionShardingAssistant
 
resolveCollectionNameForUpdateContext(String, Class<T>, Query, UpdateDefinition) - Method in interface com.alpha.mongodb.sharding.core.assitant.CollectionShardingAssistant
 
resolveCollectionNameWithEntityContext(String, T) - Method in interface com.alpha.mongodb.sharding.core.assitant.CollectionShardingAssistant
 
resolveCollectionNameWithoutEntityContext(String) - Method in interface com.alpha.mongodb.sharding.core.assitant.ShardingAssistant
Resolve the collection name when there is no entity context.
resolveCollectionNameWithoutEntityContext(String) - Method in class com.alpha.mongodb.sharding.core.template.CollectionShardedMongoTemplate
 
resolveDatabaseHint() - Method in interface com.alpha.mongodb.sharding.core.entity.DatabaseShardedEntity
 
resolveDatabaseHintWithEntityContext(T) - Method in interface com.alpha.mongodb.sharding.core.assitant.DatabaseShardingAssistant
 
resolveDatabaseHintWithoutEntityContext() - Method in interface com.alpha.mongodb.sharding.core.assitant.ShardingAssistant
 
resolveDatabaseName(String, String) - Method in class com.alpha.mongodb.sharding.core.configuration.DelegatedCollectionShardingOptions
 
resolveDatabaseName(String, String) - Method in class com.alpha.mongodb.sharding.core.configuration.ShardingOptions
Provides default implementation to resolve the actual database name from the base name and the hint.
resolveDatabaseNameWithoutEntityContext(String) - Method in interface com.alpha.mongodb.sharding.core.assitant.ShardingAssistant
Resolve the database name when there is no entity context.
resolveHintForDeleteContext(Document, Class<T>) - Method in interface com.alpha.mongodb.sharding.core.callback.HintResolutionCallback
 
resolveHintForDeleteContext(Query, Class<T>) - Method in interface com.alpha.mongodb.sharding.core.callback.HintResolutionCallback
 
resolveHintForDeleteContext(T) - Method in interface com.alpha.mongodb.sharding.core.callback.HintResolutionCallback
 
resolveHintForFindContext(Document, Class<T>) - Method in interface com.alpha.mongodb.sharding.core.callback.HintResolutionCallback
 
resolveHintForFindContext(Query, Class<T>) - Method in interface com.alpha.mongodb.sharding.core.callback.HintResolutionCallback
 
resolveHintForSaveContext(T) - Method in interface com.alpha.mongodb.sharding.core.callback.CollectionShardedEntityHintResolutionCallback
 
resolveHintForSaveContext(T) - Method in interface com.alpha.mongodb.sharding.core.callback.CompositeShardedEntityHintResolutionCallback
 
resolveHintForSaveContext(T) - Method in interface com.alpha.mongodb.sharding.core.callback.DatabaseShardedEntityHintResolutionCallback
 
resolveHintForSaveContext(T) - Method in interface com.alpha.mongodb.sharding.core.callback.HintResolutionCallback
 
resolveHintForUpdateContext(Document, UpdateDefinition, Class<T>) - Method in interface com.alpha.mongodb.sharding.core.callback.HintResolutionCallback
 
resolveHintForUpdateContext(Query, UpdateDefinition, Class<T>) - Method in interface com.alpha.mongodb.sharding.core.callback.HintResolutionCallback
 
runCommand(ClientSession, Bson) - Method in class com.alpha.mongodb.sharding.core.database.CollectionShardedMongoDatabase
 
runCommand(ClientSession, Bson, ReadPreference) - Method in class com.alpha.mongodb.sharding.core.database.CollectionShardedMongoDatabase
 
runCommand(ClientSession, Bson, ReadPreference, Class<T>) - Method in class com.alpha.mongodb.sharding.core.database.CollectionShardedMongoDatabase
 
runCommand(ClientSession, Bson, Class<T>) - Method in class com.alpha.mongodb.sharding.core.database.CollectionShardedMongoDatabase
 
runCommand(ClientSession, Bson) - Method in class com.alpha.mongodb.sharding.core.database.CollectionShardedReactiveMongoDatabase
 
runCommand(ClientSession, Bson, ReadPreference) - Method in class com.alpha.mongodb.sharding.core.database.CollectionShardedReactiveMongoDatabase
 
runCommand(ClientSession, Bson, ReadPreference, Class<T>) - Method in class com.alpha.mongodb.sharding.core.database.CollectionShardedReactiveMongoDatabase
 
runCommand(ClientSession, Bson, Class<T>) - Method in class com.alpha.mongodb.sharding.core.database.CollectionShardedReactiveMongoDatabase
 
runCommand(Bson) - Method in class com.alpha.mongodb.sharding.core.database.CollectionShardedMongoDatabase
 
runCommand(Bson) - Method in class com.alpha.mongodb.sharding.core.database.CollectionShardedReactiveMongoDatabase
 
runCommand(Bson, ReadPreference) - Method in class com.alpha.mongodb.sharding.core.database.CollectionShardedMongoDatabase
 
runCommand(Bson, ReadPreference) - Method in class com.alpha.mongodb.sharding.core.database.CollectionShardedReactiveMongoDatabase
 
runCommand(Bson, ReadPreference, Class<T>) - Method in class com.alpha.mongodb.sharding.core.database.CollectionShardedMongoDatabase
 
runCommand(Bson, ReadPreference, Class<T>) - Method in class com.alpha.mongodb.sharding.core.database.CollectionShardedReactiveMongoDatabase
 
runCommand(Bson, Class<T>) - Method in class com.alpha.mongodb.sharding.core.database.CollectionShardedMongoDatabase
 
runCommand(Bson, Class<T>) - Method in class com.alpha.mongodb.sharding.core.database.CollectionShardedReactiveMongoDatabase
 

S

save(T) - Method in class com.alpha.mongodb.sharding.core.template.DatabaseShardedMongoTemplate
 
save(T) - Method in class com.alpha.mongodb.sharding.core.template.DatabaseShardedReactiveMongoTemplate
 
save(T, String) - Method in class com.alpha.mongodb.sharding.core.template.DatabaseShardedMongoTemplate
 
save(T, String) - Method in class com.alpha.mongodb.sharding.core.template.DatabaseShardedReactiveMongoTemplate
 
setApplicationContext(ApplicationContext) - Method in class com.alpha.mongodb.sharding.core.template.ShardedMongoTemplate
 
setApplicationContext(ApplicationContext) - Method in class com.alpha.mongodb.sharding.core.template.ShardedReactiveMongoTemplate
 
setCollectionHint(String) - Static method in class com.alpha.mongodb.sharding.core.hint.ShardingHintManager
Sets the Collection Hint for the current thread.
setCollectionHintsMapList(Map<String, List<String>>) - Method in class com.alpha.mongodb.sharding.core.configuration.CollectionShardingOptions
 
setCollectionHintsMapList(Map<String, List<String>>) - Method in class com.alpha.mongodb.sharding.core.configuration.CompositeShardingOptions
 
setCompositeHint(String, String) - Static method in class com.alpha.mongodb.sharding.core.hint.ShardingHintManager
Set the composite hint for the current thread
setDatabaseHint(String) - Static method in class com.alpha.mongodb.sharding.core.hint.ShardingHintManager
Sets the Database Hint for the current thread.
ShardedEntity - Interface in com.alpha.mongodb.sharding.core.entity
 
ShardedMongoClient - Interface in com.alpha.mongodb.sharding.core.client
 
ShardedMongoTemplate - Class in com.alpha.mongodb.sharding.core.template
Abstract Base Sharded Mongo Template
ShardedMongoTemplate(MongoClient, String, ShardingOptions) - Constructor for class com.alpha.mongodb.sharding.core.template.ShardedMongoTemplate
 
ShardedMongoTemplate(MongoDatabaseFactory, ShardingOptions) - Constructor for class com.alpha.mongodb.sharding.core.template.ShardedMongoTemplate
 
ShardedReactiveMongoClient - Interface in com.alpha.mongodb.sharding.core.client
 
ShardedReactiveMongoTemplate - Class in com.alpha.mongodb.sharding.core.template
Abstract Base Sharded Reactive Mongo Template
ShardedReactiveMongoTemplate(MongoClient, String, ShardingOptions) - Constructor for class com.alpha.mongodb.sharding.core.template.ShardedReactiveMongoTemplate
 
ShardedReactiveMongoTemplate(ReactiveMongoDatabaseFactory, ShardingOptions) - Constructor for class com.alpha.mongodb.sharding.core.template.ShardedReactiveMongoTemplate
 
ShardedReactiveMongoTemplate(ReactiveMongoDatabaseFactory, MongoConverter, ShardingOptions) - Constructor for class com.alpha.mongodb.sharding.core.template.ShardedReactiveMongoTemplate
 
ShardedReactiveMongoTemplate(ReactiveMongoDatabaseFactory, MongoConverter, Consumer<Throwable>, ShardingOptions) - Constructor for class com.alpha.mongodb.sharding.core.template.ShardedReactiveMongoTemplate
 
ShardingAssistant - Interface in com.alpha.mongodb.sharding.core.assitant
 
ShardingHint - Class in com.alpha.mongodb.sharding.core.hint
 
ShardingHintManager - Class in com.alpha.mongodb.sharding.core.hint
Sharding Hint to set Database and Table shard suffix for the current thread.
ShardingHintManager() - Constructor for class com.alpha.mongodb.sharding.core.hint.ShardingHintManager
 
ShardingOptions - Class in com.alpha.mongodb.sharding.core.configuration
Base class for Sharding options.
ShardingOptions() - Constructor for class com.alpha.mongodb.sharding.core.configuration.ShardingOptions
 
startSession() - Method in class com.alpha.mongodb.sharding.core.client.CollectionShardedMongoClient
 
startSession() - Method in class com.alpha.mongodb.sharding.core.client.CollectionShardedReactiveMongoClient
 
startSession() - Method in class com.alpha.mongodb.sharding.core.client.DatabaseShardedMongoClient
 
startSession() - Method in class com.alpha.mongodb.sharding.core.client.DatabaseShardedReactiveMongoClient
 
startSession(ClientSessionOptions) - Method in class com.alpha.mongodb.sharding.core.client.CollectionShardedMongoClient
 
startSession(ClientSessionOptions) - Method in class com.alpha.mongodb.sharding.core.client.CollectionShardedReactiveMongoClient
 
startSession(ClientSessionOptions) - Method in class com.alpha.mongodb.sharding.core.client.DatabaseShardedMongoClient
 
startSession(ClientSessionOptions) - Method in class com.alpha.mongodb.sharding.core.client.DatabaseShardedReactiveMongoClient
 
stream() - Method in class com.alpha.mongodb.sharding.core.executable.DatabaseShardedExecutableFindSupport
 
stream(Query, Class<T>) - Method in class com.alpha.mongodb.sharding.core.template.DatabaseShardedMongoTemplate
 
stream(Query, Class<T>, String) - Method in class com.alpha.mongodb.sharding.core.template.DatabaseShardedMongoTemplate
 

U

UnresolvableCollectionShardException - Exception in com.alpha.mongodb.sharding.core.exception
 
UnresolvableCollectionShardException() - Constructor for exception com.alpha.mongodb.sharding.core.exception.UnresolvableCollectionShardException
 
UnresolvableDatabaseShardException - Exception in com.alpha.mongodb.sharding.core.exception
 
UnresolvableDatabaseShardException() - Constructor for exception com.alpha.mongodb.sharding.core.exception.UnresolvableDatabaseShardException
 
UnresolvableShardException - Exception in com.alpha.mongodb.sharding.core.exception
 
UnresolvableShardException() - Constructor for exception com.alpha.mongodb.sharding.core.exception.UnresolvableShardException
 
UnresolvableShardException(String) - Constructor for exception com.alpha.mongodb.sharding.core.exception.UnresolvableShardException
 
update(Class<T>) - Method in class com.alpha.mongodb.sharding.core.template.DatabaseShardedMongoTemplate
 
update(Class<T>) - Method in class com.alpha.mongodb.sharding.core.template.DatabaseShardedReactiveMongoTemplate
 
updateFirst(Query, UpdateDefinition, Class<?>) - Method in class com.alpha.mongodb.sharding.core.template.DatabaseShardedMongoTemplate
 
updateFirst(Query, UpdateDefinition, Class<?>) - Method in class com.alpha.mongodb.sharding.core.template.DatabaseShardedReactiveMongoTemplate
 
updateFirst(Query, UpdateDefinition, Class<?>, String) - Method in class com.alpha.mongodb.sharding.core.template.DatabaseShardedMongoTemplate
 
updateFirst(Query, UpdateDefinition, Class<?>, String) - Method in class com.alpha.mongodb.sharding.core.template.DatabaseShardedReactiveMongoTemplate
 
updateFirst(Query, UpdateDefinition, String) - Method in class com.alpha.mongodb.sharding.core.template.DatabaseShardedMongoTemplate
 
updateFirst(Query, UpdateDefinition, String) - Method in class com.alpha.mongodb.sharding.core.template.DatabaseShardedReactiveMongoTemplate
 
updateMulti(Query, UpdateDefinition, Class<?>) - Method in class com.alpha.mongodb.sharding.core.template.DatabaseShardedMongoTemplate
 
updateMulti(Query, UpdateDefinition, Class<?>) - Method in class com.alpha.mongodb.sharding.core.template.DatabaseShardedReactiveMongoTemplate
 
updateMulti(Query, UpdateDefinition, Class<?>, String) - Method in class com.alpha.mongodb.sharding.core.template.DatabaseShardedMongoTemplate
 
updateMulti(Query, UpdateDefinition, Class<?>, String) - Method in class com.alpha.mongodb.sharding.core.template.DatabaseShardedReactiveMongoTemplate
 
updateMulti(Query, UpdateDefinition, String) - Method in class com.alpha.mongodb.sharding.core.template.DatabaseShardedMongoTemplate
 
updateMulti(Query, UpdateDefinition, String) - Method in class com.alpha.mongodb.sharding.core.template.DatabaseShardedReactiveMongoTemplate
 
upsert() - Method in class com.alpha.mongodb.sharding.core.executable.DatabaseShardedExecutableUpdateSupport
 
upsert(Query, UpdateDefinition, Class<?>) - Method in class com.alpha.mongodb.sharding.core.template.DatabaseShardedMongoTemplate
 
upsert(Query, UpdateDefinition, Class<?>) - Method in class com.alpha.mongodb.sharding.core.template.DatabaseShardedReactiveMongoTemplate
 
upsert(Query, UpdateDefinition, Class<?>, String) - Method in class com.alpha.mongodb.sharding.core.template.DatabaseShardedMongoTemplate
 
upsert(Query, UpdateDefinition, Class<?>, String) - Method in class com.alpha.mongodb.sharding.core.template.DatabaseShardedReactiveMongoTemplate
 
upsert(Query, UpdateDefinition, String) - Method in class com.alpha.mongodb.sharding.core.template.DatabaseShardedMongoTemplate
 
upsert(Query, UpdateDefinition, String) - Method in class com.alpha.mongodb.sharding.core.template.DatabaseShardedReactiveMongoTemplate
 

V

validateCollectionHint(String, String) - Method in interface com.alpha.mongodb.sharding.core.assitant.CollectionShardingAssistant
 
validateCollectionHint(String, String) - Method in class com.alpha.mongodb.sharding.core.configuration.CollectionShardingOptions
 
validateCollectionHint(String, String) - Method in class com.alpha.mongodb.sharding.core.configuration.CompositeShardingOptions
 
validateCollectionHint(String, String) - Method in class com.alpha.mongodb.sharding.core.configuration.DelegatedCollectionShardingOptions
 
validateCollectionHint(String, String) - Method in class com.alpha.mongodb.sharding.core.configuration.ShardingOptions
Validate if a particular hint is valid for the sharding options or not.
validateDatabaseHint(String, String) - Method in class com.alpha.mongodb.sharding.core.configuration.DatabaseShardingOptions
 
validateDatabaseHint(String, String) - Method in class com.alpha.mongodb.sharding.core.configuration.DelegatedCollectionShardingOptions
 
validateDatabaseHint(String, String) - Method in class com.alpha.mongodb.sharding.core.configuration.ShardingOptions
Validate if a particular hint is valid for the sharding options or not.

W

watch() - Method in class com.alpha.mongodb.sharding.core.client.CollectionShardedMongoClient
 
watch() - Method in class com.alpha.mongodb.sharding.core.client.CollectionShardedReactiveMongoClient
 
watch() - Method in class com.alpha.mongodb.sharding.core.client.DatabaseShardedMongoClient
 
watch() - Method in class com.alpha.mongodb.sharding.core.client.DatabaseShardedReactiveMongoClient
 
watch() - Method in class com.alpha.mongodb.sharding.core.database.CollectionShardedMongoDatabase
 
watch() - Method in class com.alpha.mongodb.sharding.core.database.CollectionShardedReactiveMongoDatabase
 
watch(ClientSession) - Method in class com.alpha.mongodb.sharding.core.client.CollectionShardedMongoClient
 
watch(ClientSession) - Method in class com.alpha.mongodb.sharding.core.client.DatabaseShardedMongoClient
 
watch(ClientSession) - Method in class com.alpha.mongodb.sharding.core.database.CollectionShardedMongoDatabase
 
watch(ClientSession, Class<T>) - Method in class com.alpha.mongodb.sharding.core.client.CollectionShardedMongoClient
 
watch(ClientSession, Class<T>) - Method in class com.alpha.mongodb.sharding.core.client.DatabaseShardedMongoClient
 
watch(ClientSession, Class<T>) - Method in class com.alpha.mongodb.sharding.core.database.CollectionShardedMongoDatabase
 
watch(ClientSession, List<? extends Bson>) - Method in class com.alpha.mongodb.sharding.core.client.CollectionShardedMongoClient
 
watch(ClientSession, List<? extends Bson>) - Method in class com.alpha.mongodb.sharding.core.client.DatabaseShardedMongoClient
 
watch(ClientSession, List<? extends Bson>) - Method in class com.alpha.mongodb.sharding.core.database.CollectionShardedMongoDatabase
 
watch(ClientSession, List<? extends Bson>, Class<T>) - Method in class com.alpha.mongodb.sharding.core.client.CollectionShardedMongoClient
 
watch(ClientSession, List<? extends Bson>, Class<T>) - Method in class com.alpha.mongodb.sharding.core.client.DatabaseShardedMongoClient
 
watch(ClientSession, List<? extends Bson>, Class<T>) - Method in class com.alpha.mongodb.sharding.core.database.CollectionShardedMongoDatabase
 
watch(ClientSession) - Method in class com.alpha.mongodb.sharding.core.client.CollectionShardedReactiveMongoClient
 
watch(ClientSession) - Method in class com.alpha.mongodb.sharding.core.client.DatabaseShardedReactiveMongoClient
 
watch(ClientSession) - Method in class com.alpha.mongodb.sharding.core.database.CollectionShardedReactiveMongoDatabase
 
watch(ClientSession, Class<T>) - Method in class com.alpha.mongodb.sharding.core.client.CollectionShardedReactiveMongoClient
 
watch(ClientSession, Class<T>) - Method in class com.alpha.mongodb.sharding.core.client.DatabaseShardedReactiveMongoClient
 
watch(ClientSession, Class<T>) - Method in class com.alpha.mongodb.sharding.core.database.CollectionShardedReactiveMongoDatabase
 
watch(ClientSession, List<? extends Bson>) - Method in class com.alpha.mongodb.sharding.core.client.CollectionShardedReactiveMongoClient
 
watch(ClientSession, List<? extends Bson>) - Method in class com.alpha.mongodb.sharding.core.client.DatabaseShardedReactiveMongoClient
 
watch(ClientSession, List<? extends Bson>) - Method in class com.alpha.mongodb.sharding.core.database.CollectionShardedReactiveMongoDatabase
 
watch(ClientSession, List<? extends Bson>, Class<T>) - Method in class com.alpha.mongodb.sharding.core.client.CollectionShardedReactiveMongoClient
 
watch(ClientSession, List<? extends Bson>, Class<T>) - Method in class com.alpha.mongodb.sharding.core.client.DatabaseShardedReactiveMongoClient
 
watch(ClientSession, List<? extends Bson>, Class<T>) - Method in class com.alpha.mongodb.sharding.core.database.CollectionShardedReactiveMongoDatabase
 
watch(Class<T>) - Method in class com.alpha.mongodb.sharding.core.client.CollectionShardedMongoClient
 
watch(Class<T>) - Method in class com.alpha.mongodb.sharding.core.client.CollectionShardedReactiveMongoClient
 
watch(Class<T>) - Method in class com.alpha.mongodb.sharding.core.client.DatabaseShardedMongoClient
 
watch(Class<T>) - Method in class com.alpha.mongodb.sharding.core.client.DatabaseShardedReactiveMongoClient
 
watch(Class<T>) - Method in class com.alpha.mongodb.sharding.core.database.CollectionShardedMongoDatabase
 
watch(Class<T>) - Method in class com.alpha.mongodb.sharding.core.database.CollectionShardedReactiveMongoDatabase
 
watch(List<? extends Bson>) - Method in class com.alpha.mongodb.sharding.core.client.CollectionShardedMongoClient
 
watch(List<? extends Bson>) - Method in class com.alpha.mongodb.sharding.core.client.CollectionShardedReactiveMongoClient
 
watch(List<? extends Bson>) - Method in class com.alpha.mongodb.sharding.core.client.DatabaseShardedMongoClient
 
watch(List<? extends Bson>) - Method in class com.alpha.mongodb.sharding.core.client.DatabaseShardedReactiveMongoClient
 
watch(List<? extends Bson>) - Method in class com.alpha.mongodb.sharding.core.database.CollectionShardedMongoDatabase
 
watch(List<? extends Bson>) - Method in class com.alpha.mongodb.sharding.core.database.CollectionShardedReactiveMongoDatabase
 
watch(List<? extends Bson>, Class<T>) - Method in class com.alpha.mongodb.sharding.core.client.CollectionShardedMongoClient
 
watch(List<? extends Bson>, Class<T>) - Method in class com.alpha.mongodb.sharding.core.client.CollectionShardedReactiveMongoClient
 
watch(List<? extends Bson>, Class<T>) - Method in class com.alpha.mongodb.sharding.core.client.DatabaseShardedMongoClient
 
watch(List<? extends Bson>, Class<T>) - Method in class com.alpha.mongodb.sharding.core.client.DatabaseShardedReactiveMongoClient
 
watch(List<? extends Bson>, Class<T>) - Method in class com.alpha.mongodb.sharding.core.database.CollectionShardedMongoDatabase
 
watch(List<? extends Bson>, Class<T>) - Method in class com.alpha.mongodb.sharding.core.database.CollectionShardedReactiveMongoDatabase
 
withBulkMode(BulkOperations.BulkMode) - Method in class com.alpha.mongodb.sharding.core.executable.DatabaseShardedExecutableInsertSupport
 
withCodecRegistry(CodecRegistry) - Method in class com.alpha.mongodb.sharding.core.database.CollectionShardedMongoDatabase
 
withCodecRegistry(CodecRegistry) - Method in class com.alpha.mongodb.sharding.core.database.CollectionShardedReactiveMongoDatabase
 
withCollectionHint(String) - Static method in class com.alpha.mongodb.sharding.core.hint.ShardingHint
 
withCompositeHint(String, String) - Static method in class com.alpha.mongodb.sharding.core.hint.ShardingHint
 
withDatabaseHint(String) - Static method in class com.alpha.mongodb.sharding.core.hint.ShardingHint
 
withIntegerStreamHints(IntStream) - Static method in class com.alpha.mongodb.sharding.core.configuration.CollectionShardingOptions
 
withIntegerStreamHints(IntStream) - Static method in class com.alpha.mongodb.sharding.core.configuration.DatabaseShardingOptions
A static method to construct DatabaseShardingOptions from an integer stream.
withIntegerStreamHints(IntStream, IntStream) - Static method in class com.alpha.mongodb.sharding.core.configuration.CompositeShardingOptions
 
withOptions(FindAndModifyOptions) - Method in class com.alpha.mongodb.sharding.core.executable.DatabaseShardedExecutableUpdateSupport
 
withOptions(FindAndReplaceOptions) - Method in class com.alpha.mongodb.sharding.core.executable.DatabaseShardedExecutableUpdateSupport
 
withReadConcern(ReadConcern) - Method in class com.alpha.mongodb.sharding.core.database.CollectionShardedMongoDatabase
 
withReadConcern(ReadConcern) - Method in class com.alpha.mongodb.sharding.core.database.CollectionShardedReactiveMongoDatabase
 
withReadPreference(ReadPreference) - Method in class com.alpha.mongodb.sharding.core.database.CollectionShardedMongoDatabase
 
withReadPreference(ReadPreference) - Method in class com.alpha.mongodb.sharding.core.database.CollectionShardedReactiveMongoDatabase
 
withWriteConcern(WriteConcern) - Method in class com.alpha.mongodb.sharding.core.database.CollectionShardedMongoDatabase
 
withWriteConcern(WriteConcern) - Method in class com.alpha.mongodb.sharding.core.database.CollectionShardedReactiveMongoDatabase
 
A B C D E F G H I L M N O Q R S U V W 
All Classes All Packages