com.bigdata.rawstore
Interface IMRMW

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

public interface IMRMW
extends IMROW

A marker interface for an IRawStore that declares support for Multiple Readers and Multiple Writers (full read-write concurrency).

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: IMRMW.java 2265 2009-10-26 12:51:06Z thompsonbry $
Author:
Bryan Thompson
See Also:
IMROW



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