/doc/javadoc/index-files/index-18.html
HTML | 224 lines | 190 code | 18 blank | 16 comment | 0 complexity | 6176029ddcdaee1c6786983a41bdac56 MD5 | raw file
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2<!--NewPage-->
3<HTML>
4<HEAD>
5<!-- Generated by javadoc (build 1.6.0_23) on Thu Apr 26 19:46:17 CEST 2012 -->
6<TITLE>
7R-Index
8</TITLE>
9
10<META NAME="date" CONTENT="2012-04-26">
11
12<LINK REL ="stylesheet" TYPE="text/css" HREF="../stylesheet.css" TITLE="Style">
13
14<SCRIPT type="text/javascript">
15function windowTitle()
16{
17 if (location.href.indexOf('is-external=true') == -1) {
18 parent.document.title="R-Index";
19 }
20}
21</SCRIPT>
22<NOSCRIPT>
23</NOSCRIPT>
24
25</HEAD>
26
27<BODY BGCOLOR="white" onload="windowTitle();">
28<HR>
29
30
31<!-- ========= START OF TOP NAVBAR ======= -->
32<A NAME="navbar_top"><!-- --></A>
33<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
34<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
35<TR>
36<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
37<A NAME="navbar_top_firstrow"><!-- --></A>
38<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
39 <TR ALIGN="center" VALIGN="top">
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT> </TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD>
43 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT> </TD>
44 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
45 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
46 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT> </TD>
47 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
48 </TR>
49</TABLE>
50</TD>
51<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
52</EM>
53</TD>
54</TR>
55
56<TR>
57<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
58 <A HREF="index-17.html"><B>PREV LETTER</B></A>
59 <A HREF="index-19.html"><B>NEXT LETTER</B></A></FONT></TD>
60<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
61 <A HREF="../index.html?index-filesindex-18.html" target="_top"><B>FRAMES</B></A>
62 <A HREF="index-18.html" target="_top"><B>NO FRAMES</B></A>
63 <SCRIPT type="text/javascript">
64 <!--
65 if(window==top) {
66 document.writeln('<A HREF="../allclasses-noframe.html"><B>All Classes</B></A>');
67 }
68 //-->
69</SCRIPT>
70<NOSCRIPT>
71 <A HREF="../allclasses-noframe.html"><B>All Classes</B></A>
72</NOSCRIPT>
73
74
75</FONT></TD>
76</TR>
77</TABLE>
78<A NAME="skip-navbar_top"></A>
79<!-- ========= END OF TOP NAVBAR ========= -->
80
81<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>
82<A NAME="_R_"><!-- --></A><H2>
83<B>R</B></H2>
84<DL>
85<DT><A HREF="../mdfs/utils/io/SocketFunctions.html#receiveFile(java.net.Socket, java.io.File)"><B>receiveFile(Socket, File)</B></A> -
86Method in class mdfs.utils.io.<A HREF="../mdfs/utils/io/SocketFunctions.html" title="class in mdfs.utils.io">SocketFunctions</A>
87<DD>Receives a binary file sent from sendFile() via a Socket and writes it to filesystem
88<DT><A HREF="../mdfs/utils/io/SocketFunctions.html#receiveFile(java.io.InputStream, java.io.File)"><B>receiveFile(InputStream, File)</B></A> -
89Method in class mdfs.utils.io.<A HREF="../mdfs/utils/io/SocketFunctions.html" title="class in mdfs.utils.io">SocketFunctions</A>
90<DD>Receives a binary file sent from sendFile() via a InputStream and writes it to filesystem
91<DT><A HREF="../mdfs/utils/io/SocketFunctions.html#receiveText(java.net.Socket)"><B>receiveText(Socket)</B></A> -
92Method in class mdfs.utils.io.<A HREF="../mdfs/utils/io/SocketFunctions.html" title="class in mdfs.utils.io">SocketFunctions</A>
93<DD>Receives the text from Socket that are sent from sendText()
94<DT><A HREF="../mdfs/utils/io/SocketFunctions.html#receiveText(java.io.InputStream)"><B>receiveText(InputStream)</B></A> -
95Method in class mdfs.utils.io.<A HREF="../mdfs/utils/io/SocketFunctions.html" title="class in mdfs.utils.io">SocketFunctions</A>
96<DD>Receives the text from InputStream that are sent from sendText()
97<DT><A HREF="../mdfs/namenode/repositories/MetaDataRepository.html#remove(java.lang.String)"><B>remove(String)</B></A> -
98Method in class mdfs.namenode.repositories.<A HREF="../mdfs/namenode/repositories/MetaDataRepository.html" title="class in mdfs.namenode.repositories">MetaDataRepository</A>
99<DD>Removes a node from the repository as well as from permanent storage
100<DT><A HREF="../mdfs/utils/FSTree.html#remove(java.lang.String)"><B>remove(String)</B></A> -
101Method in class mdfs.utils.<A HREF="../mdfs/utils/FSTree.html" title="class in mdfs.utils">FSTree</A>
102<DD>Removes a element from the file tree, all children will be removed aswell.
103<DT><A HREF="../mdfs/utils/SplayTree.html#remove(Key)"><B>remove(Key)</B></A> -
104Method in class mdfs.utils.<A HREF="../mdfs/utils/SplayTree.html" title="class in mdfs.utils">SplayTree</A>
105<DD>Remove the given element from the tree.
106<DT><A HREF="../org/json/JSONArray.html#remove(int)"><B>remove(int)</B></A> -
107Method in class org.json.<A HREF="../org/json/JSONArray.html" title="class in org.json">JSONArray</A>
108<DD>Remove an index and close the hole.
109<DT><A HREF="../org/json/JSONObject.html#remove(java.lang.String)"><B>remove(String)</B></A> -
110Method in class org.json.<A HREF="../org/json/JSONObject.html" title="class in org.json">JSONObject</A>
111<DD>Remove a name and its value, if present.
112<DT><A HREF="../mdfs/namenode/io/DataNodeQuerier.html#removeData(mdfs.namenode.repositories.MetaDataRepositoryNode)"><B>removeData(MetaDataRepositoryNode)</B></A> -
113Method in class mdfs.namenode.io.<A HREF="../mdfs/namenode/io/DataNodeQuerier.html" title="class in mdfs.namenode.io">DataNodeQuerier</A>
114<DD>This method will remove all raw data that are deposited on the diffrent datanodes from them.
115<DT><A HREF="../mdfs/namenode/repositories/UserDataRepository.html#removeUser(java.lang.String)"><B>removeUser(String)</B></A> -
116Method in class mdfs.namenode.repositories.<A HREF="../mdfs/namenode/repositories/UserDataRepository.html" title="class in mdfs.namenode.repositories">UserDataRepository</A>
117<DD>Removes a user from the repository.
118<DT><A HREF="../mdfs/namenode/sql/MySQLUpdater.html#removeUserData(mdfs.namenode.repositories.UserDataRepositoryNode)"><B>removeUserData(UserDataRepositoryNode)</B></A> -
119Method in class mdfs.namenode.sql.<A HREF="../mdfs/namenode/sql/MySQLUpdater.html" title="class in mdfs.namenode.sql">MySQLUpdater</A>
120<DD>Removes node from permanent storage
121<DT><A HREF="../mdfs/namenode/repositories/MetaDataRepository.html#replace(java.lang.String, mdfs.namenode.repositories.MetaDataRepositoryNode)"><B>replace(String, MetaDataRepositoryNode)</B></A> -
122Method in class mdfs.namenode.repositories.<A HREF="../mdfs/namenode/repositories/MetaDataRepository.html" title="class in mdfs.namenode.repositories">MetaDataRepository</A>
123<DD>Replaces a node in repository
124<DT><A HREF="../mdfs/utils/FSTree.html#replace(java.lang.String, E)"><B>replace(String, E)</B></A> -
125Method in class mdfs.utils.<A HREF="../mdfs/utils/FSTree.html" title="class in mdfs.utils">FSTree</A>
126<DD>Replaces a element with a new one, children are not effected
127<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> -
128Constructor for class mdfs.datanode.io.<A HREF="../mdfs/datanode/io/Replicator.html" title="class in mdfs.datanode.io">Replicator</A>
129<DD>
130<DT><A HREF="../mdfs/client/api/FileQuery.html#rm(java.lang.String, java.lang.String)"><B>rm(String, String)</B></A> -
131Method in interface mdfs.client.api.<A HREF="../mdfs/client/api/FileQuery.html" title="interface in mdfs.client.api">FileQuery</A>
132<DD>Removes a file or dir from MDFS.
133<DT><A HREF="../mdfs/client/api/FileQueryImpl.html#rm(java.lang.String, java.lang.String)"><B>rm(String, String)</B></A> -
134Method in class mdfs.client.api.<A HREF="../mdfs/client/api/FileQueryImpl.html" title="class in mdfs.client.api">FileQueryImpl</A>
135<DD>
136<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> -
137Method in class mdfs.client.parser.<A HREF="../mdfs/client/parser/JSONHeaderCreator.html" title="class in mdfs.client.parser">JSONHeaderCreator</A>
138<DD>Creates a JSONheader to the name node in the case of removeing a file or dir
139<DT><A HREF="../org/json/CDL.html#rowToJSONArray(org.json.JSONTokener)"><B>rowToJSONArray(JSONTokener)</B></A> -
140Static method in class org.json.<A HREF="../org/json/CDL.html" title="class in org.json">CDL</A>
141<DD>Produce a JSONArray of strings from a row of comma delimited values.
142<DT><A HREF="../org/json/CDL.html#rowToJSONObject(org.json.JSONArray, org.json.JSONTokener)"><B>rowToJSONObject(JSONArray, JSONTokener)</B></A> -
143Static method in class org.json.<A HREF="../org/json/CDL.html" title="class in org.json">CDL</A>
144<DD>Produce a JSONObject from a row of comma delimited text, using a
145 parallel JSONArray of strings to provides the names of the elements.
146<DT><A HREF="../org/json/CDL.html#rowToString(org.json.JSONArray)"><B>rowToString(JSONArray)</B></A> -
147Static method in class org.json.<A HREF="../org/json/CDL.html" title="class in org.json">CDL</A>
148<DD>Produce a comma delimited text row from a JSONArray.
149<DT><A HREF="../mdfs/datanode/io/ConnectionSheppard.html#run()"><B>run()</B></A> -
150Method in class mdfs.datanode.io.<A HREF="../mdfs/datanode/io/ConnectionSheppard.html" title="class in mdfs.datanode.io">ConnectionSheppard</A>
151<DD>
152<DT><A HREF="../mdfs/datanode/io/NameNodeInformer.html#run()"><B>run()</B></A> -
153Method in class mdfs.datanode.io.<A HREF="../mdfs/datanode/io/NameNodeInformer.html" title="class in mdfs.datanode.io">NameNodeInformer</A>
154<DD>
155<DT><A HREF="../mdfs/datanode/io/Replicator.html#run()"><B>run()</B></A> -
156Method in class mdfs.datanode.io.<A HREF="../mdfs/datanode/io/Replicator.html" title="class in mdfs.datanode.io">Replicator</A>
157<DD>
158<DT><A HREF="../mdfs/namenode/io/ConnectionSheppard.html#run()"><B>run()</B></A> -
159Method in class mdfs.namenode.io.<A HREF="../mdfs/namenode/io/ConnectionSheppard.html" title="class in mdfs.namenode.io">ConnectionSheppard</A>
160<DD>
161<DT><A HREF="../mdfs/namenode/io/DataNodeQuerier.html#run()"><B>run()</B></A> -
162Method in class mdfs.namenode.io.<A HREF="../mdfs/namenode/io/DataNodeQuerier.html" title="class in mdfs.namenode.io">DataNodeQuerier</A>
163<DD>
164<DT><A HREF="../mdfs/namenode/sql/MySQLUpdater.html#run()"><B>run()</B></A> -
165Method in class mdfs.namenode.sql.<A HREF="../mdfs/namenode/sql/MySQLUpdater.html" title="class in mdfs.namenode.sql">MySQLUpdater</A>
166<DD>
167</DL>
168<HR>
169
170
171<!-- ======= START OF BOTTOM NAVBAR ====== -->
172<A NAME="navbar_bottom"><!-- --></A>
173<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
174<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
175<TR>
176<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
177<A NAME="navbar_bottom_firstrow"><!-- --></A>
178<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
179 <TR ALIGN="center" VALIGN="top">
180 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
181 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT> </TD>
182 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD>
183 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT> </TD>
184 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
185 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
186 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT> </TD>
187 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
188 </TR>
189</TABLE>
190</TD>
191<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
192</EM>
193</TD>
194</TR>
195
196<TR>
197<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
198 <A HREF="index-17.html"><B>PREV LETTER</B></A>
199 <A HREF="index-19.html"><B>NEXT LETTER</B></A></FONT></TD>
200<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
201 <A HREF="../index.html?index-filesindex-18.html" target="_top"><B>FRAMES</B></A>
202 <A HREF="index-18.html" target="_top"><B>NO FRAMES</B></A>
203 <SCRIPT type="text/javascript">
204 <!--
205 if(window==top) {
206 document.writeln('<A HREF="../allclasses-noframe.html"><B>All Classes</B></A>');
207 }
208 //-->
209</SCRIPT>
210<NOSCRIPT>
211 <A HREF="../allclasses-noframe.html"><B>All Classes</B></A>
212</NOSCRIPT>
213
214
215</FONT></TD>
216</TR>
217</TABLE>
218<A NAME="skip-navbar_bottom"></A>
219<!-- ======== END OF BOTTOM NAVBAR ======= -->
220
221<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>
222
223</BODY>
224</HTML>