Uses of Interface
org.gcube.resourcemanagement.model.reference.entities.facets.MemoryFacet
Packages that use MemoryFacet
Package
Description
-
Uses of MemoryFacet in org.gcube.resourcemanagement.model.impl.entities.facets
Classes in org.gcube.resourcemanagement.model.impl.entities.facets that implement MemoryFacet -
Uses of MemoryFacet in org.gcube.resourcemanagement.model.impl.relations.consistsof
Classes in org.gcube.resourcemanagement.model.impl.relations.consistsof with type parameters of type MemoryFacetModifier and TypeClassDescriptionclassHasMemoryImpl<Out extends org.gcube.informationsystem.model.reference.entities.Resource,In extends MemoryFacet> classHasPersistentMemoryImpl<Out extends org.gcube.informationsystem.model.reference.entities.Resource,In extends MemoryFacet> classHasVolatileMemoryImpl<Out extends org.gcube.informationsystem.model.reference.entities.Resource,In extends MemoryFacet> -
Uses of MemoryFacet in org.gcube.resourcemanagement.model.reference.relations.consistsof
Classes in org.gcube.resourcemanagement.model.reference.relations.consistsof with type parameters of type MemoryFacetModifier and TypeInterfaceDescriptioninterfaceHasMemory<Out extends org.gcube.informationsystem.model.reference.entities.Resource,In extends MemoryFacet> HasMemory is a base relation type to capture the diverse type of memories associated with a resource.interfaceHasPersistentMemory<Out extends org.gcube.informationsystem.model.reference.entities.Resource,In extends MemoryFacet> HasPersistentMemory indicates that the targetMemoryFacetindicates a non-volatile memory, i.e., a memory which does not lose the data when the device is powered down.interfaceHasVolatileMemory<Out extends org.gcube.informationsystem.model.reference.entities.Resource,In extends MemoryFacet> HasVolatileMemory indicates that the targetMemoryFacetis a volatile memory, i.e., a memory which requires power to maintain the stored information.