Uses of Class
org.apache.ignite.spi.tracing.Scope
-
Packages that use Scope Package Description org.apache.ignite.internal.management.tracing org.apache.ignite.internal.processors.tracing org.apache.ignite.internal.processors.tracing.configuration org.apache.ignite.spi.tracing Contains common classes and interfaces for tracing SPI implementations. -
-
Uses of Scope in org.apache.ignite.internal.management.tracing
Methods in org.apache.ignite.internal.management.tracing that return Scope Modifier and Type Method Description Scope[]TracingConfigurationSetCommandArg. includedScopes()ScopeTracingConfigurationGetAllCommandArg. scope()ScopeTracingConfigurationGetCommandArg. scope()ScopeTracingConfigurationItem. scope()Methods in org.apache.ignite.internal.management.tracing that return types with arguments of type Scope Modifier and Type Method Description Set<Scope>TracingConfigurationItem. includedScopes()Methods in org.apache.ignite.internal.management.tracing with parameters of type Scope Modifier and Type Method Description voidTracingConfigurationSetCommandArg. includedScopes(Scope[] includedScopes)voidTracingConfigurationGetAllCommandArg. scope(Scope scope)voidTracingConfigurationGetCommandArg. scope(Scope scope)Constructors in org.apache.ignite.internal.management.tracing with parameters of type Scope Constructor Description TracingConfigurationItem(Scope scope, String lb, Double samplingRate, Set<Scope> includedScopes)Constructor.Constructor parameters in org.apache.ignite.internal.management.tracing with type arguments of type Scope Constructor Description TracingConfigurationItem(Scope scope, String lb, Double samplingRate, Set<Scope> includedScopes)Constructor. -
Uses of Scope in org.apache.ignite.internal.processors.tracing
Methods in org.apache.ignite.internal.processors.tracing that return Scope Modifier and Type Method Description ScopeSpanType. scope()Methods in org.apache.ignite.internal.processors.tracing that return types with arguments of type Scope Modifier and Type Method Description Set<Scope>DeferredSpan. includedScopes()Set<Scope>NoopSpan. includedScopes()Set<Scope>Span. includedScopes()Set<Scope>SpanImpl. includedScopes()Methods in org.apache.ignite.internal.processors.tracing with parameters of type Scope Modifier and Type Method Description booleanDeferredSpan. isChainable(Scope scope)default booleanSpan. isChainable(Scope scope)Constructor parameters in org.apache.ignite.internal.processors.tracing with type arguments of type Scope Constructor Description SpanImpl(SpiSpecificSpan spiSpecificSpan, SpanType spanType, Set<Scope> includedScopes)Constructor -
Uses of Scope in org.apache.ignite.internal.processors.tracing.configuration
Methods in org.apache.ignite.internal.processors.tracing.configuration with parameters of type Scope Modifier and Type Method Description @NotNull Map<TracingConfigurationCoordinates,TracingConfigurationParameters>GridTracingConfigurationManager. getAll(@Nullable Scope scope)List all pairs of tracing configuration coordinates and tracing configuration parameters or list all pairs of tracing configuration and parameters for the specific scope.@NotNull Map<TracingConfigurationCoordinates,TracingConfigurationParameters>NoopTracingConfigurationManager. getAll(@Nullable Scope scope)List all pairs of tracing configuration coordinates and tracing configuration parameters or list all pairs of tracing configuration and parameters for the specific scope.voidGridTracingConfigurationManager. resetAll(@Nullable Scope scope)Reset tracing configuration for the specific scope, or all tracing configurations if scope not specified.voidNoopTracingConfigurationManager. resetAll(@Nullable Scope scope)Reset tracing configuration for the specific scope, or all tracing configurations if scope not specified. -
Uses of Scope in org.apache.ignite.spi.tracing
Methods in org.apache.ignite.spi.tracing that return Scope Modifier and Type Method Description static ScopeScope. fromIndex(short idx)Created Scope from it's index.@NotNull ScopeTracingConfigurationCoordinates. scope()static ScopeScope. valueOf(String name)Returns the enum constant of this type with the specified name.static Scope[]Scope. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.ignite.spi.tracing that return types with arguments of type Scope Modifier and Type Method Description @NotNull Set<Scope>TracingConfigurationParameters. includedScopes()Methods in org.apache.ignite.spi.tracing with parameters of type Scope Modifier and Type Method Description @NotNull Map<TracingConfigurationCoordinates,TracingConfigurationParameters>TracingConfigurationManager. getAll(@Nullable Scope scope)List all pairs of tracing configuration coordinates and tracing configuration parameters or list all pairs of tracing configuration and parameters for the specific scope.voidTracingConfigurationManager. resetAll(@Nullable Scope scope)Reset tracing configuration for the specific scope, or all tracing configurations if scope not specified.Method parameters in org.apache.ignite.spi.tracing with type arguments of type Scope Modifier and Type Method Description @NotNull TracingConfigurationParameters.BuilderTracingConfigurationParameters.Builder. withIncludedScopes(Set<Scope> includedScopes)Builder method that allows to set included scopes.Constructors in org.apache.ignite.spi.tracing with parameters of type Scope Constructor Description Builder(Scope scope)Constructor.
-