Uses of Class
com.tangosol.coherence.rest.util.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
Modifier and TypeMethodDescriptionjakarta.ws.rs.core.Response
EntryResource.get
(PropertySet propertySet, jakarta.ws.rs.core.Request request) Return the entry value or a subset of its properties.jakarta.ws.rs.core.Response
CacheResource.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.Response
EntrySetResource.getEntries
(PropertySet propertySet) jakarta.ws.rs.core.Response
NamedQueryResource.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.Response
CacheResource.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.Response
EntrySetResource.getValues
(PropertySet propertySet) Return the entries' values or a subset of their properties.jakarta.ws.rs.core.Response
NamedQueryResource.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
Modifier and TypeFieldDescriptionprotected PropertySet
PropertySpec.m_propertySet
A set of nested properties.Modifier and TypeMethodDescriptionstatic PropertySet
PropertySet.fromString
(String sPropertySet) Create a PropertySet from its textual representation.PropertySpec.getPropertySet()
Return the set of nested properties.Modifier and TypeMethodDescriptionstatic PartialObject
Create a PartialObject instance based on an already extracted set of properties.static Object
PartialObject.create
(Object oSource, PropertySet propertySet) Create a PartialObject instance.protected static String
PartialObject.createKey
(Class clzSource, PropertySet propertySet) Create key for the partial class/constructor cache.static <T> Class
PartialObject.createPartialClass
(Class clzSource, PropertySet<T> propertySet) Create a partial class for the specified source class and property set.static Class
PartialObject.getPartialClass
(Class clzSource, PropertySet propertySet) Return a partial class for the specified source class and property set.ModifierConstructorDescriptionPropertySpec
(String sName, PropertySet propertySet) Construct PropertySpec instance.