net.fortytwo.ripple
Class Ripple
java.lang.Object
net.fortytwo.ripple.Ripple
public final class Ripple
- extends Object
Read-only configuration metadata.
- Author:
- Joshua Shinavier (http://fortytwo.net)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RANDOM_URN_PREFIX
public static final String RANDOM_URN_PREFIX
- See Also:
- Constant Field Values
BUFFER_QUERY_RESULTS
public static final String BUFFER_QUERY_RESULTS
- See Also:
- Constant Field Values
RESULT_VIEW_SHOW_EDGES
public static final String RESULT_VIEW_SHOW_EDGES
- See Also:
- Constant Field Values
RESULT_VIEW_DEDUPLICATE_OBJECTS
public static final String RESULT_VIEW_DEDUPLICATE_OBJECTS
- See Also:
- Constant Field Values
RESULT_VIEW_MAX_OBJECTS
public static final String RESULT_VIEW_MAX_OBJECTS
- See Also:
- Constant Field Values
RESULT_VIEW_MAX_PREDICATES
public static final String RESULT_VIEW_MAX_PREDICATES
- See Also:
- Constant Field Values
RESULT_VIEW_PRINT_ENTIRE_STACK
public static final String RESULT_VIEW_PRINT_ENTIRE_STACK
- See Also:
- Constant Field Values
MAX_WORKER_THREADS
public static final String MAX_WORKER_THREADS
- See Also:
- Constant Field Values
ALLEGROSAIL_HOST
public static final String ALLEGROSAIL_HOST
- See Also:
- Constant Field Values
ALLEGROSAIL_PORT
public static final String ALLEGROSAIL_PORT
- See Also:
- Constant Field Values
ALLEGROSAIL_START
public static final String ALLEGROSAIL_START
- See Also:
- Constant Field Values
ALLEGROSAIL_NAME
public static final String ALLEGROSAIL_NAME
- See Also:
- Constant Field Values
ALLEGROSAIL_DIRECTORY
public static final String ALLEGROSAIL_DIRECTORY
- See Also:
- Constant Field Values
LINKEDDATASAIL_BASE_SAIL
public static final String LINKEDDATASAIL_BASE_SAIL
- See Also:
- Constant Field Values
MEMORYSTORE_PERSIST_FILE
public static final String MEMORYSTORE_PERSIST_FILE
- See Also:
- Constant Field Values
NATIVESTORE_DIRECTORY
public static final String NATIVESTORE_DIRECTORY
- See Also:
- Constant Field Values
NATIVESTORE_INDEXES
public static final String NATIVESTORE_INDEXES
- See Also:
- Constant Field Values
SPARQL_ENDPOINTURL
public static final String SPARQL_ENDPOINTURL
- See Also:
- Constant Field Values
READ_ONLY
public static final String READ_ONLY
- See Also:
- Constant Field Values
SAIL_TYPE
public static final String SAIL_TYPE
- See Also:
- Constant Field Values
ALLOW_DUPLICATE_NAMESPACES
public static final String ALLOW_DUPLICATE_NAMESPACES
- See Also:
- Constant Field Values
PREFER_NEWEST_NAMESPACE_DEFINITIONS
public static final String PREFER_NEWEST_NAMESPACE_DEFINITIONS
- See Also:
- Constant Field Values
HTTPCONNECTION_COURTESY_INTERVAL
public static final String HTTPCONNECTION_COURTESY_INTERVAL
- See Also:
- Constant Field Values
HTTPCONNECTION_TIMEOUT
public static final String HTTPCONNECTION_TIMEOUT
- See Also:
- Constant Field Values
USE_BLANK_NODES
public static final String USE_BLANK_NODES
- See Also:
- Constant Field Values
MEMOIZE_LISTS_FROM_RDF
public static final String MEMOIZE_LISTS_FROM_RDF
- See Also:
- Constant Field Values
DEFAULT_NAMESPACE
public static final String DEFAULT_NAMESPACE
- See Also:
- Constant Field Values
VERSION
public static final String VERSION
- See Also:
- Constant Field Values
USE_ASYNCHRONOUS_QUERIES
public static final String USE_ASYNCHRONOUS_QUERIES
- See Also:
- Constant Field Values
RIPPLE_ONTO_BASEURI
public static final String RIPPLE_ONTO_BASEURI
- See Also:
- Constant Field Values
initialize
public static void initialize(Properties... configuration)
throws RippleException
- Initializes the Ripple environment. Note: it is safe to call this method
more than once. Subsequent calls simply have no effect.
- Parameters:
configuration - optional configuration properties
- Throws:
RippleException - if initialization fails
getConfiguration
public static RippleProperties getConfiguration()
throws RippleException
- Throws:
RippleException
getName
public static String getName()
getVersion
public static String getVersion()
getQuiet
public static boolean getQuiet()
setQuiet
public static void setQuiet(boolean q)
asynchronousQueries
public static boolean asynchronousQueries()
enableAsynchronousQueries
public static void enableAsynchronousQueries(boolean enable)
Copyright © 2007-2014. All Rights Reserved.