public final class CouchDbConnection extends Object implements NoSqlConnection<Map<String,Object>,DefaultNoSqlObject>
NoSqlConnection
.Constructor and Description |
---|
CouchDbConnection(org.lightcouch.CouchDbClient client) |
Modifier and Type | Method and Description |
---|---|
void |
close()
Closes the underlying connection.
|
DefaultNoSqlObject[] |
createList(int length)
Creates an array of the specified length typed to match the
NoSqlObject implementation appropriate for
this provider. |
DefaultNoSqlObject |
createObject()
Instantiates and returns a
NoSqlObject instance whose properties can be configured before ultimate
insertion via NoSqlConnection.insertObject(NoSqlObject) . |
void |
insertObject(NoSqlObject<Map<String,Object>> object)
Inserts the given object into the underlying NoSQL database.
|
boolean |
isClosed()
Indicates whether the underlying connection is closed.
|
public DefaultNoSqlObject createObject()
NoSqlConnection
NoSqlObject
instance whose properties can be configured before ultimate
insertion via NoSqlConnection.insertObject(NoSqlObject)
.createObject
in interface NoSqlConnection<Map<String,Object>,DefaultNoSqlObject>
NoSqlObject
public DefaultNoSqlObject[] createList(int length)
NoSqlConnection
NoSqlObject
implementation appropriate for
this provider.createList
in interface NoSqlConnection<Map<String,Object>,DefaultNoSqlObject>
length
- the length of the array to create.NoSqlObject
public void insertObject(NoSqlObject<Map<String,Object>> object)
NoSqlConnection
insertObject
in interface NoSqlConnection<Map<String,Object>,DefaultNoSqlObject>
object
- The object to insert.public void close()
NoSqlConnection
If this connection is part of a connection pool, executing this method should commit the transaction and return the connection to the pool, but it should not actually close the underlying connection.
close
in interface Closeable
close
in interface AutoCloseable
close
in interface NoSqlConnection<Map<String,Object>,DefaultNoSqlObject>
public boolean isClosed()
NoSqlConnection
true
if a call to NoSqlConnection.insertObject(NoSqlObject)
will fail due to the state of this object.isClosed
in interface NoSqlConnection<Map<String,Object>,DefaultNoSqlObject>
true
if this object is considered closed.Copyright © 1999-2021 Apache Software Foundation. All Rights Reserved.
Apache Logging, Apache Log4j, Log4j, Apache, the Apache feather logo, the Apache Logging project logo, and the Apache Log4j logo are trademarks of The Apache Software Foundation.