Package com.basis.api.admin
Class BBjAdminBBjFileInfo.FileDetails
java.lang.Object
com.basis.api.admin.BBjAdminBBjFileInfo.FileDetails
- All Implemented Interfaces:
Serializable
- Enclosing class:
BBjAdminBBjFileInfo
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintlongintintintintlongintintbooleanvoidsetEsqlCount(int p_esqlCount) voidsetMkeyedCount(int p_mkeyedCount) voidsetRawOsFileCount(long p_rawOsFileCount) voidsetSingleKeyedCount(int p_singleKeyedCount) voidsetStringCount(int p_stringCount) voidsetTextsearchCount(int p_textsearchCount) voidsetTooLargeToScan(boolean p_tooLargeToScan) voidsetTotalFileCount(int p_totalFileCount) voidsetTotalSize(long p_size) voidsetVkeyedCount(int p_vkeyedCount) voidsetXkeyedCount(int p_xkeyedCount)
-
Constructor Details
-
FileDetails
public FileDetails()
-
-
Method Details
-
isTooLargeToScan
public boolean isTooLargeToScan() -
setTooLargeToScan
public void setTooLargeToScan(boolean p_tooLargeToScan) -
getRawOsFileCount
public long getRawOsFileCount() -
setRawOsFileCount
public void setRawOsFileCount(long p_rawOsFileCount) -
getTotalSize
public long getTotalSize() -
setTotalSize
public void setTotalSize(long p_size) -
getTotalFileCount
public int getTotalFileCount() -
setTotalFileCount
public void setTotalFileCount(int p_totalFileCount) -
getSingleKeyedCount
public int getSingleKeyedCount() -
setSingleKeyedCount
public void setSingleKeyedCount(int p_singleKeyedCount) -
getMkeyedCount
public int getMkeyedCount() -
setMkeyedCount
public void setMkeyedCount(int p_mkeyedCount) -
getXkeyedCount
public int getXkeyedCount() -
setXkeyedCount
public void setXkeyedCount(int p_xkeyedCount) -
getVkeyedCount
public int getVkeyedCount() -
setVkeyedCount
public void setVkeyedCount(int p_vkeyedCount) -
getEsqlCount
public int getEsqlCount() -
setEsqlCount
public void setEsqlCount(int p_esqlCount) -
getTextsearchCount
public int getTextsearchCount() -
setTextsearchCount
public void setTextsearchCount(int p_textsearchCount) -
getStringCount
public int getStringCount() -
setStringCount
public void setStringCount(int p_stringCount)
-