Uses of Interface
com.gigaspaces.metadata.SpacePropertyDescriptor
Packages that use SpacePropertyDescriptor
Package
Description
Provides classes and interfaces encapsulating space entries metadata.
-
Uses of SpacePropertyDescriptor in com.gigaspaces.client.storage_adapters.class_storage_adapters
Methods in com.gigaspaces.client.storage_adapters.class_storage_adapters with parameters of type SpacePropertyDescriptorModifier and TypeMethodDescriptionprotected ObjectClassBinaryStorageAdapter.deserialize(ObjectInput input, SpacePropertyDescriptor property) protected ObjectClassBinaryStorageAdapter.getDefaultValue(SpacePropertyDescriptor property) protected booleanClassBinaryStorageAdapter.hasValue(SpacePropertyDescriptor property, Object value) protected voidClassBinaryStorageAdapter.serialize(ObjectOutput output, SpacePropertyDescriptor property, Object value) -
Uses of SpacePropertyDescriptor in com.gigaspaces.internal.metadata
Classes in com.gigaspaces.internal.metadata that implement SpacePropertyDescriptorModifier and TypeClassDescriptionclassRepresents an entry property.class -
Uses of SpacePropertyDescriptor in com.gigaspaces.internal.server.storage
Methods in com.gigaspaces.internal.server.storage with parameters of type SpacePropertyDescriptorModifier and TypeMethodDescriptiondefault voidITransactionalEntryData.validateCanSetNull(String path, int pos, SpacePropertyDescriptor fixedProperty) -
Uses of SpacePropertyDescriptor in com.gigaspaces.metadata
Methods in com.gigaspaces.metadata that return SpacePropertyDescriptorModifier and TypeMethodDescriptionSpaceTypeDescriptor.getFixedProperty(int position) Gets a fixed property by its position.SpaceTypeDescriptor.getFixedProperty(String name) Gets a fixed property by its name.