Uses of Class
org.neo4j.cdc.client.model.CaptureMode
-
Packages that use CaptureMode Package Description org.neo4j.cdc.client.model Package defining change events. -
-
Uses of CaptureMode in org.neo4j.cdc.client.model
Methods in org.neo4j.cdc.client.model that return CaptureMode Modifier and Type Method Description CaptureModeMetadata. getCaptureMode()CDC capture mode at the time this change was captured.static CaptureModeCaptureMode. valueOf(String name)Returns the enum constant of this type with the specified name.static CaptureMode[]CaptureMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.neo4j.cdc.client.model with parameters of type CaptureMode Constructor Description Metadata(String authenticatedUser, String executingUser, String serverId, String databaseName, CaptureMode captureMode, String connectionType, String connectionClient, String connectionServer, ZonedDateTime txStartTime, ZonedDateTime txCommitTime, Map<String,Object> txMetadata, Map<String,Object> additionalEntries)
-