Uses of Interface
org.apache.logging.log4j.core.appender.db.nosql.NoSQLObject

Packages that use NoSQLObject
org.apache.logging.log4j.core.appender.db.nosql The NoSQL Appender supports writing log events to NoSQL databases. 
org.apache.logging.log4j.core.appender.db.nosql.couch The classes in this package contain the Apache CouchDB provider for the NoSQL Appender. 
org.apache.logging.log4j.core.appender.db.nosql.mongo The classes in this package contain the MongoDB provider for the NoSQL Appender. 
 

Uses of NoSQLObject in org.apache.logging.log4j.core.appender.db.nosql
 

Classes in org.apache.logging.log4j.core.appender.db.nosql with type parameters of type NoSQLObject
 interface NoSQLConnection<W,T extends NoSQLObject<W>>
          Represents a connection to the NoSQL database.
 interface NoSQLProvider<C extends NoSQLConnection<?,? extends NoSQLObject<?>>>
          Implementations of this class are plugins for configuring the NoSQLAppender with the proper provider (MongoDB, etc.).
 

Methods in org.apache.logging.log4j.core.appender.db.nosql that return NoSQLObject
 T[] NoSQLConnection.createList(int length)
          Creates an array of the specified length typed to match the NoSQLObject implementation appropriate for this provider.
 

Methods in org.apache.logging.log4j.core.appender.db.nosql with parameters of type NoSQLObject
 void NoSQLConnection.insertObject(NoSQLObject<W> object)
          Inserts the given object into the underlying NoSQL database.
 void NoSQLObject.set(String field, NoSQLObject<W> value)
          Sets the value of a property on this object to a nested complex object.
 void NoSQLObject.set(String field, NoSQLObject<W>[] values)
          Sets the value of a property on this object to an array of nested complex objects.
 

Uses of NoSQLObject in org.apache.logging.log4j.core.appender.db.nosql.couch
 

Classes in org.apache.logging.log4j.core.appender.db.nosql.couch that implement NoSQLObject
 class CouchDBObject
          The Apache CouchDB implementation of NoSQLObject.
 

Methods in org.apache.logging.log4j.core.appender.db.nosql.couch with parameters of type NoSQLObject
 void CouchDBConnection.insertObject(NoSQLObject<Map<String,Object>> object)
           
 void CouchDBObject.set(String field, NoSQLObject<Map<String,Object>> value)
           
 void CouchDBObject.set(String field, NoSQLObject<Map<String,Object>>[] values)
           
 

Uses of NoSQLObject in org.apache.logging.log4j.core.appender.db.nosql.mongo
 

Classes in org.apache.logging.log4j.core.appender.db.nosql.mongo that implement NoSQLObject
 class MongoDBObject
          The MongoDB implementation of NoSQLObject.
 

Methods in org.apache.logging.log4j.core.appender.db.nosql.mongo with parameters of type NoSQLObject
 void MongoDBConnection.insertObject(NoSQLObject<com.mongodb.BasicDBObject> object)
           
 void MongoDBObject.set(String field, NoSQLObject<com.mongodb.BasicDBObject> value)
           
 void MongoDBObject.set(String field, NoSQLObject<com.mongodb.BasicDBObject>[] values)
           
 



Copyright © 1999-2013 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.