Uses of Interface
org.neo4j.driver.Value
Packages that use Value
Package
Description
-
Uses of Value in org.neo4j.driver
Fields in org.neo4j.driver declared as ValueModifier and TypeFieldDescriptionstatic final Value
Values.EmptyMap
The value instance of an empty map.static final Value
Values.NULL
The value instance ofNULL
.Methods in org.neo4j.driver that return ValueModifier and TypeMethodDescriptionRecord.get
(int index) Retrieve the value at the given field indexValue.get
(int index) Retrieve the value at the given indexstatic Value
Values.isoDuration
(long months, long days, long seconds, int nanoseconds) Returns a value from month, day, seconds and nanoseconds values.Query.parameters()
static Value
Values.parameters
(Object... keysAndValues) Helper function for creating a map of parameters, this can be used when yourun
queries.static Value
Values.point
(int srid, double x, double y) Returns a value from SRID, x and y values.static Value
Values.point
(int srid, double x, double y, double z) Returns a value from SRID, x ,y and z values.static Value
Values.value
(boolean val) Returns a value from boolean.static Value
Values.value
(boolean... input) Returns a value from boolean vararg.static Value
Values.value
(byte... input) Returns a value from byte vararg.static Value
Values.value
(char val) Returns a value from char.static Value
Values.value
(char... input) Returns a value from char vararg.static Value
Values.value
(double val) Returns a value from double.static Value
Values.value
(double... input) Returns a value from double vararg.static Value
Values.value
(float... input) Returns a value from float vararg.static Value
Values.value
(int val) Returns a value from int.static Value
Values.value
(int... input) Returns a value from int vararg.static Value
Values.value
(long val) Returns a value from long.static Value
Values.value
(long... input) Returns a value from long vararg.static Value
Values.value
(short... input) Returns a value from short vararg.static Value
Returns a value from iterable of objects.static Value
Returns a value from object.static Value
Returns a value from string.static Value
Returns a value from string vararg.static Value
Returns a value from duration.static Value
Returns a value from local date.static Value
Values.value
(LocalDateTime localDateTime) Returns a value from local date time.static Value
Returns a value from local time.static Value
Values.value
(OffsetDateTime offsetDateTime) Returns a value from offset date time.static Value
Values.value
(OffsetTime offsetTime) Returns a value from offset time.static Value
Returns a value from period.static Value
Values.value
(ZonedDateTime zonedDateTime) Returns a value from zoned date time.static Value
Returns a value from iterator of objects.static Value
Returns a value from list of objects.static Value
Returns a value from string to object map.static Value
Returns a value from stream of objects.static Value
Returns a value from value vararg.static Value[]
Returns an array of values from object vararg.Methods in org.neo4j.driver that return types with arguments of type ValueModifier and TypeMethodDescriptionRecords.column
(int index) Returns a function mapping record to a value from a given index.Returns a function mapping record to a value from a given key.Record.fields()
Retrieve all record fieldsTransactionConfig.metadata()
Get the configured transaction metadata.Values.ofBoolean()
Converts values toBoolean
.Values.ofDouble()
Converts values toDouble
.Values.ofEntity()
Converts values toEntity
.Values.ofEntityElementId()
Converts values toelement id
.Values.ofEntityId()
Deprecated.Values.ofFloat()
Converts values toFloat
.Values.ofInteger()
Converts values toInteger
.static Function<Value,
IsoDuration> Values.ofIsoDuration()
Converts values toIsoDuration
.Values.ofList()
Converts values toList
ofT
.Values.ofLocalDate()
Converts values toLocalDate
.static Function<Value,
LocalDateTime> Values.ofLocalDateTime()
Converts values toLocalDateTime
.Values.ofLocalTime()
Converts values toLocalTime
.Values.ofLong()
Converts values toLong
.Values.ofMap()
Converts values toMap
.Converts values toMap
, with the map values further converted using the provided converter.Values.ofNode()
Converts values toNode
.Values.ofNumber()
Converts values toNumber
.Values.ofObject()
Converts values to objects usingasObject()
.static Function<Value,
OffsetDateTime> Values.ofOffsetDateTime()
Converts values toOffsetDateTime
.static Function<Value,
OffsetTime> Values.ofOffsetTime()
Converts values toOffsetTime
.Values.ofPath()
Converts values toPath
.Values.ofPoint()
Converts values toPoint
.static Function<Value,
Relationship> Values.ofRelationship()
Converts values toRelationship
.Values.ofString()
Converts values toString
.Values.ofToString()
Converts values usingtoString()
, a human-readable string description of any value.Values.ofValue()
The identity function for value conversion - returns the value untouched.Values.ofValue()
The identity function for value conversion - returns the value untouched.static Function<Value,
ZonedDateTime> Values.ofZonedDateTime()
Converts values toZonedDateTime
.Record.values()
Retrieve the values of the underlying mapMethods in org.neo4j.driver with parameters of type ValueModifier and TypeMethodDescriptionRun a query and return a result stream.static Value
Returns a value from value vararg.Query.withParameters
(Value newParameters) Query.withUpdatedParameters
(Value updates) Create a new query with new parameters derived by updating this' query's parameters using the given updates.Method parameters in org.neo4j.driver with type arguments of type ValueModifier and TypeMethodDescription<T> List<T>
<T> List<T>
Returns a function mapping record to a value of a target type from a given index.Returns a function mapping record to a value of a target type from a given key.<T> T
Value.computeOrDefault
(Function<Value, T> mapper, T defaultValue) Converts values toList
ofT
.Converts values toMap
, with the map values further converted using the provided converter.Constructors in org.neo4j.driver with parameters of type Value -
Uses of Value in org.neo4j.driver.async
Methods in org.neo4j.driver.async with parameters of type ValueModifier and TypeMethodDescriptionRun a query asynchronously and return aCompletionStage
with a result cursor. -
Uses of Value in org.neo4j.driver.internal.async
Methods in org.neo4j.driver.internal.async with parameters of type Value -
Uses of Value in org.neo4j.driver.internal.async.inbound
Methods in org.neo4j.driver.internal.async.inbound with parameters of type ValueModifier and TypeMethodDescriptionvoid
InboundMessageDispatcher.handleRecordMessage
(Value[] fields) Method parameters in org.neo4j.driver.internal.async.inbound with type arguments of type ValueModifier and TypeMethodDescriptionvoid
InboundMessageDispatcher.handleSuccessMessage
(Map<String, Value> meta) -
Uses of Value in org.neo4j.driver.internal.cluster
Constructor parameters in org.neo4j.driver.internal.cluster with type arguments of type ValueModifierConstructorDescriptionprotected
RouteMessageRoutingProcedureRunner
(RoutingContext routingContext, Supplier<CompletableFuture<Map<String, Value>>> createCompletableFuture) -
Uses of Value in org.neo4j.driver.internal.handlers
Methods in org.neo4j.driver.internal.handlers with parameters of type ValueModifier and TypeMethodDescriptionvoid
void
void
void
void
void
void
void
void
final void
void
void
void
void
void
Method parameters in org.neo4j.driver.internal.handlers with type arguments of type ValueModifier and TypeMethodDescriptionvoid
PullResponseCompletionListener.afterSuccess
(Map<String, Value> metadata) void
SessionPullResponseCompletionListener.afterSuccess
(Map<String, Value> metadata) void
TransactionPullResponseCompletionListener.afterSuccess
(Map<String, Value> metadata) void
void
void
void
void
void
void
void
void
final void
void
void
void
void
void
Constructor parameters in org.neo4j.driver.internal.handlers with type arguments of type ValueModifierConstructorDescriptionRouteMessageResponseHandler
(CompletableFuture<Map<String, Value>> completableFuture) -
Uses of Value in org.neo4j.driver.internal.handlers.pulln
Methods in org.neo4j.driver.internal.handlers.pulln with parameters of type ValueMethod parameters in org.neo4j.driver.internal.handlers.pulln with type arguments of type Value -
Uses of Value in org.neo4j.driver.internal.messaging
Methods in org.neo4j.driver.internal.messaging that return ValueMethods in org.neo4j.driver.internal.messaging that return types with arguments of type ValueMethods in org.neo4j.driver.internal.messaging with parameters of type ValueModifier and TypeMethodDescriptionvoid
ResponseMessageHandler.handleRecordMessage
(Value[] fields) void
Method parameters in org.neo4j.driver.internal.messaging with type arguments of type Value -
Uses of Value in org.neo4j.driver.internal.messaging.common
Methods in org.neo4j.driver.internal.messaging.common that return ValueModifier and TypeMethodDescriptionprotected Value
CommonValueUnpacker.unpack()
Value[]
CommonValueUnpacker.unpackArray()
protected Value
CommonValueUnpacker.unpackPath()
protected Value
CommonValueUnpacker.unpackRelationship()
Methods in org.neo4j.driver.internal.messaging.common that return types with arguments of type ValueMethods in org.neo4j.driver.internal.messaging.common with parameters of type ValueMethod parameters in org.neo4j.driver.internal.messaging.common with type arguments of type Value -
Uses of Value in org.neo4j.driver.internal.messaging.request
Methods in org.neo4j.driver.internal.messaging.request that return types with arguments of type ValueModifier and TypeMethodDescriptionTransactionMetadataBuilder.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) AbstractStreamingMessage.metadata()
RunWithMetadataMessage.parameters()
RouteMessage.routingContext()
Returns the value of theroutingContext
record component.Method parameters in org.neo4j.driver.internal.messaging.request with type arguments of type ValueModifier 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) 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) Constructor parameters in org.neo4j.driver.internal.messaging.request with type arguments of type ValueModifierConstructorDescriptionBeginMessage
(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) HelloMessage
(String userAgent, org.neo4j.driver.internal.BoltAgent boltAgent, Map<String, Value> authToken, Map<String, String> routingContext, boolean includeDateTimeUtc, org.neo4j.driver.internal.GqlNotificationConfig gqlNotificationConfig, boolean legacyNotifications) LogonMessage
(Map<String, Value> authToken) RouteMessage
(Map<String, Value> routingContext, Set<Bookmark> bookmarks, String databaseName, String impersonatedUser) Constructor -
Uses of Value in org.neo4j.driver.internal.messaging.response
Methods in org.neo4j.driver.internal.messaging.response that return ValueModifier and TypeMethodDescriptionValue[]
RecordMessage.fields()
Returns the value of thefields
record component.Methods in org.neo4j.driver.internal.messaging.response that return types with arguments of type ValueModifier and TypeMethodDescriptionSuccessMessage.metadata()
Returns the value of themetadata
record component.Constructors in org.neo4j.driver.internal.messaging.response with parameters of type ValueModifierConstructorDescriptionRecordMessage
(Value[] fields) Creates an instance of aRecordMessage
record class.Constructor parameters in org.neo4j.driver.internal.messaging.response with type arguments of type ValueModifierConstructorDescriptionSuccessMessage
(Map<String, Value> metadata) Creates an instance of aSuccessMessage
record class. -
Uses of Value in org.neo4j.driver.internal.messaging.v5
Methods in org.neo4j.driver.internal.messaging.v5 that return ValueModifier and TypeMethodDescriptionprotected Value
ValueUnpackerV5.unpackPath()
protected Value
ValueUnpackerV5.unpackRelationship()
-
Uses of Value in org.neo4j.driver.internal.reactivestreams
Methods in org.neo4j.driver.internal.reactivestreams with parameters of type Value -
Uses of Value in org.neo4j.driver.internal.security
Methods in org.neo4j.driver.internal.security that return types with arguments of type ValueConstructor parameters in org.neo4j.driver.internal.security with type arguments of type Value -
Uses of Value in org.neo4j.driver.internal.spi
Methods in org.neo4j.driver.internal.spi with parameters of type ValueMethod parameters in org.neo4j.driver.internal.spi with type arguments of type Value -
Uses of Value in org.neo4j.driver.internal.summary
Fields in org.neo4j.driver.internal.summary with type parameters of type ValueModifier and TypeFieldDescriptionInternalPlan.EXPLAIN_PLAN_FROM_VALUE
Builds a regular plan without profiling information - eg.static final Function<Value,
ProfiledPlan> InternalProfiledPlan.PROFILED_PLAN_FROM_VALUE
Builds a regular plan without profiling information - eg.Methods in org.neo4j.driver.internal.summary that return types with arguments of type ValueModifier and TypeMethodDescriptionInternalPlan.arguments()
InternalGqlStatusObject.diagnosticRecord()
Constructor parameters in org.neo4j.driver.internal.summary with type arguments of type ValueModifierConstructorDescriptionInternalGqlStatusObject
(String gqlStatus, String statusDescription, Map<String, Value> diagnosticRecord) InternalNotification
(String gqlStatus, String statusDescription, Map<String, Value> diagnosticRecord, String code, String title, String description, NotificationSeverity severityLevel, String rawSeverityLevel, NotificationClassification classification, String rawClassification, InputPosition position) protected
InternalPlan
(String operatorType, Map<String, Value> arguments, List<String> identifiers, List<T> children) protected
InternalProfiledPlan
(String operatorType, Map<String, Value> arguments, List<String> identifiers, List<ProfiledPlan> children, long dbHits, long records, long pageCacheHits, long pageCacheMisses, double pageCacheHitRatio, long time) -
Uses of Value in org.neo4j.driver.internal.types
Methods in org.neo4j.driver.internal.types that return ValueMethods in org.neo4j.driver.internal.types with parameters of type ValueModifier and TypeMethodDescriptionboolean
boolean
Method parameters in org.neo4j.driver.internal.types with type arguments of type Value -
Uses of Value in org.neo4j.driver.internal.util
Methods in org.neo4j.driver.internal.util that return ValueModifier and TypeMethodDescriptionstatic Value
MetadataExtractor.extractServer
(Map<String, Value> metadata) Methods in org.neo4j.driver.internal.util that return types with arguments of type ValueMethods in org.neo4j.driver.internal.util with parameters of type ValueMethod parameters in org.neo4j.driver.internal.util with type arguments of type ValueModifier and TypeMethodDescriptionMetadataExtractor.extractBoltPatches
(Map<String, Value> metadata) static org.neo4j.driver.internal.DatabaseBookmark
MetadataExtractor.extractDatabaseBookmark
(Map<String, Value> metadata) long
MetadataExtractor.extractQueryId
(Map<String, Value> metadata) MetadataExtractor.extractQueryKeys
(Map<String, Value> metadata) long
MetadataExtractor.extractResultAvailableAfter
(Map<String, Value> metadata) static Value
MetadataExtractor.extractServer
(Map<String, Value> metadata) MetadataExtractor.extractSummary
(Query query, Connection connection, long resultAvailableAfter, Map<String, Value> metadata, boolean legacyNotifications, GqlStatusObject gqlStatusObject) static <T> List<T>
Extract.properties
(MapAccessor map, Function<Value, V> mapFunction) -
Uses of Value in org.neo4j.driver.internal.value
Subinterfaces of Value in org.neo4j.driver.internal.valueClasses in org.neo4j.driver.internal.value that implement ValueModifier and TypeClassDescriptionclass
class
class
class
class
class
EntityValueAdapter<V extends Entity>
class
class
class
class
class
class
class
final class
class
NumberValueAdapter<V extends Number>
class
class
class
class
class
class
class
class
Fields in org.neo4j.driver.internal.value declared as ValueMethods in org.neo4j.driver.internal.value that return ValueModifier and TypeMethodDescriptionValueAdapter.asValue()
ListValue.get
(int index) ValueAdapter.get
(int index) Methods in org.neo4j.driver.internal.value that return types with arguments of type ValueMethod parameters in org.neo4j.driver.internal.value with type arguments of type ValueModifier and TypeMethodDescription<T> List<T>
<T> List<T>
<T> List<T>
<T> T
ValueAdapter.computeOrDefault
(Function<Value, T> mapper, T defaultValue) <T> Iterable<T>
<T> Iterable<T>
<T> Iterable<T>
Constructors in org.neo4j.driver.internal.value with parameters of type ValueConstructor parameters in org.neo4j.driver.internal.value with type arguments of type Value -
Uses of Value in org.neo4j.driver.reactive
Methods in org.neo4j.driver.reactive that return ValueModifier and TypeMethodDescriptionstatic Value
RxQueryRunner.parameters
(Map<String, Object> map) Deprecated.Creates a value from a map instance.static Value
RxQueryRunner.parameters
(Record record) Deprecated.Creates a value from a record instance.Methods in org.neo4j.driver.reactive with parameters of type ValueModifier and TypeMethodDescriptionRegister running of a query and return a publisher ofReactiveResult
.default RxResult
Deprecated.Register running of a query and return a reactive result stream. -
Uses of Value in org.neo4j.driver.reactivestreams
Methods in org.neo4j.driver.reactivestreams with parameters of type ValueModifier and TypeMethodDescriptionorg.reactivestreams.Publisher<ReactiveResult>
Register running of a query and return a publisher ofReactiveResult
. -
Uses of Value in org.neo4j.driver.summary
Methods in org.neo4j.driver.summary that return types with arguments of type Value -
Uses of Value in org.neo4j.driver.types
Methods in org.neo4j.driver.types that return ValueModifier and TypeMethodDescriptionRetrieve the value of the property with the given keyRetrieve the value with the given key.Methods in org.neo4j.driver.types that return types with arguments of type ValueModifier and TypeMethodDescriptionMapAccessor.values()
Retrieve all values of the underlying collectionMethods in org.neo4j.driver.types with parameters of type ValueModifier and TypeMethodDescriptionRetrieve the value with the given key.boolean
Test if the given value has this typeMethod parameters in org.neo4j.driver.types with type arguments of type Value
Values.ofEntityElementId()
.