Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- AccessMode - Enum Class in org.neo4j.bolt.connection
- afterAcquiredOrCreated(String, ListenerEvent<?>) - Method in interface org.neo4j.bolt.connection.MetricsListener
-
After acquiring or creating a new netty channel from pool successfully.
- afterAcquiringOrCreating(String) - Method in interface org.neo4j.bolt.connection.MetricsListener
-
After acquiring or creating a new netty channel from pool regardless it is successful or not.
- afterClosed(String) - Method in interface org.neo4j.bolt.connection.MetricsListener
-
After a netty channel is closed successfully.
- afterConnectionCreated(String, ListenerEvent<?>) - Method in interface org.neo4j.bolt.connection.MetricsListener
-
After acquiring or creating a new netty channel from pool successfully.
- afterConnectionReleased(String, ListenerEvent<?>) - Method in interface org.neo4j.bolt.connection.MetricsListener
-
After releasing a netty channel back to pool successfully.
- afterCreated(String, ListenerEvent<?>) - Method in interface org.neo4j.bolt.connection.MetricsListener
-
After a netty channel is created successfully.
- afterFailedToCreate(String) - Method in interface org.neo4j.bolt.connection.MetricsListener
-
After a netty channel is created with a failure.
- afterTimedOutToAcquireOrCreate(String) - Method in interface org.neo4j.bolt.connection.MetricsListener
-
After we failed to acquire a connection from pool within maximum connection acquisition timeout set by timeout.
- ANY - Enum constant in enum class org.neo4j.bolt.connection.values.Type
- asBoolean() - Method in interface org.neo4j.bolt.connection.values.Value
- asByteArray() - Method in interface org.neo4j.bolt.connection.values.Value
- asDouble() - Method in interface org.neo4j.bolt.connection.values.Value
- asIsoDuration() - Method in interface org.neo4j.bolt.connection.values.Value
- asLocalDate() - Method in interface org.neo4j.bolt.connection.values.Value
- asLocalDateTime() - Method in interface org.neo4j.bolt.connection.values.Value
- asLocalTime() - Method in interface org.neo4j.bolt.connection.values.Value
- asLong() - Method in interface org.neo4j.bolt.connection.values.Value
- asMap() - Method in interface org.neo4j.bolt.connection.AuthToken
- asMap(Function<Value, T>) - Method in interface org.neo4j.bolt.connection.values.Value
- asOffsetTime() - Method in interface org.neo4j.bolt.connection.values.Value
- asPoint() - Method in interface org.neo4j.bolt.connection.values.Value
- asString() - Method in interface org.neo4j.bolt.connection.values.Value
- asZonedDateTime() - Method in interface org.neo4j.bolt.connection.values.Value
- authAckMillis() - Method in interface org.neo4j.bolt.connection.AuthInfo
- authInfo() - Method in interface org.neo4j.bolt.connection.BoltConnection
- AuthInfo - Interface in org.neo4j.bolt.connection
- authToken() - Method in interface org.neo4j.bolt.connection.AuthInfo
- AuthToken - Interface in org.neo4j.bolt.connection
- AuthTokens - Class in org.neo4j.bolt.connection
- AUTO_COMMIT_TRANSACTION - Enum constant in enum class org.neo4j.bolt.connection.TelemetryApi
B
- basic(String, String, String, ValueFactory) - Static method in class org.neo4j.bolt.connection.AuthTokens
- BasicResponseHandler - Class in org.neo4j.bolt.connection
- BasicResponseHandler() - Constructor for class org.neo4j.bolt.connection.BasicResponseHandler
- BasicResponseHandler.Summaries - Record Class in org.neo4j.bolt.connection
- bearer(String, ValueFactory) - Static method in class org.neo4j.bolt.connection.AuthTokens
- beforeAcquiringOrCreating(String, ListenerEvent<?>) - Method in interface org.neo4j.bolt.connection.MetricsListener
-
Before acquiring or creating a new netty channel from pool.
- beforeCreating(String, ListenerEvent<?>) - Method in interface org.neo4j.bolt.connection.MetricsListener
-
Before creating a netty channel.
- beginSummary() - Method in record class org.neo4j.bolt.connection.BasicResponseHandler.Summaries
-
Returns the value of the
beginSummaryrecord component. - BeginSummary - Interface in org.neo4j.bolt.connection.summary
- beginTransaction(DatabaseName, AccessMode, String, Set<String>, TransactionType, Duration, Map<String, Value>, String, NotificationConfig) - Method in interface org.neo4j.bolt.connection.BoltConnection
- BoltAgent - Record Class in org.neo4j.bolt.connection
- BoltAgent(String, String, String, String) - Constructor for record class org.neo4j.bolt.connection.BoltAgent
-
Creates an instance of a
BoltAgentrecord class. - BoltClientException - Exception Class in org.neo4j.bolt.connection.exception
- BoltClientException(String) - Constructor for exception class org.neo4j.bolt.connection.exception.BoltClientException
- BoltClientException(String, Throwable) - Constructor for exception class org.neo4j.bolt.connection.exception.BoltClientException
- BoltConnection - Interface in org.neo4j.bolt.connection
- BoltConnectionAcquisitionException - Exception Class in org.neo4j.bolt.connection.exception
- BoltConnectionAcquisitionException(String) - Constructor for exception class org.neo4j.bolt.connection.exception.BoltConnectionAcquisitionException
- BoltConnectionAcquisitionException(String, Throwable) - Constructor for exception class org.neo4j.bolt.connection.exception.BoltConnectionAcquisitionException
- BoltConnectionProvider - Interface in org.neo4j.bolt.connection
- BoltConnectionReadTimeoutException - Exception Class in org.neo4j.bolt.connection.exception
- BoltConnectionReadTimeoutException(String) - Constructor for exception class org.neo4j.bolt.connection.exception.BoltConnectionReadTimeoutException
- BoltConnectionReadTimeoutException(String, Throwable) - Constructor for exception class org.neo4j.bolt.connection.exception.BoltConnectionReadTimeoutException
- BoltConnectionState - Enum Class in org.neo4j.bolt.connection
- BoltDiscoveryException - Exception Class in org.neo4j.bolt.connection.exception
- BoltDiscoveryException(String, Throwable) - Constructor for exception class org.neo4j.bolt.connection.exception.BoltDiscoveryException
- BoltException - Exception Class in org.neo4j.bolt.connection.exception
- BoltException(String) - Constructor for exception class org.neo4j.bolt.connection.exception.BoltException
- BoltException(String, Throwable) - Constructor for exception class org.neo4j.bolt.connection.exception.BoltException
- BoltFailureException - Exception Class in org.neo4j.bolt.connection.exception
- BoltFailureException(String, String, String, String, Map<String, Value>, Throwable) - Constructor for exception class org.neo4j.bolt.connection.exception.BoltFailureException
- BoltGqlErrorException - Exception Class in org.neo4j.bolt.connection.exception
- BoltGqlErrorException(String, String, String, Map<String, Value>, Throwable) - Constructor for exception class org.neo4j.bolt.connection.exception.BoltGqlErrorException
- BoltProtocolException - Exception Class in org.neo4j.bolt.connection.exception
- BoltProtocolException(String) - Constructor for exception class org.neo4j.bolt.connection.exception.BoltProtocolException
- BoltProtocolException(String, Throwable) - Constructor for exception class org.neo4j.bolt.connection.exception.BoltProtocolException
- BoltProtocolVersion - Class in org.neo4j.bolt.connection
- BoltProtocolVersion(int, int) - Constructor for class org.neo4j.bolt.connection.BoltProtocolVersion
- BoltServerAddress - Class in org.neo4j.bolt.connection
-
Holds a host and port pair that denotes a Bolt server address.
- BoltServerAddress(String) - Constructor for class org.neo4j.bolt.connection.BoltServerAddress
- BoltServerAddress(String, int) - Constructor for class org.neo4j.bolt.connection.BoltServerAddress
- BoltServerAddress(String, String, int) - Constructor for class org.neo4j.bolt.connection.BoltServerAddress
- BoltServerAddress(URI) - Constructor for class org.neo4j.bolt.connection.BoltServerAddress
- BoltServiceUnavailableException - Exception Class in org.neo4j.bolt.connection.exception
- BoltServiceUnavailableException(String) - Constructor for exception class org.neo4j.bolt.connection.exception.BoltServiceUnavailableException
- BoltServiceUnavailableException(String, Throwable) - Constructor for exception class org.neo4j.bolt.connection.exception.BoltServiceUnavailableException
- BoltTransientException - Exception Class in org.neo4j.bolt.connection.exception
- BoltTransientException(String) - Constructor for exception class org.neo4j.bolt.connection.exception.BoltTransientException
- BoltTransientException(String, Throwable) - Constructor for exception class org.neo4j.bolt.connection.exception.BoltTransientException
- BoltUnsupportedFeatureException - Exception Class in org.neo4j.bolt.connection.exception
- BoltUnsupportedFeatureException(String) - Constructor for exception class org.neo4j.bolt.connection.exception.BoltUnsupportedFeatureException
- BoltUntrustedServerException - Exception Class in org.neo4j.bolt.connection.exception
- BoltUntrustedServerException(String) - Constructor for exception class org.neo4j.bolt.connection.exception.BoltUntrustedServerException
- BoltUntrustedServerException(String, Throwable) - Constructor for exception class org.neo4j.bolt.connection.exception.BoltUntrustedServerException
- bookmark() - Method in interface org.neo4j.bolt.connection.summary.CommitSummary
- BOOLEAN - Enum constant in enum class org.neo4j.bolt.connection.values.Type
- BYTES - Enum constant in enum class org.neo4j.bolt.connection.values.Type
C
- cause() - Method in record class org.neo4j.bolt.connection.GqlError
-
Returns the value of the
causerecord component. - clear() - Method in interface org.neo4j.bolt.connection.BoltConnection
- close() - Method in interface org.neo4j.bolt.connection.BoltConnection
- close() - Method in interface org.neo4j.bolt.connection.BoltConnectionProvider
- CLOSED - Enum constant in enum class org.neo4j.bolt.connection.BoltConnectionState
- clusterComposition() - Method in interface org.neo4j.bolt.connection.summary.RouteSummary
- ClusterComposition - Class in org.neo4j.bolt.connection
- ClusterComposition(long, Set<BoltServerAddress>, Set<BoltServerAddress>, Set<BoltServerAddress>, String) - Constructor for class org.neo4j.bolt.connection.ClusterComposition
- code() - Method in exception class org.neo4j.bolt.connection.exception.BoltFailureException
- code() - Method in record class org.neo4j.bolt.connection.GqlError
-
Returns the value of the
coderecord component. - commit() - Method in interface org.neo4j.bolt.connection.BoltConnection
- commitSummary() - Method in record class org.neo4j.bolt.connection.BasicResponseHandler.Summaries
-
Returns the value of the
commitSummaryrecord component. - CommitSummary - Interface in org.neo4j.bolt.connection.summary
- compareTo(BoltProtocolVersion) - Method in class org.neo4j.bolt.connection.BoltProtocolVersion
- compareTo(NotificationSeverity) - Method in record class org.neo4j.bolt.connection.NotificationSeverity
- connect(BoltServerAddress, RoutingContext, BoltAgent, String, int, SecurityPlan, DatabaseName, Supplier<CompletionStage<AuthToken>>, AccessMode, Set<String>, String, BoltProtocolVersion, NotificationConfig, Consumer<DatabaseName>, Map<String, Object>) - Method in interface org.neo4j.bolt.connection.BoltConnectionProvider
- connectionHost() - Method in class org.neo4j.bolt.connection.BoltServerAddress
- constraintsAdded() - Method in interface org.neo4j.bolt.connection.SummaryCounters
-
Returns the number of constraints added to the schema.
- constraintsRemoved() - Method in interface org.neo4j.bolt.connection.SummaryCounters
-
Returns the number of constraints removed from the schema.
- containsKey(String) - Method in interface org.neo4j.bolt.connection.values.Value
- containsSystemUpdates() - Method in interface org.neo4j.bolt.connection.SummaryCounters
-
If the query updated the system graph in any way, this method will return true.
- containsUpdates() - Method in interface org.neo4j.bolt.connection.SummaryCounters
-
Whether there were any updates at all, eg. any of the counters are greater than 0.
- counters() - Method in interface org.neo4j.bolt.connection.ResultSummary
-
Returns counters for operations the query triggered.
- createListenerEvent() - Method in interface org.neo4j.bolt.connection.MetricsListener
- custom(Map<String, Value>) - Static method in class org.neo4j.bolt.connection.AuthTokens
D
- database(String) - Static method in class org.neo4j.bolt.connection.DatabaseNameUtil
- databaseName() - Method in class org.neo4j.bolt.connection.ClusterComposition
- databaseName() - Method in interface org.neo4j.bolt.connection.DatabaseName
- databaseName() - Method in class org.neo4j.bolt.connection.InternalDatabaseName
- databaseName() - Method in interface org.neo4j.bolt.connection.summary.BeginSummary
- databaseName() - Method in interface org.neo4j.bolt.connection.summary.RunSummary
- DatabaseName - Interface in org.neo4j.bolt.connection
- DatabaseNameUtil - Class in org.neo4j.bolt.connection
- DATE - Enum constant in enum class org.neo4j.bolt.connection.values.Type
- DATE_TIME - Enum constant in enum class org.neo4j.bolt.connection.values.Type
- days() - Method in interface org.neo4j.bolt.connection.values.IsoDuration
- DEFAULT - Enum constant in enum class org.neo4j.bolt.connection.TransactionType
- DEFAULT_PORT - Static variable in class org.neo4j.bolt.connection.BoltServerAddress
- defaultConfig() - Static method in record class org.neo4j.bolt.connection.NotificationConfig
- defaultDatabase() - Static method in class org.neo4j.bolt.connection.DatabaseNameUtil
- DefaultDomainNameResolver - Class in org.neo4j.bolt.connection
- defaultReadTimeout() - Method in interface org.neo4j.bolt.connection.BoltConnection
- DEPRECATION - Enum constant in enum class org.neo4j.bolt.connection.NotificationClassification.Type
- description() - Method in interface org.neo4j.bolt.connection.DatabaseName
- description() - Method in class org.neo4j.bolt.connection.InternalDatabaseName
- diagnosticRecord() - Method in exception class org.neo4j.bolt.connection.exception.BoltGqlErrorException
- diagnosticRecord() - Method in record class org.neo4j.bolt.connection.GqlError
-
Returns the value of the
diagnosticRecordrecord component. - disabledClassifications() - Method in record class org.neo4j.bolt.connection.NotificationConfig
-
Returns the value of the
disabledClassificationsrecord component. - discard(long, long) - Method in interface org.neo4j.bolt.connection.BoltConnection
- discardSummary() - Method in record class org.neo4j.bolt.connection.BasicResponseHandler.Summaries
-
Returns the value of the
discardSummaryrecord component. - DiscardSummary - Interface in org.neo4j.bolt.connection.summary
- DomainNameResolver - Interface in org.neo4j.bolt.connection
-
A resolver function used by the driver to resolve domain names.
- DURATION - Enum constant in enum class org.neo4j.bolt.connection.values.Type
E
- elementId() - Method in interface org.neo4j.bolt.connection.values.Node
- EMPTY - Static variable in class org.neo4j.bolt.connection.RoutingContext
- encrypted(boolean, SSLContext, boolean) - Static method in class org.neo4j.bolt.connection.SecurityPlans
- encryptedForAnyCertificate() - Static method in class org.neo4j.bolt.connection.SecurityPlans
- encryptedForSystemCASignedCertificates() - Static method in class org.neo4j.bolt.connection.SecurityPlans
- equals(Object) - Method in record class org.neo4j.bolt.connection.BasicResponseHandler.Summaries
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.neo4j.bolt.connection.BoltAgent
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class org.neo4j.bolt.connection.BoltProtocolVersion
- equals(Object) - Method in class org.neo4j.bolt.connection.BoltServerAddress
- equals(Object) - Method in class org.neo4j.bolt.connection.ClusterComposition
- equals(Object) - Method in record class org.neo4j.bolt.connection.GqlError
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class org.neo4j.bolt.connection.InternalDatabaseName
- equals(Object) - Method in record class org.neo4j.bolt.connection.NotificationClassification
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.neo4j.bolt.connection.NotificationConfig
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.neo4j.bolt.connection.NotificationSeverity
-
Indicates whether some other object is "equal to" this one.
- ERROR - Enum constant in enum class org.neo4j.bolt.connection.BoltConnectionState
- EXECUTABLE_QUERY - Enum constant in enum class org.neo4j.bolt.connection.TelemetryApi
- expirationTimestamp() - Method in class org.neo4j.bolt.connection.ClusterComposition
F
- FAILURE - Enum constant in enum class org.neo4j.bolt.connection.BoltConnectionState
- FLOAT - Enum constant in enum class org.neo4j.bolt.connection.values.Type
- flush(ResponseHandler) - Method in interface org.neo4j.bolt.connection.BoltConnection
- forAnyCertificate(KeyManager[]) - Static method in class org.neo4j.bolt.connection.ssl.SSLContexts
- forceClose(String) - Method in interface org.neo4j.bolt.connection.BoltConnection
- forCertificates(List<File>, RevocationCheckingStrategy) - Static method in class org.neo4j.bolt.connection.ssl.TrustManagerFactories
- forSystemCertificates(RevocationCheckingStrategy) - Static method in class org.neo4j.bolt.connection.ssl.TrustManagerFactories
- forTrustManagers(KeyManager[], TrustManager[]) - Static method in class org.neo4j.bolt.connection.ssl.SSLContexts
- fromRawBytes(int) - Static method in class org.neo4j.bolt.connection.BoltProtocolVersion
G
- GENERIC - Enum constant in enum class org.neo4j.bolt.connection.NotificationClassification.Type
- get(String) - Method in interface org.neo4j.bolt.connection.values.Value
- getInstance() - Static method in class org.neo4j.bolt.connection.DefaultDomainNameResolver
- getLog(Class<?>) - Method in interface org.neo4j.bolt.connection.LoggingProvider
- getLog(String) - Method in interface org.neo4j.bolt.connection.LoggingProvider
- getMajorVersion() - Method in class org.neo4j.bolt.connection.BoltProtocolVersion
- getMinorVersion() - Method in class org.neo4j.bolt.connection.BoltProtocolVersion
- getSample() - Method in interface org.neo4j.bolt.connection.ListenerEvent
- getStatus() - Method in enum class org.neo4j.bolt.connection.GqlStatusError
- getStatusDescription(String) - Method in enum class org.neo4j.bolt.connection.GqlStatusError
- getValue() - Method in enum class org.neo4j.bolt.connection.TelemetryApi
- gqlCause() - Method in exception class org.neo4j.bolt.connection.exception.BoltGqlErrorException
- GqlError - Record Class in org.neo4j.bolt.connection
- GqlError(String, String, String, String, Map<String, Value>, GqlError) - Constructor for record class org.neo4j.bolt.connection.GqlError
-
Creates an instance of a
GqlErrorrecord class. - gqlStatus() - Method in exception class org.neo4j.bolt.connection.exception.BoltGqlErrorException
- gqlStatus() - Method in record class org.neo4j.bolt.connection.GqlError
-
Returns the value of the
gqlStatusrecord component. - GqlStatusError - Enum Class in org.neo4j.bolt.connection
H
- hashCode() - Method in record class org.neo4j.bolt.connection.BasicResponseHandler.Summaries
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.neo4j.bolt.connection.BoltAgent
-
Returns a hash code value for this object.
- hashCode() - Method in class org.neo4j.bolt.connection.BoltProtocolVersion
- hashCode() - Method in class org.neo4j.bolt.connection.BoltServerAddress
- hashCode() - Method in class org.neo4j.bolt.connection.ClusterComposition
- hashCode() - Method in record class org.neo4j.bolt.connection.GqlError
-
Returns a hash code value for this object.
- hashCode() - Method in class org.neo4j.bolt.connection.InternalDatabaseName
- hashCode() - Method in record class org.neo4j.bolt.connection.NotificationClassification
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.neo4j.bolt.connection.NotificationConfig
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.neo4j.bolt.connection.NotificationSeverity
-
Returns a hash code value for this object.
- hasMore() - Method in interface org.neo4j.bolt.connection.summary.PullSummary
- hasRoutersAndReaders() - Method in class org.neo4j.bolt.connection.ClusterComposition
- hasWriters() - Method in class org.neo4j.bolt.connection.ClusterComposition
- HINT - Enum constant in enum class org.neo4j.bolt.connection.NotificationClassification.Type
- host - Variable in class org.neo4j.bolt.connection.BoltServerAddress
- host() - Method in class org.neo4j.bolt.connection.BoltServerAddress
I
- id() - Method in interface org.neo4j.bolt.connection.values.Node
- ignored() - Method in record class org.neo4j.bolt.connection.BasicResponseHandler.Summaries
-
Returns the value of the
ignoredrecord component. - indexesAdded() - Method in interface org.neo4j.bolt.connection.SummaryCounters
-
Returns the number of indexes added to the schema.
- indexesRemoved() - Method in interface org.neo4j.bolt.connection.SummaryCounters
-
Returns the number of indexes removed from the schema.
- INFORMATION - Enum constant in enum class org.neo4j.bolt.connection.NotificationSeverity.Type
- INFORMATION - Static variable in record class org.neo4j.bolt.connection.NotificationSeverity
- INTEGER - Enum constant in enum class org.neo4j.bolt.connection.values.Type
- InternalDatabaseName - Class in org.neo4j.bolt.connection
- isDefined() - Method in class org.neo4j.bolt.connection.RoutingContext
- isEmpty() - Method in interface org.neo4j.bolt.connection.values.Value
- isHttp(BoltProtocolVersion) - Static method in class org.neo4j.bolt.connection.BoltProtocolVersion
- isNull() - Method in interface org.neo4j.bolt.connection.values.Value
- isoDuration(long, long, long, int) - Method in interface org.neo4j.bolt.connection.values.ValueFactory
- IsoDuration - Interface in org.neo4j.bolt.connection.values
- isServerRoutingEnabled() - Method in class org.neo4j.bolt.connection.RoutingContext
K
- kerberos(String, ValueFactory) - Static method in class org.neo4j.bolt.connection.AuthTokens
- keys() - Method in interface org.neo4j.bolt.connection.summary.RunSummary
- keys() - Method in interface org.neo4j.bolt.connection.values.Value
L
- labelsAdded() - Method in interface org.neo4j.bolt.connection.SummaryCounters
-
Returns the number of labels added to nodes.
- labelsRemoved() - Method in interface org.neo4j.bolt.connection.SummaryCounters
-
Returns the number of labels removed from nodes.
- language() - Method in record class org.neo4j.bolt.connection.BoltAgent
-
Returns the value of the
languagerecord component. - languageDetails() - Method in record class org.neo4j.bolt.connection.BoltAgent
-
Returns the value of the
languageDetailsrecord component. - level() - Method in record class org.neo4j.bolt.connection.NotificationSeverity
-
Returns the value of the
levelrecord component. - LIST - Enum constant in enum class org.neo4j.bolt.connection.values.Type
- ListenerEvent<T> - Interface in org.neo4j.bolt.connection
- LOCAL_DATE_TIME - Enum constant in enum class org.neo4j.bolt.connection.values.Type
- LOCAL_DEFAULT - Static variable in class org.neo4j.bolt.connection.BoltServerAddress
- LOCAL_TIME - Enum constant in enum class org.neo4j.bolt.connection.values.Type
- LoggingProvider - Interface in org.neo4j.bolt.connection
- logoff() - Method in interface org.neo4j.bolt.connection.BoltConnection
- logoffSummary() - Method in record class org.neo4j.bolt.connection.BasicResponseHandler.Summaries
-
Returns the value of the
logoffSummaryrecord component. - LogoffSummary - Interface in org.neo4j.bolt.connection.summary
- logon(AuthToken) - Method in interface org.neo4j.bolt.connection.BoltConnection
- logonSummary() - Method in record class org.neo4j.bolt.connection.BasicResponseHandler.Summaries
-
Returns the value of the
logonSummaryrecord component. - LogonSummary - Interface in org.neo4j.bolt.connection.summary
M
- MANAGED_TRANSACTION - Enum constant in enum class org.neo4j.bolt.connection.TelemetryApi
- MAP - Enum constant in enum class org.neo4j.bolt.connection.values.Type
- message() - Method in record class org.neo4j.bolt.connection.GqlError
-
Returns the value of the
messagerecord component. - metadata() - Method in interface org.neo4j.bolt.connection.summary.DiscardSummary
- metadata() - Method in interface org.neo4j.bolt.connection.summary.PullSummary
- MetricsListener - Interface in org.neo4j.bolt.connection
- minimumSeverity() - Method in record class org.neo4j.bolt.connection.NotificationConfig
-
Returns the value of the
minimumSeverityrecord component. - MinVersionAcquisitionException - Exception Class in org.neo4j.bolt.connection.exception
- MinVersionAcquisitionException(String, BoltProtocolVersion) - Constructor for exception class org.neo4j.bolt.connection.exception.MinVersionAcquisitionException
- months() - Method in interface org.neo4j.bolt.connection.values.IsoDuration
N
- nanoseconds() - Method in interface org.neo4j.bolt.connection.values.IsoDuration
- NO_CHECKS - Enum constant in enum class org.neo4j.bolt.connection.ssl.RevocationCheckingStrategy
-
Don't do any OCSP revocation checks, regardless whether there are stapled revocation statuses or not.
- node(long, String, Collection<String>, Map<String, Value>) - Method in interface org.neo4j.bolt.connection.values.ValueFactory
- Node - Interface in org.neo4j.bolt.connection.values
- NODE - Enum constant in enum class org.neo4j.bolt.connection.values.Type
- nodesCreated() - Method in interface org.neo4j.bolt.connection.SummaryCounters
-
Returns the number of nodes created.
- nodesDeleted() - Method in interface org.neo4j.bolt.connection.SummaryCounters
-
Returns the number of nodes deleted.
- none(ValueFactory) - Static method in class org.neo4j.bolt.connection.AuthTokens
- NotificationClassification - Record Class in org.neo4j.bolt.connection
- NotificationClassification(NotificationClassification.Type) - Constructor for record class org.neo4j.bolt.connection.NotificationClassification
-
Creates an instance of a
NotificationClassificationrecord class. - NotificationClassification.Type - Enum Class in org.neo4j.bolt.connection
- NotificationConfig - Record Class in org.neo4j.bolt.connection
- NotificationConfig(NotificationSeverity, Set<NotificationClassification>) - Constructor for record class org.neo4j.bolt.connection.NotificationConfig
-
Creates an instance of a
NotificationConfigrecord class. - NotificationSeverity - Record Class in org.neo4j.bolt.connection
- NotificationSeverity(NotificationSeverity.Type, int) - Constructor for record class org.neo4j.bolt.connection.NotificationSeverity
-
Creates an instance of a
NotificationSeverityrecord class. - NotificationSeverity.Type - Enum Class in org.neo4j.bolt.connection
- NULL - Enum constant in enum class org.neo4j.bolt.connection.values.Type
- NUMBER - Enum constant in enum class org.neo4j.bolt.connection.values.Type
O
- OFF - Enum constant in enum class org.neo4j.bolt.connection.NotificationSeverity.Type
- OFF - Static variable in record class org.neo4j.bolt.connection.NotificationSeverity
- onBeginSummary(BeginSummary) - Method in class org.neo4j.bolt.connection.BasicResponseHandler
- onBeginSummary(BeginSummary) - Method in interface org.neo4j.bolt.connection.ResponseHandler
- onCommitSummary(CommitSummary) - Method in class org.neo4j.bolt.connection.BasicResponseHandler
- onCommitSummary(CommitSummary) - Method in interface org.neo4j.bolt.connection.ResponseHandler
- onComplete() - Method in class org.neo4j.bolt.connection.BasicResponseHandler
- onComplete() - Method in interface org.neo4j.bolt.connection.ResponseHandler
- onDiscardSummary(DiscardSummary) - Method in class org.neo4j.bolt.connection.BasicResponseHandler
- onDiscardSummary(DiscardSummary) - Method in interface org.neo4j.bolt.connection.ResponseHandler
- onError(Throwable) - Method in class org.neo4j.bolt.connection.BasicResponseHandler
- onError(Throwable) - Method in interface org.neo4j.bolt.connection.ResponseHandler
- onIgnored() - Method in class org.neo4j.bolt.connection.BasicResponseHandler
- onIgnored() - Method in interface org.neo4j.bolt.connection.ResponseHandler
- onLogoffSummary(LogoffSummary) - Method in class org.neo4j.bolt.connection.BasicResponseHandler
- onLogoffSummary(LogoffSummary) - Method in interface org.neo4j.bolt.connection.ResponseHandler
- onLogonSummary(LogonSummary) - Method in class org.neo4j.bolt.connection.BasicResponseHandler
- onLogonSummary(LogonSummary) - Method in interface org.neo4j.bolt.connection.ResponseHandler
- onLoop() - Method in interface org.neo4j.bolt.connection.BoltConnection
- onPullSummary(PullSummary) - Method in class org.neo4j.bolt.connection.BasicResponseHandler
- onPullSummary(PullSummary) - Method in interface org.neo4j.bolt.connection.ResponseHandler
- onRecord(Value[]) - Method in class org.neo4j.bolt.connection.BasicResponseHandler
- onRecord(Value[]) - Method in interface org.neo4j.bolt.connection.ResponseHandler
- onResetSummary(ResetSummary) - Method in class org.neo4j.bolt.connection.BasicResponseHandler
- onResetSummary(ResetSummary) - Method in interface org.neo4j.bolt.connection.ResponseHandler
- onRollbackSummary(RollbackSummary) - Method in class org.neo4j.bolt.connection.BasicResponseHandler
- onRollbackSummary(RollbackSummary) - Method in interface org.neo4j.bolt.connection.ResponseHandler
- onRouteSummary(RouteSummary) - Method in class org.neo4j.bolt.connection.BasicResponseHandler
- onRouteSummary(RouteSummary) - Method in interface org.neo4j.bolt.connection.ResponseHandler
- onRunSummary(RunSummary) - Method in class org.neo4j.bolt.connection.BasicResponseHandler
- onRunSummary(RunSummary) - Method in interface org.neo4j.bolt.connection.ResponseHandler
- onTelemetrySummary(TelemetrySummary) - Method in class org.neo4j.bolt.connection.BasicResponseHandler
- onTelemetrySummary(TelemetrySummary) - Method in interface org.neo4j.bolt.connection.ResponseHandler
- OPEN - Enum constant in enum class org.neo4j.bolt.connection.BoltConnectionState
- org.neo4j.bolt.connection - module org.neo4j.bolt.connection
-
The Neo4j Bolt Connection module.
- org.neo4j.bolt.connection - package org.neo4j.bolt.connection
- org.neo4j.bolt.connection.exception - package org.neo4j.bolt.connection.exception
- org.neo4j.bolt.connection.ssl - package org.neo4j.bolt.connection.ssl
- org.neo4j.bolt.connection.summary - package org.neo4j.bolt.connection.summary
- org.neo4j.bolt.connection.values - package org.neo4j.bolt.connection.values
P
- path(List<Segment>, List<Node>, List<Relationship>) - Method in interface org.neo4j.bolt.connection.values.ValueFactory
- Path - Interface in org.neo4j.bolt.connection.values
- PATH - Enum constant in enum class org.neo4j.bolt.connection.values.Type
- PERFORMANCE - Enum constant in enum class org.neo4j.bolt.connection.NotificationClassification.Type
- platform() - Method in record class org.neo4j.bolt.connection.BoltAgent
-
Returns the value of the
platformrecord component. - point(int, double, double) - Method in interface org.neo4j.bolt.connection.values.ValueFactory
- point(int, double, double, double) - Method in interface org.neo4j.bolt.connection.values.ValueFactory
- Point - Interface in org.neo4j.bolt.connection.values
- POINT - Enum constant in enum class org.neo4j.bolt.connection.values.Type
- port - Variable in class org.neo4j.bolt.connection.BoltServerAddress
- port() - Method in class org.neo4j.bolt.connection.BoltServerAddress
- product() - Method in record class org.neo4j.bolt.connection.BoltAgent
-
Returns the value of the
productrecord component. - propertiesSet() - Method in interface org.neo4j.bolt.connection.SummaryCounters
-
Returns the number of properties (on both nodes and relationships) set.
- protocolVersion() - Method in interface org.neo4j.bolt.connection.BoltConnection
- pull(long, long) - Method in interface org.neo4j.bolt.connection.BoltConnection
- pullSummary() - Method in record class org.neo4j.bolt.connection.BasicResponseHandler.Summaries
-
Returns the value of the
pullSummaryrecord component. - PullSummary - Interface in org.neo4j.bolt.connection.summary
Q
- queryId() - Method in interface org.neo4j.bolt.connection.summary.RunSummary
R
- READ - Enum constant in enum class org.neo4j.bolt.connection.AccessMode
- readers() - Method in class org.neo4j.bolt.connection.ClusterComposition
- registerPoolMetrics(String, BoltServerAddress, IntSupplier, IntSupplier) - Method in interface org.neo4j.bolt.connection.MetricsListener
- relationship(long, String, long, String, long, String, String, Map<String, Value>) - Method in interface org.neo4j.bolt.connection.values.ValueFactory
- Relationship - Interface in org.neo4j.bolt.connection.values
- RELATIONSHIP - Enum constant in enum class org.neo4j.bolt.connection.values.Type
- relationshipsCreated() - Method in interface org.neo4j.bolt.connection.SummaryCounters
-
Returns the number of relationships created.
- relationshipsDeleted() - Method in interface org.neo4j.bolt.connection.SummaryCounters
-
Returns the number of relationships deleted.
- removePoolMetrics(String) - Method in interface org.neo4j.bolt.connection.MetricsListener
- requiresClientAuth() - Method in interface org.neo4j.bolt.connection.SecurityPlan
- requiresEncryption() - Method in interface org.neo4j.bolt.connection.SecurityPlan
- requiresHostnameVerification() - Method in interface org.neo4j.bolt.connection.SecurityPlan
- reset() - Method in interface org.neo4j.bolt.connection.BoltConnection
- resetSummary() - Method in record class org.neo4j.bolt.connection.BasicResponseHandler.Summaries
-
Returns the value of the
resetSummaryrecord component. - ResetSummary - Interface in org.neo4j.bolt.connection.summary
- resolve(String) - Method in class org.neo4j.bolt.connection.DefaultDomainNameResolver
- resolve(String) - Method in interface org.neo4j.bolt.connection.DomainNameResolver
-
Resolve the given domain name to a set of addresses.
- ResponseHandler - Interface in org.neo4j.bolt.connection
- resultAvailableAfter() - Method in interface org.neo4j.bolt.connection.summary.RunSummary
- ResultSummary - Interface in org.neo4j.bolt.connection
-
The result summary of running a query.
- RevocationCheckingStrategy - Enum Class in org.neo4j.bolt.connection.ssl
- rollback() - Method in interface org.neo4j.bolt.connection.BoltConnection
- rollbackSummary() - Method in record class org.neo4j.bolt.connection.BasicResponseHandler.Summaries
-
Returns the value of the
rollbackSummaryrecord component. - RollbackSummary - Interface in org.neo4j.bolt.connection.summary
- route(DatabaseName, String, Set<String>) - Method in interface org.neo4j.bolt.connection.BoltConnection
- routers() - Method in class org.neo4j.bolt.connection.ClusterComposition
- routeSummary() - Method in record class org.neo4j.bolt.connection.BasicResponseHandler.Summaries
-
Returns the value of the
routeSummaryrecord component. - RouteSummary - Interface in org.neo4j.bolt.connection.summary
- RoutingContext - Class in org.neo4j.bolt.connection
- RoutingContext(URI) - Constructor for class org.neo4j.bolt.connection.RoutingContext
- run(String, Map<String, Value>) - Method in interface org.neo4j.bolt.connection.BoltConnection
- runInAutoCommitTransaction(DatabaseName, AccessMode, String, Set<String>, String, Map<String, Value>, Duration, Map<String, Value>, NotificationConfig) - Method in interface org.neo4j.bolt.connection.BoltConnection
- runSummary() - Method in record class org.neo4j.bolt.connection.BasicResponseHandler.Summaries
-
Returns the value of the
runSummaryrecord component. - RunSummary - Interface in org.neo4j.bolt.connection.summary
S
- SCHEMA - Enum constant in enum class org.neo4j.bolt.connection.NotificationClassification.Type
- seconds() - Method in interface org.neo4j.bolt.connection.values.IsoDuration
- SECURITY - Enum constant in enum class org.neo4j.bolt.connection.NotificationClassification.Type
- SecurityPlan - Interface in org.neo4j.bolt.connection
-
A SecurityPlan consists of encryption and trust details.
- SecurityPlans - Class in org.neo4j.bolt.connection
- segment(Node, Relationship, Node) - Method in interface org.neo4j.bolt.connection.values.ValueFactory
- Segment - Interface in org.neo4j.bolt.connection.values
- serverAddress() - Method in interface org.neo4j.bolt.connection.BoltConnection
- serverAgent() - Method in interface org.neo4j.bolt.connection.BoltConnection
- serverSideRoutingEnabled() - Method in interface org.neo4j.bolt.connection.BoltConnection
- setReadTimeout(Duration) - Method in interface org.neo4j.bolt.connection.BoltConnection
- setStartAndEnd(long, String, long, String) - Method in interface org.neo4j.bolt.connection.values.Relationship
- size() - Method in interface org.neo4j.bolt.connection.values.Value
- srid() - Method in interface org.neo4j.bolt.connection.values.Point
- sslContext() - Method in interface org.neo4j.bolt.connection.SecurityPlan
- SSLContexts - Class in org.neo4j.bolt.connection.ssl
- start() - Method in interface org.neo4j.bolt.connection.ListenerEvent
- state() - Method in interface org.neo4j.bolt.connection.BoltConnection
- statusDescription() - Method in exception class org.neo4j.bolt.connection.exception.BoltGqlErrorException
- statusDescription() - Method in record class org.neo4j.bolt.connection.GqlError
-
Returns the value of the
statusDescriptionrecord component. - STRICT - Enum constant in enum class org.neo4j.bolt.connection.ssl.RevocationCheckingStrategy
-
Require stapled revocation status and verify OCSP revocation checks, fail if no revocation status is stapled to the certificate.
- STRING - Enum constant in enum class org.neo4j.bolt.connection.values.Type
- summaries() - Method in class org.neo4j.bolt.connection.BasicResponseHandler
- Summaries(BeginSummary, RunSummary, List<Value[]>, PullSummary, DiscardSummary, CommitSummary, RollbackSummary, ResetSummary, RouteSummary, LogoffSummary, LogonSummary, TelemetrySummary, int) - Constructor for record class org.neo4j.bolt.connection.BasicResponseHandler.Summaries
-
Creates an instance of a
Summariesrecord class. - SummaryCounters - Interface in org.neo4j.bolt.connection
-
Contains counters for various operations that a query triggered.
- supportsMultiDb(BoltServerAddress, RoutingContext, BoltAgent, String, int, SecurityPlan, AuthToken) - Method in interface org.neo4j.bolt.connection.BoltConnectionProvider
- supportsSessionAuth(BoltServerAddress, RoutingContext, BoltAgent, String, int, SecurityPlan, AuthToken) - Method in interface org.neo4j.bolt.connection.BoltConnectionProvider
- SYSTEM_DATABASE_NAME - Static variable in class org.neo4j.bolt.connection.DatabaseNameUtil
- systemDatabase() - Static method in class org.neo4j.bolt.connection.DatabaseNameUtil
- systemUpdates() - Method in interface org.neo4j.bolt.connection.SummaryCounters
-
Returns the number of system updates performed by this query.
T
- telemetry(TelemetryApi) - Method in interface org.neo4j.bolt.connection.BoltConnection
- TelemetryApi - Enum Class in org.neo4j.bolt.connection
-
An enum of valid telemetry metrics.
- telemetrySummary() - Method in record class org.neo4j.bolt.connection.BasicResponseHandler.Summaries
-
Returns the value of the
telemetrySummaryrecord component. - TelemetrySummary - Interface in org.neo4j.bolt.connection.summary
- telemetrySupported() - Method in interface org.neo4j.bolt.connection.BoltConnection
- TIME - Enum constant in enum class org.neo4j.bolt.connection.values.Type
- toInt() - Method in class org.neo4j.bolt.connection.BoltProtocolVersion
- toIntRange(BoltProtocolVersion) - Method in class org.neo4j.bolt.connection.BoltProtocolVersion
- toMap() - Method in class org.neo4j.bolt.connection.RoutingContext
- TOPOLOGY - Enum constant in enum class org.neo4j.bolt.connection.NotificationClassification.Type
- toString() - Method in record class org.neo4j.bolt.connection.BasicResponseHandler.Summaries
-
Returns a string representation of this record class.
- toString() - Method in record class org.neo4j.bolt.connection.BoltAgent
-
Returns a string representation of this record class.
- toString() - Method in class org.neo4j.bolt.connection.BoltProtocolVersion
- toString() - Method in class org.neo4j.bolt.connection.BoltServerAddress
- toString() - Method in class org.neo4j.bolt.connection.ClusterComposition
- toString() - Method in record class org.neo4j.bolt.connection.GqlError
-
Returns a string representation of this record class.
- toString() - Method in class org.neo4j.bolt.connection.InternalDatabaseName
- toString() - Method in record class org.neo4j.bolt.connection.NotificationClassification
-
Returns a string representation of this record class.
- toString() - Method in record class org.neo4j.bolt.connection.NotificationConfig
-
Returns a string representation of this record class.
- toString() - Method in record class org.neo4j.bolt.connection.NotificationSeverity
-
Returns a string representation of this record class.
- toString() - Method in class org.neo4j.bolt.connection.RoutingContext
- totalCount() - Method in interface org.neo4j.bolt.connection.SummaryCounters
- TransactionType - Enum Class in org.neo4j.bolt.connection
- TrustManagerFactories - Class in org.neo4j.bolt.connection.ssl
- type() - Method in record class org.neo4j.bolt.connection.NotificationClassification
-
Returns the value of the
typerecord component. - type() - Method in record class org.neo4j.bolt.connection.NotificationSeverity
-
Returns the value of the
typerecord component. - type() - Method in interface org.neo4j.bolt.connection.values.Value
- Type - Enum Class in org.neo4j.bolt.connection.values
U
- UNCONSTRAINED - Enum constant in enum class org.neo4j.bolt.connection.TransactionType
- unencrypted() - Static method in class org.neo4j.bolt.connection.SecurityPlans
- unicastStream() - Method in class org.neo4j.bolt.connection.BoltServerAddress
-
Create a stream of unicast addresses.
- UNKNOWN - Enum constant in enum class org.neo4j.bolt.connection.GqlStatusError
- UNMANAGED_TRANSACTION - Enum constant in enum class org.neo4j.bolt.connection.TelemetryApi
- UNRECOGNIZED - Enum constant in enum class org.neo4j.bolt.connection.NotificationClassification.Type
- UNSUPPORTED - Enum constant in enum class org.neo4j.bolt.connection.NotificationClassification.Type
- unsupportedDateTimeValue(DateTimeException) - Method in interface org.neo4j.bolt.connection.values.ValueFactory
V
- value(boolean) - Method in interface org.neo4j.bolt.connection.values.ValueFactory
- value(byte[]) - Method in interface org.neo4j.bolt.connection.values.ValueFactory
- value(double) - Method in interface org.neo4j.bolt.connection.values.ValueFactory
- value(long) - Method in interface org.neo4j.bolt.connection.values.ValueFactory
- value(Object) - Method in interface org.neo4j.bolt.connection.values.ValueFactory
- value(String) - Method in interface org.neo4j.bolt.connection.values.ValueFactory
- value(Duration) - Method in interface org.neo4j.bolt.connection.values.ValueFactory
- value(LocalDate) - Method in interface org.neo4j.bolt.connection.values.ValueFactory
- value(LocalDateTime) - Method in interface org.neo4j.bolt.connection.values.ValueFactory
- value(LocalTime) - Method in interface org.neo4j.bolt.connection.values.ValueFactory
- value(OffsetDateTime) - Method in interface org.neo4j.bolt.connection.values.ValueFactory
- value(OffsetTime) - Method in interface org.neo4j.bolt.connection.values.ValueFactory
- value(Period) - Method in interface org.neo4j.bolt.connection.values.ValueFactory
- value(ZonedDateTime) - Method in interface org.neo4j.bolt.connection.values.ValueFactory
- value(Map<String, Value>) - Method in interface org.neo4j.bolt.connection.values.ValueFactory
- value(Node) - Method in interface org.neo4j.bolt.connection.values.ValueFactory
- value(Path) - Method in interface org.neo4j.bolt.connection.values.ValueFactory
- value(Relationship) - Method in interface org.neo4j.bolt.connection.values.ValueFactory
- value(Value[]) - Method in interface org.neo4j.bolt.connection.values.ValueFactory
- Value - Interface in org.neo4j.bolt.connection.values
- ValueFactory - Interface in org.neo4j.bolt.connection.values
- valueOf(String) - Static method in enum class org.neo4j.bolt.connection.AccessMode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.neo4j.bolt.connection.BoltConnectionState
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.neo4j.bolt.connection.GqlStatusError
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.neo4j.bolt.connection.NotificationClassification.Type
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in record class org.neo4j.bolt.connection.NotificationClassification
- valueOf(String) - Static method in enum class org.neo4j.bolt.connection.NotificationSeverity.Type
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in record class org.neo4j.bolt.connection.NotificationSeverity
- valueOf(String) - Static method in enum class org.neo4j.bolt.connection.ssl.RevocationCheckingStrategy
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.neo4j.bolt.connection.TelemetryApi
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.neo4j.bolt.connection.TransactionType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.neo4j.bolt.connection.values.Type
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class org.neo4j.bolt.connection.AccessMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.neo4j.bolt.connection.BoltConnectionState
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.neo4j.bolt.connection.GqlStatusError
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.neo4j.bolt.connection.NotificationClassification.Type
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.neo4j.bolt.connection.NotificationSeverity.Type
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.neo4j.bolt.connection.ssl.RevocationCheckingStrategy
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.neo4j.bolt.connection.TelemetryApi
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.neo4j.bolt.connection.TransactionType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Method in interface org.neo4j.bolt.connection.values.Value
- values() - Static method in enum class org.neo4j.bolt.connection.values.Type
-
Returns an array containing the constants of this enum class, in the order they are declared.
- valuesList() - Method in record class org.neo4j.bolt.connection.BasicResponseHandler.Summaries
-
Returns the value of the
valuesListrecord component. - VERIFY_IF_PRESENT - Enum constant in enum class org.neo4j.bolt.connection.ssl.RevocationCheckingStrategy
-
Verify OCSP revocation checks when the revocation status is stapled to the certificate, continue if not.
- verifyConnectivity(BoltServerAddress, RoutingContext, BoltAgent, String, int, SecurityPlan, AuthToken) - Method in interface org.neo4j.bolt.connection.BoltConnectionProvider
- version() - Method in exception class org.neo4j.bolt.connection.exception.MinVersionAcquisitionException
W
- WARNING - Enum constant in enum class org.neo4j.bolt.connection.NotificationSeverity.Type
- WARNING - Static variable in record class org.neo4j.bolt.connection.NotificationSeverity
- WRITE - Enum constant in enum class org.neo4j.bolt.connection.AccessMode
- writers() - Method in class org.neo4j.bolt.connection.ClusterComposition
X
Y
Z
A B C D E F G H I K L M N O P Q R S T U V W X Y ZAll Classes and Interfaces|All Packages|Constant Field Values|Serialized Form