ContextSamplingPackage class

Implemented types
  • SamplingPackage

Constructors

ContextSamplingPackage()

Properties

common → SamplingSchema
The default (common) sampling schema for all measures in this package.
read-only, override
dataTypes List<String>
The list of data type this package supports.
read-only, override
light → SamplingSchema
The sampling schema for light sampling, when power-aware sampling is enabled. See PowerAwarenessState.
read-only, override
minimum → SamplingSchema
The sampling schema for minimum sampling, when power-aware sampling is enabled. See PowerAwarenessState.
read-only, override
normal → SamplingSchema
The sampling schema for normal sampling, when power-aware sampling is enabled. See PowerAwarenessState.
read-only, override
hashCode int
The hash code for this object. [...]
read-only, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

Methods

create(String type) → Probe
Creates a new Probe of the specified type.
override
onRegister() → void
Callback method when this package is being registered.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toString() String
Returns a string representation of this object.
inherited

Operators

operator ==(dynamic other) bool
The equality operator. [...]
inherited

Constants

ACTIVITY → const String
"activity"
LOCATION → const String
"location"
WEATHER → const String
"weather"