Uses of Interface
org.apache.ignite.internal.processors.tracing.Tracing
-
Packages that use Tracing Package Description org.apache.ignite.internal Contains main implementation.org.apache.ignite.internal.managers.communication TODO.org.apache.ignite.internal.managers.tracing org.apache.ignite.internal.processors.bulkload org.apache.ignite.internal.processors.cache.persistence.wal.reader org.apache.ignite.internal.processors.tracing org.apache.ignite.internal.util.nio NIO server interfaces and common utility classes for NIO.org.apache.ignite.spi.communication.tcp.internal Contains connection health-checkers for TCP/IP-based implementation of communication SPI. -
-
Uses of Tracing in org.apache.ignite.internal
Methods in org.apache.ignite.internal that return Tracing Modifier and Type Method Description TracingGridKernalContext. tracing()Gets tracing processor.TracingGridKernalContextImpl. tracing()Gets tracing processor. -
Uses of Tracing in org.apache.ignite.internal.managers.communication
Constructors in org.apache.ignite.internal.managers.communication with parameters of type Tracing Constructor Description TraceRunnable(Tracing tracing, SpanType spanType) -
Uses of Tracing in org.apache.ignite.internal.managers.tracing
Classes in org.apache.ignite.internal.managers.tracing that implement Tracing Modifier and Type Class Description classGridTracingManagerTracing Manager. -
Uses of Tracing in org.apache.ignite.internal.processors.bulkload
Constructors in org.apache.ignite.internal.processors.bulkload with parameters of type Tracing Constructor Description BulkLoadProcessor(BulkLoadParser inputParser, IgniteClosureX<List<?>,IgniteBiTuple<?,?>> dataConverter, BulkLoadCacheWriter outputStreamer, RunningQueryManager runningQryMgr, long qryId, Tracing tracing)Creates bulk load processor. -
Uses of Tracing in org.apache.ignite.internal.processors.cache.persistence.wal.reader
Methods in org.apache.ignite.internal.processors.cache.persistence.wal.reader that return Tracing Modifier and Type Method Description TracingStandaloneGridKernalContext. tracing()Gets tracing processor. -
Uses of Tracing in org.apache.ignite.internal.processors.tracing
Classes in org.apache.ignite.internal.processors.tracing that implement Tracing Modifier and Type Class Description classNoopTracingNoop implementation ofTracing. -
Uses of Tracing in org.apache.ignite.internal.util.nio
Methods in org.apache.ignite.internal.util.nio with parameters of type Tracing Modifier and Type Method Description GridNioServer.Builder<T>GridNioServer.Builder. tracing(Tracing tracing)Constructors in org.apache.ignite.internal.util.nio with parameters of type Tracing Constructor Description GridNioTracerFilter(IgniteLogger log, Tracing tracer)Creates a tracer filter. -
Uses of Tracing in org.apache.ignite.spi.communication.tcp.internal
Fields in org.apache.ignite.spi.communication.tcp.internal declared as Tracing Modifier and Type Field Description protected TracingTcpCommunicationConfigInitializer. tracingTracing.Constructors in org.apache.ignite.spi.communication.tcp.internal with parameters of type Tracing Constructor Description GridNioServerWrapper(IgniteLogger log, TcpCommunicationConfiguration cfg, AttributeNames attributeNames, Tracing tracing, Function<UUID,ClusterNode> nodeGetter, Supplier<ClusterNode> locNodeSupplier, ConnectGateway connectGate, ClusterStateProvider stateProvider, Supplier<IgniteExceptionRegistry> eRegistrySupplier, CommunicationWorker commWorker, IgniteConfiguration igniteCfg, GridNioServerListener<Message> srvLsnr, String igniteInstanceName, WorkersRegistry workersRegistry, @Nullable GridMetricManager metricMgr, ThrowableBiFunction<ClusterNode,Integer,GridCommunicationClient,IgniteCheckedException> createTcpClientFun, CommunicationListener<Message> lsnr, TcpHandshakeExecutor tcpHandshakeExecutor)Deprecated.
-