public class PCGeneratorConfig extends Object
Constructor and Description |
---|
PCGeneratorConfig() |
Modifier and Type | Method and Description |
---|---|
String |
getDisplayName()
Returns the generator's display name.
|
PageCacheGeneratorProfile |
getGeneratorProfile()
Returns the generator profile for this generator.
|
String |
getId()
Returns the identifier for this generator configuration.
|
Collection<String> |
getPriorityQueueIds()
Returns the identifier of the queues that have priority for this generator.
|
Collection<String> |
getServerIds()
Returns the persistent collection containing the associated servers.
|
boolean |
isGenerateOtherQueues()
Returns whether other queues may also be generated.
|
void |
setDisplayName(String displayName)
Sets the generator's display name.
|
void |
setGenerateOtherQueues(boolean generateOtherQueues)
Sets whether other queues may also be generated.
|
void |
setGenerationProfile(PageCacheGeneratorProfile generatorProfile)
Sets the generator profile to be used in this generator.
|
public String getId()
public String getDisplayName()
public void setDisplayName(String displayName)
displayName
- the generator's display name.public boolean isGenerateOtherQueues()
true
if other queues may also be generated,
false
if only queues listed by getPriorityQueueIds()
may be generated.public void setGenerateOtherQueues(boolean generateOtherQueues)
generateOtherQueues
- true
if other queues may also be generated,
false
if only queues listed by getPriorityQueueIds()
may be generated.public Collection<String> getPriorityQueueIds()
public Collection<String> getServerIds()
A server identifier value of "*" may be used to represent all servers.
public PageCacheGeneratorProfile getGeneratorProfile()
public void setGenerationProfile(PageCacheGeneratorProfile generatorProfile)
generatorProfile
- the generator profile.LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.