A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

F

Failed - Static variable in class org.hypergraphdb.peer.workflow.WorkflowState
 
fetch() - Method in class org.hypergraphdb.util.SimplyLinkedQueue
 
fetchRef() - Method in class org.hypergraphdb.handle.PhantomHandle
A getter of the referent that uses reflection to access the field directly.
FilteredResultSet<T> - Class in org.hypergraphdb.query.impl
Filter a result set through a predicate.
FilteredResultSet(HyperGraph, HGSearchResult<T>, HGAtomPredicate, int) - Constructor for class org.hypergraphdb.query.impl.FilteredResultSet
The constructor assumes the underlying set is already positioned to the first matching entity.
filterTargets() - Method in class org.hypergraphdb.peer.jxta.JXTAPeerFilter
 
filterTargets() - Method in class org.hypergraphdb.peer.PeerFilter
 
find(HGRelType) - Method in class org.hypergraphdb.atom.HGRelTypeConstructor
 
find(byte[]) - Method in class org.hypergraphdb.atom.impl.UUIDTrie
Return true if the given element is in the set and false otherwise.
find(KeyType) - Method in interface org.hypergraphdb.HGIndex
Retrieve all entries corresponding to the given key.
find(KeyType) - Method in interface org.hypergraphdb.HGSearchable
Returns a HGSearchResult over all values matching a key in the searched entity.
find(HGQueryCondition) - Method in class org.hypergraphdb.HyperGraph
Run a HyperGraphDB lookup query based on the specified condition.
find(KeyType) - Method in class org.hypergraphdb.storage.DefaultIndexImpl
 
find(HGPersistentHandle) - Method in class org.hypergraphdb.type.AtomRefType
The key is expected to be of type HGAtomRef OR of type HGHandle.
find(JavaType) - Method in class org.hypergraphdb.type.javaprimitive.PrimitiveTypeBase
 
find(Slot) - Method in class org.hypergraphdb.type.SlotType
 
findAliases(HGHandle) - Method in class org.hypergraphdb.HGTypeSystem
Retrieve all the aliases of a given type.
findAll(HyperGraph, HGQueryCondition) - Static method in class org.hypergraphdb.HGQuery.hg
Run a query based on the specified condition and put all HGHandles from the result set into a java.util.List.
findAll(HGQuery<T>) - Static method in class org.hypergraphdb.HGQuery.hg
 
findByValue(ValueType) - Method in interface org.hypergraphdb.HGBidirectionalIndex
Return a HGSearchResult over all keys whose value is the value parameter.
findByValue(ValueType) - Method in class org.hypergraphdb.storage.DefaultBiIndexImpl
 
findFirst(KeyType) - Method in interface org.hypergraphdb.HGIndex
Find the first indexed entry corresponding to the given key.
findFirst(KeyType) - Method in class org.hypergraphdb.storage.DefaultIndexImpl
 
findFirstByValue(ValueType) - Method in interface org.hypergraphdb.HGBidirectionalIndex
Return a key whose value is the value parameter.
findFirstByValue(ValueType) - Method in class org.hypergraphdb.storage.DefaultBiIndexImpl
 
findGT(KeyType) - Method in interface org.hypergraphdb.HGOrderedSearchable
Return a range of all values strictly greater than the specified key.
findGT(KeyType) - Method in interface org.hypergraphdb.HGSortIndex
 
findGT(KeyType) - Method in class org.hypergraphdb.storage.DefaultIndexImpl
 
findGT(JavaType) - Method in class org.hypergraphdb.type.javaprimitive.PrimitiveTypeBase
 
findGTE(KeyType) - Method in interface org.hypergraphdb.HGOrderedSearchable
Return a range of all values greater than or equal to the specified key.
findGTE(KeyType) - Method in interface org.hypergraphdb.HGSortIndex
 
findGTE(KeyType) - Method in class org.hypergraphdb.storage.DefaultIndexImpl
 
findGTE(JavaType) - Method in class org.hypergraphdb.type.javaprimitive.PrimitiveTypeBase
 
findLast(KeyType) - Method in class org.hypergraphdb.storage.DefaultIndexImpl
Find the last entry, assuming ordered duplicates, corresponding to the given key.
findLT(KeyType) - Method in interface org.hypergraphdb.HGOrderedSearchable
Return a range of all values strictly less than the specified key.
findLT(KeyType) - Method in interface org.hypergraphdb.HGSortIndex
 
findLT(KeyType) - Method in class org.hypergraphdb.storage.DefaultIndexImpl
 
findLT(JavaType) - Method in class org.hypergraphdb.type.javaprimitive.PrimitiveTypeBase
 
findLTE(KeyType) - Method in interface org.hypergraphdb.HGOrderedSearchable
Return a range of all values less than or equal to the specified key.
findLTE(KeyType) - Method in interface org.hypergraphdb.HGSortIndex
 
findLTE(KeyType) - Method in class org.hypergraphdb.storage.DefaultIndexImpl
 
findLTE(JavaType) - Method in class org.hypergraphdb.type.javaprimitive.PrimitiveTypeBase
 
findOne(HyperGraph, HGQueryCondition) - Static method in class org.hypergraphdb.HGQuery.hg
Run a query based on the passed in condition.
finishRequest(Object, Timestamp, Timestamp) - Method in class org.hypergraphdb.peer.log.Log
 
first() - Method in class org.hypergraphdb.atom.HGAtomSet
 
FIRST - Static variable in class org.hypergraphdb.peer.serializer.JSONReader
 
first() - Method in class org.hypergraphdb.storage.DBKeyedSortedSet
 
first() - Method in class org.hypergraphdb.util.ArrayBasedSet
 
first() - Method in class org.hypergraphdb.util.LLRBTree
 
FLOAT - Static variable in class org.hypergraphdb.type.HGPredefinedTypes
 
FLOAT_ARRAY - Static variable in class org.hypergraphdb.type.HGPredefinedTypes
 
FloatPrimitiveArrayType - Class in org.hypergraphdb.type.javaprimitive
 
FloatPrimitiveArrayType() - Constructor for class org.hypergraphdb.type.javaprimitive.FloatPrimitiveArrayType
 
FloatType - Class in org.hypergraphdb.type.javaprimitive
 
FloatType() - Constructor for class org.hypergraphdb.type.javaprimitive.FloatType
 
FloatType.FloatComparator - Class in org.hypergraphdb.type.javaprimitive
 
FloatType.FloatComparator() - Constructor for class org.hypergraphdb.type.javaprimitive.FloatType.FloatComparator
 
floyd_warshall() - Method in class org.hypergraphdb.algorithms.GraphClassics
 
flushBatch() - Method in class org.hypergraphdb.peer.RemotePeer
Sends the current list of queued operations to the remote peer.
formatDimensionPath(String[]) - Static method in class org.hypergraphdb.type.TypeUtils
 
freeze(HGLiveHandle) - Method in class org.hypergraphdb.cache.DefaultAtomCache
 
freeze(HGLiveHandle) - Method in class org.hypergraphdb.cache.WeakRefAtomCache
 
freeze(HGLiveHandle) - Method in interface org.hypergraphdb.HGAtomCache
Freezing an atom in the cache would prevent it from ever being removed.
freeze(HGHandle) - Method in class org.hypergraphdb.HyperGraph
Freeze an atom into the HyperGraph cache.Frozen atoms are guarantueed to NOT be evicted from the cache.
fromByteArray(byte[]) - Method in class org.hypergraphdb.storage.BAtoBA
 
fromByteArray(byte[]) - Method in class org.hypergraphdb.storage.BAtoHandle
 
fromByteArray(byte[]) - Method in class org.hypergraphdb.storage.BAtoString
 
fromByteArray(byte[]) - Method in interface org.hypergraphdb.storage.ByteArrayConverter
 
fromByteArray(byte[]) - Method in class org.hypergraphdb.type.AtomRefType
 
fromByteArray(byte[]) - Method in class org.hypergraphdb.type.javaprimitive.PrimitiveTypeBase
 
FromState - Annotation Type in org.hypergraphdb.peer.workflow
 
FSMActivity - Class in org.hypergraphdb.peer.workflow
An activity implementation based on a finite state machine defined through method annotations.
FSMActivity(HyperGraphPeer) - Constructor for class org.hypergraphdb.peer.workflow.FSMActivity
 
FSMActivity(HyperGraphPeer, UUID) - Constructor for class org.hypergraphdb.peer.workflow.FSMActivity
 

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z