org.schwa.dr.runtime
Class RTStoreSchema
java.lang.Object
org.schwa.dr.runtime.RTStoreSchema
public final class RTStoreSchema
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RTStoreSchema
public RTStoreSchema(int storeId,
String serial,
RTAnnSchema storedKlass,
StoreSchema def)
RTStoreSchema
public RTStoreSchema(int storeId,
String serial,
RTAnnSchema storedKlass,
byte[] lazy,
int lazyNElem)
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.