|
|||||||||
Home >> All >> Freenet >> [ node overview ] | PREV NEXT |
A
- ar - Variable in class Freenet.node.LimitedHashtable
- ar - Variable in class Freenet.node.StandardDataStore
B
C
- CopyToFile(File) - Method in class Freenet.node.Data
- Copies the data into the specified file, returns when copy complete
- callback() - Method in class Freenet.node.DataCB
- callback() - Method in class Freenet.node.StandardDataStore
- cleanUpData() - Method in class Freenet.node.StandardDataStore
- Removes excess data (ie.
D
- Data - class Freenet.node.Data.
- This class is used to store data.
- Data(File) - Constructor for class Freenet.node.Data
- This creates a data item from the specified file.
- Data(InputStream) - Constructor for class Freenet.node.Data
- Creates a new data item reading the data from the InputStream
- Data(SplitOutputStream) - Constructor for class Freenet.node.Data
- DataCB - class Freenet.node.DataCB.
- A callback which will set the readyToRead field when the object is properly initiated.
- DataCB(Data) - Constructor for class Freenet.node.DataCB
- DataNotReadyException - exception Freenet.node.DataNotReadyException.
- Thrown if an attempt is made to access a data item before it is ready (nescessary as Data items can be initialised concurrently)
- DataNotReadyException() - Constructor for class Freenet.node.DataNotReadyException
- DataStore - interface Freenet.node.DataStore.
- DataStoreItem - class Freenet.node.DataStoreItem.
- DataStoreItem(Key, Address, Data) - Constructor for class Freenet.node.DataStoreItem
- d - Variable in class Freenet.node.DataCB
- data - Variable in class Freenet.node.DataStoreItem
- delFile - Variable in class Freenet.node.Data
- ds - Variable in class Freenet.node.Node
F
- Freenet.node - package Freenet.node
- fileName() - Method in class Freenet.node.Data
- Returns a File containing the data.
- filename - Static variable in class Freenet.node.StandardDataStore
- finalize() - Method in class Freenet.node.Data
- findClosestKey(Key) - Method in interface Freenet.node.DataStore
- Returns the reference associated with the closest key to k.
- findClosestKey(Key, Key) - Method in interface Freenet.node.DataStore
- Returns the reference associated with the closest key to k.
- findClosestKey(Key) - Method in class Freenet.node.StandardDataStore
- Returns the reference associated with the closest key to k.
- findClosestKey(Key, Key) - Method in class Freenet.node.StandardDataStore
- Returns the reference associated with the closest key to k.
- findNextClosestPos(Key, Key) - Method in class Freenet.node.StandardDataStore
- Will return the position in ar of the closest key to k that is not as close as nextk
G
- getLength() - Method in class Freenet.node.Data
- Returns a BigInteger which specifies the length of the data stored in this object
- getTicket(Long) - Method in class Freenet.node.StandardMessageHandler
H
- h - Variable in class Freenet.node.StandardDataStore
- handle(Message) - Method in class Freenet.node.StandardMessageHandler
- Handle a message
I
- inform(Hashtable) - Static method in class Freenet.node.Node
- informRead(HttpURLConnection, Hashtable) - Static method in class Freenet.node.Node
- informWrite(HttpURLConnection) - Static method in class Freenet.node.Node
K
- key - Variable in class Freenet.node.DataStoreItem
- keys() - Method in class Freenet.node.StandardDataStore
L
- LimitedHashtable - class Freenet.node.LimitedHashtable.
- A variant on a Hashtable which only holds a limited number of messages.
- LimitedHashtable(int) - Constructor for class Freenet.node.LimitedHashtable
- length() - Method in class Freenet.node.Data
- Returns the length of the data in bytes
- limput(Object, Object) - Method in class Freenet.node.LimitedHashtable
M
- main(String[]) - Static method in class Freenet.node.Node
- main(String[]) - Static method in class Freenet.node.StandardMessageHandler
- makeDataStore(Node, long, int) - Static method in class Freenet.node.StandardDataStore
- maxData - Variable in class Freenet.node.StandardDataStore
- messageMemories - Variable in class Freenet.node.StandardMessageHandler
N
- Node - class Freenet.node.Node.
- This is a Wrapper object that contains the components of a Node in the Adaptive Network.
- Node(long, int, int, ListeningAddress) - Constructor for class Freenet.node.Node
- n - Static variable in class Freenet.node.Node
- name - Variable in class Freenet.node.Data
- newFile() - Method in class Freenet.node.Data
- node - Variable in class Freenet.node.StandardMessageHandler
P
- path - Static variable in class Freenet.node.Data
- The path where files should be stored
- ptr - Variable in class Freenet.node.LimitedHashtable
- put(Key, Address, Data) - Method in interface Freenet.node.DataStore
- Adds an item to the DataStore
- put(Object, Object) - Method in class Freenet.node.LimitedHashtable
- put(Key, Address, Data) - Method in class Freenet.node.StandardDataStore
- Adds an item to the DataStore
R
- readyToRead - Variable in class Freenet.node.Data
- Indicates whether this class is ready for reading
- ref - Variable in class Freenet.node.DataStoreItem
- remove(Key) - Method in interface Freenet.node.DataStore
- Removes an item from the DataStore given its key
- remove(Key) - Method in class Freenet.node.StandardDataStore
- Removes an item from the DataStore given its key
S
- StandardDataStore - class Freenet.node.StandardDataStore.
- StandardDataStore(long, int) - Constructor for class Freenet.node.StandardDataStore
- StandardMessageHandler - class Freenet.node.StandardMessageHandler.
- This class handles incoming messages.
- StandardMessageHandler(Node, int) - Constructor for class Freenet.node.StandardMessageHandler
- searchData(Key) - Method in interface Freenet.node.DataStore
- Searches for a key in the DataStore and if found returns any data associated with that key.
- searchData(Key) - Method in class Freenet.node.StandardDataStore
- Searches for a key in the DataStore and if found returns any data associated with that key.
- searchRef(Key) - Method in interface Freenet.node.DataStore
- Searches for a key in the DataStore and if found returns any reference associated with that key.
- searchRef(Key) - Method in class Freenet.node.StandardDataStore
- Searches for a key in the DataStore and if found returns any reference associated with that key.
T
- tickets - Variable in class Freenet.node.StandardMessageHandler
- toInputStream() - Method in class Freenet.node.Data
- Returns an InputStream which supplies the data stored in this object
- toString() - Method in class Freenet.node.Data
- toString() - Method in class Freenet.node.DataStoreItem
- toString() - Method in class Freenet.node.LimitedHashtable
- toString() - Method in class Freenet.node.StandardDataStore
- tofile(String) - Method in interface Freenet.node.DataStore
- tofile(String) - Method in class Freenet.node.StandardDataStore
U
V
W
- write_interval - Static variable in class Freenet.node.StandardDataStore
A B C D F G H I K L M N P R S T U V W
|
|||||||||
Home >> All >> Freenet >> [ node overview ] | PREV NEXT |