Class QueryConfigService
java.lang.Object
org.apache.geode.cache.configuration.CacheElement
org.apache.geode.cache.query.management.configuration.QueryConfigService
- All Implemented Interfaces:
Serializable,org.apache.geode.lang.Identifiable<String>
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:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classJava class for anonymous complex type. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringprotected QueryConfigService.MethodAuthorizer -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()Gets the value of the methodAuthorizer property.voidSets the value of the methodAuthorizer property.
-
Field Details
-
methodAuthorizer
-
ELEMENT_ID
- See Also:
-
-
Constructor Details
-
QueryConfigService
public QueryConfigService()
-
-
Method Details
-
getMethodAuthorizer
Gets the value of the methodAuthorizer property. possible object isQueryConfigService.MethodAuthorizer- Returns:
- the value of the methodAuthorizer property
-
setMethodAuthorizer
Sets the value of the methodAuthorizer property. allowed object isQueryConfigService.MethodAuthorizer- Parameters:
value- the value of the methodAuthorizer property
-
getId
-