Uses of Interface
org.gcube.resourcemanagement.model.reference.entities.facets.MemoryFacet
-
-
Uses of MemoryFacet in org.gcube.resourcemanagement.model.impl.entities.facets
Classes in org.gcube.resourcemanagement.model.impl.entities.facets that implement MemoryFacet Modifier and Type Class Description classMemoryFacetImpl -
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 MemoryFacet Modifier and Type Class Description classHasMemoryImpl<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 MemoryFacet Modifier and Type Interface Description interfaceHasMemory<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.
-