Uses of Class
com.tangosol.coherence.rest.util.PropertySet
Packages that use PropertySet
Package
Description
Contains classes related to the Coherence REST API.
Contains packages and classes related to the Coherence REST API utilities.
- 
Uses of PropertySet in com.tangosol.coherence.rest
Methods in com.tangosol.coherence.rest with parameters of type PropertySetModifier and TypeMethodDescriptionjakarta.ws.rs.core.ResponseEntryResource.get(PropertySet propertySet, jakarta.ws.rs.core.Request request) Return the entry value or a subset of its properties.jakarta.ws.rs.core.ResponseCacheResource.getEntries(int nStart, int cResults, String sSort, PropertySet propertySet, String sQuery) Return the cache entries that satisfy the given query criteria.jakarta.ws.rs.core.ResponseEntrySetResource.getEntries(PropertySet propertySet) jakarta.ws.rs.core.ResponseNamedQueryResource.getEntries(jakarta.ws.rs.core.UriInfo uriInfo, int nStart, int cResults, String sSort, PropertySet propertySet) Return the cache entries that satisfy criteria defined by this resource.jakarta.ws.rs.core.ResponseCacheResource.getValues(int nStart, int cResults, String sSort, PropertySet propertySet, String sQuery) Return the cache values (or a subset of their properties) that satisfy the specified criteria.jakarta.ws.rs.core.ResponseEntrySetResource.getValues(PropertySet propertySet) Return the entries' values or a subset of their properties.jakarta.ws.rs.core.ResponseNamedQueryResource.getValues(jakarta.ws.rs.core.UriInfo uriInfo, int nStart, int cResults, String sSort, PropertySet propertySet) Return the cache values that satisfy criteria defined by this resource. - 
Uses of PropertySet in com.tangosol.coherence.rest.util
Fields in com.tangosol.coherence.rest.util declared as PropertySetModifier and TypeFieldDescriptionprotected PropertySetPropertySpec.m_propertySetA set of nested properties.Methods in com.tangosol.coherence.rest.util that return PropertySetModifier and TypeMethodDescriptionstatic PropertySetPropertySet.fromString(String sPropertySet) Create a PropertySet from its textual representation.PropertySpec.getPropertySet()Return the set of nested properties.Methods in com.tangosol.coherence.rest.util with parameters of type PropertySetModifier and TypeMethodDescriptionstatic PartialObjectCreate a PartialObject instance based on an already extracted set of properties.static ObjectPartialObject.create(Object oSource, PropertySet propertySet) Create a PartialObject instance.protected static StringPartialObject.createKey(Class clzSource, PropertySet propertySet) Create key for the partial class/constructor cache.static <T> ClassPartialObject.createPartialClass(Class clzSource, PropertySet<T> propertySet) Create a partial class for the specified source class and property set.static ClassPartialObject.getPartialClass(Class clzSource, PropertySet propertySet) Return a partial class for the specified source class and property set.Constructors in com.tangosol.coherence.rest.util with parameters of type PropertySetModifierConstructorDescriptionPropertySpec(String sName, PropertySet propertySet) Construct PropertySpec instance.