Uses of Interface
org.neo4j.driver.Logging
Package
Description
-
Uses of Logging in org.neo4j.driver
Modifier and TypeMethodDescriptionstatic Logging
Create logging implementation that usesjava.util.logging
to log toSystem.err
.static Logging
Logging.javaUtilLogging
(Level level) Create logging implementation that usesjava.util.logging
.Config.logging()
Logging providerstatic Logging
Logging.none()
Create logging implementation that discards all messages and logs nothing.static Logging
Logging.slf4j()
Create logging implementation that uses SLF4J.Modifier and TypeMethodDescriptionConfig.ConfigBuilder.withLogging
(Logging logging) Provide a logging implementation for the driver to use. -
Uses of Logging in org.neo4j.driver.internal.async
ModifierConstructorDescriptionLeakLoggingNetworkSession
(ConnectionProvider connectionProvider, RetryLogic retryLogic, org.neo4j.driver.internal.DatabaseName databaseName, AccessMode mode, Set<Bookmark> bookmarks, String impersonatedUser, long fetchSize, Logging logging, BookmarkManager bookmarkManager, org.neo4j.driver.internal.GqlNotificationConfig notificationConfig, AuthToken overrideAuthToken, boolean telemetryDisabled) NetworkConnection
(io.netty.channel.Channel channel, ExtendedChannelPool channelPool, Clock clock, MetricsListener metricsListener, Logging logging) NetworkSession
(ConnectionProvider connectionProvider, RetryLogic retryLogic, org.neo4j.driver.internal.DatabaseName databaseName, AccessMode mode, Set<Bookmark> bookmarks, String impersonatedUser, long fetchSize, Logging logging, BookmarkManager bookmarkManager, org.neo4j.driver.internal.GqlNotificationConfig notificationConfig, AuthToken overrideAuthToken, boolean telemetryDisabled) protected
UnmanagedTransaction
(Connection connection, Consumer<org.neo4j.driver.internal.DatabaseBookmark> bookmarkConsumer, long fetchSize, ResultCursorsHolder resultCursors, org.neo4j.driver.internal.GqlNotificationConfig notificationConfig, ApiTelemetryWork apiTelemetryWork, Logging logging) UnmanagedTransaction
(Connection connection, Consumer<org.neo4j.driver.internal.DatabaseBookmark> bookmarkConsumer, long fetchSize, org.neo4j.driver.internal.GqlNotificationConfig notificationConfig, ApiTelemetryWork apiTelemetryWork, Logging logging) -
Uses of Logging in org.neo4j.driver.internal.async.connection
Modifier and TypeMethodDescriptionvoid
ChannelPipelineBuilder.build
(MessageFormat messageFormat, io.netty.channel.ChannelPipeline pipeline, Logging logging) void
ChannelPipelineBuilderImpl.build
(MessageFormat messageFormat, io.netty.channel.ChannelPipeline pipeline, Logging logging) ModifierConstructorDescriptionChannelConnectedListener
(org.neo4j.driver.internal.BoltServerAddress address, ChannelPipelineBuilder pipelineBuilder, io.netty.channel.ChannelPromise handshakeCompletedPromise, Logging logging) ChannelConnectorImpl
(org.neo4j.driver.internal.ConnectionSettings connectionSettings, SecurityPlan securityPlan, ChannelPipelineBuilder pipelineBuilder, Logging logging, Clock clock, RoutingContext routingContext, org.neo4j.driver.internal.DomainNameResolver domainNameResolver, org.neo4j.driver.internal.GqlNotificationConfig notificationConfig, org.neo4j.driver.internal.BoltAgent boltAgent) ChannelConnectorImpl
(org.neo4j.driver.internal.ConnectionSettings connectionSettings, SecurityPlan securityPlan, Logging logging, Clock clock, RoutingContext routingContext, org.neo4j.driver.internal.DomainNameResolver domainNameResolver, org.neo4j.driver.internal.GqlNotificationConfig notificationConfig, org.neo4j.driver.internal.BoltAgent boltAgent) HandshakeHandler
(ChannelPipelineBuilder pipelineBuilder, io.netty.channel.ChannelPromise handshakeCompletedPromise, Logging logging) NettyChannelInitializer
(org.neo4j.driver.internal.BoltServerAddress address, SecurityPlan securityPlan, int connectTimeoutMillis, AuthTokenManager authTokenManager, SSLContext sslContext, Clock clock, Logging logging) -
Uses of Logging in org.neo4j.driver.internal.async.inbound
ModifierConstructorDescriptionChannelErrorHandler
(Logging logging) ChunkDecoder
(Logging logging) InboundMessageDispatcher
(io.netty.channel.Channel channel, Logging logging) InboundMessageHandler
(MessageFormat messageFormat, Logging logging) -
Uses of Logging in org.neo4j.driver.internal.async.outbound
ModifierConstructorDescriptionOutboundMessageHandler
(MessageFormat messageFormat, Logging logging) -
Uses of Logging in org.neo4j.driver.internal.async.pool
ModifierConstructorDescriptionprotected
ConnectionPoolImpl
(ChannelConnector connector, io.netty.bootstrap.Bootstrap bootstrap, NettyChannelTracker nettyChannelTracker, PoolSettings settings, MetricsListener metricsListener, Logging logging, Clock clock, boolean ownsEventLoopGroup, ConnectionFactory connectionFactory) ConnectionPoolImpl
(ChannelConnector connector, io.netty.bootstrap.Bootstrap bootstrap, PoolSettings settings, MetricsListener metricsListener, Logging logging, Clock clock, boolean ownsEventLoopGroup) NettyChannelHealthChecker
(PoolSettings poolSettings, Clock clock, Logging logging) NettyChannelTracker
(MetricsListener metricsListener, io.netty.channel.group.ChannelGroup channels, Logging logging) NettyChannelTracker
(MetricsListener metricsListener, io.netty.util.concurrent.EventExecutor eventExecutor, Logging logging) NetworkConnectionFactory
(Clock clock, MetricsListener metricsListener, Logging logging) -
Uses of Logging in org.neo4j.driver.internal.cluster
ModifierConstructorDescriptionMultiDatabasesRoutingProcedureRunner
(RoutingContext context, Logging logging) RediscoveryImpl
(org.neo4j.driver.internal.BoltServerAddress initialRouter, ClusterCompositionProvider provider, ServerAddressResolver resolver, Logging logging, org.neo4j.driver.internal.DomainNameResolver domainNameResolver) RoutingProcedureClusterCompositionProvider
(Clock clock, RoutingContext routingContext, Logging logging) RoutingTableHandlerImpl
(RoutingTable routingTable, Rediscovery rediscovery, ConnectionPool connectionPool, RoutingTableRegistry routingTableRegistry, Logging logging, long routingTablePurgeDelayMs) RoutingTableRegistryImpl
(ConnectionPool connectionPool, Rediscovery rediscovery, Clock clock, Logging logging, long routingTablePurgeDelayMs) SingleDatabaseRoutingProcedureRunner
(RoutingContext context, Logging logging) -
Uses of Logging in org.neo4j.driver.internal.cluster.loadbalancing
ModifierConstructorDescriptionLeastConnectedLoadBalancingStrategy
(ConnectionPool connectionPool, Logging logging) LoadBalancer
(ConnectionPool connectionPool, Rediscovery rediscovery, RoutingSettings settings, LoadBalancingStrategy loadBalancingStrategy, io.netty.util.concurrent.EventExecutorGroup eventExecutorGroup, Clock clock, Logging logging) -
Uses of Logging in org.neo4j.driver.internal.handlers
ModifierConstructorDescriptionPingResponseHandler
(io.netty.util.concurrent.Promise<Boolean> result, io.netty.channel.Channel channel, Logging logging) -
Uses of Logging in org.neo4j.driver.internal.logging
Modifier and TypeClassDescriptionclass
Internal implementation of the console logging.class
class
Internal implementation of the JUL.class
Internal implementation of the SLF4J logging.ModifierConstructorDescriptionChannelActivityLogger
(io.netty.channel.Channel channel, Logging logging, Class<?> owner) ChannelErrorLogger
(io.netty.channel.Channel channel, Logging logging) NettyLogging
(Logging logging) -
Uses of Logging in org.neo4j.driver.internal.messaging
Modifier and TypeMethodDescriptionBoltProtocol.beginTransaction
(Connection connection, Set<Bookmark> bookmarks, TransactionConfig config, String txType, org.neo4j.driver.internal.GqlNotificationConfig GqlNotificationConfig, Logging logging, boolean flush) Begin an unmanaged transaction.BoltProtocol.runInAutoCommitTransaction
(Connection connection, Query query, Set<Bookmark> bookmarks, Consumer<org.neo4j.driver.internal.DatabaseBookmark> bookmarkConsumer, TransactionConfig config, long fetchSize, org.neo4j.driver.internal.GqlNotificationConfig GqlNotificationConfig, Logging logging) Execute the given query in an auto-commit transaction, i.e. -
Uses of Logging in org.neo4j.driver.internal.messaging.request
Modifier and TypeMethodDescriptionstatic RunWithMetadataMessage
RunWithMetadataMessage.autoCommitTxRunMessage
(Query query, Duration txTimeout, Map<String, Value> txMetadata, org.neo4j.driver.internal.DatabaseName databaseName, AccessMode mode, Set<Bookmark> bookmarks, String impersonatedUser, org.neo4j.driver.internal.GqlNotificationConfig notificationConfig, boolean legacyNotifications, Logging logging) static RunWithMetadataMessage
RunWithMetadataMessage.autoCommitTxRunMessage
(Query query, TransactionConfig config, org.neo4j.driver.internal.DatabaseName databaseName, AccessMode mode, Set<Bookmark> bookmarks, String impersonatedUser, org.neo4j.driver.internal.GqlNotificationConfig notificationConfig, boolean legacyNotifications, Logging logging) TransactionMetadataBuilder.buildMetadata
(Duration txTimeout, Map<String, Value> txMetadata, org.neo4j.driver.internal.DatabaseName databaseName, AccessMode mode, Set<Bookmark> bookmarks, String impersonatedUser, String txType, org.neo4j.driver.internal.GqlNotificationConfig notificationConfig, boolean legacyNotifications, Logging logging) ModifierConstructorDescriptionBeginMessage
(Set<Bookmark> bookmarks, Duration txTimeout, Map<String, Value> txMetadata, AccessMode mode, org.neo4j.driver.internal.DatabaseName databaseName, String impersonatedUser, String txType, org.neo4j.driver.internal.GqlNotificationConfig notificationConfig, boolean legacyNotifications, Logging logging) BeginMessage
(Set<Bookmark> bookmarks, TransactionConfig config, org.neo4j.driver.internal.DatabaseName databaseName, AccessMode mode, String impersonatedUser, String txType, org.neo4j.driver.internal.GqlNotificationConfig notificationConfig, boolean legacyNotifications, Logging logging) -
Uses of Logging in org.neo4j.driver.internal.messaging.v3
Modifier and TypeMethodDescriptionBoltProtocolV3.beginTransaction
(Connection connection, Set<Bookmark> bookmarks, TransactionConfig config, String txType, org.neo4j.driver.internal.GqlNotificationConfig notificationConfig, Logging logging, boolean flush) BoltProtocolV3.runInAutoCommitTransaction
(Connection connection, Query query, Set<Bookmark> bookmarks, Consumer<org.neo4j.driver.internal.DatabaseBookmark> bookmarkConsumer, TransactionConfig config, long fetchSize, org.neo4j.driver.internal.GqlNotificationConfig notificationConfig, Logging logging) -
Uses of Logging in org.neo4j.driver.internal.metrics
-
Uses of Logging in org.neo4j.driver.internal.retry
ModifierConstructorDescriptionExponentialBackoffRetryLogic
(long maxTransactionRetryTime, io.netty.util.concurrent.EventExecutorGroup eventExecutorGroup, Clock clock, Logging logging) protected
ExponentialBackoffRetryLogic
(long maxTransactionRetryTime, io.netty.util.concurrent.EventExecutorGroup eventExecutorGroup, Clock clock, Logging logging, ExponentialBackoffRetryLogic.SleepTask sleepTask) -
Uses of Logging in org.neo4j.driver.internal.security
Modifier and TypeMethodDescriptionstatic SecurityPlan
SecurityPlans.createSecurityPlan
(org.neo4j.driver.internal.SecuritySettings settings, String uriScheme, ClientCertificateManager clientCertificateManager, Logging logging) static SecurityPlan
SecurityPlanImpl.forAllCertificates
(boolean requiresHostnameVerification, RevocationCheckingStrategy revocationCheckingStrategy, ClientCertificateManager clientCertificateManager, Logging logging) static SecurityPlan
SecurityPlanImpl.forCustomCASignedCertificates
(List<File> certFiles, boolean requiresHostnameVerification, RevocationCheckingStrategy revocationCheckingStrategy, ClientCertificateManager clientCertificateManager, Logging logging) static SecurityPlan
SecurityPlanImpl.forSystemCASignedCertificates
(boolean requiresHostnameVerification, RevocationCheckingStrategy revocationCheckingStrategy, ClientCertificateManager clientCertificateManager, Logging logging) ModifierConstructorDescriptionValidatingAuthTokenManager
(AuthTokenManager delegate, Logging logging)