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

I

importanceOf(DefaultAtomCache.LiveHandle) - Method in class org.hypergraphdb.cache.DefaultAtomCache
 
IN_REPLY_TO - Static variable in class org.hypergraphdb.peer.HGDBOntology
 
IncidenceSet - Class in org.hypergraphdb
Represents an atom incidence set.
IncidenceSetRef - Class in org.hypergraphdb
An implementation that will lazily query for the incidence set of an atom.
IncidenceSetRef(HGHandle, HyperGraph) - Constructor for class org.hypergraphdb.IncidenceSetRef
 
incident(HGHandle) - Static method in class org.hypergraphdb.HGQuery.hg
 
IncidentCondition - Class in org.hypergraphdb.query
The IncidentCondition specifies that a search result atom should be a member of the incidence set of a given atom.
IncidentCondition() - Constructor for class org.hypergraphdb.query.IncidentCondition
 
IncidentCondition(HGHandle) - Constructor for class org.hypergraphdb.query.IncidentCondition
 
IncidentToQuery - Class in org.hypergraphdb.query.cond2qry
 
IncidentToQuery() - Constructor for class org.hypergraphdb.query.cond2qry.IncidentToQuery
 
INCOMING - Static variable in class org.hypergraphdb.peer.jxta.JXTAConfig
 
INDEX_CLOCK_HI - Static variable in class org.hypergraphdb.handle.UUID
 
INDEX_CLOCK_LO - Static variable in class org.hypergraphdb.handle.UUID
 
INDEX_CLOCK_MID - Static variable in class org.hypergraphdb.handle.UUID
 
INDEX_CLOCK_SEQUENCE - Static variable in class org.hypergraphdb.handle.UUID
 
INDEX_NAME - Static variable in class org.hypergraphdb.atom.HGRelTypeConstructor
 
INDEX_NAME - Static variable in class org.hypergraphdb.type.HGHandleType
 
INDEX_NAME - Static variable in class org.hypergraphdb.type.javaprimitive.BooleanType
 
INDEX_NAME - Static variable in class org.hypergraphdb.type.javaprimitive.ByteType
 
INDEX_NAME - Static variable in class org.hypergraphdb.type.javaprimitive.CharType
 
INDEX_NAME - Static variable in class org.hypergraphdb.type.javaprimitive.DoubleType
 
INDEX_NAME - Static variable in class org.hypergraphdb.type.javaprimitive.FloatType
 
INDEX_NAME - Static variable in class org.hypergraphdb.type.javaprimitive.IntType
 
INDEX_NAME - Static variable in class org.hypergraphdb.type.javaprimitive.LongType
 
INDEX_NAME - Static variable in class org.hypergraphdb.type.javaprimitive.ShortType
 
INDEX_NAME - Static variable in class org.hypergraphdb.type.javaprimitive.StringType
 
INDEX_NAME - Static variable in class org.hypergraphdb.type.SlotType
 
INDEX_TYPE - Static variable in class org.hypergraphdb.handle.UUID
 
INDEX_VARIATION - Static variable in class org.hypergraphdb.handle.UUID
 
IndexBasedQuery - Class in org.hypergraphdb.query.impl
A simple query that operates on a single index.
IndexBasedQuery(HGIndex<Object, Object>, IndexBasedQuery.ScanType) - Constructor for class org.hypergraphdb.query.impl.IndexBasedQuery
Construct a query that will scan the whole index - either its keys or its values depending on the scanKeys parameter.
IndexBasedQuery(HGIndex<? extends Object, ? extends Object>, Object) - Constructor for class org.hypergraphdb.query.impl.IndexBasedQuery
 
IndexBasedQuery(HGIndex<Object, Object>, Object, ComparisonOperator) - Constructor for class org.hypergraphdb.query.impl.IndexBasedQuery
 
IndexBasedQuery.ScanType - Enum in org.hypergraphdb.query.impl
 
IndexCondition<Key,Value> - Class in org.hypergraphdb.query
 
IndexCondition(HGIndex<Key, Value>, Key) - Constructor for class org.hypergraphdb.query.IndexCondition
 
IndexCondition(HGIndex<Key, Value>, Key, ComparisonOperator) - Constructor for class org.hypergraphdb.query.IndexCondition
 
IndexedPartCondition - Class in org.hypergraphdb.query
 
IndexedPartCondition(HGHandle, HGIndex<?, ?>, Object, ComparisonOperator) - Constructor for class org.hypergraphdb.query.IndexedPartCondition
 
IndexResultSet<T> - Class in org.hypergraphdb.storage
An IndexResultSet is based on a cursor over an indexed set of values.
IndexResultSet() - Constructor for class org.hypergraphdb.storage.IndexResultSet
Construct an empty result set.
IndexResultSet(BDBTxCursor, DatabaseEntry, ByteArrayConverter<T>) - Constructor for class org.hypergraphdb.storage.IndexResultSet
Construct a result set matching a specific key.
IndexScanQuery - Class in org.hypergraphdb.query.impl
This queries simply scans all elements in a given index.
IndexScanQuery(HGIndex, boolean) - Constructor for class org.hypergraphdb.query.impl.IndexScanQuery
 
init(HGSearchResult<T>, HGSearchResult<T>) - Method in class org.hypergraphdb.query.impl.InMemoryIntersectionResult
 
init(HGSearchResult<T>, HGSearchResult<T>) - Method in interface org.hypergraphdb.query.impl.RSCombiner
 
init(HGSearchResult<T>, HGSearchResult<T>) - Method in class org.hypergraphdb.query.impl.SortedIntersectionResult
 
init(HGSearchResult<T>, HGSearchResult<T>) - Method in class org.hypergraphdb.query.impl.ZigZagIntersectionResult
 
initialize(PeerGroup, PipeAdvertisement) - Method in class org.hypergraphdb.peer.jxta.JXTAServer
 
initiate() - Method in class org.hypergraphdb.peer.replication.GetInterestsTask
 
initiate() - Method in class org.hypergraphdb.peer.replication.PublishInterestsTask
 
initiate() - Method in class org.hypergraphdb.peer.workflow.Activity
Called by the framework to initiate a new activity.
initiate() - Method in class org.hypergraphdb.peer.workflow.AffirmIdentity
 
initiate() - Method in class org.hypergraphdb.peer.workflow.FSMActivity
Empty method - override to implement activity initiation.
initiate() - Method in class org.hypergraphdb.peer.workflow.QueryTaskClient
 
initiate() - Method in class org.hypergraphdb.peer.workflow.QueryTaskServer
 
initiateActivity(Activity) - Method in class org.hypergraphdb.peer.workflow.ActivityManager
 
initiateActivity(Activity, ActivityListener) - Method in class org.hypergraphdb.peer.workflow.ActivityManager
 
initiateActivity(Activity, Activity, ActivityListener) - Method in class org.hypergraphdb.peer.workflow.ActivityManager
Initiate a new activity.
initNonDefaultMappers() - Method in class org.hypergraphdb.type.JavaTypeFactory
 
inject(Object, Object) - Method in class org.hypergraphdb.type.BeanPropertyBasedProjection
 
inject(Object, Object) - Method in class org.hypergraphdb.type.HGAbstractCompositeType.Projection
 
inject(Object, Object) - Method in interface org.hypergraphdb.type.HGProjection
Modify an atom's projections.
InMemoryIntersectionResult<T> - Class in org.hypergraphdb.query.impl
 
InMemoryIntersectionResult() - Constructor for class org.hypergraphdb.query.impl.InMemoryIntersectionResult
 
insideBatch() - Method in class org.hypergraphdb.peer.RemotePeer
 
Instance - Static variable in class org.hypergraphdb.query.Nothing
 
INT_ARRAY - Static variable in class org.hypergraphdb.type.HGPredefinedTypes
 
INTEGER - Static variable in class org.hypergraphdb.type.HGPredefinedTypes
 
InterestEvaluator - Class in org.hypergraphdb.peer
 
InterestEvaluator(PeerInterface, HyperGraph) - Constructor for class org.hypergraphdb.peer.InterestEvaluator
 
INTERFACE_TYPE - Static variable in class org.hypergraphdb.peer.PeerConfig
 
IntersectionQuery - Class in org.hypergraphdb.query.impl
An IntersectionQuery combines the results of two underlying queries and produces a result set containing only elements that appear in both of the input result sets.
IntersectionQuery(HGQuery, HGQuery, RSCombiner) - Constructor for class org.hypergraphdb.query.impl.IntersectionQuery
Construct an intersection of two queries.
IntPrimitiveArrayType - Class in org.hypergraphdb.type.javaprimitive
 
IntPrimitiveArrayType() - Constructor for class org.hypergraphdb.type.javaprimitive.IntPrimitiveArrayType
 
IntType - Class in org.hypergraphdb.type.javaprimitive
The implementation of the primitive Integer type.
IntType() - Constructor for class org.hypergraphdb.type.javaprimitive.IntType
 
is234() - Method in class org.hypergraphdb.util.LLRBTree
 
isAbstract(Class<?>) - Static method in class org.hypergraphdb.type.JavaTypeFactory
 
isBalanced() - Method in class org.hypergraphdb.util.LLRBTree
 
isBalanced(LLRBTree.Node<E>) - Method in class org.hypergraphdb.util.LLRBTree
 
isBST() - Method in class org.hypergraphdb.util.LLRBTree
 
isCanceled() - Method in class org.hypergraphdb.peer.workflow.WorkflowState
 
isCompleted() - Method in class org.hypergraphdb.peer.workflow.WorkflowState
 
isDefaultConstructible(Class<?>) - Static method in class org.hypergraphdb.type.JavaTypeFactory
 
isEmpty() - Method in class org.hypergraphdb.atom.HGAtomQueue
 
isEmpty() - Method in class org.hypergraphdb.atom.HGAtomSet
 
isEmpty() - Method in class org.hypergraphdb.atom.HGAtomStack
 
isEmpty() - Method in class org.hypergraphdb.peer.Message
 
isEmpty() - Method in class org.hypergraphdb.storage.DBKeyedSortedSet
 
isEmpty() - Method in class org.hypergraphdb.util.ArrayBasedSet
 
isEmpty(String) - Static method in class org.hypergraphdb.util.HGUtils
 
isEmpty() - Method in class org.hypergraphdb.util.SimplyLinkedQueue
 
isEmpty() - Method in class org.hypergraphdb.util.WeakIdentityHashMap
Returns true if this map contains no key-value mappings.
isEmtpy() - Method in class org.hypergraphdb.util.LLRBTree
 
isEmtpy() - Method in class org.hypergraphdb.util.TwoWayMap
 
isEnabled() - Method in class org.hypergraphdb.transaction.HGTransactionManager
Return true if the transaction are enabled and false otherwise.
isFailed() - Method in class org.hypergraphdb.peer.workflow.WorkflowState
 
isFatal() - Method in exception org.hypergraphdb.maintenance.MaintenanceException
 
isFinished() - Method in class org.hypergraphdb.peer.workflow.WorkflowState
Finished means it is either completed, failed or canceled.
isFloating() - Method in class org.hypergraphdb.atom.HGAtomRef
Return true if this is a floating reference and false otherwise.
isFrozen(HGLiveHandle) - Method in class org.hypergraphdb.cache.DefaultAtomCache
 
isFrozen(HGLiveHandle) - Method in class org.hypergraphdb.cache.WeakRefAtomCache
 
isFrozen(HGLiveHandle) - Method in interface org.hypergraphdb.HGAtomCache
Find out whether a given atom is frozen in the cache.
isFrozen(HGHandle) - Method in class org.hypergraphdb.HyperGraph
Return true if a given is currently frozen in the cache and false otherwise.
isHard() - Method in class org.hypergraphdb.atom.HGAtomRef
Return true if this is a hard reference and false otherwise.
isHGInstantiable(Class<?>) - Static method in class org.hypergraphdb.type.JavaTypeFactory
 
isIncidenceSetLoaded(HGHandle) - Method in class org.hypergraphdb.HyperGraph
Return true if the incidence set of a given atom is currently loaded in main memory and false otherwise.
isInLimbo() - Method in class org.hypergraphdb.peer.workflow.WorkflowState
 
isLink(Class<?>) - Static method in class org.hypergraphdb.type.JavaTypeFactory
 
isLoaded(Key) - Method in interface org.hypergraphdb.cache.HGCache
Return true if the element with the given key is currently in the cache and false otherwise.
isLoaded(Key) - Method in class org.hypergraphdb.cache.MRUCache
 
isLoaded(Key) - Method in class org.hypergraphdb.cache.SimpleCache
 
isLoaded(HGHandle) - Method in class org.hypergraphdb.HyperGraph
Return true if a given is currently loaded in main memory and false otherwise.
isNullUUID() - Method in class org.hypergraphdb.handle.UUID
 
isOpen(String) - Static method in class org.hypergraphdb.HGEnvironment
Return true if the database at the given location is already open and false otherwise.
isOpen() - Method in interface org.hypergraphdb.HGIndex
Return true if the index is currently opened and false otherwise.
isOpen() - Method in class org.hypergraphdb.HyperGraph
Return true is the database is currently open and false otherwise.
isOpen() - Method in class org.hypergraphdb.storage.DefaultBiIndexImpl
 
isOpen() - Method in class org.hypergraphdb.storage.DefaultIndexImpl
 
isOpen() - Method in class org.hypergraphdb.transaction.BDBTxCursor
 
isOrdered() - Method in class org.hypergraphdb.atom.HGTypeStructuralInfo
 
isOrdered() - Method in interface org.hypergraphdb.HGSearchResult
Return true if the elements in this search result are in ordered and false otherwise.
isOrdered() - Method in class org.hypergraphdb.query.impl.FilteredResultSet
 
isOrdered() - Method in class org.hypergraphdb.query.impl.HandleArrayResultSet
 
isOrdered() - Method in class org.hypergraphdb.query.impl.InMemoryIntersectionResult
 
isOrdered() - Method in class org.hypergraphdb.query.impl.LinkTargetsResultSet
 
isOrdered() - Method in class org.hypergraphdb.query.impl.MappedResult
 
isOrdered() - Method in class org.hypergraphdb.query.impl.PipedResult
 
isOrdered() - Method in class org.hypergraphdb.query.impl.ProjectionAtomResultSet
 
isOrdered() - Method in class org.hypergraphdb.query.impl.SortedIntersectionResult
 
isOrdered() - Method in class org.hypergraphdb.query.impl.TraversalResult
 
isOrdered() - Method in class org.hypergraphdb.query.impl.UnionResult
 
isOrdered() - Method in class org.hypergraphdb.query.impl.ZigZagIntersectionResult
 
isOrdered() - Method in class org.hypergraphdb.storage.KeyScanResultSet
 
isOrdered() - Method in class org.hypergraphdb.storage.SingleKeyResultSet
 
isOrdered() - Method in class org.hypergraphdb.storage.SingleValueResultSet
 
isRegistered(HGIndexer) - Method in class org.hypergraphdb.HGIndexManager
Return true if the given HGIndexer is registered with the index manager and false otherwise.
isReturnPreceeding() - Method in class org.hypergraphdb.algorithms.DefaultALGenerator
 
isReturnPreceeding() - Method in class org.hypergraphdb.query.TraversalCondition
 
isReturnSource() - Method in class org.hypergraphdb.algorithms.DefaultALGenerator
 
isReturnSource() - Method in class org.hypergraphdb.query.TraversalCondition
 
isReturnSucceeding() - Method in class org.hypergraphdb.algorithms.DefaultALGenerator
 
isReturnSucceeding() - Method in class org.hypergraphdb.query.TraversalCondition
 
isReverseOrder() - Method in class org.hypergraphdb.algorithms.DefaultALGenerator
 
isReverseOrder() - Method in class org.hypergraphdb.query.TraversalCondition
 
isRunning() - Method in class org.hypergraphdb.util.ActionQueueThread
 
isStarted() - Method in class org.hypergraphdb.peer.workflow.WorkflowState
 
isSymbolic() - Method in class org.hypergraphdb.atom.HGAtomRef
Return true if this is a symbolic reference and false otherwise.
isTransactional() - Method in class org.hypergraphdb.HGConfiguration
true if the database is configured to support transactions and false otherwise.
isValueReleased(HyperGraph, HGPersistentHandle) - Static method in class org.hypergraphdb.type.TypeUtils
 
isVisited(HGHandle) - Method in class org.hypergraphdb.algorithms.HGBreadthFirstTraversal
 
isVisited(HGHandle) - Method in class org.hypergraphdb.algorithms.HGDepthFirstTraversal
 
isVisited(HGHandle) - Method in interface org.hypergraphdb.algorithms.HGTraversal
Return true if the given atom was already visited and false otherwise.
iterator() - Method in class org.hypergraphdb.atom.HGAtomSet
 
iterator() - Method in class org.hypergraphdb.atom.impl.UUIDTrie
 
iterator() - Method in class org.hypergraphdb.HGPlainLink
 
iterator() - Method in class org.hypergraphdb.peer.PeerFilter
 
iterator() - Method in class org.hypergraphdb.peer.Subgraph
 
iterator() - Method in class org.hypergraphdb.storage.DBKeyedSortedSet
This iterator is intended for use when full iteration is performed on the set.
iterator() - Method in class org.hypergraphdb.util.ArrayBasedSet
 
iterator() - Method in class org.hypergraphdb.util.LLRBTree
 

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