Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Mongodb.client Classes and Interfaces - 75 results found.
NameDescriptionTypePackageFramework
AccumulatorsBuilders for accumulators used in the group pipeline stage of an aggregation pipeline.Classmongodb.client.modelMongoDB NoSQL
AggregateIterableIterable for aggregate.Interfacemongodb.clientMongoDB NoSQL
AggregatesBuilders for aggregation pipeline stages.Classmongodb.client.modelMongoDB NoSQL
BsonFieldA representation of a BSON document field whose value is another BSON document.Classmongodb.client.modelMongoDB NoSQL
BulkWriteOptionsThe options to apply to a bulk write.Classmongodb.client.modelMongoDB NoSQL
CoordinateReferenceSystemA GeoJSON Coordinate Reference System (CRS).Classmongodb.client.model.geojsonMongoDB NoSQL
CoordinateReferenceSystemTypeenum CoordinateReferenceSystemTypeAn enumeration of the GeoJSON coordinate reference system types.Classmongodb.client.model.geojsonMongoDB NoSQL
CountOptionsThe options for a count operation.Classmongodb.client.modelMongoDB NoSQL
CreateCollectionOptionsOptions for creating a collectionSince:3.Classmongodb.client.modelMongoDB NoSQL
DeleteManyModelA model describing the removal of all documents matching the query filter.Classmongodb.client.modelMongoDB NoSQL
DeleteOneModelA model describing the removal of at most one document matching the query filter.Classmongodb.client.modelMongoDB NoSQL
DeleteResultThe result of a delete operation.Classmongodb.client.resultMongoDB NoSQL
DistinctIterableIterable interface for distinct.Interfacemongodb.clientMongoDB NoSQL
FiltersA factory for query filters.Classmongodb.client.modelMongoDB NoSQL
FindIterableSets the number of documents to return per batch.Interfacemongodb.clientMongoDB NoSQL
FindOneAndDeleteOptionsThe options to apply to an operation that atomically finds a document and deletes it.Classmongodb.client.modelMongoDB NoSQL
FindOneAndReplaceOptionsThe options to apply to an operation that atomically finds a document and replaces it.Classmongodb.client.modelMongoDB NoSQL
FindOneAndUpdateOptionsThe options to apply to an operation that atomically finds a document and updates it.Classmongodb.client.modelMongoDB NoSQL
FindOptionsThe options to apply to a find operation (also commonly referred to as a query).Classmongodb.client.modelMongoDB NoSQL
GeoJsonCodecProviderA provider of codecs for GeoJSON objects.Classmongodb.client.model.geojson.codecsMongoDB NoSQL
GeoJsonObjectTypeenum GeoJsonObjectTypeAn enumeration of GeoJSON object types.Classmongodb.client.model.geojsonMongoDB NoSQL
GeometryAn abstract class for representations of GeoJSON geometry objects.Classmongodb.client.model.geojsonMongoDB NoSQL
GeometryCollectionA representation of a GeoJSON GeometryCollection.Classmongodb.client.model.geojsonMongoDB NoSQL
GeometryCollectionCodecA Codec for a GeoJSON GeometryCollection.Classmongodb.client.model.geojson.codecsMongoDB NoSQL
GridFSBucketRepresents a GridFS BucketGiven a id, delete this stored file's files collection document and associated chunks from a GridFS bucket.Interfacemongodb.client.gridfsMongoDB NoSQL
GridFSBucketsA factory for GridFSBucket instances.Classmongodb.client.gridfsMongoDB NoSQL
GridFSDownloadByNameOptionsThe GridFS download by name options Controls the selection of the revision to downloadClassmongodb.client.gridfs.modelMongoDB NoSQL
GridFSDownloadStreamA GridFS InputStream for downloading data from GridFS Provides the GridFSFile for the file to being downloaded as well as the read methods of a InputStreamClassmongodb.client.gridfsMongoDB NoSQL
GridFSFileClassmongodb.client.gridfs.modelMongoDB NoSQL
GridFSFindIterableIterable for the GridFS Files Collection.Interfacemongodb.client.gridfsMongoDB NoSQL
GridFSUploadOptionsGridFS upload options Customizable options used when uploading files into GridFSClassmongodb.client.gridfs.modelMongoDB NoSQL
GridFSUploadStreamA GridFS OutputStream for uploading data into GridFS Provides the id for the file to be uploaded as well as the write methods of a OutputStreamClassmongodb.client.gridfsMongoDB NoSQL
IndexesA factory for defining index keys.Classmongodb.client.modelMongoDB NoSQL
IndexModelA model describing the creation of a single index.Classmongodb.client.modelMongoDB NoSQL
IndexOptionsThe options to apply to the creation of an index.Classmongodb.client.modelMongoDB NoSQL
InsertManyOptionsThe options to apply to an operation that inserts multiple documents into a collection.Classmongodb.client.modelMongoDB NoSQL
InsertOneModelA model describing an insert of a single document.Classmongodb.client.modelMongoDB NoSQL
LineStringA representation of a GeoJSON LineString.Classmongodb.client.model.geojsonMongoDB NoSQL
LineStringCodecA Codec for a GeoJSON LineString.Classmongodb.client.model.geojson.codecsMongoDB NoSQL
ListCollectionsIterableIterable for ListCollections.Interfacemongodb.clientMongoDB NoSQL
ListDatabasesIterableIterable for ListDatabases.Interfacemongodb.clientMongoDB NoSQL
ListIndexesIterableIterable for ListIndexes.Interfacemongodb.clientMongoDB NoSQL
MapReduceActionenum MapReduceActionThe map reduce to collection actions.Classmongodb.client.modelMongoDB NoSQL
MapReduceIterableIterable for map-reduce.Interfacemongodb.clientMongoDB NoSQL
MongoCollectionThe MongoCollection interface.Interfacemongodb.clientMongoDB NoSQL
MongoCursorThe Mongo Cursor interface implementing the iterator protocolReturns the server addressInterfacemongodb.clientMongoDB NoSQL
MongoDatabaseThe MongoDatabase interface.Interfacemongodb.clientMongoDB NoSQL
MongoIterableThe MongoIterable is the results from an operation, such as a query.Interfacemongodb.clientMongoDB NoSQL
MultiLineStringA representation of a GeoJSON MultiLineString.Classmongodb.client.model.geojsonMongoDB NoSQL
MultiLineStringCodecA Codec for a GeoJSON MultiLineString.Classmongodb.client.model.geojson.codecsMongoDB NoSQL
MultiPointA representation of a GeoJSON MultiPoint.Classmongodb.client.model.geojsonMongoDB NoSQL
MultiPointCodecA Codec for a GeoJSON MultiPoint.Classmongodb.client.model.geojson.codecsMongoDB NoSQL
MultiPolygonA representation of a GeoJSON MultiPolygon.Classmongodb.client.model.geojsonMongoDB NoSQL
MultiPolygonCodecA Codec for a GeoJSON MultiPolygon.Classmongodb.client.model.geojson.codecsMongoDB NoSQL
NamedCoordinateReferenceSystemA GeoJSON named Coordinate Reference System.Classmongodb.client.model.geojsonMongoDB NoSQL
NamedCoordinateReferenceSystemCodecCodec for a GeoJson Coordinate Reference System of type name.Classmongodb.client.model.geojson.codecsMongoDB NoSQL
ParallelCollectionScanOptionsThe options to apply to a parallel scan operation.Classmongodb.client.modelMongoDB NoSQL
PointA representation of a GeoJSON Point.Classmongodb.client.model.geojsonMongoDB NoSQL
PointCodecA Codec for a GeoJSON point.Classmongodb.client.model.geojson.codecsMongoDB NoSQL
PolygonA representation of a GeoJSON Polygon.Classmongodb.client.model.geojsonMongoDB NoSQL
PolygonCodecA Codec for a GeoJSON polygon.Classmongodb.client.model.geojson.codecsMongoDB NoSQL
PolygonCoordinatesCoordinates for a GeoJSON Polygon.Classmongodb.client.model.geojsonMongoDB NoSQL
PositionA representation of a GeoJSON Position.Classmongodb.client.model.geojsonMongoDB NoSQL
ProjectionsA factory for projections.Classmongodb.client.modelMongoDB NoSQL
PushOptionsThe options to apply to a $push update operator.Classmongodb.client.modelMongoDB NoSQL
RenameCollectionOptionsThe options to apply when renaming a collection.Classmongodb.client.modelMongoDB NoSQL
ReplaceOneModelA model describing the replacement of at most one document that matches the query filter.Classmongodb.client.modelMongoDB NoSQL
ReturnDocumentIndicates which document to return, the original document before change or the document after the changeSince:3.Classmongodb.client.modelMongoDB NoSQL
SortsA factory for sort specifications.Classmongodb.client.modelMongoDB NoSQL
UpdateManyModelA model describing an update to all documents that matches the query filter.Classmongodb.client.modelMongoDB NoSQL
UpdateOneModelA model describing an update to at most one document that matches the query filter.Classmongodb.client.modelMongoDB NoSQL
UpdateOptionsThe options to apply when updating documents.Classmongodb.client.modelMongoDB NoSQL
UpdateResultThe result of an update operation.Classmongodb.client.resultMongoDB NoSQL
UpdatesA factory for document updates.Classmongodb.client.modelMongoDB NoSQL
WriteModelA base class for models that can be used in a bulk write operations.Classmongodb.client.modelMongoDB NoSQL