org.schwa.dr.runtime
Class RTStoreSchema

java.lang.Object
  extended by org.schwa.dr.runtime.RTStoreSchema

public final class RTStoreSchema
extends Object


Constructor Summary
RTStoreSchema(int storeId, String serial, RTAnnSchema storedKlass, byte[] lazy, int lazyNElem)
           
RTStoreSchema(int storeId, String serial, RTAnnSchema storedKlass, StoreSchema def)
           
 
Method Summary
 StoreSchema getDef()
           
 byte[] getLazyData()
           
 int getLazyNElem()
           
 String getSerial()
           
 RTAnnSchema getStoredKlass()
           
 int getStoreId()
           
 boolean isLazy()
           
 void setDef(StoreSchema def)
           
 void setLazy(byte[] lazy)
           
 void setStoredKlass(RTAnnSchema storedKlass)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RTStoreSchema

public RTStoreSchema(int storeId,
                     String serial,
                     RTAnnSchema storedKlass,
                     StoreSchema def)

RTStoreSchema

public RTStoreSchema(int storeId,
                     String serial,
                     RTAnnSchema storedKlass,
                     byte[] lazy,
                     int lazyNElem)
Method Detail

getDef

public StoreSchema getDef()

getLazyData

public byte[] getLazyData()

getLazyNElem

public int getLazyNElem()

getSerial

public String getSerial()

getStoredKlass

public RTAnnSchema getStoredKlass()

getStoreId

public int getStoreId()

isLazy

public boolean isLazy()

setDef

public void setDef(StoreSchema def)

setLazy

public void setLazy(byte[] lazy)

setStoredKlass

public void setStoredKlass(RTAnnSchema storedKlass)


Copyright © 2014. All rights reserved.