Uses of Record Class
org.graylog2.indexer.datastream.policy.Policy.IsmTemplate
Packages that use Policy.IsmTemplate
-
Uses of Policy.IsmTemplate in org.graylog2.indexer.datastream.policy
Methods in org.graylog2.indexer.datastream.policy that return Policy.IsmTemplateModifier and TypeMethodDescriptionPolicy.ismTemplate()Returns the value of theismTemplaterecord component.Constructors in org.graylog2.indexer.datastream.policy with parameters of type Policy.IsmTemplateModifierConstructorDescriptionPolicy(String policyId, String description, String lastUpdatedTime, String defaultState, List<Policy.State> states, Policy.IsmTemplate ismTemplate) Creates an instance of aPolicyrecord class.