Gemfire JavaDocs
Class QueryConfigService
- java.lang.Object
-
- org.apache.geode.cache.configuration.CacheElement
-
- org.apache.geode.cache.query.management.configuration.QueryConfigService
-
- All Implemented Interfaces:
java.io.Serializable
,Identifiable<java.lang.String>
public class QueryConfigService extends CacheElement
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <all> <element name="method-authorizer" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="parameter" maxOccurs="unbounded" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="parameter-value" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType> </element> </sequence> <attribute name="class-name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType> </element> </all> </restriction> </complexContent> </complexType>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
QueryConfigService.MethodAuthorizer
Java class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
ELEMENT_ID
protected QueryConfigService.MethodAuthorizer
methodAuthorizer
-
Constructor Summary
Constructors Constructor Description QueryConfigService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getId()
Gets the identifier uniquely identifying this Object instance.QueryConfigService.MethodAuthorizer
getMethodAuthorizer()
Gets the value of the methodAuthorizer property.void
setMethodAuthorizer(QueryConfigService.MethodAuthorizer value)
Sets the value of the methodAuthorizer property.
-
-
-
Field Detail
-
methodAuthorizer
protected QueryConfigService.MethodAuthorizer methodAuthorizer
-
ELEMENT_ID
public static final java.lang.String ELEMENT_ID
- See Also:
- Constant Field Values
-
-
Method Detail
-
getMethodAuthorizer
public QueryConfigService.MethodAuthorizer getMethodAuthorizer()
Gets the value of the methodAuthorizer property. possible object isQueryConfigService.MethodAuthorizer
- Returns:
- the value of the methodAuthorizer property
-
setMethodAuthorizer
public void setMethodAuthorizer(QueryConfigService.MethodAuthorizer value)
Sets the value of the methodAuthorizer property. allowed object isQueryConfigService.MethodAuthorizer
- Parameters:
value
- the value of the methodAuthorizer property
-
getId
public java.lang.String getId()
Description copied from interface:Identifiable
Gets the identifier uniquely identifying this Object instance.- Returns:
- an identifier uniquely identifying this Object.
-
-