Uses of Interface
one.microstream.storage.types.StorageEntity
Package | Description |
---|---|
one.microstream.storage.types |
-
Uses of StorageEntity in one.microstream.storage.types
Classes in one.microstream.storage.types with type parameters of type StorageEntity Modifier and Type Interface Description interface
StorageEntityCache<E extends StorageEntity>
interface
StorageEntityExporter<E extends StorageEntity>
interface
StorageEntityType<E extends StorageEntity>
Classes in one.microstream.storage.types that implement StorageEntity Modifier and Type Class Description static class
StorageEntity.Default
Methods in one.microstream.storage.types with parameters of type StorageEntity Modifier and Type Method Description void
StorageEntity.MaxObjectId. accept(StorageEntity e)
void
StorageEntity.MinObjectId. accept(StorageEntity e)
boolean
StorageEntityCacheEvaluator. clearEntityCache(long totalCacheSize, long evaluationTime, StorageEntity entity)
boolean
StorageEntityCacheEvaluator.Default. clearEntityCache(long cacheSize, long evalTime, StorageEntity e)
default boolean
StorageEntityCacheEvaluator. initiallyCacheEntity(long totalCacheSize, long evaluationTime, StorageEntity entity)
Method parameters in one.microstream.storage.types with type arguments of type StorageEntity Modifier and Type Method Description KeyValue<Long,Long>
StorageChannel.Default. exportTypeEntities(StorageEntityTypeHandler type, AWritableFile file, Predicate<? super StorageEntity> predicateEntity)
KeyValue<Long,Long>
StorageChannel. exportTypeEntities(StorageEntityTypeHandler type, AWritableFile file, Predicate<? super StorageEntity> predicateEntity)