com.neeve.rog.log
Class RogLogFactory
java.lang.Object
com.neeve.root.RootObject
com.neeve.rog.RogObject
com.neeve.rog.log.RogLogFactory
public class RogLogFactory
- extends RogObject
A factory for objects in the Rog persistence layer.
RogLogFactory
public RogLogFactory()
createQueryEngine
public static RogLogQueryEngine createQueryEngine()
throws QueryException
- Creates a new
RogLogQueryEngine
for querying a log.
NOTE: this functionality is still under development and not yet
available
- Throws:
QueryException
- If there is an error creating the QueryEngine
createLog
public static RogLog createLog(String name)
throws OdsException
- Create a new log.
- Parameters:
name
- The name of the log
- Throws:
OdsException
- If there is an error creating the log.
createLog
public static RogLog createLog(String name,
Properties props)
throws OdsException
- Create a new log.
- Parameters:
name
- The name of the logprops
- Properties to configure the log.
- Throws:
OdsException
- If there is an error creating the log.
createFieldResolver
public static <REC> IdxFieldResolver<REC> createFieldResolver()
Copyright © 2016 Neeve Research, LLC. All Rights Reserved.