com.bigdata.rawstore
Interface IStoreObjectOutputStream

All Superinterfaces:
DataOutput, ObjectOutput

public interface IStoreObjectOutputStream
extends DataOutput, ObjectOutput

Interface exposes the IRawStore during serialization.

Version:
$Id: IStoreObjectOutputStream.java 2265 2009-10-26 12:51:06Z thompsonbry $
Author:
Bryan Thompson

Method Summary
 IRawStore getStore()
           
 
Methods inherited from interface java.io.ObjectOutput
close, flush, write, write, write, writeObject
 
Methods inherited from interface java.io.DataOutput
writeBoolean, writeByte, writeBytes, writeChar, writeChars, writeDouble, writeFloat, writeInt, writeLong, writeShort, writeUTF
 

Method Detail

getStore

IRawStore getStore()


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