Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.exist.storage Classes and Interfaces - 164 results found.
NameDescriptionTypePackageFramework
AbstractBFileLoggableClassorg.exist.storage.indexExistDB
AbstractLoggableAbstract implementation of the Loggable interface.Classorg.exist.storage.journalExistDB
AbstractVariableByteInputAbstract base class for implementations of VariableByteInput.Classorg.exist.storage.ioExistDB
AccountingKeeps track of various cache parameters.Classorg.exist.storage.cacheExistDB
AddLinkLoggableClassorg.exist.storage.domExistDB
AddMovedValueLoggableClassorg.exist.storage.domExistDB
AddValueLoggableClassorg.exist.storage.domExistDB
BackupSystemTaskBackupSystemTask creates an XML backup of the current database into a directory or zip file.Classorg.exist.storageExistDB
BFileData store for variable size values.Classorg.exist.storage.indexExistDB
BFile .PageInputStreamInterfaceorg.exist.storage.indexExistDB
BFileCallbackInterfaceorg.exist.storage.indexExistDB
BlockingInputStreamBlockingInputStream is a combination of an input stream and an output stream, connected through a (circular) buffer in memory.Classorg.exist.storage.ioExistDB
BlockingOutputStreamOutput stream adapter for a BlockingInputStream.Classorg.exist.storage.ioExistDB
BrokerFactoryClassorg.exist.storageExistDB
BrokerPoolThis class controls all available instances of the database.Classorg.exist.storageExistDB
BrokerWatchdogClassorg.exist.storageExistDB
BTAbstractLoggableClassorg.exist.storage.btreeExistDB
BTreeA general purpose B+-tree which stores binary keys as instances of Value.Classorg.exist.storage.btreeExistDB
BTreeCacheThis cache implementation always tries to keep the inner btree pages in cache, while the leaf pages can be removed.Classorg.exist.storage.cacheExistDB
BTreeCacheableFields inherited from interface org.Interfaceorg.exist.storage.cacheExistDB
BTreeCallbackBTreeCallback is a callback interface for BTree queries.Interfaceorg.exist.storage.btreeExistDB
BTreeExceptionA BTreeException is thrown by the BTree if an exception occurs in the managing of the BTree.Classorg.exist.storage.btreeExistDB
BTreeStoreNested Class SummaryNested classes/interfaces inherited from class org.Classorg.exist.storage.indexExistDB
BufferStats To change this generated comment go to Window>Preferences>Java>Code Generation>Code and CommentsClassorg.exist.storageExistDB
CacheBase interface for all cache implementations that are used for buffering btree and data pages.Interfaceorg.exist.storage.cacheExistDB
Cacheable Each object should provide a unique key, an internal reference counter, and a timestamp marker (used to measure how long the object has stayedInterfaceorg.exist.storage.cacheExistDB
CacheManagerInterfaceorg.exist.storageExistDB
CheckpointClassorg.exist.storage.txnExistDB
CollectionCacheManagerClassorg.exist.storageExistDB
CollectionStoreHandles access to the central collection storage file (collections.Classorg.exist.storage.indexExistDB
CollectionStore .CollectionKeyClassorg.exist.storage.indexExistDB
CollectionStore .DocumentKeyClassorg.exist.storage.indexExistDB
ConsistencyCheckTaskClassorg.exist.storageExistDB
ContentLoadingObserverReceives callback event during document(s) loading and removal; implemented by several classes that generate various indices;Interfaceorg.exist.storageExistDB
CreateBinaryLoggableClassorg.exist.storageExistDB
CreateBTNodeLoggableClassorg.exist.storage.btreeExistDB
CreatePageLoggableClassorg.exist.storage.domExistDB
CreatePageLoggableClassorg.exist.storage.indexExistDB
CustomMatchListenerBase class for custom filters which can be applied to the serialization stream generated by the Serializer.Classorg.exist.storage.serializersExistDB
CustomMatchListenerFactoryConfigures and maintains a list of CustomMatchListener.Classorg.exist.storage.serializersExistDB
DataBackupClassorg.exist.storageExistDB
DataGuideCollects statistics about the distribution of elements in a document or even the entire database.Classorg.exist.storage.statisticsExistDB
DBBrokerThis is the base class for all database backends.Classorg.exist.storageExistDB
DBExceptionA DBException is thrown by the database if an exception occurs in the managing (creating, dropping) database objects such as Collections, Indexes,Classorg.exist.storage.btreeExistDB
DeadlockDetectionDeadlock detection for resource and collection locks.Classorg.exist.storage.lockExistDB
DefaultCacheManagerCacheManager maintains a global memory pool available to all page caches.Classorg.exist.storageExistDB
DOMFileThis is the main storage for XML nodes.Classorg.exist.storage.domExistDB
DOMTransactionDOMTransaction controls access to the DOM file This implements a wrapper around the code passed inClassorg.exist.storage.domExistDB
ElementIndexClassorg.exist.storageExistDB
ElementValueClassorg.exist.storageExistDB
EXistOutputKeysClassorg.exist.storage.serializersExistDB
FileLockCooperative inter-process file locking, used to synchronize access to database files across processes, i.Classorg.exist.storage.lockExistDB
FileLockHeartBeatProvides a Scheduled HeartBeat for the FileLockConstructor SummaryFileLockHeartBeat()Classorg.exist.storage.lockExistDB
FileSyncThreadSync the current journal file by calling FileChannel.Classorg.exist.storage.journalExistDB
FreeListManages a list of pages containing unused sections.Classorg.exist.storage.indexExistDB
FreeSpaceUsed to track the available amount of free space in a data page.Classorg.exist.storage.indexExistDB
FulltextIndexSpecContains information about which parts of a document should be fulltext-indexed for a specified doctype.Classorg.exist.storageExistDB
GClockCacheCache implementation based on the GClock algorithm.Classorg.exist.storage.cacheExistDB
GeneralRangeIndexSpecUsed to specify a range index on a node path.Classorg.exist.storageExistDB
IndexableThis interface should be implemented by all basic types to be used as keys in a value index.Interfaceorg.exist.storageExistDB
IndexQueryIndexQuery represents the most primitive form of index querying.Classorg.exist.storage.btreeExistDB
IndexSpecTop class for index definitions as specified in a collection configuration or the main configuration file.Classorg.exist.storageExistDB
IndexStatisticsCollects statistics on the distribution of elements in the database.Classorg.exist.storage.statisticsExistDB
IndexStatisticsWorkerFields inherited from interface org.Classorg.exist.storage.statisticsExistDB
IndexStatsClassorg.exist.storageExistDB
InsertValueLoggableLog object representing the insertion of a new btree key.Classorg.exist.storage.btreeExistDB
InsertValueLoggableInsert a value into a data page.Classorg.exist.storage.domExistDB
JournalManages the journalling log.Classorg.exist.storage.journalExistDB
JournalReaderRead log entries from the journal file.Classorg.exist.storage.journalExistDB
LockInterfaceorg.exist.storage.lockExistDB
LockedDocumentMapThis map is used by the XQuery engine to track how many read locks were acquired for a document during query execution.Classorg.exist.storage.lockExistDB
LockInfoEncapsulates debug information about a log.Classorg.exist.storage.lockExistDB
LockListenerInterfaceorg.exist.storage.lockExistDB
LockOwnerUsed to track acquired locks, mainly for debugging.Classorg.exist.storage.lockExistDB
LogEntryTypesRegistry for log entry types.Classorg.exist.storage.journalExistDB
LogExceptionClassorg.exist.storage.journalExistDB
LoggableInterface to be implemented by all objects that can be written or read from the journalling log.Interfaceorg.exist.storage.journalExistDB
LRDCacheA cache implementation based on a Least Reference Density (LRD) replacement policy.Classorg.exist.storage.cacheExistDB
LRUCacheA simple cache implementing a Last Recently Used policy.Classorg.exist.storage.cacheExistDB
LsnLog Sequence Number: identifies a log record within the journal file.Classorg.exist.storage.journalExistDB
MultiReadReentrantLockA reentrant read/write lock, which allows multiple readers to acquire a lock.Classorg.exist.storage.lockExistDB
NativeBrokerMain class for the native XML storage backend.Classorg.exist.storageExistDB
NativeBroker .NodeRefClassorg.exist.storageExistDB
NativeSerializerSerializer implementation for the native database backend.Classorg.exist.storage.serializersExistDB
NativeStructuralIndexClassorg.exist.storage.structuralExistDB
NativeStructuralIndexWorkerInternal default implementation of the structural index.Classorg.exist.storage.structuralExistDB
NativeTextEngineThis class is responsible for fulltext-indexing.Classorg.exist.storageExistDB
NativeValueIndexMaintains an index on typed node values.Classorg.exist.storageExistDB
NodeIterator This implementation locks the DOM file to read the node and unlocks it afterwards.Classorg.exist.storage.domExistDB
NodePathClassorg.exist.storageExistDB
NotificationServiceGlobal notification service for document updates.Classorg.exist.storageExistDB
OccurrenceListSimple list of node ids and their offsets within the text sequence.Classorg.exist.storageExistDB
OverflowAppendLoggableClassorg.exist.storage.indexExistDB
OverflowCreateLoggableClassorg.exist.storage.indexExistDB
OverflowCreatePageLoggableClassorg.exist.storage.indexExistDB
OverflowModifiedLoggableClassorg.exist.storage.indexExistDB
OverflowRemoveLoggableClassorg.exist.storage.indexExistDB
OverflowStoreLoggableClassorg.exist.storage.indexExistDB
PagedClassorg.exist.storage.btreeExistDB
Paged .PageHeaderClassorg.exist.storage.btreeExistDB
ParseExceptionThis exception is thrown when parse errors are encountered.Classorg.exist.storage.analysisExistDB
ProcessMonitorClass to keep track of all running queries in a database instance.Classorg.exist.storageExistDB
ProcessMonitor .JobInfoConstructor SummaryProcessMonitor.Classorg.exist.storageExistDB
ProcessMonitor .MonitorConstructor SummaryProcessMonitor.Classorg.exist.storageExistDB
QNameRangeIndexSpecFields inherited from class org.Classorg.exist.storageExistDB
RangeIndexSpecClassorg.exist.storageExistDB
RawNodeIteratorAn iterator that walks through the raw node data items in a document.Classorg.exist.storage.domExistDB
RecordPosClassorg.exist.storage.domExistDB
RecoveryManagerDatabase recovery.Classorg.exist.storage.recoveryExistDB
ReentrantReadWriteLockA lock with the same semantics as builtin Java synchronized locks: Once a thread has a lock, itClassorg.exist.storage.lockExistDB
RemoveEmptyPageLoggableClassorg.exist.storage.domExistDB
RemoveEmptyPageLoggableClassorg.exist.storage.indexExistDB
RemoveOverflowLoggableClassorg.exist.storage.domExistDB
RemovePageLoggableClassorg.exist.storage.domExistDB
RemoveValueLoggableClassorg.exist.storage.btreeExistDB
RemoveValueLoggableClassorg.exist.storage.domExistDB
RemoveValueLoggableClassorg.exist.storage.indexExistDB
RenameBinaryLoggableClassorg.exist.storageExistDB
SerializerSerializer base class, used to serialize a document or document fragment back to XML.Classorg.exist.storage.serializersExistDB
SetPageLinkLoggableCreated by IntelliJ IDEA.Classorg.exist.storage.btreeExistDB
SetParentLoggableClassorg.exist.storage.btreeExistDB
SignaturesStatic methods to deal with the signature of a node stored in the first byte of the node data in the persistent DOM.Classorg.exist.storageExistDB
SimpleTokenizerThis is the default class used by the fulltext indexer for tokenizing a string into words.Classorg.exist.storage.analysisExistDB
SplitPageLoggableClassorg.exist.storage.domExistDB
StartupTriggerInterfaceorg.exist.storageExistDB
StatisticsClassorg.exist.storage.reportExistDB
StorageAddressRepresents a (virtual) storage address in the paged file, consisting of page number, tuple id and type indicator.Classorg.exist.storageExistDB
StoreValueLoggableClassorg.exist.storage.indexExistDB
SyncIt will periodically trigger a cache sync to write cached pages to disk.Interfaceorg.exist.storage.syncExistDB
SyncTaskFields inherited from interface org.Classorg.exist.storage.syncExistDB
SystemTaskInterface to be implemented by tasks used for system maintenance.Interfaceorg.exist.storageExistDB
SystemTaskManagerClassorg.exist.storageExistDB
TermMatcher TextSearchEngine.Interfaceorg.exist.storageExistDB
TextSearchEngineThis is the base class for all classes providing access to the fulltext index.Classorg.exist.storageExistDB
TextTokenClassorg.exist.storage.analysisExistDB
TokenDescribes the input token stream.Classorg.exist.storage.analysisExistDB
TokenizerInterfaceorg.exist.storage.analysisExistDB
TransactionExceptionClassorg.exist.storage.txnExistDB
TransactionManagerThis is the central entry point to the transaction management service.Classorg.exist.storage.txnExistDB
TreeMetricsClassorg.exist.storage.btreeExistDB
TxnClassorg.exist.storage.txnExistDB
TxnAbortClassorg.exist.storage.txnExistDB
TxnCommitClassorg.exist.storage.txnExistDB
TxnListenerInterfaceorg.exist.storage.txnExistDB
TxnStartClassorg.exist.storage.txnExistDB
UpdateBinaryLoggableClassorg.exist.storageExistDB
UpdateHeaderLoggableClassorg.exist.storage.domExistDB
UpdateLinkLoggableClassorg.exist.storage.domExistDB
UpdateListenerInterfaceorg.exist.storageExistDB
UpdatePageLoggableClassorg.exist.storage.btreeExistDB
UpdateValueLoggableClassorg.exist.storage.btreeExistDB
UpdateValueLoggableClassorg.exist.storage.domExistDB
ValueValue is the primary base class for all data storing objects.Classorg.exist.storage.btreeExistDB
ValueIndexFactoryClassorg.exist.storageExistDB
VariableByteArrayInputClassorg.exist.storage.ioExistDB
VariableByteInputInterface for reading variable byte encoded values.Interfaceorg.exist.storage.ioExistDB
VariableByteInputStreamClassorg.exist.storage.ioExistDB
VariableByteOutputStreamA byte array output stream using variable byte encoding.Classorg.exist.storage.ioExistDB
WaitingThreadClassorg.exist.storage.lockExistDB
WriteOverflowPageLoggableClassorg.exist.storage.domExistDB
WSDLFilterAdd the xmlns:tns and xmlns:soapenc namespaces to the definitions element of the WSDL stylesheet we do this here as a workaround for Xalan, Xalan has no easyClassorg.exist.storage.serializersExistDB
XIncludeFilterA filter that listens for XInclude elements in the stream of events generated by the Serializer.Classorg.exist.storage.serializersExistDB
XMLStatisticsgenerate statistics about the XML storage - used by org.Classorg.exist.storage.reportExistDB
XQueryPoolGlobal pool for pre-compiled XQuery expressions.Classorg.exist.storageExistDB