?? btreefiler.html
字號:
public long <B>getRecordCount</B>() throws <A HREF="../../../../../../net/jxta/impl/xindice/core/DBException.html" title="class in net.jxta.impl.xindice.core">DBException</A></PRE><DL><DD><B>Description copied from interface: <CODE><A HREF="../../../../../../net/jxta/impl/xindice/core/filer/Filer.html" title="interface in net.jxta.impl.xindice.core.filer">Filer</A></CODE></B></DD><DD>getRecordCount returns the number of Records in the Filer.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../../net/jxta/impl/xindice/core/filer/Filer.html#getRecordCount()">getRecordCount</A></CODE> in interface <CODE><A HREF="../../../../../../net/jxta/impl/xindice/core/filer/Filer.html" title="interface in net.jxta.impl.xindice.core.filer">Filer</A></CODE></DL></DD><DD><DL><DT><B>Returns:</B><DD>The Record count<DT><B>Throws:</B><DD><CODE><A HREF="../../../../../../net/jxta/impl/xindice/core/DBException.html" title="class in net.jxta.impl.xindice.core">DBException</A></CODE></DL></DD></DL><HR><A NAME="getRecordSet()"><!-- --></A><H3>getRecordSet</H3><PRE>public <A HREF="../../../../../../net/jxta/impl/xindice/core/data/RecordSet.html" title="interface in net.jxta.impl.xindice.core.data">RecordSet</A> <B>getRecordSet</B>() throws <A HREF="../../../../../../net/jxta/impl/xindice/core/DBException.html" title="class in net.jxta.impl.xindice.core">DBException</A></PRE><DL><DD><B>Description copied from interface: <CODE><A HREF="../../../../../../net/jxta/impl/xindice/core/filer/Filer.html" title="interface in net.jxta.impl.xindice.core.filer">Filer</A></CODE></B></DD><DD>getRecordSet returns a RecordSet object for the current Filer.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../../net/jxta/impl/xindice/core/filer/Filer.html#getRecordSet()">getRecordSet</A></CODE> in interface <CODE><A HREF="../../../../../../net/jxta/impl/xindice/core/filer/Filer.html" title="interface in net.jxta.impl.xindice.core.filer">Filer</A></CODE></DL></DD><DD><DL><DT><B>Returns:</B><DD>The Filer Enumerator<DT><B>Throws:</B><DD><CODE><A HREF="../../../../../../net/jxta/impl/xindice/core/DBException.html" title="class in net.jxta.impl.xindice.core">DBException</A></CODE></DL></DD></DL><HR><A NAME="flush()"><!-- --></A><H3>flush</H3><PRE>public void <B>flush</B>() throws <A HREF="../../../../../../net/jxta/impl/xindice/core/DBException.html" title="class in net.jxta.impl.xindice.core">DBException</A></PRE><DL><DD><B>Description copied from interface: <CODE><A HREF="../../../../../../net/jxta/impl/xindice/core/filer/Filer.html" title="interface in net.jxta.impl.xindice.core.filer">Filer</A></CODE></B></DD><DD>flush forcefully flushes any unwritten buffers to disk.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../../net/jxta/impl/xindice/core/filer/Filer.html#flush()">flush</A></CODE> in interface <CODE><A HREF="../../../../../../net/jxta/impl/xindice/core/filer/Filer.html" title="interface in net.jxta.impl.xindice.core.filer">Filer</A></CODE><DT><B>Overrides:</B><DD><CODE><A HREF="../../../../../../net/jxta/impl/xindice/core/filer/Paged.html#flush()">flush</A></CODE> in class <CODE><A HREF="../../../../../../net/jxta/impl/xindice/core/filer/Paged.html" title="class in net.jxta.impl.xindice.core.filer">Paged</A></CODE></DL></DD><DD><DL><DT><B>Throws:</B><DD><CODE><A HREF="../../../../../../net/jxta/impl/xindice/core/DBException.html" title="class in net.jxta.impl.xindice.core">DBException</A></CODE></DL></DD></DL><HR><A NAME="createFileHeader()"><!-- --></A><H3>createFileHeader</H3><PRE>public <A HREF="../../../../../../net/jxta/impl/xindice/core/filer/Paged.FileHeader.html" title="class in net.jxta.impl.xindice.core.filer">Paged.FileHeader</A> <B>createFileHeader</B>()</PRE><DL><DD><B>Description copied from class: <CODE><A HREF="../../../../../../net/jxta/impl/xindice/core/filer/Paged.html" title="class in net.jxta.impl.xindice.core.filer">Paged</A></CODE></B></DD><DD>createFileHeader must be implemented by a Paged implementation in order to create an appropriate subclass instance of a FileHeader.<P><DD><DL><DT><B>Overrides:</B><DD><CODE><A HREF="../../../../../../net/jxta/impl/xindice/core/filer/BTree.html#createFileHeader()">createFileHeader</A></CODE> in class <CODE><A HREF="../../../../../../net/jxta/impl/xindice/core/filer/BTree.html" title="class in net.jxta.impl.xindice.core.filer">BTree</A></CODE></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="createFileHeader(boolean)"><!-- --></A><H3>createFileHeader</H3><PRE>public <A HREF="../../../../../../net/jxta/impl/xindice/core/filer/Paged.FileHeader.html" title="class in net.jxta.impl.xindice.core.filer">Paged.FileHeader</A> <B>createFileHeader</B>(boolean read) throws java.io.IOException</PRE><DL><DD><B>Description copied from class: <CODE><A HREF="../../../../../../net/jxta/impl/xindice/core/filer/Paged.html" title="class in net.jxta.impl.xindice.core.filer">Paged</A></CODE></B></DD><DD>createFileHeader must be implemented by a Paged implementation in order to create an appropriate subclass instance of a FileHeader.<P><DD><DL><DT><B>Overrides:</B><DD><CODE><A HREF="../../../../../../net/jxta/impl/xindice/core/filer/BTree.html#createFileHeader(boolean)">createFileHeader</A></CODE> in class <CODE><A HREF="../../../../../../net/jxta/impl/xindice/core/filer/BTree.html" title="class in net.jxta.impl.xindice.core.filer">BTree</A></CODE></DL></DD><DD><DL><DT><B>Throws:</B><DD><CODE>java.io.IOException</CODE></DL></DD></DL><HR><A NAME="createFileHeader(long)"><!-- --></A><H3>createFileHeader</H3><PRE>public <A HREF="../../../../../../net/jxta/impl/xindice/core/filer/Paged.FileHeader.html" title="class in net.jxta.impl.xindice.core.filer">Paged.FileHeader</A> <B>createFileHeader</B>(long pageCount)</PRE><DL><DD><B>Description copied from class: <CODE><A HREF="../../../../../../net/jxta/impl/xindice/core/filer/Paged.html" title="class in net.jxta.impl.xindice.core.filer">Paged</A></CODE></B></DD><DD>createFileHeader must be implemented by a Paged implementation in order to create an appropriate subclass instance of a FileHeader.<P><DD><DL><DT><B>Overrides:</B><DD><CODE><A HREF="../../../../../../net/jxta/impl/xindice/core/filer/BTree.html#createFileHeader(long)">createFileHeader</A></CODE> in class <CODE><A HREF="../../../../../../net/jxta/impl/xindice/core/filer/BTree.html" title="class in net.jxta.impl.xindice.core.filer">BTree</A></CODE></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="createFileHeader(long, int)"><!-- --></A><H3>createFileHeader</H3><PRE>public <A HREF="../../../../../../net/jxta/impl/xindice/core/filer/Paged.FileHeader.html" title="class in net.jxta.impl.xindice.core.filer">Paged.FileHeader</A> <B>createFileHeader</B>(long pageCount, int pageSize)</PRE><DL><DD><B>Description copied from class: <CODE><A HREF="../../../../../../net/jxta/impl/xindice/core/filer/Paged.html" title="class in net.jxta.impl.xindice.core.filer">Paged</A></CODE></B></DD><DD>createFileHeader must be implemented by a Paged implementation in order to create an appropriate subclass instance of a FileHeader.<P><DD><DL><DT><B>Overrides:</B><DD><CODE><A HREF="../../../../../../net/jxta/impl/xindice/core/filer/BTree.html#createFileHeader(long, int)">createFileHeader</A></CODE> in class <CODE><A HREF="../../../../../../net/jxta/impl/xindice/core/filer/BTree.html" title="class in net.jxta.impl.xindice.core.filer">BTree</A></CODE></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="createPageHeader()"><!-- --></A><H3>createPageHeader</H3><PRE>public <A HREF="../../../../../../net/jxta/impl/xindice/core/filer/Paged.PageHeader.html" title="class in net.jxta.impl.xindice.core.filer">Paged.PageHeader</A> <B>createPageHeader</B>()</PRE><DL><DD><B>Description copied from class: <CODE><A HREF="../../../../../../net/jxta/impl/xindice/core/filer/Paged.html" title="class in net.jxta.impl.xindice.core.filer">Paged</A></CODE></B></DD><DD>createPageHeader must be implemented by a Paged implementation in order to create an appropriate subclass instance of a PageHeader.<P><DD><DL><DT><B>Overrides:</B><DD><CODE><A HREF="../../../../../../net/jxta/impl/xindice/core/filer/BTree.html#createPageHeader()">createPageHeader</A></CODE> in class <CODE><A HREF="../../../../../../net/jxta/impl/xindice/core/filer/BTree.html" title="class in net.jxta.impl.xindice.core.filer">BTree</A></CODE></DL></DD><DD><DL></DL></DD></DL><!-- ========= END OF CLASS DATA ========= --><HR><!-- ======= START OF BOTTOM NAVBAR ====== --><A NAME="navbar_bottom"><!-- --></A><A HREF="#skip-navbar_bottom" title="Skip navigation links"></A><TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""><TR><TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"><A NAME="navbar_bottom_firstrow"><!-- --></A><TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/BTreeFiler.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> </TR></TABLE></TD><TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>JXTA J2SE</EM></TD></TR><TR><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../../net/jxta/impl/xindice/core/filer/BTree.BTreeRootInfo.html" title="class in net.jxta.impl.xindice.core.filer"><B>PREV CLASS</B></A> <A HREF="../../../../../../net/jxta/impl/xindice/core/filer/MemFiler.html" title="class in net.jxta.impl.xindice.core.filer"><B>NEXT CLASS</B></A></FONT></TD><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../../index.html" target="_top"><B>FRAMES</B></A> <A HREF="BTreeFiler.html" target="_top"><B>NO FRAMES</B></A> <SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--></SCRIPT><NOSCRIPT> <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A></NOSCRIPT></FONT></TD></TR><TR><TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY: <A HREF="#nested_classes_inherited_from_class_net.jxta.impl.xindice.core.filer.BTree">NESTED</A> | <A HREF="#field_summary">FIELD</A> | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD><TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">DETAIL: <A HREF="#field_detail">FIELD</A> | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD></TR></TABLE><A NAME="skip-navbar_bottom"></A><!-- ======== END OF BOTTOM NAVBAR ======= --><HR></BODY></HTML>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -