Uses of Class
org.apache.jena.dboe.transaction.txn.ComponentId
-
Packages that use ComponentId Package Description org.apache.jena.dboe.transaction org.apache.jena.dboe.transaction.txn org.apache.jena.dboe.transaction.txn.journal -
-
Uses of ComponentId in org.apache.jena.dboe.transaction
Methods in org.apache.jena.dboe.transaction that return ComponentId Modifier and Type Method Description ComponentIdTransLogger. getComponentId()ComponentIdTransMonitor. getComponentId()Constructors in org.apache.jena.dboe.transaction with parameters of type ComponentId Constructor Description TransInteger(long v, ComponentId componentId)In-memory, non persistent, transactional integerTransInteger(java.lang.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 ComponentId Modifier and Type Field Description static ComponentIdComponentIds. idNullstatic ComponentIdComponentIds. idSystemMethods in org.apache.jena.dboe.transaction.txn that return ComponentId Modifier and Type Method Description static ComponentIdComponentId. alloc(java.lang.String label, java.util.UUID coordinatorBase, int index)Given a base componentId, create a derived (different) one.static ComponentIdComponentId. allocLocal()Return a fresh ComponentId (not preserved across JVM runs)static ComponentIdComponentId. create(java.util.UUID coordinatorBase, byte[] bytes)Create a ComponentId from the given bytesComponentIdPrepareState. getComponent()ComponentIdTransactionalComponent. getComponentId()Every component instance must supplied a unique number.ComponentIdTransactionalComponentLifecycle. getComponentId()ComponentIdTransactionalComponentWrapper. getComponentId()Methods in org.apache.jena.dboe.transaction.txn with parameters of type ComponentId Modifier and Type Method Description TransactionalComponentComponentGroup. findComponent(ComponentId componentId)Method parameters in org.apache.jena.dboe.transaction.txn with type arguments of type ComponentId Modifier and Type Method Description voidComponentGroup. forEach(java.util.function.BiConsumer<ComponentId,TransactionalComponent> action)Constructors in org.apache.jena.dboe.transaction.txn with parameters of type ComponentId Constructor Description PrepareState(ComponentId compoent, java.nio.ByteBuffer data)TransactionalComponentBase(ComponentId id) -
Uses of ComponentId in org.apache.jena.dboe.transaction.txn.journal
Methods in org.apache.jena.dboe.transaction.txn.journal that return ComponentId Modifier and Type Method Description ComponentIdJournalEntry. getComponentId()Methods in org.apache.jena.dboe.transaction.txn.journal with parameters of type ComponentId Modifier and Type Method Description longJournal. write(JournalEntryType type, ComponentId componentId, java.nio.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 ComponentId Constructor Description JournalEntry(JournalEntryType type, ComponentId componentId, java.nio.ByteBuffer bytes)
-