net.fortytwo.ripple
Class Ripple

java.lang.Object
  extended by net.fortytwo.ripple.Ripple

public final class Ripple
extends Object

Read-only configuration metadata.

Author:
Joshua Shinavier (http://fortytwo.net)

Field Summary
static String ALLEGROSAIL_DIRECTORY
           
static String ALLEGROSAIL_HOST
           
static String ALLEGROSAIL_NAME
           
static String ALLEGROSAIL_PORT
           
static String ALLEGROSAIL_START
           
static String ALLOW_DUPLICATE_NAMESPACES
           
static String BUFFER_QUERY_RESULTS
           
static String DEFAULT_NAMESPACE
           
static String HTTPCONNECTION_COURTESY_INTERVAL
           
static String HTTPCONNECTION_TIMEOUT
           
static String LINKEDDATASAIL_BASE_SAIL
           
static String MAX_WORKER_THREADS
           
static String MEMOIZE_LISTS_FROM_RDF
           
static String MEMORYSTORE_PERSIST_FILE
           
static String NATIVESTORE_DIRECTORY
           
static String NATIVESTORE_INDEXES
           
static String PREFER_NEWEST_NAMESPACE_DEFINITIONS
           
static String RANDOM_URN_PREFIX
           
static String READ_ONLY
           
static String RESULT_VIEW_DEDUPLICATE_OBJECTS
           
static String RESULT_VIEW_MAX_OBJECTS
           
static String RESULT_VIEW_MAX_PREDICATES
           
static String RESULT_VIEW_PRINT_ENTIRE_STACK
           
static String RESULT_VIEW_SHOW_EDGES
           
static String RIPPLE_ONTO_BASEURI
           
static String SAIL_TYPE
           
static String SPARQL_ENDPOINTURL
           
static String USE_ASYNCHRONOUS_QUERIES
           
static String USE_BLANK_NODES
           
static String VERSION
           
 
Method Summary
static boolean asynchronousQueries()
           
static void enableAsynchronousQueries(boolean enable)
           
static RippleProperties getConfiguration()
           
static String getName()
           
static boolean getQuiet()
           
static String getVersion()
           
static void initialize(Properties... configuration)
          Initializes the Ripple environment.
static void setQuiet(boolean q)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Method Detail

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.