Uses of Interface
com.usatiuk.objects.JData
Packages that use JData
Package
Description
-
Uses of JData in com.usatiuk.dhfs.autosync
Methods in com.usatiuk.dhfs.autosync with parameters of type JDataModifier and TypeMethodDescriptionvoidAutosyncTxHook.onChange(JObjectKey key, JData old, JData cur) voidAutosyncTxHook.onCreate(JObjectKey key, JData cur) voidAutosyncTxHook.onDelete(JObjectKey key, JData cur) -
Uses of JData in com.usatiuk.dhfs.invalidation
Classes in com.usatiuk.dhfs.invalidation with type parameters of type JDataModifier and TypeInterfaceDescriptioninterfaceOpExtractor<T extends JData>Interface for extracting operations from data objects.Methods in com.usatiuk.dhfs.invalidation with parameters of type JData -
Uses of JData in com.usatiuk.dhfs.jkleppmanntree.structs
Classes in com.usatiuk.dhfs.jkleppmanntree.structs that implement JDataModifier and TypeClassDescriptionfinal recordSeparate reference counting from JKleppmannTreeNodefinal recordVarious persistent data for JKleppmannTree -
Uses of JData in com.usatiuk.dhfs.jmap
Subinterfaces of JData in com.usatiuk.dhfs.jmapModifier and TypeInterfaceDescriptioninterfaceJMapHolder<K extends JMapKey>Marker interface that allows an object to hold an ordered key-value map of object references.Classes in com.usatiuk.dhfs.jmap that implement JDataMethods in com.usatiuk.dhfs.jmap with parameters of type JDataModifier and TypeMethodDescriptionvoidJMapRefcounterTxHook.onChange(JObjectKey key, JData old, JData cur) voidJMapRefcounterTxHook.onCreate(JObjectKey key, JData cur) voidJMapHolderRefcounterTxHook.onDelete(JObjectKey key, JData cur) voidJMapRefcounterTxHook.onDelete(JObjectKey key, JData cur) Constructor parameters in com.usatiuk.dhfs.jmap with type arguments of type JDataModifierConstructorDescriptionJMapIterator(CloseableKvIterator<JObjectKey, JData> backing, JMapHolder<K> holder) -
Uses of JData in com.usatiuk.dhfs.peersync
Classes in com.usatiuk.dhfs.peersync with type parameters of type JDataModifier and TypeInterfaceDescriptioninterfaceInitialSyncProcessor<T extends JData>Allows to specify custom processing of initial synchronization/crash recovery for a specific object type.Classes in com.usatiuk.dhfs.peersync that implement JData -
Uses of JData in com.usatiuk.dhfs.peertrust
Methods in com.usatiuk.dhfs.peertrust with parameters of type JDataModifier and TypeMethodDescriptionvoidPeerInfoCertUpdateTxHook.onChange(JObjectKey key, JData old, JData cur) voidPeerInfoCertUpdateTxHook.onCreate(JObjectKey key, JData cur) voidPeerInfoCertUpdateTxHook.onDelete(JObjectKey key, JData cur) -
Uses of JData in com.usatiuk.dhfs.refcount
Subinterfaces of JData in com.usatiuk.dhfs.refcountModifier and TypeInterfaceDescriptioninterfaceInterface for a reference counted objectMethods in com.usatiuk.dhfs.refcount with parameters of type JDataModifier and TypeMethodDescriptionvoidDeleterTxHook.onChange(JObjectKey key, JData old, JData cur) voidRefcounterTxHook.onChange(JObjectKey key, JData old, JData cur) voidDeleterTxHook.onCreate(JObjectKey key, JData cur) voidRefcounterTxHook.onCreate(JObjectKey key, JData cur) voidDeleterTxHook.onDelete(JObjectKey key, JData cur) voidRefcounterTxHook.onDelete(JObjectKey key, JData cur) -
Uses of JData in com.usatiuk.dhfs.remoteobj
Classes in com.usatiuk.dhfs.remoteobj that implement JDataModifier and TypeClassDescriptionfinal recordRemoteObjectDataWrapper<T extends JDataRemote>Wrapper for remote object data.final recordMetadata for remote objects.Methods in com.usatiuk.dhfs.remoteobj with parameters of type JDataModifier and TypeMethodDescriptionvoidRemoteObjPusherTxHook.onChange(JObjectKey key, JData old, JData cur) voidRemoteObjPusherTxHook.onCreate(JObjectKey key, JData cur) voidRemoteObjPusherTxHook.onDelete(JObjectKey key, JData cur) -
Uses of JData in com.usatiuk.dhfsfs.objects
Classes in com.usatiuk.dhfsfs.objects that implement JDataModifier and TypeClassDescriptionfinal recordFile is a data structure that represents a file in the file system -
Uses of JData in com.usatiuk.objects
Methods in com.usatiuk.objects that return JDataModifier and TypeMethodDescriptionJDataVersionedWrapper.data()Returns the wrapped object.JDataVersionedWrapperImpl.data()Returns the value of thedatarecord component.JDataVersionedWrapperLazy.data()JavaDataSerializer.deserialize(ByteBuffer data) Methods in com.usatiuk.objects with parameters of type JDataModifier and TypeMethodDescriptioncom.google.protobuf.ByteStringConstructors in com.usatiuk.objects with parameters of type JDataModifierConstructorDescriptionJDataVersionedWrapperImpl(JData data, long version) Creates an instance of aJDataVersionedWrapperImplrecord class.Constructor parameters in com.usatiuk.objects with type arguments of type JDataModifierConstructorDescriptionJDataVersionedWrapperLazy(long version, int estimatedSize, Supplier<JData> producer) Creates a new JDataVersionedWrapperLazy object. -
Uses of JData in com.usatiuk.objects.transaction
Classes in com.usatiuk.objects.transaction with type parameters of type JDataModifier and TypeClassDescriptionstatic final recordTxRecord.TxObjectRecordWrite<T extends JData>Methods in com.usatiuk.objects.transaction with type parameters of type JDataModifier and TypeMethodDescriptionCurrentTransaction.get(Class<T> type, JObjectKey key) Transaction.get(Class<T> type, JObjectKey key) <T extends JData>
void<T extends JData>
void<T extends JData>
void<T extends JData>
voidMethods in com.usatiuk.objects.transaction that return JDataModifier and TypeMethodDescriptionTxRecord.TxObjectRecordWrite.data()Returns the value of thedatarecord component.Methods in com.usatiuk.objects.transaction that return types with arguments of type JDataModifier and TypeMethodDescriptionCurrentTransaction.getIterator(IteratorStart start, JObjectKey key) Transaction.getIterator(IteratorStart start, JObjectKey key) default CloseableKvIterator<JObjectKey, JData> Transaction.getIterator(JObjectKey key) Methods in com.usatiuk.objects.transaction with parameters of type JDataModifier and TypeMethodDescriptiondefault voidPreCommitTxHook.onChange(JObjectKey key, JData old, JData cur) default voidPreCommitTxHook.onCreate(JObjectKey key, JData cur) default voidPreCommitTxHook.onDelete(JObjectKey key, JData cur) <T extends JData>
void<T extends JData>
void<T extends JData>
void<T extends JData>
voidConstructors in com.usatiuk.objects.transaction with parameters of type JDataModifierConstructorDescriptionTxObjectRecordWrite(JData data) Creates an instance of aTxObjectRecordWriterecord class.