Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Mongodb.binding Classes and Interfaces - 12 results found.
NameDescriptionTypePackageFramework
AsyncClusterBindingA simple ReadWriteBinding implementation that supplies write connection sources bound to a possibly different primary each time, and a read connection source bound to a possible different server each time.Classmongodb.bindingMongoDB NoSQL
AsyncConnectionSourceA source of connections to a single MongoDB server.Interfacemongodb.bindingMongoDB NoSQL
AsyncReadBindingAn asynchronous factory of connection sources to servers that can be read from and that satisfy the specified read preference.Interfacemongodb.bindingMongoDB NoSQL
AsyncReadWriteBindingAn asynchronous factory of connection sources to servers that can be read from or written to.Interfacemongodb.bindingMongoDB NoSQL
AsyncWriteBindingAn asynchronous factory of connection sources to servers that can be written to, e.Interfacemongodb.bindingMongoDB NoSQL
ClusterBindingA simple ReadWriteBinding implementation that supplies write connection sources bound to a possibly different primary each time, and a read connection source bound to a possible different server each time.Classmongodb.bindingMongoDB NoSQL
ConnectionSourceA source of connections to a single MongoDB server.Interfacemongodb.bindingMongoDB NoSQL
ReadBindingA factory of connection sources to servers that can be read from and that satisfy the specified read preference.Interfacemongodb.bindingMongoDB NoSQL
ReadWriteBindingA factory of connection sources to servers that can be read from or written to.Interfacemongodb.bindingMongoDB NoSQL
ReferenceCountedAn interface for reference-counted objects.Interfacemongodb.bindingMongoDB NoSQL
SingleServerBindingA simple binding where all connection sources are bound to the server specified in the constructor.Classmongodb.bindingMongoDB NoSQL
WriteBindingA factory of connection sources to servers that can be written to, e.Interfacemongodb.bindingMongoDB NoSQL