Uses of Class
org.apache.jena.dboe.transaction.txn.ComponentId
Packages that use ComponentId
Package
Description
-
Uses of ComponentId in org.apache.jena.dboe.transaction
Methods in org.apache.jena.dboe.transaction that return ComponentIdConstructors in org.apache.jena.dboe.transaction with parameters of type ComponentIdModifierConstructorDescriptionTransInteger(long v, ComponentId componentId) In-memory, non persistent, transactional integerTransInteger(String filename, ComponentId cid) Persistent, transactional integer.TransMonitor(ComponentId cid) -
Uses of ComponentId in org.apache.jena.dboe.transaction.txn
Fields in org.apache.jena.dboe.transaction.txn declared as ComponentIdModifier and TypeFieldDescriptionstatic final ComponentIdComponentIds.idNullstatic final ComponentIdComponentIds.idSystemMethods in org.apache.jena.dboe.transaction.txn that return ComponentIdModifier and TypeMethodDescriptionstatic ComponentIdGiven a base componentId, create a derived (different) one.static ComponentIdComponentId.allocLocal()Return a fresh ComponentId (not preserved across JVM runs)static ComponentIdComponentId.allocLocal(int id) static ComponentIdCreate a ComponentId from the given bytesPrepareState.getComponent()TransactionalComponent.getComponentId()Every component instance must supplied a unique number.TransactionalComponentLifecycle.getComponentId()TransactionalComponentWrapper.getComponentId()Methods in org.apache.jena.dboe.transaction.txn with parameters of type ComponentIdMethod parameters in org.apache.jena.dboe.transaction.txn with type arguments of type ComponentIdModifier and TypeMethodDescriptionvoidComponentGroup.forEach(BiConsumer<ComponentId, TransactionalComponent> action) Constructors in org.apache.jena.dboe.transaction.txn with parameters of type ComponentIdModifierConstructorDescription -
Uses of ComponentId in org.apache.jena.dboe.transaction.txn.journal
Methods in org.apache.jena.dboe.transaction.txn.journal that return ComponentIdMethods in org.apache.jena.dboe.transaction.txn.journal with parameters of type ComponentIdModifier and TypeMethodDescriptionlongJournal.write(JournalEntryType type, ComponentId componentId, ByteBuffer buffer) Write an entry and return it's location in the journalConstructors in org.apache.jena.dboe.transaction.txn.journal with parameters of type ComponentIdModifierConstructorDescriptionJournalEntry(JournalEntryType type, ComponentId componentId, ByteBuffer bytes)