Package | Description |
---|---|
org.apache.ignite.spi.tracing |
Contains common classes and interfaces for tracing SPI implementations.
|
Modifier and Type | Method and Description |
---|---|
static Scope |
Scope.fromIndex(short idx)
Created Scope from its index.
|
Scope |
TracingConfigurationCoordinates.scope() |
static Scope |
Scope.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.
|
Modifier and Type | Method and 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.
|
void |
TracingConfigurationManager.resetAll(@Nullable Scope scope)
Reset tracing configuration for the specific scope, or all tracing configurations if scope not specified.
|
Modifier and Type | Method and Description |
---|---|
@NotNull TracingConfigurationParameters.Builder |
TracingConfigurationParameters.Builder.withIncludedScopes(Set<Scope> includedScopes)
Builder method that allows to set included scopes.
|
Constructor and Description |
---|
Builder(Scope scope)
Constructor.
|
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024