- scheduler() - Method in interface org.neo4j.bolt.BoltKernelExtension.Dependencies
-
- SCHEME_KEY - Static variable in interface org.neo4j.bolt.security.auth.Authentication
-
- Session - Interface in org.neo4j.bolt.v1.runtime
-
A user session associated with a given
Sessions
.
- Session.Callback<V,A> - Interface in org.neo4j.bolt.v1.runtime
-
Callback for handling the result of requests.
- Session.Callback.Adapter<V,A> - Class in org.neo4j.bolt.v1.runtime
-
- Session.Callbacks - Class in org.neo4j.bolt.v1.runtime
-
- Sessions - Interface in org.neo4j.bolt.v1.runtime
-
Manages sessions.
- SessionState - Interface in org.neo4j.bolt.v1.runtime.internal
-
Exposes the ability to manipulate the state of a running session in various ways.
- SessionStateMachine - Class in org.neo4j.bolt.v1.runtime.internal
-
State-machine based implementation of
Session
.
- SessionStateMachine(String, UsageData, GraphDatabaseFacade, ThreadToStatementContextBridge, StatementRunner, LogService, Authentication) - Constructor for class org.neo4j.bolt.v1.runtime.internal.SessionStateMachine
-
- SessionStateMachine(SessionStateMachine.SPI) - Constructor for class org.neo4j.bolt.v1.runtime.internal.SessionStateMachine
-
- SessionWorker - Class in org.neo4j.bolt.v1.runtime.internal.concurrent
-
Executes incoming session commands on a specified session.
- SessionWorker(Session, LogService) - Constructor for class org.neo4j.bolt.v1.runtime.internal.concurrent.SessionWorker
-
- SessionWorkerFacade - Class in org.neo4j.bolt.v1.runtime.internal.concurrent
-
A session implementation that delegates work to a worker thread.
- SessionWorkerFacade(String, String, SessionWorker) - Constructor for class org.neo4j.bolt.v1.runtime.internal.concurrent.SessionWorkerFacade
-
- setLogProvider(LogProvider) - Static method in class org.neo4j.bolt.transport.Netty4LogBridge
-
- setProperty(String, Object) - Method in class org.neo4j.bolt.v1.messaging.infrastructure.ValueNode
-
- setProperty(String, Object) - Method in class org.neo4j.bolt.v1.messaging.infrastructure.ValueRelationship
-
- setProperty(String, Object) - Method in class org.neo4j.bolt.v1.messaging.infrastructure.ValueUnboundRelationship
-
- setSeed(byte[]) - Method in class org.neo4j.bolt.security.ssl.InsecureRandom
-
- setSeed(long) - Method in class org.neo4j.bolt.security.ssl.InsecureRandom
-
- Settings() - Constructor for class org.neo4j.bolt.BoltKernelExtension.Settings
-
- SHUTDOWN - Static variable in class org.neo4j.bolt.v1.runtime.internal.concurrent.SessionWorker
-
Poison pill for closing the session and shutting down the worker
- shutdown() - Method in class org.neo4j.bolt.v1.runtime.internal.StandardSessions
-
- SocketTransport - Class in org.neo4j.bolt.transport
-
Implements a transport for the Neo4j Messaging Protocol that uses good old regular sockets.
- SocketTransport(HostnamePort, SslContext, LogProvider, PrimitiveLongObjectMap<BiFunction<Channel, Boolean, BoltProtocol>>) - Constructor for class org.neo4j.bolt.transport.SocketTransport
-
- SocketTransportHandler - Class in org.neo4j.bolt.transport
-
Handles incoming chunks of data for a given client channel.
- SocketTransportHandler(SocketTransportHandler.ProtocolChooser, LogProvider) - Constructor for class org.neo4j.bolt.transport.SocketTransportHandler
-
- SocketTransportHandler.HandshakeOutcome - Enum in org.neo4j.bolt.transport
-
- SocketTransportHandler.ProtocolChooser - Class in org.neo4j.bolt.transport
-
Manages the state for choosing the protocol version to use.
- StandardSessions - Class in org.neo4j.bolt.v1.runtime.internal
-
The runtime environment in which user statements are executed.
- StandardSessions(GraphDatabaseFacade, UsageData, LogService, ThreadToStatementContextBridge) - Constructor for class org.neo4j.bolt.v1.runtime.internal.StandardSessions
-
- start() - Method in class org.neo4j.bolt.transport.NettyServer
-
- start() - Method in class org.neo4j.bolt.v1.runtime.internal.StandardSessions
-
- started(A) - Method in class org.neo4j.bolt.v1.runtime.Session.Callback.Adapter
-
- started(A) - Method in interface org.neo4j.bolt.v1.runtime.Session.Callback
-
Called exactly once, before the request is processed by the Session State Machine
- startNode() - Method in class org.neo4j.bolt.v1.messaging.infrastructure.ValuePath
-
- state() - Method in class org.neo4j.bolt.v1.runtime.internal.SessionStateMachine
-
- statement() - Method in class org.neo4j.bolt.v1.messaging.message.RunMessage
-
- StatementMetadata - Interface in org.neo4j.bolt.v1.runtime
-
Metadata that becomes available as soon as a statement is started, and is sent to the client before the result
stream is sent.
- StatementRunner - Interface in org.neo4j.bolt.v1.runtime.spi
-
A runtime handler can handle a textual input language, yielding results.
- status() - Method in exception org.neo4j.bolt.security.auth.AuthenticationException
-
- status() - Method in exception org.neo4j.bolt.v1.messaging.BoltIOException
-
- status() - Method in class org.neo4j.bolt.v1.messaging.message.FailureMessage
-
- status() - Method in class org.neo4j.bolt.v1.runtime.internal.Neo4jError
-
- stop() - Method in class org.neo4j.bolt.transport.NettyServer
-
- stop() - Method in class org.neo4j.bolt.v1.runtime.internal.StandardSessions
-
- STRING_16 - Static variable in class org.neo4j.bolt.v1.packstream.PackStream
-
- STRING_32 - Static variable in class org.neo4j.bolt.v1.packstream.PackStream
-
- STRING_8 - Static variable in class org.neo4j.bolt.v1.packstream.PackStream
-
- STRUCT_16 - Static variable in class org.neo4j.bolt.v1.packstream.PackStream
-
- STRUCT_8 - Static variable in class org.neo4j.bolt.v1.packstream.PackStream
-
- success(Map<String, Object>) - Static method in class org.neo4j.bolt.v1.messaging.message.Messages
-
- SuccessMessage - Class in org.neo4j.bolt.v1.messaging.message
-
- SuccessMessage(Map<String, Object>) - Constructor for class org.neo4j.bolt.v1.messaging.message.SuccessMessage
-
- SunMiscUTF8Encoder - Class in org.neo4j.bolt.v1.packstream.utf8
-
This is a specialized UTF-8 encoder that solves two predicaments:
- SunMiscUTF8Encoder() - Constructor for class org.neo4j.bolt.v1.packstream.utf8.SunMiscUTF8Encoder
-