public class TreeNodeArray extends Object
| Constructor and Description |
|---|
TreeNodeArray(int[] nids,
Tree tree) |
| Modifier and Type | Method and Description |
|---|---|
int[] |
getCompressedLength() |
TreeNode |
getElementAt(int idx) |
String[] |
getFullPath() |
int[] |
getLength() |
int[] |
getNid() |
String[] |
getPath() |
String[] |
getUsage() |
boolean[] |
isCompressOnPut() |
boolean[] |
isNoWriteModel() |
void |
isNoWriteModel(boolean[] wmodel) |
boolean[] |
isNoWriteShot() |
void |
isNoWriteShot(boolean[] wshot) |
boolean[] |
isOn() |
boolean[] |
isSetup() |
boolean[] |
isWriteOnce() |
void |
setCompressOnPut(boolean[] compress) |
void |
setOn(boolean[] on) |
void |
setWriteOnce(boolean[] wonce) |
int |
size() |
public TreeNodeArray(int[] nids,
Tree tree)
throws MdsException
MdsExceptionpublic int size()
public TreeNode getElementAt(int idx)
public String[] getPath() throws MdsException
MdsExceptionpublic String[] getFullPath() throws MdsException
MdsExceptionpublic int[] getNid()
throws MdsException
MdsExceptionpublic boolean[] isOn()
throws MdsException
MdsExceptionpublic void setOn(boolean[] on)
throws MdsException
MdsExceptionpublic int[] getLength()
throws MdsException
MdsExceptionpublic int[] getCompressedLength()
throws MdsException
MdsExceptionpublic boolean[] isSetup()
throws MdsException
MdsExceptionpublic boolean[] isWriteOnce()
throws MdsException
MdsExceptionpublic void setWriteOnce(boolean[] wonce)
throws MdsException
MdsExceptionpublic boolean[] isCompressOnPut()
throws MdsException
MdsExceptionpublic void setCompressOnPut(boolean[] compress)
throws MdsException
MdsExceptionpublic boolean[] isNoWriteModel()
throws MdsException
MdsExceptionpublic void isNoWriteModel(boolean[] wmodel)
throws MdsException
MdsExceptionpublic boolean[] isNoWriteShot()
throws MdsException
MdsExceptionpublic void isNoWriteShot(boolean[] wshot)
throws MdsException
MdsExceptionpublic String[] getUsage() throws MdsException
MdsExceptionCopyright © 2020. All rights reserved.