|
|||||||||
| Home >> All >> com >> flexstor >> common >> modules >> registry >> [ bucket overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.flexstor.common.modules.registry.bucket
Class BucketRegistryRecord

java.lang.Objectcom.flexstor.common.modules.registry.RegistryRecord
com.flexstor.common.modules.registry.bucket.BucketRegistryRecord
- public class BucketRegistryRecord
- extends com.flexstor.common.modules.registry.RegistryRecord
| Field Summary | |
private boolean |
bPartialData
|
private com.flexstor.common.data.ejb.search.MultiValueData[] |
data
|
private byte |
nLevel
|
private long |
timeStamp
|
| Fields inherited from class com.flexstor.common.modules.registry.RegistryRecord |
|
| Constructor Summary | |
BucketRegistryRecord(com.flexstor.common.modules.registry.InstanceId thisid,
com.flexstor.common.modules.registry.InstanceId parentid,
com.flexstor.common.data.ejb.search.BucketSkeletonData skel,
int nPos)
|
|
| Method Summary | |
int |
getBucketLevel()
|
com.flexstor.common.data.ejb.search.MultiValueData[] |
getData()
|
long |
getTimeStamp()
|
boolean |
hasPartialData()
|
boolean |
isModified()
|
void |
resetData()
|
void |
restoreData()
|
void |
setBucketLevel(int nLevel)
|
void |
setData(com.flexstor.common.data.ejb.search.MultiValueData[] data)
|
void |
setPartialData(boolean bPartialData)
|
void |
setTimeStamp(long timeStamp)
|
| Methods inherited from class com.flexstor.common.modules.registry.RegistryRecord |
addChild, getChildren, getParentInstance, getUserObject, setUserObject, unlinkChild |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
nLevel
private byte nLevel
timeStamp
private long timeStamp
bPartialData
private boolean bPartialData
data
private com.flexstor.common.data.ejb.search.MultiValueData[] data
| Constructor Detail |
BucketRegistryRecord
public BucketRegistryRecord(com.flexstor.common.modules.registry.InstanceId thisid, com.flexstor.common.modules.registry.InstanceId parentid, com.flexstor.common.data.ejb.search.BucketSkeletonData skel, int nPos)
| Method Detail |
setTimeStamp
public void setTimeStamp(long timeStamp)
getTimeStamp
public long getTimeStamp()
setBucketLevel
public void setBucketLevel(int nLevel)
getBucketLevel
public int getBucketLevel()
hasPartialData
public boolean hasPartialData()
setPartialData
public void setPartialData(boolean bPartialData)
getData
public com.flexstor.common.data.ejb.search.MultiValueData[] getData()
setData
public void setData(com.flexstor.common.data.ejb.search.MultiValueData[] data)
restoreData
public void restoreData()
resetData
public void resetData()
isModified
public boolean isModified()
|
|||||||||
| Home >> All >> com >> flexstor >> common >> modules >> registry >> [ bucket overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC