|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use XMLStore | |
|---|---|
| org.planx.xmlstore.convert | |
| org.planx.xmlstore.nodes | |
| org.planx.xmlstore.regions | |
| org.planx.xmlstore.stores | |
| Uses of XMLStore in org.planx.xmlstore.convert |
|---|
| Methods in org.planx.xmlstore.convert with parameters of type XMLStore | |
|---|---|
static Node |
SAXBuilder.build(InputSource in,
XMLStore xmlstore)
Loads an XML document from an InputSource
and saves it in XMLStore during loading. |
static Node |
SAXBuilder.build(String fileName,
XMLStore xmlstore)
Loads an XML document from a file and saves it in XMLStore during loading. |
static Node |
SAXBuilder.build(String fileName,
XMLStore xmlstore,
int flushDepth)
Loads an XML document from a file and saves it in XMLStore during loading. |
| Constructors in org.planx.xmlstore.convert with parameters of type XMLStore | |
|---|---|
DVMBuilder(XMLStore xmlstore)
|
|
| Uses of XMLStore in org.planx.xmlstore.nodes |
|---|
| Fields in org.planx.xmlstore.nodes declared as XMLStore | |
|---|---|
protected XMLStore |
XMLStoreNodeProxy.xmlstore
|
| Constructors in org.planx.xmlstore.nodes with parameters of type XMLStore | |
|---|---|
NodeConverter(XMLStore xmlstore)
|
|
XMLStoreNodeProxy(LocalLocator loc,
Reference ref,
XMLStore xmlstore)
|
|
XMLStoreNodeProxy(Reference ref,
XMLStore xmlstore)
|
|
| Uses of XMLStore in org.planx.xmlstore.regions |
|---|
| Constructors in org.planx.xmlstore.regions with parameters of type XMLStore | |
|---|---|
RegionManager(XMLStore xmlstore)
|
|
RegionManager(XMLStore xmlstore,
RegionConfiguration conf)
|
|
| Uses of XMLStore in org.planx.xmlstore.stores |
|---|
| Classes in org.planx.xmlstore.stores that implement XMLStore | |
|---|---|
class |
AbstractXMLStore
A convenience class for implementing XMLStores. |
class |
DistributedXMLStore
A peer-to-peer XMLStore that uses Kademlia as routing module. |
class |
LocalXMLStore
A local XMLStore that only operates on location dependent
References, that is, LocalLocators. |
class |
NetworkProxy
|
class |
OptimisticReadXMLStore
|
class |
OptimisticWriteXMLStore
Optimistically writes without blocking returning a proxy Reference
that is resolved when the save process is completed. |
class |
ReadCacheXMLStore
|
class |
ReplicatorXMLStore
|
class |
TranslatorXMLStore
A bridge between location independent and location dependent XMLStores. |
class |
WriteBufferXMLStore
NOT IMPLEMENTED! |
class |
WriteCacheXMLStore
|
| Fields in org.planx.xmlstore.stores declared as XMLStore | |
|---|---|
protected XMLStore |
AbstractXMLStore.xmlstore
|
| Constructors in org.planx.xmlstore.stores with parameters of type XMLStore | |
|---|---|
AbstractXMLStore(XMLStore xmlstore)
Decorators that wrap other XMLStores can use this
constructor. |
|
DistributedXMLStore(XMLStore xmlstore,
int udpPort,
int tcpPort,
InetSocketAddress bootstrap)
Creates a DistributedXMLStore which listens for routing requests on the specified UDP port and listens for data transfer requests on the specified TCP port. |
|
NetworkSkeleton(XMLStore xmlstore,
int port)
Create a Network Stub XML Store which listens on the specified port and handles requests using the specified underlying XML Store. |
|
OptimisticReadXMLStore(XMLStore xmlstore)
|
|
OptimisticWriteXMLStore(XMLStore xmlstore)
|
|
ReadCacheXMLStore(XMLStore xmlstore)
|
|
WriteCacheXMLStore(XMLStore xmlstore)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||