com.bigdata.rawstore
Interface IMROW

All Known Subinterfaces:
IBufferStrategy, IDiskBasedStrategy, IJournal, IMRMW
All Known Implementing Classes:
AbstractBufferStrategy, AbstractJournal, BasicBufferStrategy, BufferedDiskStrategy, DirectBufferStrategy, DiskBackedBufferStrategy, DiskOnlyStrategy, Journal, MappedBufferStrategy, StoreManager.ManagedJournal, TemporaryRawStore, TemporaryStore, TransientBufferStrategy

public interface IMROW

A marker interface for an IRawStore that declares support for Multiple Readers and One Writer (full read concurrency, but single-threaded writer).

Note: this interface ONLY makes a statement about the implementation of the IRawStore interface, not any other methods that might be declared by the implementation class.

Version:
$Id: IMROW.java 2265 2009-10-26 12:51:06Z thompsonbry $
Author:
Bryan Thompson
See Also:
IMRMW



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