Uses of Interface
com.bigdata.journal.Options

Packages that use Options
com.bigdata.bfs This package provides a scale-out content repository (aka distributed file system) suitable as the backend for a REST-ful service using the bigdata architecture. 
com.bigdata.journal The journal is an append-only persistence capable data structure supporting atomic commit, named indices, and transactions. 
com.bigdata.rdf.sail This package contains the SAIL that allow bigdata to be used as a backend for the Sesame 2.x platform. 
com.bigdata.rdf.store This package provides several realizations of an RDF database using the bigdata architecture, including one suitable for temporary data, one suitable for local processing (single host), and one designed for scale-out on commodity hardware. 
com.bigdata.resources This package provides the logic to managed the live journal and the historical journals and index segments for a DataService
com.bigdata.service This package provides implementations of bigdata services (metadata service, data service, transaction manager service. 
com.bigdata.service.jini   
 

Uses of Options in com.bigdata.bfs
 

Subinterfaces of Options in com.bigdata.bfs
static interface BigdataFileSystem.Options
          Configuration options.
 

Uses of Options in com.bigdata.journal
 

Subinterfaces of Options in com.bigdata.journal
static interface Journal.Options
          Options understood by the Journal.
 

Uses of Options in com.bigdata.rdf.sail
 

Subinterfaces of Options in com.bigdata.rdf.sail
static interface BigdataSail.Options
          Additional parameters understood by the Sesame 2.x SAIL implementation.
 

Uses of Options in com.bigdata.rdf.store
 

Subinterfaces of Options in com.bigdata.rdf.store
static interface AbstractTripleStore.Options
          Configuration options.
static interface LocalTripleStore.Options
          Options understood by the LocalTripleStore.
static interface TempTripleStore.Options
           
 

Uses of Options in com.bigdata.resources
 

Subinterfaces of Options in com.bigdata.resources
static interface IndexManager.Options
          Options understood by the IndexManager.
static interface OverflowManager.Options
          Options understood by the OverflowManager.
static interface ResourceManager.Options
          ResourceManager options.
static interface StoreManager.Options
          Options for the StoreManager.
 

Uses of Options in com.bigdata.service
 

Subinterfaces of Options in com.bigdata.service
static interface DataService.Options
          Options understood by the DataService.
static interface MetadataService.Options
          Options for the MetadataService.
 

Uses of Options in com.bigdata.service.jini
 

Subinterfaces of Options in com.bigdata.service.jini
static interface DataServer.Options
          Options for this server.
static interface MetadataServer.Options
          Options for this server.
 



Copyright © 2006-2011 SYSTAP, LLC. All Rights Reserved.