| Home >> All >> org >> vrspace >> [ neurogrid Javadoc ] |
org.vrspace.neurogrid: Javadoc index of package org.vrspace.neurogrid.
Package Samples:
org.vrspace.neurogrid
Classes:
SoftCache: MRU Memory-Sensitive SoftCache This SoftCache implements storage in an MRU fashion. Every time an object is retrieved with get 55 , that object is put at the head of the MRU list. In the constructor, SoftCache 55 , the maximum size of the MRU list can be specified. Any item that has been #put{Object,Object put} which is not on the MRU list is susceptible to being garbage collected. All values in this Map are stored via SoftReferences. Objects that are only softly reachable are eligible for reclamation by the garbage collector when there are only soft references to them. In this context, this would ...
FilteredIterator: Utility iterator, wraps an Iterator usually retreived by Set operations, and a Filter applied to each set element on each iteration.
Storable: This interface means custom OR mapping. An object is able to store itself without DBAdapter storage logic.
WeightedTripleComparator: This compares UriTriple instances taking their weight into account. Use this on small samples only!
Logger: First created Logger is accessible from static methods. Other loggers are not tested.
DBAdapter: Database adapter. Some methods common for all subclasses should be implemented here.
Filter: NGIterator expects this as an argument and calls validate() on every iteration
UriTriple: Triplet containing subject (Keyword), predicate and object (Uri).
DBRef: Experimental DBReference, test how it all goes out of memory
EventComparator: EventComparator, use in SortedSets containing events
TripleComparator: Compares UriTriple instances. Usage: SortedSet.
KeywordComparator: Compares keywords, usage: SortedSet
UriDesc: Uri description (MetaData)
Queue: Synchronized FIFO Queue
NGObject: Generic import record.
Event: NeuroGrid event.
Node: A NeuroGrid node
Predicate: A Predicate.
EventType: Event types
Keyword: A keyword.
Uri: An URI
EventTypeComparator
| Home | Contact Us | Privacy Policy | Terms of Service |