/doc/javadoc/index-files/index-18.html
https://bitbucket.org/crholm/mdfs · HTML · 224 lines · 190 code · 18 blank · 16 comment · 0 complexity · 6176029ddcdaee1c6786983a41bdac56 MD5 · raw file
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
- <!--NewPage-->
- <HTML>
- <HEAD>
- <!-- Generated by javadoc (build 1.6.0_23) on Thu Apr 26 19:46:17 CEST 2012 -->
- <TITLE>
- R-Index
- </TITLE>
- <META NAME="date" CONTENT="2012-04-26">
- <LINK REL ="stylesheet" TYPE="text/css" HREF="../stylesheet.css" TITLE="Style">
- <SCRIPT type="text/javascript">
- function windowTitle()
- {
- if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="R-Index";
- }
- }
- </SCRIPT>
- <NOSCRIPT>
- </NOSCRIPT>
- </HEAD>
- <BODY BGCOLOR="white" onload="windowTitle();">
- <HR>
- <!-- ========= START OF TOP NAVBAR ======= -->
- <A NAME="navbar_top"><!-- --></A>
- <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
- <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
- <TR>
- <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
- <A NAME="navbar_top_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"> <FONT CLASS="NavBarFont1">Package</FONT> </TD>
- <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD>
- <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT> </TD>
- <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../overview-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="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT> </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>
- </EM>
- </TD>
- </TR>
- <TR>
- <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
- <A HREF="index-17.html"><B>PREV LETTER</B></A>
- <A HREF="index-19.html"><B>NEXT LETTER</B></A></FONT></TD>
- <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
- <A HREF="../index.html?index-filesindex-18.html" target="_top"><B>FRAMES</B></A>
- <A HREF="index-18.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>
- </TABLE>
- <A NAME="skip-navbar_top"></A>
- <!-- ========= END OF TOP NAVBAR ========= -->
- <A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">H</A> <A HREF="index-9.html">I</A> <A HREF="index-10.html">J</A> <A HREF="index-11.html">K</A> <A HREF="index-12.html">L</A> <A HREF="index-13.html">M</A> <A HREF="index-14.html">N</A> <A HREF="index-15.html">O</A> <A HREF="index-16.html">P</A> <A HREF="index-17.html">Q</A> <A HREF="index-18.html">R</A> <A HREF="index-19.html">S</A> <A HREF="index-20.html">T</A> <A HREF="index-21.html">U</A> <A HREF="index-22.html">V</A> <A HREF="index-23.html">W</A> <A HREF="index-24.html">X</A> <HR>
- <A NAME="_R_"><!-- --></A><H2>
- <B>R</B></H2>
- <DL>
- <DT><A HREF="../mdfs/utils/io/SocketFunctions.html#receiveFile(java.net.Socket, java.io.File)"><B>receiveFile(Socket, File)</B></A> -
- Method in class mdfs.utils.io.<A HREF="../mdfs/utils/io/SocketFunctions.html" title="class in mdfs.utils.io">SocketFunctions</A>
- <DD>Receives a binary file sent from sendFile() via a Socket and writes it to filesystem
- <DT><A HREF="../mdfs/utils/io/SocketFunctions.html#receiveFile(java.io.InputStream, java.io.File)"><B>receiveFile(InputStream, File)</B></A> -
- Method in class mdfs.utils.io.<A HREF="../mdfs/utils/io/SocketFunctions.html" title="class in mdfs.utils.io">SocketFunctions</A>
- <DD>Receives a binary file sent from sendFile() via a InputStream and writes it to filesystem
- <DT><A HREF="../mdfs/utils/io/SocketFunctions.html#receiveText(java.net.Socket)"><B>receiveText(Socket)</B></A> -
- Method in class mdfs.utils.io.<A HREF="../mdfs/utils/io/SocketFunctions.html" title="class in mdfs.utils.io">SocketFunctions</A>
- <DD>Receives the text from Socket that are sent from sendText()
- <DT><A HREF="../mdfs/utils/io/SocketFunctions.html#receiveText(java.io.InputStream)"><B>receiveText(InputStream)</B></A> -
- Method in class mdfs.utils.io.<A HREF="../mdfs/utils/io/SocketFunctions.html" title="class in mdfs.utils.io">SocketFunctions</A>
- <DD>Receives the text from InputStream that are sent from sendText()
- <DT><A HREF="../mdfs/namenode/repositories/MetaDataRepository.html#remove(java.lang.String)"><B>remove(String)</B></A> -
- Method in class mdfs.namenode.repositories.<A HREF="../mdfs/namenode/repositories/MetaDataRepository.html" title="class in mdfs.namenode.repositories">MetaDataRepository</A>
- <DD>Removes a node from the repository as well as from permanent storage
- <DT><A HREF="../mdfs/utils/FSTree.html#remove(java.lang.String)"><B>remove(String)</B></A> -
- Method in class mdfs.utils.<A HREF="../mdfs/utils/FSTree.html" title="class in mdfs.utils">FSTree</A>
- <DD>Removes a element from the file tree, all children will be removed aswell.
- <DT><A HREF="../mdfs/utils/SplayTree.html#remove(Key)"><B>remove(Key)</B></A> -
- Method in class mdfs.utils.<A HREF="../mdfs/utils/SplayTree.html" title="class in mdfs.utils">SplayTree</A>
- <DD>Remove the given element from the tree.
- <DT><A HREF="../org/json/JSONArray.html#remove(int)"><B>remove(int)</B></A> -
- Method in class org.json.<A HREF="../org/json/JSONArray.html" title="class in org.json">JSONArray</A>
- <DD>Remove an index and close the hole.
- <DT><A HREF="../org/json/JSONObject.html#remove(java.lang.String)"><B>remove(String)</B></A> -
- Method in class org.json.<A HREF="../org/json/JSONObject.html" title="class in org.json">JSONObject</A>
- <DD>Remove a name and its value, if present.
- <DT><A HREF="../mdfs/namenode/io/DataNodeQuerier.html#removeData(mdfs.namenode.repositories.MetaDataRepositoryNode)"><B>removeData(MetaDataRepositoryNode)</B></A> -
- Method in class mdfs.namenode.io.<A HREF="../mdfs/namenode/io/DataNodeQuerier.html" title="class in mdfs.namenode.io">DataNodeQuerier</A>
- <DD>This method will remove all raw data that are deposited on the diffrent datanodes from them.
- <DT><A HREF="../mdfs/namenode/repositories/UserDataRepository.html#removeUser(java.lang.String)"><B>removeUser(String)</B></A> -
- Method in class mdfs.namenode.repositories.<A HREF="../mdfs/namenode/repositories/UserDataRepository.html" title="class in mdfs.namenode.repositories">UserDataRepository</A>
- <DD>Removes a user from the repository.
- <DT><A HREF="../mdfs/namenode/sql/MySQLUpdater.html#removeUserData(mdfs.namenode.repositories.UserDataRepositoryNode)"><B>removeUserData(UserDataRepositoryNode)</B></A> -
- Method in class mdfs.namenode.sql.<A HREF="../mdfs/namenode/sql/MySQLUpdater.html" title="class in mdfs.namenode.sql">MySQLUpdater</A>
- <DD>Removes node from permanent storage
- <DT><A HREF="../mdfs/namenode/repositories/MetaDataRepository.html#replace(java.lang.String, mdfs.namenode.repositories.MetaDataRepositoryNode)"><B>replace(String, MetaDataRepositoryNode)</B></A> -
- Method in class mdfs.namenode.repositories.<A HREF="../mdfs/namenode/repositories/MetaDataRepository.html" title="class in mdfs.namenode.repositories">MetaDataRepository</A>
- <DD>Replaces a node in repository
- <DT><A HREF="../mdfs/utils/FSTree.html#replace(java.lang.String, E)"><B>replace(String, E)</B></A> -
- Method in class mdfs.utils.<A HREF="../mdfs/utils/FSTree.html" title="class in mdfs.utils">FSTree</A>
- <DD>Replaces a element with a new one, children are not effected
- <DT><A HREF="../mdfs/datanode/io/Replicator.html" title="class in mdfs.datanode.io"><B>Replicator</B></A> - Class in <A HREF="../mdfs/datanode/io/package-summary.html">mdfs.datanode.io</A><DD>Handles replication of raw data between Data Nodes.<DT><A HREF="../mdfs/datanode/io/Replicator.html#Replicator()"><B>Replicator()</B></A> -
- Constructor for class mdfs.datanode.io.<A HREF="../mdfs/datanode/io/Replicator.html" title="class in mdfs.datanode.io">Replicator</A>
- <DD>
- <DT><A HREF="../mdfs/client/api/FileQuery.html#rm(java.lang.String, java.lang.String)"><B>rm(String, String)</B></A> -
- Method in interface mdfs.client.api.<A HREF="../mdfs/client/api/FileQuery.html" title="interface in mdfs.client.api">FileQuery</A>
- <DD>Removes a file or dir from MDFS.
- <DT><A HREF="../mdfs/client/api/FileQueryImpl.html#rm(java.lang.String, java.lang.String)"><B>rm(String, String)</B></A> -
- Method in class mdfs.client.api.<A HREF="../mdfs/client/api/FileQueryImpl.html" title="class in mdfs.client.api">FileQueryImpl</A>
- <DD>
- <DT><A HREF="../mdfs/client/parser/JSONHeaderCreator.html#rmToNameNode(java.lang.String, java.lang.String, java.lang.String)"><B>rmToNameNode(String, String, String)</B></A> -
- Method in class mdfs.client.parser.<A HREF="../mdfs/client/parser/JSONHeaderCreator.html" title="class in mdfs.client.parser">JSONHeaderCreator</A>
- <DD>Creates a JSONheader to the name node in the case of removeing a file or dir
- <DT><A HREF="../org/json/CDL.html#rowToJSONArray(org.json.JSONTokener)"><B>rowToJSONArray(JSONTokener)</B></A> -
- Static method in class org.json.<A HREF="../org/json/CDL.html" title="class in org.json">CDL</A>
- <DD>Produce a JSONArray of strings from a row of comma delimited values.
- <DT><A HREF="../org/json/CDL.html#rowToJSONObject(org.json.JSONArray, org.json.JSONTokener)"><B>rowToJSONObject(JSONArray, JSONTokener)</B></A> -
- Static method in class org.json.<A HREF="../org/json/CDL.html" title="class in org.json">CDL</A>
- <DD>Produce a JSONObject from a row of comma delimited text, using a
- parallel JSONArray of strings to provides the names of the elements.
- <DT><A HREF="../org/json/CDL.html#rowToString(org.json.JSONArray)"><B>rowToString(JSONArray)</B></A> -
- Static method in class org.json.<A HREF="../org/json/CDL.html" title="class in org.json">CDL</A>
- <DD>Produce a comma delimited text row from a JSONArray.
- <DT><A HREF="../mdfs/datanode/io/ConnectionSheppard.html#run()"><B>run()</B></A> -
- Method in class mdfs.datanode.io.<A HREF="../mdfs/datanode/io/ConnectionSheppard.html" title="class in mdfs.datanode.io">ConnectionSheppard</A>
- <DD>
- <DT><A HREF="../mdfs/datanode/io/NameNodeInformer.html#run()"><B>run()</B></A> -
- Method in class mdfs.datanode.io.<A HREF="../mdfs/datanode/io/NameNodeInformer.html" title="class in mdfs.datanode.io">NameNodeInformer</A>
- <DD>
- <DT><A HREF="../mdfs/datanode/io/Replicator.html#run()"><B>run()</B></A> -
- Method in class mdfs.datanode.io.<A HREF="../mdfs/datanode/io/Replicator.html" title="class in mdfs.datanode.io">Replicator</A>
- <DD>
- <DT><A HREF="../mdfs/namenode/io/ConnectionSheppard.html#run()"><B>run()</B></A> -
- Method in class mdfs.namenode.io.<A HREF="../mdfs/namenode/io/ConnectionSheppard.html" title="class in mdfs.namenode.io">ConnectionSheppard</A>
- <DD>
- <DT><A HREF="../mdfs/namenode/io/DataNodeQuerier.html#run()"><B>run()</B></A> -
- Method in class mdfs.namenode.io.<A HREF="../mdfs/namenode/io/DataNodeQuerier.html" title="class in mdfs.namenode.io">DataNodeQuerier</A>
- <DD>
- <DT><A HREF="../mdfs/namenode/sql/MySQLUpdater.html#run()"><B>run()</B></A> -
- Method in class mdfs.namenode.sql.<A HREF="../mdfs/namenode/sql/MySQLUpdater.html" title="class in mdfs.namenode.sql">MySQLUpdater</A>
- <DD>
- </DL>
- <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=2 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"> <FONT CLASS="NavBarFont1">Package</FONT> </TD>
- <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD>
- <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT> </TD>
- <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../overview-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="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT> </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>
- </EM>
- </TD>
- </TR>
- <TR>
- <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
- <A HREF="index-17.html"><B>PREV LETTER</B></A>
- <A HREF="index-19.html"><B>NEXT LETTER</B></A></FONT></TD>
- <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
- <A HREF="../index.html?index-filesindex-18.html" target="_top"><B>FRAMES</B></A>
- <A HREF="index-18.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>
- </TABLE>
- <A NAME="skip-navbar_bottom"></A>
- <!-- ======== END OF BOTTOM NAVBAR ======= -->
- <A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">H</A> <A HREF="index-9.html">I</A> <A HREF="index-10.html">J</A> <A HREF="index-11.html">K</A> <A HREF="index-12.html">L</A> <A HREF="index-13.html">M</A> <A HREF="index-14.html">N</A> <A HREF="index-15.html">O</A> <A HREF="index-16.html">P</A> <A HREF="index-17.html">Q</A> <A HREF="index-18.html">R</A> <A HREF="index-19.html">S</A> <A HREF="index-20.html">T</A> <A HREF="index-21.html">U</A> <A HREF="index-22.html">V</A> <A HREF="index-23.html">W</A> <A HREF="index-24.html">X</A> <HR>
- </BODY>
- </HTML>