Uses of Interface
com.gigaspaces.entry.VirtualEntry
Packages that use VirtualEntry
Package
Description
Provides GigaSpaces Document API.
-
Uses of VirtualEntry in com.gigaspaces.dih.consumer
Classes in com.gigaspaces.dih.consumer that implement VirtualEntry -
Uses of VirtualEntry in com.gigaspaces.document
Classes in com.gigaspaces.document that implement VirtualEntryModifier and TypeClassDescriptionclassRepresents a document which can be stored and retrieved from the space. -
Uses of VirtualEntry in com.gigaspaces.entry
Methods in com.gigaspaces.entry that return VirtualEntryModifier and TypeMethodDescriptionVirtualEntry.addProperties(Map<String, Object> properties) Adds the specified properties to the document's current properties.VirtualEntry.setProperty(String name, Object value) Sets a property's value by its name.VirtualEntry.setTransient(boolean isTransient) Sets whether or not the entry is transient.VirtualEntry.setTypeName(String typeName) Sets the document type name.VirtualEntry.setVersion(int version) Sets the entry's version. -
Uses of VirtualEntry in com.gigaspaces.internal.metadata
Classes in com.gigaspaces.internal.metadata with type parameters of type VirtualEntryMethods in com.gigaspaces.internal.metadata that return VirtualEntry