Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.apache.lucene.store Classes and Interfaces - 64 results found.
NameDescriptionTypePackageFramework
AlreadyClosedExceptionThis exception is thrown when there is an attempt to access something that has already been closed.Classorg.apache.lucene.storeApache Lucene
BaseDirectoryBase implementation for a concrete Directory that uses a LockFactory for locking.Classorg.apache.lucene.storeApache Lucene
BufferedChecksumWraps another Checksum with an internal buffer to speed up checksum calculations.Classorg.apache.lucene.storeApache Lucene
BufferedChecksumIndexInputSimple implementation of ChecksumIndexInput that wraps another input and delegates calls.Classorg.apache.lucene.storeApache Lucene
BufferedIndexInputBase implementation class for buffered IndexInput.Classorg.apache.lucene.storeApache Lucene
ByteArrayDataInputDataInput backed by a byte array.Classorg.apache.lucene.storeApache Lucene
ByteArrayDataOutputDataOutput backed by a byte array.Classorg.apache.lucene.storeApache Lucene
ChecksumIndexInputExtension of IndexInput, computing checksum as it goes.Classorg.apache.lucene.storeApache Lucene
DataInputAbstract base class for performing read operations of Lucene's low-level DataInput may only be used from one thread, because it is notClassorg.apache.lucene.storeApache Lucene
DataOutputAbstract base class for performing write operations of Lucene's low-level DataOutput may only be used from one thread, because it is notClassorg.apache.lucene.storeApache Lucene
DirectoryA Directory is a flat list of files.Classorg.apache.lucene.storeApache Lucene
FileSwitchDirectoryExpert: A Directory instance that switches files between two other Directory instances.Classorg.apache.lucene.storeApache Lucene
FilterDirectoryDirectory implementation that delegates calls to another directory.Classorg.apache.lucene.storeApache Lucene
FlushInfoA FlushInfo provides information required for a FLUSH context.Classorg.apache.lucene.storeApache Lucene
FSDirectoryBase class for Directory implementations that store index files in the file system.Classorg.apache.lucene.storeApache Lucene
FSLockFactoryBase class for file system based locking implementation.Classorg.apache.lucene.storeApache Lucene
IndexInputAbstract base class for input from a file in a Directory.Classorg.apache.lucene.storeApache Lucene
IndexOutputAbstract base class for output to a file in a Directory.Classorg.apache.lucene.storeApache Lucene
InputStreamDataInputA DataInput wrapping a plain InputStream.Classorg.apache.lucene.storeApache Lucene
IOContextIOContext holds additional details on the merge/search context.Classorg.apache.lucene.storeApache Lucene
IOContext .ContextClassorg.apache.lucene.store.IOContextApache Lucene
LockAn interprocess mutex lock.Classorg.apache.lucene.storeApache Lucene
LockFactoryBase class for Locking implementation.Classorg.apache.lucene.storeApache Lucene
LockObtainFailedExceptionThis exception is thrown when the write.Classorg.apache.lucene.storeApache Lucene
LockReleaseFailedExceptionThis exception is thrown when the write.Classorg.apache.lucene.storeApache Lucene
LockStressTestSimple standalone tool that forever acquires and releases a lock using a specific LockFactory.Classorg.apache.lucene.storeApache Lucene
LockValidatingDirectoryWrapperThis class makes a best-effort check that a provided Lock is valid before any destructive filesystem operation.Classorg.apache.lucene.storeApache Lucene
LockVerifyServerSimple standalone server that must be running when you use VerifyingLockFactory.Classorg.apache.lucene.storeApache Lucene
MergeInfoA MergeInfo provides information required for a MERGE context.Classorg.apache.lucene.storeApache Lucene
MMapDirectoryFile-based Directory implementation that uses mmap for reading, and FSDirectory.Classorg.apache.lucene.storeApache Lucene
NativeFSLockFactory locks.Classorg.apache.lucene.storeApache Lucene
NIOFSDirectoryAn FSDirectory implementation that uses java.Classorg.apache.lucene.storeApache Lucene
NoLockFactoryUse this LockFactory to disable locking entirely.Classorg.apache.lucene.storeApache Lucene
NRTCachingDirectoryWraps a RAMDirectory around any provided delegate directory, toClassorg.apache.lucene.storeApache Lucene
OutputStreamDataOutputA DataOutput wrapping a plain OutputStream.Classorg.apache.lucene.storeApache Lucene
OutputStreamIndexOutputClassorg.apache.lucene.storeApache Lucene
RAMDirectoryA memory-resident Directory implementation.Classorg.apache.lucene.storeApache Lucene
RAMFileRepresents a file in RAM as a list of byte[] buffers.Classorg.apache.lucene.storeApache Lucene
RAMInputStreamA memory-resident IndexInput implementation.Classorg.apache.lucene.storeApache Lucene
RAMOutputStreamA memory-resident IndexOutput implementation.Classorg.apache.lucene.storeApache Lucene
RandomAccessInputRandom Access Index API.Interfaceorg.apache.lucene.storeApache Lucene
RateLimitedIndexOutputA rate limiting IndexOutputNOTE: This API is for internal purposes only and might change in incompatible ways in the next release.Classorg.apache.lucene.storeApache Lucene
RateLimiterAbstract base class to rate limit IO.Classorg.apache.lucene.storeApache Lucene
RateLimiter .SimpleRateLimiterSimple class to rate limit IO.Classorg.apache.lucene.store.RateLimiterApache Lucene
SimpleFSDirectoryA straightforward implementation of FSDirectory using Files.Classorg.apache.lucene.storeApache Lucene
SimpleFSLockFactory The main downside with using this API for locking is that the Lucene write lock may not be released when Classorg.apache.lucene.storeApache Lucene
SingleInstanceLockFactory meaning all locking will take place through this one instance.Classorg.apache.lucene.storeApache Lucene
SleepingLockWrapperDirectory that wraps another, and that sleeps and retries if obtaining the lock fails.Classorg.apache.lucene.storeApache Lucene
TrackingDirectoryWrapperA delegating Directory that records which files were written to and deleted.Classorg.apache.lucene.storeApache Lucene
VerifyingLockFactoryA LockFactory that wraps another LockFactory and verifies that each lock obtain/release is correct (never results in two processes holding theClassorg.apache.lucene.storeApache Lucene
NativePosixUtilProvides JNI access to native methods such as madvise() for NativeUnixDirectoryClassorg.apache.lucene.storeApache Lucene
NativeUnixDirectoryA Directory implementation for all Unixes that uses DIRECT I/O to bypass OS level IO caching duringClassorg.apache.lucene.storeApache Lucene
RAFDirectoryA straightforward implementation of FSDirectory using java.Classorg.apache.lucene.storeApache Lucene
WindowsDirectoryNative Directory implementation for Microsoft Windows.Classorg.apache.lucene.storeApache Lucene
BaseDirectoryTestCaseBase class for per-Directory tests.Classorg.apache.lucene.storeApache Lucene
BaseDirectoryWrapperCalls check index on close.Classorg.apache.lucene.storeApache Lucene
BaseLockFactoryTestCaseBase class for per-LockFactory tests.Classorg.apache.lucene.storeApache Lucene
MockDirectoryWrapperThis is a Directory Wrapper that adds methods intended to be used only by unit tests.Classorg.apache.lucene.storeApache Lucene
MockDirectoryWrapper .FailureObjects that represent fail-able conditions.Classorg.apache.lucene.store.MockDirectoryWrapperApache Lucene
MockDirectoryWrapper .FakeIOExceptionUse this when throwing fake IOException, e.Classorg.apache.lucene.store.MockDirectoryWrapperApache Lucene
MockDirectoryWrapper .Throttling Set via #setThrottling(Throttling) WARNING: can make tests very slow.Classorg.apache.lucene.store.MockDirectoryWrapperApache Lucene
MockIndexInputWrapperUsed by MockDirectoryWrapper to create an input stream that keeps track of when it's been closed.Classorg.apache.lucene.storeApache Lucene
MockIndexOutputWrapperUsed by MockRAMDirectory to create an output stream that will throw an IOException on fake disk full, track maxClassorg.apache.lucene.storeApache Lucene
RawDirectoryWrapperDelegates all operations, even optional ones, to the wrapped directory.Classorg.apache.lucene.storeApache Lucene