Package com.exedio.cope.sampler
Class SamplerProperties
- java.lang.Object
-
- com.exedio.cope.util.Properties
-
- com.exedio.cope.sampler.SamplerProperties
-
public final class SamplerProperties extends Properties
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.exedio.cope.util.Properties
Properties.Factory<T extends Properties>, Properties.Field<E>, Properties.Probe, Properties.ProbeAbortedException, Properties.PropertiesField<T extends Properties>, Properties.Source
-
-
Field Summary
-
Fields inherited from class com.exedio.cope.util.Properties
EMPTY_SOURCE, SYSTEM_PROPERTY_SOURCE
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Properties.Factory<SamplerProperties>
factory()
ConnectProperties
getCope()
void
purge(Sampler sampler, JobContext ctx)
void
sample(Sampler sampler)
void
sample(Sampler sampler, String buildTag)
void
setProperties(Model model)
-
Methods inherited from class com.exedio.cope.util.Properties
ensureEquality, ensureValidity, field, field, field, field, field, fieldFile, getContext, getContext, getContext, getField, getFields, getOrphanedKeys, getProbes, getSource, getSource, getSource, getSourceObject, getSystemPropertyContext, getSystemPropertySource, getTests, loadProperties, newException, newException, newProbeAbortedException, valnp, value, value, value, value, value, value, value, value, value, value, value, value, valueFile, valueHidden, valueMessageDigest, valuePath, valueService, valueService, valueService
-
-
-
-
Method Detail
-
getCope
public ConnectProperties getCope()
-
setProperties
public void setProperties(Model model)
-
sample
public void sample(Sampler sampler)
-
purge
public void purge(Sampler sampler, JobContext ctx)
-
factory
public static Properties.Factory<SamplerProperties> factory()
-
-