?? memfiler.html
字號:
</DL><HR><A NAME="close()"><!-- --></A><H3>close</H3><PRE>public boolean <B>close</B>()</PRE><DL><DD><B>Description copied from interface: <CODE><A HREF="../../../../../../net/jxta/impl/xindice/core/DBObject.html" title="interface in net.jxta.impl.xindice.core">DBObject</A></CODE></B></DD><DD>close closes the DBObject<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../../net/jxta/impl/xindice/core/DBObject.html#close()">close</A></CODE> in interface <CODE><A HREF="../../../../../../net/jxta/impl/xindice/core/DBObject.html" title="interface in net.jxta.impl.xindice.core">DBObject</A></CODE></DL></DD><DD><DL><DT><B>Returns:</B><DD>Whether or not the DBObject was closed</DL></DD></DL><HR><A NAME="flush()"><!-- --></A><H3>flush</H3><PRE>public void <B>flush</B>()</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></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="readRecord(net.jxta.impl.xindice.core.data.Key)"><!-- --></A><H3>readRecord</H3><PRE>public <A HREF="../../../../../../net/jxta/impl/xindice/core/data/Record.html" title="class in net.jxta.impl.xindice.core.data">Record</A> <B>readRecord</B>(<A HREF="../../../../../../net/jxta/impl/xindice/core/data/Key.html" title="class in net.jxta.impl.xindice.core.data">Key</A> key) 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>readRecord returns a Record from the Filer based on the specified Key.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../../net/jxta/impl/xindice/core/filer/Filer.html#readRecord(net.jxta.impl.xindice.core.data.Key)">readRecord</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>Parameters:</B><DD><CODE>key</CODE> - The Record's Key<DT><B>Returns:</B><DD>The returned Record<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="readRecord(long)"><!-- --></A><H3>readRecord</H3><PRE>public <A HREF="../../../../../../net/jxta/impl/xindice/core/data/Record.html" title="class in net.jxta.impl.xindice.core.data">Record</A> <B>readRecord</B>(long pos) 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>readRecord returns a Record from the Filer at the specified position. The Record's Key will be set to null.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../../net/jxta/impl/xindice/core/filer/Filer.html#readRecord(long)">readRecord</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>Parameters:</B><DD><CODE>pos</CODE> - The Record's position<DT><B>Returns:</B><DD>The returned Record<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="writeRecord(net.jxta.impl.xindice.core.data.Key, net.jxta.impl.xindice.core.data.Value)"><!-- --></A><H3>writeRecord</H3><PRE>public long <B>writeRecord</B>(<A HREF="../../../../../../net/jxta/impl/xindice/core/data/Key.html" title="class in net.jxta.impl.xindice.core.data">Key</A> key, <A HREF="../../../../../../net/jxta/impl/xindice/core/data/Value.html" title="class in net.jxta.impl.xindice.core.data">Value</A> value) 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>writeRecord writes a Value to the Filer based on the specified Key.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../../net/jxta/impl/xindice/core/filer/Filer.html#writeRecord(net.jxta.impl.xindice.core.data.Key, net.jxta.impl.xindice.core.data.Value)">writeRecord</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>Parameters:</B><DD><CODE>key</CODE> - The Record's Key<DD><CODE>value</CODE> - The Record's Value<DT><B>Returns:</B><DD>0 if the Record could not be written, the starting offset of the Record otherwise (used for indexing)<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="deleteRecord(net.jxta.impl.xindice.core.data.Key)"><!-- --></A><H3>deleteRecord</H3><PRE>public boolean <B>deleteRecord</B>(<A HREF="../../../../../../net/jxta/impl/xindice/core/data/Key.html" title="class in net.jxta.impl.xindice.core.data">Key</A> key) 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>deleteRecord removes a Record from the Filer based on the specified Key.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../../net/jxta/impl/xindice/core/filer/Filer.html#deleteRecord(net.jxta.impl.xindice.core.data.Key)">deleteRecord</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>Parameters:</B><DD><CODE>key</CODE> - The Record's Key<DT><B>Returns:</B><DD>Whether or not the Record was deleted<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="getRecordCount()"><!-- --></A><H3>getRecordCount</H3><PRE>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><!-- ========= 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/MemFiler.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/BTreeFiler.html" title="class in net.jxta.impl.xindice.core.filer"><B>PREV CLASS</B></A> <A HREF="../../../../../../net/jxta/impl/xindice/core/filer/Paged.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="MemFiler.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: NESTED | FIELD | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD><TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">DETAIL: FIELD | <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 + -