Uses of Class
one.microstream.storage.types.StorageEntity.Default
-
Packages that use StorageEntity.Default Package Description one.microstream.storage.types -
-
Uses of StorageEntity.Default in one.microstream.storage.types
Methods in one.microstream.storage.types with type parameters of type StorageEntity.Default Modifier and Type Method Description <T extends Throwable,P extends one.microstream.functional.ThrowingProcedure<? super StorageEntity.Default,T>>
PStorageEntityType.Default. iterateEntities(P procedure)Methods in one.microstream.storage.types that return StorageEntity.Default Modifier and Type Method Description StorageEntity.DefaultStorageEntityCache.Default. getEntry(long objectId)Methods in one.microstream.storage.types with parameters of type StorageEntity.Default Modifier and Type Method Description voidStorageLiveDataFile.Default. appendEntry(StorageEntity.Default entry)voidStorageEntityType.Default.EntityDeleter. delete(StorageEntity.Default entity, StorageEntityType.Default type, StorageEntity.Default previousInType)voidStorageEntityType.Default. iterateEntityReferenceIds(StorageEntity.Default entity, one.microstream.persistence.types.PersistenceObjectIdAcceptor iterator)voidStorageLiveDataFile.Default. loadEntityData(StorageEntity.Default entity, long length, long cacheChange)voidStorageLiveDataFile.Default. prependEntry(StorageEntity.Default entry)voidStorageLiveDataFile.Default. remove(StorageEntity.Default entity)booleanStorageEntityType.Default.EntityDeleter. test(StorageEntity.Default entity)Method parameters in one.microstream.storage.types with type arguments of type StorageEntity.Default Modifier and Type Method Description voidStorageEntityExporter.Default. exportEntities(StorageEntityType<StorageEntity.Default> type, one.microstream.afs.types.AWritableFile file)
-