A  B  G  I  O  P  R  S  T  V 

S

Schema - class in io.github.cfraser.graphguard.plugin
A Schema describes the nodes and relationships in a Neo4j database via the (potentially) interconnected graphs.
Schema.Graph - class in io.github.cfraser.graphguard.plugin.Schema
A Graph is a Set of nodes that specify the expected entities in a Neo4j database.
Schema.Metadata - class in io.github.cfraser.graphguard.plugin.Schema
Graph entity Metadata.
Schema.Node - class in io.github.cfraser.graphguard.plugin.Schema
A Node in the graph.
Schema.Property - class in io.github.cfraser.graphguard.plugin.Schema
A Property on a Node or Relationship.
Schema.Property.Type - class in io.github.cfraser.graphguard.plugin.Schema.Property
The Type of the Property.
Schema.Property.Type.Any - class in io.github.cfraser.graphguard.plugin.Schema.Property.Type
 
Schema.Property.Type.Boolean - class in io.github.cfraser.graphguard.plugin.Schema.Property.Type
 
Schema.Property.Type.Date - class in io.github.cfraser.graphguard.plugin.Schema.Property.Type
 
Schema.Property.Type.DateTime - class in io.github.cfraser.graphguard.plugin.Schema.Property.Type
 
Schema.Property.Type.Duration - class in io.github.cfraser.graphguard.plugin.Schema.Property.Type
 
Schema.Property.Type.Float - class in io.github.cfraser.graphguard.plugin.Schema.Property.Type
 
Schema.Property.Type.Integer - class in io.github.cfraser.graphguard.plugin.Schema.Property.Type
 
Schema.Property.Type.LiteralString - class in io.github.cfraser.graphguard.plugin.Schema.Property.Type
A Type.LiteralString.
Schema.Property.Type.LocalDateTime - class in io.github.cfraser.graphguard.plugin.Schema.Property.Type
 
Schema.Property.Type.LocalTime - class in io.github.cfraser.graphguard.plugin.Schema.Property.Type
 
Schema.Property.Type.String - class in io.github.cfraser.graphguard.plugin.Schema.Property.Type
 
Schema.Property.Type.Time - class in io.github.cfraser.graphguard.plugin.Schema.Property.Type
 
Schema.Property.Type.Union - class in io.github.cfraser.graphguard.plugin.Schema.Property.Type
A Type.Union of types.
Schema.Relationship - class in io.github.cfraser.graphguard.plugin.Schema
A Relationship in the graph.
Schema.Relationship.Id - class in io.github.cfraser.graphguard.plugin.Schema.Relationship
Relationship.Id uniquely identifies a Relationship.
Server - class in io.github.cfraser.graphguard
Server proxies Bolt data to a Neo4j (5+ compatible) database and performs dynamic message transformation through the plugin.
Server.Connected - class in io.github.cfraser.graphguard.Server
The Server established a connection.
Server.Connection - class in io.github.cfraser.graphguard.Server
A proxy connection.
Server.Connection.Client - class in io.github.cfraser.graphguard.Server.Connection
A client the Server accepted a connection from.
Server.Connection.Graph - class in io.github.cfraser.graphguard.Server.Connection
The graph database the Server connected to.
Server.Disconnected - class in io.github.cfraser.graphguard.Server
The Server closed the connection.
Server.Event - class in io.github.cfraser.graphguard.Server
A Server event.
Server.Plugin - class in io.github.cfraser.graphguard.Server
Server.Plugin enables Server functionality to be augmented and/or observed.
Server.Plugin.Async - class in io.github.cfraser.graphguard.Server.Plugin
Server.Plugin.Async is an asynchronous Server.Plugin intended for use by Java code.
Server.Plugin.Builder - class in io.github.cfraser.graphguard.Server.Plugin
Server.Plugin.Builder builds a Server.Plugin.
Server.Plugin.DSL - class in io.github.cfraser.graphguard.Server.Plugin
Server.Plugin.DSL to build a Server.Plugin with the Server.Plugin.Builder.
Server.Proxied - class in io.github.cfraser.graphguard.Server
The Server proxied the intercepted Bolt.Message from the source to the destination.
Server.Started - class in io.github.cfraser.graphguard.Server
The Server has started.
Server.Stopped - class in io.github.cfraser.graphguard.Server
The Server has stopped.
A  B  G  I  O  P  R  S  T  V