|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DataStore | |
|---|---|
| com.sun.sgs.impl.service.data | Provides an implementation of DataService. |
| com.sun.sgs.impl.service.data.store | Provides facilities for storing objects used by DataServiceImpl. |
| com.sun.sgs.impl.service.data.store.net | Provides an implementation of DataStore that supports clients
communicating to a shared data store server over the network. |
| Uses of DataStore in com.sun.sgs.impl.service.data |
|---|
| Fields in com.sun.sgs.impl.service.data declared as DataStore | |
|---|---|
(package private) DataStore |
Context.store
The data store. |
| Constructors in com.sun.sgs.impl.service.data with parameters of type DataStore | |
|---|---|
ClassesTable(DataStore store)
Creates an instance with the specified data store. |
|
Context(DataServiceImpl service,
DataStore store,
Transaction txn,
int debugCheckInterval,
boolean detectModifications,
ClassesTable classesTable,
boolean trackStaleObjects)
Creates an instance of this class. |
|
| Uses of DataStore in com.sun.sgs.impl.service.data.store |
|---|
| Classes in com.sun.sgs.impl.service.data.store that implement DataStore | |
|---|---|
class |
AbstractDataStore
A skeletal implementation of DataStore that does logging, checks
arguments, reports object accesses, implements the next key locking scheme
for name bindings, and is a transaction participant. |
class |
DataStoreImpl
Provides an implementation of DataStore based on the database
interface layer defined in the com.sun.sgs.service.store.db package. |
class |
DataStoreProfileProducer
Implements a DataStore that reports profiling information about data
store operations under the name
"com.sun.sgs.impl.service.data.store.DataStore", implementing DataStore operations and transaction participant methods by delegating them
to another data store. |
| Methods in com.sun.sgs.impl.service.data.store that return DataStore | |
|---|---|
DataStore |
DataStoreProfileProducer.getDataStore()
Returns the DataStore that this instance delegates to. |
| Constructors in com.sun.sgs.impl.service.data.store with parameters of type DataStore | |
|---|---|
DataStoreProfileProducer(DataStore dataStore,
ProfileCollector collector)
Creates an instance that delegates all DataStore and TransactionParticipant methods to dataStore. |
|
| Uses of DataStore in com.sun.sgs.impl.service.data.store.net |
|---|
| Classes in com.sun.sgs.impl.service.data.store.net that implement DataStore | |
|---|---|
class |
DataStoreClient
Provides an implementation of DataStore by communicating over the
network to an implementation of DataStoreServer, and optionally runs
the server. |
|
RedDwarf, Version 0.10.1 2010-03-14 10:56:12 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||