A B C D E F G H I J K L M N O P R S T U V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- abort(String) - Method in class com.eventstore.dbclient.EventStoreDBProjectionManagementClient
-
Stops the projection without writing a checkpoint.
- abort(String, AbortProjectionOptions) - Method in class com.eventstore.dbclient.EventStoreDBProjectionManagementClient
-
Stops the projection without writing a checkpoint.
- AbortProjectionOptions - Class in com.eventstore.dbclient
-
Options of the abort projection request.
- ack(ResolvedEvent...) - Method in class com.eventstore.dbclient.PersistentSubscription
-
Acknowledges events have been successfully processed.
- ack(Iterator<ResolvedEvent>) - Method in class com.eventstore.dbclient.PersistentSubscription
-
Acknowledges events have been successfully processed.
- Acl - Interface in com.eventstore.dbclient
-
Common access control list (ACL) interface.
- Acls - Class in com.eventstore.dbclient
-
Access control list (ACL) utility class.
- Acls() - Constructor for class com.eventstore.dbclient.Acls
- addDeleteRoles(String...) - Method in class com.eventstore.dbclient.StreamAcl
-
Adds delete roles.
- addEventTypePrefix(String) - Method in class com.eventstore.dbclient.SubscriptionFilterBuilder
-
A string prefix to filter events based on their type.
- addHost(Endpoint) - Method in class com.eventstore.dbclient.ConnectionSettingsBuilder
-
Adds an endpoint the client will use to connect.
- addMetaReadRoles(String...) - Method in class com.eventstore.dbclient.StreamAcl
-
Adds metadata read roles.
- addMetaWriteRoles(String...) - Method in class com.eventstore.dbclient.StreamAcl
-
Adds metadata write roles.
- addReadRoles(String...) - Method in class com.eventstore.dbclient.StreamAcl
-
Adds read roles.
- addStreamNamePrefix(String) - Method in class com.eventstore.dbclient.SubscriptionFilterBuilder
-
A string prefix to filter events based on their stream name.
- addWriteRoles(String...) - Method in class com.eventstore.dbclient.StreamAcl
-
Adds write roles.
- any() - Static method in class com.eventstore.dbclient.ExpectedRevision
-
This writes should not conflict with anything and should always succeed.
- appendToStream(String, AppendToStreamOptions, EventData...) - Method in class com.eventstore.dbclient.EventStoreDBClient
-
Appends events to a given stream.
- appendToStream(String, AppendToStreamOptions, Iterator<EventData>) - Method in class com.eventstore.dbclient.EventStoreDBClient
-
Appends events to a given stream.
- appendToStream(String, EventData...) - Method in class com.eventstore.dbclient.EventStoreDBClient
-
Appends events to a given stream.
- appendToStream(String, Iterator<EventData>) - Method in class com.eventstore.dbclient.EventStoreDBClient
-
Appends events to a given stream.
- AppendToStreamOptions - Class in com.eventstore.dbclient
-
Options of the append stream request.
B
- backwards() - Method in class com.eventstore.dbclient.ReadAllOptions
-
Reads stream in revision-descending order.
- backwards() - Method in class com.eventstore.dbclient.ReadStreamOptions
-
Reads stream in revision-descending order.
- Backwards - com.eventstore.dbclient.Direction
-
Read in the backward direction.
- binary(String, byte[]) - Static method in class com.eventstore.dbclient.EventDataBuilder
-
Configures an event data builder to host a binary payload.
- binary(UUID, String, byte[]) - Static method in class com.eventstore.dbclient.EventDataBuilder
-
Configures an event data builder to host a binary payload.
- bufferSize(int) - Method in class com.eventstore.dbclient.SubscribePersistentSubscriptionOptions
-
Persistent subscription's buffer size.
- build() - Method in class com.eventstore.dbclient.EventDataBuilder
-
Builds an event ready to be sent to EventStoreDB.
- build() - Method in class com.eventstore.dbclient.SubscriptionFilterBuilder
-
Returns a configured subscription filter.
- buildConnectionSettings() - Method in class com.eventstore.dbclient.ConnectionSettingsBuilder
-
Returns configured connection settings.
- builder() - Static method in class com.eventstore.dbclient.EventStoreDBClientSettings
-
Return a connection settings builder configured with default properties.
- builderAsBinary(String, byte[]) - Static method in class com.eventstore.dbclient.EventData
-
Configures an event data builder to host a binary payload.
- builderAsBinary(UUID, String, byte[]) - Static method in class com.eventstore.dbclient.EventData
-
Configures an event data builder to host a binary payload.
- builderAsJson(String, A) - Static method in class com.eventstore.dbclient.EventData
-
Configures an event data builder to host a JSON payload.
- builderAsJson(UUID, String, A) - Static method in class com.eventstore.dbclient.EventData
-
Configures an event data builder to host a JSON payload.
C
- Checkpointer - Interface in com.eventstore.dbclient
-
Callback type when a checkpoint is reached.
- com.eventstore.dbclient - package com.eventstore.dbclient
- compareTo(Position) - Method in class com.eventstore.dbclient.Position
- ConnectionSettingsBuilder - Class in com.eventstore.dbclient
-
Utility to create client settings programmatically.
- ConnectionShutdownException - Exception in com.eventstore.dbclient
-
When a connection is already closed.
- ConnectionStringParsingException - Exception in com.eventstore.dbclient
-
When the provided connection string is malformed.
- create(EventStoreDBClientSettings) - Static method in class com.eventstore.dbclient.EventStoreDBClient
-
Creates a gRPC client to EventStoreDB database.
- create(EventStoreDBClientSettings) - Static method in class com.eventstore.dbclient.EventStoreDBPersistentSubscriptionsClient
-
Creates a persistent subscription client instance.
- create(EventStoreDBClientSettings) - Static method in class com.eventstore.dbclient.EventStoreDBProjectionManagementClient
-
Returns the Projection Management client based on the settings.
- create(String, String) - Method in class com.eventstore.dbclient.EventStoreDBProjectionManagementClient
-
Creates a new projection in the stopped state.
- create(String, String, CreateProjectionOptions) - Method in class com.eventstore.dbclient.EventStoreDBProjectionManagementClient
-
Creates a new projection in the stopped state.
- CreatePersistentSubscriptionToAllOptions - Class in com.eventstore.dbclient
-
Options of create persistent subscription to $all request.
- CreatePersistentSubscriptionToStreamOptions - Class in com.eventstore.dbclient
-
Options for the create persistent subscription to stream request.
- CreateProjectionOptions - Class in com.eventstore.dbclient
-
Options for create projection request.
- createToAll(String) - Method in class com.eventstore.dbclient.EventStoreDBPersistentSubscriptionsClient
-
Creates a persistent subscription group on the $all stream.
- createToAll(String, CreatePersistentSubscriptionToAllOptions) - Method in class com.eventstore.dbclient.EventStoreDBPersistentSubscriptionsClient
-
Creates a persistent subscription group on the $all stream.
- createToStream(String, String) - Method in class com.eventstore.dbclient.EventStoreDBPersistentSubscriptionsClient
-
Creates a persistent subscription group on a stream.
- createToStream(String, String, CreatePersistentSubscriptionToStreamOptions) - Method in class com.eventstore.dbclient.EventStoreDBPersistentSubscriptionsClient
-
Creates a persistent subscription group on a stream.
D
- defaultCredentials(String, String) - Method in class com.eventstore.dbclient.ConnectionSettingsBuilder
-
Default credentials used to authenticate requests.
- defaultDeadline(long) - Method in class com.eventstore.dbclient.ConnectionSettingsBuilder
-
An optional length of time (in milliseconds) to use for gRPC deadlines.
- delete(String) - Method in class com.eventstore.dbclient.EventStoreDBProjectionManagementClient
-
Deletes the projection.
- delete(String, DeleteProjectionOptions) - Method in class com.eventstore.dbclient.EventStoreDBProjectionManagementClient
-
Deletes the projection.
- deleteCheckpointStream() - Method in class com.eventstore.dbclient.DeleteProjectionOptions
-
Deletes the projection checkpoint stream.
- deleteCheckpointStream(boolean) - Method in class com.eventstore.dbclient.DeleteProjectionOptions
-
If true, deletes the projection checkpoint stream.
- deleteEmittedStreams() - Method in class com.eventstore.dbclient.DeleteProjectionOptions
-
Deletes emitted streams if the projections had track emitted streams enabled.
- deleteEmittedStreams(boolean) - Method in class com.eventstore.dbclient.DeleteProjectionOptions
-
If true, deletes emitted streams if the projections had track emitted streams enabled.
- DeletePersistentSubscriptionOptions - Class in com.eventstore.dbclient
-
Options of the delete persistent subscription request.
- DeleteProjectionOptions - Class in com.eventstore.dbclient
-
Options of the delete projection request.
- DeleteResult - Class in com.eventstore.dbclient
-
Object returned on a successful stream deletion request.
- deleteStateStream() - Method in class com.eventstore.dbclient.DeleteProjectionOptions
-
Deletes the projection state stream.
- deleteStateStream(boolean) - Method in class com.eventstore.dbclient.DeleteProjectionOptions
-
If true, deletes the projection state stream.
- deleteStream(String) - Method in class com.eventstore.dbclient.EventStoreDBClient
-
Deletes a given stream.
- deleteStream(String, DeleteStreamOptions) - Method in class com.eventstore.dbclient.EventStoreDBClient
-
Deletes a given stream.
- DeleteStreamOptions - Class in com.eventstore.dbclient
-
Options of the delete or tombstone stream request.
- deleteToAll(String) - Method in class com.eventstore.dbclient.EventStoreDBPersistentSubscriptionsClient
-
Deletes a persistent subscription group on the $all stream.
- deleteToAll(String, DeletePersistentSubscriptionOptions) - Method in class com.eventstore.dbclient.EventStoreDBPersistentSubscriptionsClient
-
Deletes a persistent subscription group on the $all stream.
- deleteToStream(String, String) - Method in class com.eventstore.dbclient.EventStoreDBPersistentSubscriptionsClient
-
Deletes a persistent subscription group on a stream.
- deleteToStream(String, String, DeletePersistentSubscriptionOptions) - Method in class com.eventstore.dbclient.EventStoreDBPersistentSubscriptionsClient
-
Deletes a persistent subscription group on a stream.
- direction(Direction) - Method in class com.eventstore.dbclient.ReadAllOptions
-
Reads stream in the given direction.
- direction(Direction) - Method in class com.eventstore.dbclient.ReadStreamOptions
-
Reads stream in the given direction.
- Direction - Enum in com.eventstore.dbclient
-
Specifies the direction of a read operation.
- disable(String) - Method in class com.eventstore.dbclient.EventStoreDBProjectionManagementClient
-
Disables the projection.
- disable(String, DisableProjectionOptions) - Method in class com.eventstore.dbclient.EventStoreDBProjectionManagementClient
-
Disables the projection.
- DisableProjectionOptions - Class in com.eventstore.dbclient
-
Options of the disable projection request.
- discoveryInterval(int) - Method in class com.eventstore.dbclient.ConnectionSettingsBuilder
-
How long to wait before retrying a new discovery process (in milliseconds).
- DISPATCH_TO_SINGLE - Static variable in class com.eventstore.dbclient.NamedConsumerStrategy
-
Distributes events to a single client until the buffer size is reached.
- dnsDiscover(boolean) - Method in class com.eventstore.dbclient.ConnectionSettingsBuilder
-
If DNS node discovery is enabled.
E
- emitEnabled(boolean) - Method in class com.eventstore.dbclient.CreateProjectionOptions
-
If true, allows the projection to emit events.
- emitEnabled(boolean) - Method in class com.eventstore.dbclient.UpdateProjectionOptions
-
Allows the projection to write events.
- enable(String) - Method in class com.eventstore.dbclient.EventStoreDBProjectionManagementClient
-
Enables the projection.
- enable(String, EnableProjectionOptions) - Method in class com.eventstore.dbclient.EventStoreDBProjectionManagementClient
-
Enables the projection.
- EnableProjectionOptions - Class in com.eventstore.dbclient
-
Options of the enable projection request.
- end() - Static method in class com.eventstore.dbclient.StreamPosition
-
Represents the end of a stream.
- Endpoint - Class in com.eventstore.dbclient
-
A database node endpoint.
- Endpoint(String, int) - Constructor for class com.eventstore.dbclient.Endpoint
- equals(Object) - Method in class com.eventstore.dbclient.DeleteResult
- equals(Object) - Method in class com.eventstore.dbclient.ExpectedRevision
- equals(Object) - Method in class com.eventstore.dbclient.Position
- equals(Object) - Method in class com.eventstore.dbclient.RecordedEvent
- equals(Object) - Method in class com.eventstore.dbclient.ResolvedEvent
- equals(Object) - Method in class com.eventstore.dbclient.StreamAcl
- equals(Object) - Method in class com.eventstore.dbclient.StreamMetadata
- equals(Object) - Method in class com.eventstore.dbclient.WriteResult
- EventData - Class in com.eventstore.dbclient
-
Represents an event that will be sent to EventStoreDB.
- EventDataBuilder - Class in com.eventstore.dbclient
-
Utility class to help building an EventData.
- eventId(UUID) - Method in class com.eventstore.dbclient.EventDataBuilder
-
Sets event's unique identifier.
- EventStoreDBClient - Class in com.eventstore.dbclient
-
Represents EventStoreDB client for stream operations.
- EventStoreDBClientSettings - Class in com.eventstore.dbclient
-
Gathers all the settings related to a gRPC client with an EventStoreDB database.
- EventStoreDBConnectionString - Class in com.eventstore.dbclient
-
Utility class to parse a connection string.
- EventStoreDBPersistentSubscriptionsClient - Class in com.eventstore.dbclient
-
Represents EventStoreDB client for persistent subscriptions management.
- EventStoreDBProjectionManagementClient - Class in com.eventstore.dbclient
-
Represents EventStoreDB client for projections management.
- expectedRevision(long) - Static method in class com.eventstore.dbclient.ExpectedRevision
-
States that the last event written to the stream should have an event revision matching your expected value.
- ExpectedRevision - Class in com.eventstore.dbclient
-
Constants used for expected revision control.
F
- filter(SubscriptionFilter) - Method in class com.eventstore.dbclient.CreatePersistentSubscriptionToAllOptions
-
Applies a server-side filter to determine if an event of the subscription should be yielded.
- filter(SubscriptionFilter) - Method in class com.eventstore.dbclient.SubscribeToAllOptions
-
Applies a server-side filter to determine if an event of the subscription should be yielded.
- FOLLOWER - com.eventstore.dbclient.NodePreference
-
When attempting connection, prefers follower nodes.
- forwards() - Method in class com.eventstore.dbclient.ReadAllOptions
-
Reads stream in revision-ascending order.
- forwards() - Method in class com.eventstore.dbclient.ReadStreamOptions
-
Reads stream in revision-ascending order.
- Forwards - com.eventstore.dbclient.Direction
-
Read in the forward direction.
- from(PersistentSubscriptionToAllSettings) - Static method in class com.eventstore.dbclient.UpdatePersistentSubscriptionToAllOptions
-
Returns options from a persistent subscription to $all settings.
- from(PersistentSubscriptionToStreamSettings) - Static method in class com.eventstore.dbclient.UpdatePersistentSubscriptionToStreamOptions
-
Returns options from a persistent subscription to stream settings.
- fromEnd() - Method in class com.eventstore.dbclient.CreatePersistentSubscriptionToAllOptions
-
Starts the subscription from the end of the $all stream.
- fromEnd() - Method in class com.eventstore.dbclient.CreatePersistentSubscriptionToStreamOptions
-
Starts the subscription from the end of the given stream.
- fromEnd() - Method in class com.eventstore.dbclient.UpdatePersistentSubscriptionToAllOptions
-
Starts the persistent subscription from the end of the $all stream.
- fromEnd() - Method in class com.eventstore.dbclient.UpdatePersistentSubscriptionToStreamOptions
-
Starts the persistent subscription from the end of the stream.
- fromStart() - Method in class com.eventstore.dbclient.CreatePersistentSubscriptionToAllOptions
-
Starts the subscription from the beginning of the $all stream.
- fromStart() - Method in class com.eventstore.dbclient.CreatePersistentSubscriptionToStreamOptions
-
Starts the subscription from the beginning of the given stream.
- fromStart() - Method in class com.eventstore.dbclient.UpdatePersistentSubscriptionToAllOptions
-
Starts the persistent subscription from the beginning of the $all stream.
- fromStart() - Method in class com.eventstore.dbclient.UpdatePersistentSubscriptionToStreamOptions
-
Starts the persistent subscription from the beginning of the stream.
G
- get() - Static method in class com.eventstore.dbclient.AbortProjectionOptions
-
Returns options with default values.
- get() - Static method in class com.eventstore.dbclient.AppendToStreamOptions
-
Returns options with default values.
- get() - Static method in class com.eventstore.dbclient.CreatePersistentSubscriptionToAllOptions
-
Returns options with default values.
- get() - Static method in class com.eventstore.dbclient.CreatePersistentSubscriptionToStreamOptions
-
Returns options with default values.
- get() - Static method in class com.eventstore.dbclient.CreateProjectionOptions
-
Returns options with default values.
- get() - Static method in class com.eventstore.dbclient.DeletePersistentSubscriptionOptions
-
Returns options with default values.
- get() - Static method in class com.eventstore.dbclient.DeleteProjectionOptions
-
Returns options with default values.
- get() - Static method in class com.eventstore.dbclient.DeleteStreamOptions
-
Returns options with default values.
- get() - Static method in class com.eventstore.dbclient.DisableProjectionOptions
-
Returns options with default values.
- get() - Static method in class com.eventstore.dbclient.EnableProjectionOptions
-
Returns options with default values.
- get() - Static method in class com.eventstore.dbclient.GetPersistentSubscriptionInfoOptions
-
Returns options with default values.
- get() - Static method in class com.eventstore.dbclient.GetProjectionResultOptions
-
Returns options with default values.
- get() - Static method in class com.eventstore.dbclient.GetProjectionStateOptions
-
Returns options with default values.
- get() - Static method in class com.eventstore.dbclient.GetProjectionStatisticsOptions
-
Returns options with default values.
- get() - Static method in class com.eventstore.dbclient.GetProjectionStatusOptions
-
Returns options with default values.
- get() - Static method in class com.eventstore.dbclient.ListPersistentSubscriptionsOptions
-
Returns options with default values.
- get() - Static method in class com.eventstore.dbclient.ListProjectionsOptions
-
Returns options with default values.
- get() - Static method in class com.eventstore.dbclient.PersistentSubscriptionToAllSettings
-
Return a persistent subscription settings to $all with default properties.
- get() - Static method in class com.eventstore.dbclient.PersistentSubscriptionToStreamSettings
-
Return a persistent subscription settings to $all with default properties.
- get() - Static method in class com.eventstore.dbclient.ReadAllOptions
-
Returns options with default values.
- get() - Static method in class com.eventstore.dbclient.ReadStreamOptions
-
Returns options with default values.
- get() - Static method in class com.eventstore.dbclient.ReplayParkedMessagesOptions
-
Options with default values.
- get() - Static method in class com.eventstore.dbclient.ResetProjectionOptions
-
Options with default values.
- get() - Static method in class com.eventstore.dbclient.RestartPersistentSubscriptionSubsystemOptions
-
Options with the default values.
- get() - Static method in class com.eventstore.dbclient.RestartProjectionSubsystemOptions
-
Options with default values.
- get() - Static method in class com.eventstore.dbclient.SubscribePersistentSubscriptionOptions
-
Returns options with default values.
- get() - Static method in class com.eventstore.dbclient.SubscribeToAllOptions
-
Returns options with default values.
- get() - Static method in class com.eventstore.dbclient.SubscribeToStreamOptions
-
Returns options with default values.
- get() - Static method in class com.eventstore.dbclient.UpdatePersistentSubscriptionToAllOptions
-
Returns options with default values.
- get() - Static method in class com.eventstore.dbclient.UpdatePersistentSubscriptionToStreamOptions
-
Returns options with default values.
- get() - Static method in class com.eventstore.dbclient.UpdateProjectionOptions
-
Returns options with default values.
- getAcl() - Method in class com.eventstore.dbclient.StreamMetadata
-
The Access Control List of the stream (ACL).
- getActualVersion() - Method in exception com.eventstore.dbclient.WrongExpectedVersionException
-
Returns the actual revision of the stream when the check was performed.
- getAvailableSlots() - Method in class com.eventstore.dbclient.PersistentSubscriptionConnectionInfo
-
Number of available slots.
- getAverageItemsPerSecond() - Method in class com.eventstore.dbclient.PersistentSubscriptionConnectionInfo
-
Average events per second on this connection.
- getAveragePerSecond() - Method in class com.eventstore.dbclient.PersistentSubscriptionStats
-
Average number of events per seconds.
- getBufferedEvents() - Method in class com.eventstore.dbclient.ProjectionDetails
-
The projection's buffered events.
- getCacheControl() - Method in class com.eventstore.dbclient.StreamMetadata
-
The amount of time for which the stream head is cacheable (in seconds).
- getCheckpointAfter() - Method in class com.eventstore.dbclient.PersistentSubscriptionSettings
-
The amount of time to try to checkpoint after.
- getCheckpointAfterInMs() - Method in class com.eventstore.dbclient.PersistentSubscriptionSettings
-
The amount of time in milliseconds to try to checkpoint after.
- getCheckpointLowerBound() - Method in class com.eventstore.dbclient.PersistentSubscriptionSettings
-
The minimum number of messages to process before a checkpoint may be written.
- getCheckpointStatus() - Method in class com.eventstore.dbclient.ProjectionDetails
-
The projection's checkpoint status.
- getCheckpointUpperBound() - Method in class com.eventstore.dbclient.PersistentSubscriptionSettings
-
The maximum number of messages not checkpointed before forcing a checkpoint.
- getCommitUnsigned() - Method in class com.eventstore.dbclient.Position
-
Returns the commit position.
- getConnectionName() - Method in class com.eventstore.dbclient.PersistentSubscriptionConnectionInfo
-
Connection name.
- getConnections() - Method in class com.eventstore.dbclient.PersistentSubscriptionInfo
-
Active connections to the subscription.
- getContentType() - Method in class com.eventstore.dbclient.EventData
-
Returns event's content's type
- getContentType() - Method in class com.eventstore.dbclient.RecordedEvent
-
The event's content type.
- getCoreProcessingTime() - Method in class com.eventstore.dbclient.ProjectionDetails
-
The core processing time.
- getCountSinceLastMeasurement() - Method in class com.eventstore.dbclient.PersistentSubscriptionConnectionInfo
-
Number of items seen since last measurement on this connection.
- getCountSinceLastMeasurement() - Method in class com.eventstore.dbclient.PersistentSubscriptionStats
-
Number of events seen since last measurement on this connection.
- getCreated() - Method in class com.eventstore.dbclient.RecordedEvent
-
When the event was created.
- getCustomProperties() - Method in class com.eventstore.dbclient.StreamMetadata
-
An enumerable of key-value pairs of keys to JSON text for user-provider metadata.
- getDefaultCredentials() - Method in class com.eventstore.dbclient.EventStoreDBClientSettings
-
Default credentials used to authenticate requests.
- getDefaultDeadline() - Method in class com.eventstore.dbclient.EventStoreDBClientSettings
-
An optional length of time (in milliseconds) to use for gRPC deadlines.
- getDeleteRoles() - Method in class com.eventstore.dbclient.StreamAcl
-
Returns delete roles.
- getDiscoveryInterval() - Method in class com.eventstore.dbclient.EventStoreDBClientSettings
-
How long to wait before retrying a new discovery process (in milliseconds).
- getEffectiveName() - Method in class com.eventstore.dbclient.ProjectionDetails
-
The projection's effective name.
- getEpoch() - Method in class com.eventstore.dbclient.ProjectionDetails
-
The projection's current epoch.
- getEvent() - Method in class com.eventstore.dbclient.ReadMessage
-
Returns a resolved event if defined.
- getEvent() - Method in class com.eventstore.dbclient.ResolvedEvent
-
The event, or the resolved linked event if the original event is a link.
- getEventData() - Method in class com.eventstore.dbclient.EventData
-
Returns event's payload data
- getEventData() - Method in class com.eventstore.dbclient.RecordedEvent
-
The event's payload data.
- getEventDataAs(Class<A>) - Method in class com.eventstore.dbclient.RecordedEvent
-
Deserialized representation of the event's payload.
- getEventId() - Method in class com.eventstore.dbclient.EventData
-
Returns event's unique identifier
- getEventId() - Method in class com.eventstore.dbclient.RecordedEvent
-
The event's unique identifier.
- getEvents() - Method in class com.eventstore.dbclient.ReadResult
-
Returns all the events of the read operation.
- getEventSource() - Method in class com.eventstore.dbclient.PersistentSubscriptionInfo
-
The source of events for the subscription.
- getEventsProcessedAfterRestart() - Method in class com.eventstore.dbclient.ProjectionDetails
-
The projection's events processed after restart.
- getEventType() - Method in class com.eventstore.dbclient.EventData
-
Returns event's type.
- getEventType() - Method in class com.eventstore.dbclient.RecordedEvent
-
The event's type.
- getExtraStatistics() - Method in class com.eventstore.dbclient.PersistentSubscriptionConnectionInfo
-
Timing measurements for the connection.
- getFirstStreamPosition() - Method in class com.eventstore.dbclient.ReadMessage
-
Returns the first stream position if defined.
- getFirstStreamPosition() - Method in class com.eventstore.dbclient.ReadResult
-
When reading from a regular stream, returns the first event revision number of the stream.
- getFrom() - Method in class com.eventstore.dbclient.PersistentSubscriptionConnectionInfo
-
Origin of this connection.
- getGossipTimeout() - Method in class com.eventstore.dbclient.EventStoreDBClientSettings
-
How long to wait for the gossip request to time out (in seconds).
- getGroupName() - Method in class com.eventstore.dbclient.PersistentSubscriptionInfo
-
The group name given on creation.
- getHistoryBufferSize() - Method in class com.eventstore.dbclient.PersistentSubscriptionSettings
-
The number of events to cache when catching up.
- getHostname() - Method in class com.eventstore.dbclient.Endpoint
-
Returns the endpoint's hostname.
- getHosts() - Method in class com.eventstore.dbclient.EventStoreDBClientSettings
-
The list of endpoints that the client uses to connect.
- getInFlightMessages() - Method in class com.eventstore.dbclient.PersistentSubscriptionConnectionInfo
-
Number of in flight messages on this connection.
- getInfoToAll(String) - Method in class com.eventstore.dbclient.EventStoreDBPersistentSubscriptionsClient
-
Gets a specific persistent subscription info to the $all stream.
- getInfoToAll(String, GetPersistentSubscriptionInfoOptions) - Method in class com.eventstore.dbclient.EventStoreDBPersistentSubscriptionsClient
-
Gets a specific persistent subscription info to the $all stream.
- getInfoToStream(String, String) - Method in class com.eventstore.dbclient.EventStoreDBPersistentSubscriptionsClient
-
Gets a specific persistent subscription info to a stream.
- getInfoToStream(String, String, GetPersistentSubscriptionInfoOptions) - Method in class com.eventstore.dbclient.EventStoreDBPersistentSubscriptionsClient
-
Gets a specific persistent subscription info.
- getKeepAliveInterval() - Method in class com.eventstore.dbclient.EventStoreDBClientSettings
-
The amount of time (in milliseconds) to wait after which a keepalive ping is sent on the transport.
- getKeepAliveTimeout() - Method in class com.eventstore.dbclient.EventStoreDBClientSettings
-
The amount of time (in milliseconds) the sender of the keepalive ping waits for an acknowledgement.
- getLastAllPosition() - Method in class com.eventstore.dbclient.ReadMessage
-
Returns the last $all position if defined.
- getLastAllStreamPosition() - Method in class com.eventstore.dbclient.ReadResult
-
When reading from $all stream, returns the last event position.
- getLastCheckpoint() - Method in class com.eventstore.dbclient.ProjectionDetails
-
The projection's last checkpoint.
- getLastCheckpointedEventPosition() - Method in class com.eventstore.dbclient.PersistentSubscriptionToAllStats
-
The transaction log position of the last checkpoint.
- getLastCheckpointedEventRevision() - Method in class com.eventstore.dbclient.PersistentSubscriptionToStreamStats
-
The revision number of the last checkpoint.
- getLastKnownEventPosition() - Method in class com.eventstore.dbclient.PersistentSubscriptionToAllStats
-
The transaction log position of the last known event.
- getLastKnownEventRevision() - Method in class com.eventstore.dbclient.PersistentSubscriptionToStreamStats
-
The revision number of the last known event.
- getLastStreamPosition() - Method in class com.eventstore.dbclient.ReadMessage
-
Returns the last stream position if defined.
- getLastStreamPosition() - Method in class com.eventstore.dbclient.ReadResult
-
When reading from a regular stream, returns the last event revision number of the stream.
- getLeaderEndpoint() - Method in exception com.eventstore.dbclient.NotLeaderException
- getLink() - Method in class com.eventstore.dbclient.ResolvedEvent
-
The link event if the original event is a link.
- getLiveBufferCount() - Method in class com.eventstore.dbclient.PersistentSubscriptionStats
-
Number of events in the live buffer.
- getLiveBufferSize() - Method in class com.eventstore.dbclient.PersistentSubscriptionSettings
-
The size of the buffer (in-memory) listening to live messages as they happen before paging occurs.
- getLogPosition() - Method in class com.eventstore.dbclient.WriteResult
-
Transaction log position of the write.
- getMaxAge() - Method in class com.eventstore.dbclient.StreamMetadata
-
The maximum age of events allowed in the stream.
- getMaxCount() - Method in class com.eventstore.dbclient.StreamMetadata
-
The maximum number of events allowed in the stream.
- getMaxDiscoverAttempts() - Method in class com.eventstore.dbclient.EventStoreDBClientSettings
-
How many times to attempt connection before throwing.
- getMaxRetryCount() - Method in class com.eventstore.dbclient.PersistentSubscriptionSettings
-
The maximum number of retries (due to timeout) before a message is considered to be parked.
- getMaxSubscriberCount() - Method in class com.eventstore.dbclient.PersistentSubscriptionSettings
-
The maximum number of subscribers allowed.
- getMessageTimeout() - Method in class com.eventstore.dbclient.PersistentSubscriptionSettings
-
The amount of time after which to consider a message as timed out and retried.
- getMessageTimeoutMs() - Method in class com.eventstore.dbclient.PersistentSubscriptionSettings
-
The amount of time in milliseconds after which to consider a message as timed out and retried.
- getMetaReadRoles() - Method in class com.eventstore.dbclient.StreamAcl
-
Return metadata read roles.
- getMetaWriteRoles() - Method in class com.eventstore.dbclient.StreamAcl
-
Return metadata write roles.
- getMode() - Method in class com.eventstore.dbclient.ProjectionDetails
-
The projection's mode.
- getName() - Method in class com.eventstore.dbclient.ProjectionDetails
-
The projection's name.
- getNamedConsumerStrategy() - Method in class com.eventstore.dbclient.PersistentSubscriptionSettings
-
The strategy to use for distributing events to client consumers.
- getNextExpectedRevision() - Method in class com.eventstore.dbclient.WriteResult
-
Next expected version of the stream.
- getNextExpectedRevision() - Method in exception com.eventstore.dbclient.WrongExpectedVersionException
-
Returns the expected revision by the request.
- getNodePreference() - Method in class com.eventstore.dbclient.EventStoreDBClientSettings
-
Preferred node type when picking a node within a cluster.
- getOriginalEvent() - Method in class com.eventstore.dbclient.ResolvedEvent
-
Returns the event that was read or which triggered the subscription.
- getOutstandingMessagesCount() - Method in class com.eventstore.dbclient.PersistentSubscriptionStats
-
Current number of outstanding messages.
- getParkedMessageCount() - Method in class com.eventstore.dbclient.PersistentSubscriptionStats
-
The current number of parked messages.
- getPartitionsCached() - Method in class com.eventstore.dbclient.ProjectionDetails
-
The number of partitions cached.
- GetPersistentSubscriptionInfoOptions - Class in com.eventstore.dbclient
-
Options of the get persistent subscription info request.
- GetPersistentSubscriptionInfoOptions() - Constructor for class com.eventstore.dbclient.GetPersistentSubscriptionInfoOptions
- getPort() - Method in class com.eventstore.dbclient.Endpoint
-
Returns the endpoint's port.
- getPosition() - Method in class com.eventstore.dbclient.DeleteResult
-
Returns the transaction log position of the stream deletion.
- getPosition() - Method in class com.eventstore.dbclient.ProjectionDetails
-
The projection's position.
- getPosition() - Method in class com.eventstore.dbclient.RecordedEvent
-
The event's transaction log position.
- getPosition() - Method in class com.eventstore.dbclient.ResolvedEvent
-
Returns the transaction log position of the resolved event.
- getPosition() - Method in class com.eventstore.dbclient.RevisionOrPosition
-
Returns a transaction log position.
- getPosition() - Method in class com.eventstore.dbclient.StreamPosition
-
Checks it's a specific position and returns the value.
- getPositionOrThrow() - Method in class com.eventstore.dbclient.StreamPosition
-
Checks it it's a specific position and returns the value.
- getPrepareUnsigned() - Method in class com.eventstore.dbclient.Position
-
Returns the prepare position.
- getProgress() - Method in class com.eventstore.dbclient.ProjectionDetails
-
The projection's progress.
- GetProjectionResultOptions - Class in com.eventstore.dbclient
-
Options of the get projection result request.
- GetProjectionResultOptions() - Constructor for class com.eventstore.dbclient.GetProjectionResultOptions
- GetProjectionStateOptions - Class in com.eventstore.dbclient
-
Options of the get projection state request.
- GetProjectionStatisticsOptions - Class in com.eventstore.dbclient
-
Options of the get projection statistics request.
- GetProjectionStatusOptions - Class in com.eventstore.dbclient
-
Options of the get projection status request.
- getReadBatchSize() - Method in class com.eventstore.dbclient.PersistentSubscriptionSettings
-
The number of events read at a time when catching up.
- getReadBufferCount() - Method in class com.eventstore.dbclient.PersistentSubscriptionStats
-
Number of events in the read buffer.
- getReadRoles() - Method in class com.eventstore.dbclient.StreamAcl
-
Returns read roles.
- getReadsInProgress() - Method in class com.eventstore.dbclient.ProjectionDetails
-
The projection's reads-in-progress.
- getResult(String, Class<TResult>) - Method in class com.eventstore.dbclient.EventStoreDBProjectionManagementClient
-
Gets the projection's result.
- getResult(String, Class<TResult>, GetProjectionResultOptions) - Method in class com.eventstore.dbclient.EventStoreDBProjectionManagementClient
-
Gets the projection's result.
- getResult(String, Function<TypeFactory, JavaType>) - Method in class com.eventstore.dbclient.EventStoreDBProjectionManagementClient
-
Gets the projection's result.
- getResult(String, Function<TypeFactory, JavaType>, GetProjectionResultOptions) - Method in class com.eventstore.dbclient.EventStoreDBProjectionManagementClient
-
Gets the projection's result.
- getRetryBufferCount() - Method in class com.eventstore.dbclient.PersistentSubscriptionStats
-
Number of events in the retry buffer.
- getRevision() - Method in class com.eventstore.dbclient.RecordedEvent
-
The event's stream revision number.
- getRevision() - Method in class com.eventstore.dbclient.RevisionOrPosition
-
Returns a stream revision number.
- getSettings() - Method in class com.eventstore.dbclient.PersistentSubscriptionToAllInfo
-
The settings used to create the persistent subscription.
- getSettings() - Method in class com.eventstore.dbclient.PersistentSubscriptionToStreamInfo
-
The settings used to create the persistent subscription.
- getStartFrom() - Method in class com.eventstore.dbclient.PersistentSubscriptionToAllSettings
-
Where to start subscription from.
- getStartFrom() - Method in class com.eventstore.dbclient.PersistentSubscriptionToStreamSettings
-
Where to start subscription from.
- getState(String, Class<TResult>) - Method in class com.eventstore.dbclient.EventStoreDBProjectionManagementClient
-
Gets the state of the projection.
- getState(String, Class<TResult>, GetProjectionStateOptions) - Method in class com.eventstore.dbclient.EventStoreDBProjectionManagementClient
-
Gets the state of the projection.
- getState(String, Function<TypeFactory, JavaType>) - Method in class com.eventstore.dbclient.EventStoreDBProjectionManagementClient
-
Gets the state of the projection.
- getState(String, Function<TypeFactory, JavaType>, GetProjectionStateOptions) - Method in class com.eventstore.dbclient.EventStoreDBProjectionManagementClient
-
Gets the state of the projection.
- getStateReason() - Method in class com.eventstore.dbclient.ProjectionDetails
-
The projection's StateReason.
- getStatistics(String) - Method in class com.eventstore.dbclient.EventStoreDBProjectionManagementClient
-
Gets the statistics for the projection.
- getStatistics(String, GetProjectionStatisticsOptions) - Method in class com.eventstore.dbclient.EventStoreDBProjectionManagementClient
-
Gets the statistics for the projection.
- getStats() - Method in class com.eventstore.dbclient.PersistentSubscriptionToAllInfo
-
Runtime persistent subscription statistics.
- getStats() - Method in class com.eventstore.dbclient.PersistentSubscriptionToStreamInfo
-
Runtime persistent subscription statistics.
- getStatus() - Method in class com.eventstore.dbclient.PersistentSubscriptionInfo
-
The current status of the subscription.
- getStatus() - Method in class com.eventstore.dbclient.ProjectionDetails
-
The projection's status.
- getStatus(String) - Method in class com.eventstore.dbclient.EventStoreDBProjectionManagementClient
-
Gets the projection's current status.
- getStatus(String, GetProjectionStatusOptions) - Method in class com.eventstore.dbclient.EventStoreDBProjectionManagementClient
-
Gets the projection's current status.
- getStreamId() - Method in class com.eventstore.dbclient.RecordedEvent
-
The stream that event belongs to.
- getStreamMetadata(String) - Method in class com.eventstore.dbclient.EventStoreDBClient
-
Reads stream's metadata.
- getStreamMetadata(String, ReadStreamOptions) - Method in class com.eventstore.dbclient.EventStoreDBClient
-
Reads stream's metadata.
- getStreamName() - Method in exception com.eventstore.dbclient.StreamDeletedException
- getStreamName() - Method in exception com.eventstore.dbclient.WrongExpectedVersionException
-
Returns on which stream the error occurred.
- getSubscriptionId() - Method in class com.eventstore.dbclient.PersistentSubscription
-
Returns the persistent subscription's id.
- getSubscriptionId() - Method in class com.eventstore.dbclient.Subscription
-
Returns subscription's id.
- getTotalInFlightMessages() - Method in class com.eventstore.dbclient.PersistentSubscriptionStats
-
Current in flight messages across the persistent subscription group.
- getTotalItems() - Method in class com.eventstore.dbclient.PersistentSubscriptionConnectionInfo
-
Total items on this connection.
- getTotalItems() - Method in class com.eventstore.dbclient.PersistentSubscriptionStats
-
Total number of events processed by subscription.
- getTruncateBefore() - Method in class com.eventstore.dbclient.StreamMetadata
-
The event number from which previous events can be scavenged.
- getUserMetadata() - Method in class com.eventstore.dbclient.EventData
-
Returns event's custom user metadata.
- getUserMetadata() - Method in class com.eventstore.dbclient.RecordedEvent
-
The event's metadata.
- getUsername() - Method in class com.eventstore.dbclient.PersistentSubscriptionConnectionInfo
-
Connection's username.
- getVersion() - Method in class com.eventstore.dbclient.ProjectionDetails
-
The projection version.
- getWritePendingEventsAfterCheckpoint() - Method in class com.eventstore.dbclient.ProjectionDetails
-
The projection write pending events after checkpoint.
- getWritePendingEventsBeforeCheckpoint() - Method in class com.eventstore.dbclient.ProjectionDetails
-
The projection write pending events before checkpoint.
- getWriteRoles() - Method in class com.eventstore.dbclient.StreamAcl
-
Returns write roles.
- getWritesInProgress() - Method in class com.eventstore.dbclient.ProjectionDetails
-
The projection's writes-in-progress.
- gossipTimeout(int) - Method in class com.eventstore.dbclient.ConnectionSettingsBuilder
-
How long to wait for the gossip request to timeout (in seconds).
H
- hasEvent() - Method in class com.eventstore.dbclient.ReadMessage
-
If this messages holds a resolved event.
- hasFirstStreamPosition() - Method in class com.eventstore.dbclient.ReadMessage
-
If this messages holds the first stream position.
- hashCode() - Method in class com.eventstore.dbclient.DeleteResult
- hashCode() - Method in class com.eventstore.dbclient.ExpectedRevision
- hashCode() - Method in class com.eventstore.dbclient.Position
- hashCode() - Method in class com.eventstore.dbclient.RecordedEvent
- hashCode() - Method in class com.eventstore.dbclient.ResolvedEvent
- hashCode() - Method in class com.eventstore.dbclient.StreamAcl
- hashCode() - Method in class com.eventstore.dbclient.StreamMetadata
- hashCode() - Method in class com.eventstore.dbclient.WriteResult
- hasLastAllPosition() - Method in class com.eventstore.dbclient.ReadMessage
-
If this messages holds the last $all position.
- hasLastStreamPosition() - Method in class com.eventstore.dbclient.ReadMessage
-
If this messages holds the last stream position.
I
- isDispatchToSingle() - Method in class com.eventstore.dbclient.NamedConsumerStrategy
-
Checks if it's a DispatchToSingle strategy.
- isDnsDiscover() - Method in class com.eventstore.dbclient.EventStoreDBClientSettings
-
If the dns discovery is enabled.
- isEnd() - Method in class com.eventstore.dbclient.StreamPosition
-
Checks if it's the end of the stream.
- isExtraStatistics() - Method in class com.eventstore.dbclient.PersistentSubscriptionSettings
-
Whether to track latency statistics on this subscription.
- isNamed(String) - Method in class com.eventstore.dbclient.NamedConsumerStrategy
-
Checks if the strategy's name matches the string passed as a parameter.
- isPinned() - Method in class com.eventstore.dbclient.NamedConsumerStrategy
-
Checks if it's a Pinned strategy.
- isPositionPresent() - Method in class com.eventstore.dbclient.RevisionOrPosition
-
Checks if the object holds a transaction log position.
- isResolveLinkTos() - Method in class com.eventstore.dbclient.PersistentSubscriptionSettings
-
If true, link resolution is enabled.
- isRevisionPresent() - Method in class com.eventstore.dbclient.RevisionOrPosition
-
Checks if the object holds a stream revision number.
- isRoundRobin() - Method in class com.eventstore.dbclient.NamedConsumerStrategy
-
Checks if it's a RoundRobin strategy.
- isStart() - Method in class com.eventstore.dbclient.StreamPosition
-
Checks if it's the beginning of the stream.
- isThrowOnAppendFailure() - Method in class com.eventstore.dbclient.EventStoreDBClientSettings
-
If an exception is thrown, whether an append operation fails on optimistic concurrency error.
- isTls() - Method in class com.eventstore.dbclient.EventStoreDBClientSettings
-
If secure mode is enabled.
- isTlsVerifyCert() - Method in class com.eventstore.dbclient.EventStoreDBClientSettings
-
If secure mode is enabled, is certificate verification enabled.
J
- json(String, byte[]) - Static method in class com.eventstore.dbclient.EventDataBuilder
-
Configures an event data builder to host a JSON payload.
- json(String, A) - Static method in class com.eventstore.dbclient.EventDataBuilder
-
Configures builder to serialize event data as JSON.
- json(UUID, String, byte[]) - Static method in class com.eventstore.dbclient.EventDataBuilder
-
Configures an event data builder to host a JSON payload.
- json(UUID, String, A) - Static method in class com.eventstore.dbclient.EventDataBuilder
-
Configures an event data builder to host a JSON payload.
K
- keepAliveInterval(long) - Method in class com.eventstore.dbclient.ConnectionSettingsBuilder
-
The amount of time (in milliseconds) to wait after which a keepalive ping is sent on the transport.
- keepAliveTimeout(long) - Method in class com.eventstore.dbclient.ConnectionSettingsBuilder
-
The amount of time (in milliseconds) the sender of the keepalive ping waits for an acknowledgement.
L
- LEADER - com.eventstore.dbclient.NodePreference
-
When attempting connection, prefers leader nodes.
- list() - Method in class com.eventstore.dbclient.EventStoreDBProjectionManagementClient
-
Lists all continuous projections.
- list(ListProjectionsOptions) - Method in class com.eventstore.dbclient.EventStoreDBProjectionManagementClient
-
Lists all continuous projections.
- listAll() - Method in class com.eventstore.dbclient.EventStoreDBPersistentSubscriptionsClient
-
Lists all existing persistent subscriptions.
- listAll(ListPersistentSubscriptionsOptions) - Method in class com.eventstore.dbclient.EventStoreDBPersistentSubscriptionsClient
-
Lists all existing persistent subscriptions.
- ListPersistentSubscriptionsOptions - Class in com.eventstore.dbclient
-
Options of the list persistent subscriptions request.
- ListProjectionsOptions - Class in com.eventstore.dbclient
-
Options of the list projections options.
- listToAll() - Method in class com.eventstore.dbclient.EventStoreDBPersistentSubscriptionsClient
-
Lists all persistent subscriptions of a specific to the $all stream.
- listToAll(ListPersistentSubscriptionsOptions) - Method in class com.eventstore.dbclient.EventStoreDBPersistentSubscriptionsClient
-
Lists all persistent subscriptions of a specific to the $all stream.
- listToStream(String) - Method in class com.eventstore.dbclient.EventStoreDBPersistentSubscriptionsClient
-
Lists all persistent subscriptions of a specific stream.
- listToStream(String, ListPersistentSubscriptionsOptions) - Method in class com.eventstore.dbclient.EventStoreDBPersistentSubscriptionsClient
-
Lists all persistent subscriptions of a specific stream.
M
- maxCount(long) - Method in class com.eventstore.dbclient.ReadAllOptions
-
The maximum event count EventStoreDB will return.
- maxCount(long) - Method in class com.eventstore.dbclient.ReadStreamOptions
-
The maximum event count EventStoreDB will return.
- maxDiscoverAttempts(int) - Method in class com.eventstore.dbclient.ConnectionSettingsBuilder
-
How many times to attempt connection before throwing.
- metadataAsBytes(byte[]) - Method in class com.eventstore.dbclient.EventDataBuilder
-
Sets event's custom user metadata.
- metadataAsJson(A) - Method in class com.eventstore.dbclient.EventDataBuilder
-
Sets event's custom user metadata.
N
- nack(NackAction, String, ResolvedEvent...) - Method in class com.eventstore.dbclient.PersistentSubscription
-
Acknowledges events failed processing.
- nack(NackAction, String, Iterator<ResolvedEvent>) - Method in class com.eventstore.dbclient.PersistentSubscription
-
Acknowledges events failed processing.
- NackAction - Enum in com.eventstore.dbclient
-
Gathers every possible Nak actions.
- NamedConsumerStrategy - Class in com.eventstore.dbclient
-
Named consumer strategies for use with persistent subscriptions.
- newBuilder() - Static method in class com.eventstore.dbclient.SubscriptionFilter
-
Creates a new subscription filter builder.
- newStreamAcl() - Static method in class com.eventstore.dbclient.Acls
-
Returns a default stream ACL.
- newSystemStreamAcl() - Static method in class com.eventstore.dbclient.Acls
-
Returns a default system ACL.
- newUserStreamAcl() - Static method in class com.eventstore.dbclient.Acls
-
Returns a default user ACL.
- NoClusterNodeFoundException - Exception in com.eventstore.dbclient
-
When no node was found based on the connection string provided.
- nodePreference(NodePreference) - Method in class com.eventstore.dbclient.ConnectionSettingsBuilder
-
Preferred node type when picking a node within a cluster.
- NodePreference - Enum in com.eventstore.dbclient
-
Indicates which order of preferred nodes for connecting to.
- noStream() - Static method in class com.eventstore.dbclient.ExpectedRevision
-
The stream being written to should not yet exist.
- NotLeaderException - Exception in com.eventstore.dbclient
-
When a request needing a leader node was executed on a follower node.
O
- onCancelled(PersistentSubscription) - Method in class com.eventstore.dbclient.PersistentSubscriptionListener
-
Called when the subscription is cancelled or dropped.
- onCancelled(Subscription) - Method in class com.eventstore.dbclient.SubscriptionListener
-
Called when the subscription is cancelled or dropped.
- onCheckpoint(Subscription, Position) - Method in interface com.eventstore.dbclient.Checkpointer
-
Called everytime a checkpoint is reached.
- onConfirmation(PersistentSubscription) - Method in class com.eventstore.dbclient.PersistentSubscriptionListener
- onConfirmation(Subscription) - Method in class com.eventstore.dbclient.SubscriptionListener
- onError(PersistentSubscription, Throwable) - Method in class com.eventstore.dbclient.PersistentSubscriptionListener
-
Called when an exception was raised when processing an event.
- onError(Subscription, Throwable) - Method in class com.eventstore.dbclient.SubscriptionListener
-
Called when an exception was raised when processing an event.
- onEvent(PersistentSubscription, int, ResolvedEvent) - Method in class com.eventstore.dbclient.PersistentSubscriptionListener
-
Called when EventStoreDB sends an event to the persistent subscription.
- onEvent(Subscription, ResolvedEvent) - Method in class com.eventstore.dbclient.SubscriptionListener
-
Called when EventStoreDB sends an event to the subscription.
P
- Park - com.eventstore.dbclient.NackAction
-
Park message do not resend.
- parse(String) - Static method in class com.eventstore.dbclient.EventStoreDBConnectionString
-
Parses a string representation of a client settings.
- parseOrThrow(String) - Static method in class com.eventstore.dbclient.EventStoreDBConnectionString
-
Parses a string representation of a client settings.
- partition(String) - Method in class com.eventstore.dbclient.GetProjectionResultOptions
-
Specifies which partition to retrieve the result from.
- partition(String) - Method in class com.eventstore.dbclient.GetProjectionStateOptions
-
Specifies which partition to retrieve the state from.
- PersistentSubscription - Class in com.eventstore.dbclient
-
Persistent subscription handle.
- PersistentSubscriptionConnectionInfo - Class in com.eventstore.dbclient
-
Holds a persistent subscription connection info.
- PersistentSubscriptionInfo - Class in com.eventstore.dbclient
-
Common persistent subscription info type.
- PersistentSubscriptionListener - Class in com.eventstore.dbclient
-
Listener used to handle persistent subscription notifications raised throughout its lifecycle.
- PersistentSubscriptionListener() - Constructor for class com.eventstore.dbclient.PersistentSubscriptionListener
- PersistentSubscriptionSettings - Class in com.eventstore.dbclient
-
Common persistent subscription settings type.
- PersistentSubscriptionStats - Class in com.eventstore.dbclient
-
Processing-related persistent subscription statistics.
- PersistentSubscriptionToAllInfo - Class in com.eventstore.dbclient
-
Persistent subscription to $all info.
- PersistentSubscriptionToAllSettings - Class in com.eventstore.dbclient
-
Persistent subscription to $all settings.
- PersistentSubscriptionToAllStats - Class in com.eventstore.dbclient
-
Processing-related persistent subscription to $all statistics.
- PersistentSubscriptionToStreamInfo - Class in com.eventstore.dbclient
-
Persistent subscription to stream info.
- PersistentSubscriptionToStreamSettings - Class in com.eventstore.dbclient
-
Persistent subscription to stream settings.
- PersistentSubscriptionToStreamStats - Class in com.eventstore.dbclient
-
Processing-related persistent subscription to stream statistics.
- PersistentSubscriptionToStreamStats() - Constructor for class com.eventstore.dbclient.PersistentSubscriptionToStreamStats
- PINNED - Static variable in class com.eventstore.dbclient.NamedConsumerStrategy
-
For use with an indexing projection such as the system $by_category projection.
- position(A) - Static method in class com.eventstore.dbclient.StreamPosition
-
Represents a specific position.
- Position - Class in com.eventstore.dbclient
-
Transaction log position.
- Position(long, long) - Constructor for class com.eventstore.dbclient.Position
- ProjectionDetails - Class in com.eventstore.dbclient
-
Provides the details for a projection.
R
- RANDOM - com.eventstore.dbclient.NodePreference
-
When attempting connection, has no node preference.
- READ_ONLY_REPLICA - com.eventstore.dbclient.NodePreference
-
When attempting connection, prefers read-replica nodes.
- readAll() - Method in class com.eventstore.dbclient.EventStoreDBClient
-
Reads events from the $all stream.
- readAll(ReadAllOptions) - Method in class com.eventstore.dbclient.EventStoreDBClient
-
Reads events from the $all stream.
- ReadAllOptions - Class in com.eventstore.dbclient
-
Options of the read $all stream request.
- readAllReactive() - Method in class com.eventstore.dbclient.EventStoreDBClient
- readAllReactive(ReadAllOptions) - Method in class com.eventstore.dbclient.EventStoreDBClient
-
Reads events from the $all stream.
- ReadMessage - Class in com.eventstore.dbclient
-
Received when performing a regular read operation (not a subscription).
- ReadResult - Class in com.eventstore.dbclient
-
Returned after a successful read operation.
- readStream(String, ReadStreamOptions) - Method in class com.eventstore.dbclient.EventStoreDBClient
-
Reads events from a given stream.
- ReadStreamOptions - Class in com.eventstore.dbclient
-
Options of the read stream request.
- readStreamReactive(String) - Method in class com.eventstore.dbclient.EventStoreDBClient
-
Reads events from a given stream.
- readStreamReactive(String, ReadStreamOptions) - Method in class com.eventstore.dbclient.EventStoreDBClient
-
Reads events from a given stream.
- RecordedEvent - Class in com.eventstore.dbclient
-
Represents a previously written event.
- ReplayParkedMessagesOptions - Class in com.eventstore.dbclient
-
Options of the replay parked messages request.
- replayParkedMessagesToAll(String) - Method in class com.eventstore.dbclient.EventStoreDBPersistentSubscriptionsClient
-
Replays a persistent subscription to the $all stream parked events.
- replayParkedMessagesToAll(String, ReplayParkedMessagesOptions) - Method in class com.eventstore.dbclient.EventStoreDBPersistentSubscriptionsClient
-
Replays a persistent subscription to the $all stream parked events.
- replayParkedMessagesToStream(String, String) - Method in class com.eventstore.dbclient.EventStoreDBPersistentSubscriptionsClient
-
Replays a persistent subscription to a stream parked events.
- replayParkedMessagesToStream(String, String, ReplayParkedMessagesOptions) - Method in class com.eventstore.dbclient.EventStoreDBPersistentSubscriptionsClient
-
Replays a persistent subscription to a stream parked events.
- reset(String) - Method in class com.eventstore.dbclient.EventStoreDBProjectionManagementClient
-
Resets the projection, causing it to start again from the beginning of the stream/s it selects from.
- reset(String, ResetProjectionOptions) - Method in class com.eventstore.dbclient.EventStoreDBProjectionManagementClient
-
Resets the projection, causing it to start again from the beginning of the stream/s it selects from.
- ResetProjectionOptions - Class in com.eventstore.dbclient
-
Options of the reset projection request.
- ResolvedEvent - Class in com.eventstore.dbclient
-
Represents an event with a potential link.
- ResolvedEvent(RecordedEvent, RecordedEvent, Position) - Constructor for class com.eventstore.dbclient.ResolvedEvent
- ResourceNotFoundException - Exception in com.eventstore.dbclient
-
A remote resource was not found or because its access was denied.
- RestartPersistentSubscriptionSubsystemOptions - Class in com.eventstore.dbclient
-
Options of the restart persistent subscription subsystem request.
- RestartProjectionSubsystemOptions - Class in com.eventstore.dbclient
-
Options of the restart projection subsystem request.
- restartSubsystem() - Method in class com.eventstore.dbclient.EventStoreDBPersistentSubscriptionsClient
-
Restarts the server persistent subscription subsystem.
- restartSubsystem() - Method in class com.eventstore.dbclient.EventStoreDBProjectionManagementClient
-
Restarts the projection subsystem.
- restartSubsystem(RestartPersistentSubscriptionSubsystemOptions) - Method in class com.eventstore.dbclient.EventStoreDBPersistentSubscriptionsClient
-
Restarts the server persistent subscription subsystem.
- restartSubsystem(RestartProjectionSubsystemOptions) - Method in class com.eventstore.dbclient.EventStoreDBProjectionManagementClient
-
Restarts the projection subsystem.
- Retry - com.eventstore.dbclient.NackAction
-
Explicit retry the message.
- RevisionOrPosition - Class in com.eventstore.dbclient
-
Holds a stream revision number or transaction log position.
- ROUND_ROBIN - Static variable in class com.eventstore.dbclient.NamedConsumerStrategy
-
Distributes events to all client evenly.
S
- serialize() - Method in interface com.eventstore.dbclient.Acl
- serialize() - Method in class com.eventstore.dbclient.StreamAcl
- setAcl(Acl) - Method in class com.eventstore.dbclient.StreamMetadata
-
The Access Control List of the stream (ACL).
- setCacheControl(Integer) - Method in class com.eventstore.dbclient.StreamMetadata
-
The amount of time for which the stream head is cacheable (in seconds).
- setCustomProperties(HashMap<String, Object>) - Method in class com.eventstore.dbclient.StreamMetadata
-
An enumerable of key-value pairs of keys to JSON text for user-provider metadata.
- setMaxAge(Integer) - Method in class com.eventstore.dbclient.StreamMetadata
-
The maximum age of events allowed in the stream.
- setMaxCount(Integer) - Method in class com.eventstore.dbclient.StreamMetadata
-
The maximum number of events allowed in the stream.
- setStreamMetadata(String, AppendToStreamOptions, StreamMetadata) - Method in class com.eventstore.dbclient.EventStoreDBClient
-
Sets a stream's metadata.
- setStreamMetadata(String, StreamMetadata) - Method in class com.eventstore.dbclient.EventStoreDBClient
-
Sets a stream's metadata.
- setTruncateBefore(Integer) - Method in class com.eventstore.dbclient.StreamMetadata
-
The event number from which previous events can be scavenged.
- shouldResolveLinkTos() - Method in class com.eventstore.dbclient.PersistentSubscriptionSettings
-
If true, link resolution is enabled.
- Skip - com.eventstore.dbclient.NackAction
-
Skip this message do not resend do not put in poison queue.
- start() - Static method in class com.eventstore.dbclient.StreamPosition
-
Represents the beginning of a stream.
- startFrom(long) - Method in class com.eventstore.dbclient.CreatePersistentSubscriptionToStreamOptions
-
Starts the subscription from the given stream revision.
- startFrom(long) - Method in class com.eventstore.dbclient.UpdatePersistentSubscriptionToStreamOptions
-
Starts the persistent subscription from a specific revision number.
- startFrom(long, long) - Method in class com.eventstore.dbclient.CreatePersistentSubscriptionToAllOptions
-
Starts the subscription from the given transaction log position.
- startFrom(long, long) - Method in class com.eventstore.dbclient.UpdatePersistentSubscriptionToAllOptions
-
Starts the persistent subscription from a specific transaction log position.
- startFrom(Position) - Method in class com.eventstore.dbclient.CreatePersistentSubscriptionToAllOptions
-
Starts the subscription from the given transaction log position.
- startFrom(Position) - Method in class com.eventstore.dbclient.UpdatePersistentSubscriptionToAllOptions
-
Starts the persistent subscription from a specific transaction log position.
- stop() - Method in class com.eventstore.dbclient.PersistentSubscription
-
Stops the persistent subscription.
- stop() - Method in class com.eventstore.dbclient.Subscription
-
Drops the subscription.
- Stop - com.eventstore.dbclient.NackAction
-
Stop the subscription.
- stopAt(long) - Method in class com.eventstore.dbclient.ReplayParkedMessagesOptions
-
Replay the parked messages until the event revision within the parked messages stream is reached.
- StreamAcl - Class in com.eventstore.dbclient
-
Stream-related access control list (ACL).
- StreamAcl() - Constructor for class com.eventstore.dbclient.StreamAcl
- StreamDeletedException - Exception in com.eventstore.dbclient
-
When a read or write operation was performed on a deleted stream.
- streamExists() - Static method in class com.eventstore.dbclient.ExpectedRevision
-
The stream should exist.
- StreamMetadata - Class in com.eventstore.dbclient
-
Represents stream metadata with strongly typed properties for system values and a dictionary-like interface for custom values.
- StreamMetadata() - Constructor for class com.eventstore.dbclient.StreamMetadata
- StreamNotFoundException - Exception in com.eventstore.dbclient
-
When a stream is not found.
- StreamPosition<A> - Class in com.eventstore.dbclient
-
Represents a logical position in a regular stream or $all stream.
- SubscribePersistentSubscriptionOptions - Class in com.eventstore.dbclient
-
Options of the subscribe persistent subscription request.
- subscribeToAll(SubscriptionListener) - Method in class com.eventstore.dbclient.EventStoreDBClient
-
Subscriptions allow you to subscribe to $all stream and receive notifications about new events added to the stream.
- subscribeToAll(SubscriptionListener, SubscribeToAllOptions) - Method in class com.eventstore.dbclient.EventStoreDBClient
-
Subscriptions allow you to subscribe to $all stream and receive notifications about new events added to the stream.
- subscribeToAll(String, PersistentSubscriptionListener) - Method in class com.eventstore.dbclient.EventStoreDBPersistentSubscriptionsClient
-
Connects to a persistent subscription group on the $all stream.
- subscribeToAll(String, SubscribePersistentSubscriptionOptions, PersistentSubscriptionListener) - Method in class com.eventstore.dbclient.EventStoreDBPersistentSubscriptionsClient
-
Connects to a persistent subscription group on the $all stream.
- SubscribeToAllOptions - Class in com.eventstore.dbclient
-
Options of the subscribe to $all request.
- subscribeToStream(String, SubscriptionListener) - Method in class com.eventstore.dbclient.EventStoreDBClient
-
Subscriptions allow you to subscribe to a stream and receive notifications about new events added to the stream.
- subscribeToStream(String, SubscriptionListener, SubscribeToStreamOptions) - Method in class com.eventstore.dbclient.EventStoreDBClient
-
Subscriptions allow you to subscribe to a stream and receive notifications about new events added to the stream.
- subscribeToStream(String, String, PersistentSubscriptionListener) - Method in class com.eventstore.dbclient.EventStoreDBPersistentSubscriptionsClient
-
Connects to a persistent subscription group on a stream.
- subscribeToStream(String, String, SubscribePersistentSubscriptionOptions, PersistentSubscriptionListener) - Method in class com.eventstore.dbclient.EventStoreDBPersistentSubscriptionsClient
-
Connects to a persistent subscription group on a stream.
- SubscribeToStreamOptions - Class in com.eventstore.dbclient
-
Options of the subscribe to stream request.
- Subscription - Class in com.eventstore.dbclient
-
Subscription handle.
- SubscriptionFilter - Class in com.eventstore.dbclient
-
Subscription filter that targets $all stream.
- SubscriptionFilterBuilder - Class in com.eventstore.dbclient
-
Utility class for building a subscription filter.
- SubscriptionListener - Class in com.eventstore.dbclient
-
Listener used to handle catch-up subscription notifications raised throughout its lifecycle.
- SubscriptionListener() - Constructor for class com.eventstore.dbclient.SubscriptionListener
T
- throwOnAppendFailure(boolean) - Method in class com.eventstore.dbclient.ConnectionSettingsBuilder
-
If an exception is thrown whether an append operation fails.
- tls(boolean) - Method in class com.eventstore.dbclient.ConnectionSettingsBuilder
-
If secure mode is enabled.
- tlsVerifyCert(boolean) - Method in class com.eventstore.dbclient.ConnectionSettingsBuilder
-
If secure mode is enabled, is certificate verification enabled.
- tombstoneStream(String) - Method in class com.eventstore.dbclient.EventStoreDBClient
-
Tombstones a given stream.
- tombstoneStream(String, DeleteStreamOptions) - Method in class com.eventstore.dbclient.EventStoreDBClient
-
Tombstones a given stream.
- toString() - Method in class com.eventstore.dbclient.Endpoint
- toString() - Method in class com.eventstore.dbclient.NamedConsumerStrategy
- toString() - Method in class com.eventstore.dbclient.Position
- trackEmittedStreams(boolean) - Method in class com.eventstore.dbclient.CreateProjectionOptions
-
If true, the projection tracks all streams it creates.
U
- Unknown - com.eventstore.dbclient.NackAction
-
Client does not know what action to take, let the server decide.
- UnsupportedFeatureException - Exception in com.eventstore.dbclient
-
A request not supported by the targeted EventStoreDB node was sent.
- update(String, String) - Method in class com.eventstore.dbclient.EventStoreDBProjectionManagementClient
-
Updates the projection's query and emit options.
- update(String, String, UpdateProjectionOptions) - Method in class com.eventstore.dbclient.EventStoreDBProjectionManagementClient
-
Updates the projection's query and emit options.
- UpdatePersistentSubscriptionToAllOptions - Class in com.eventstore.dbclient
-
Options of the update persistent subscription to $all stream request.
- UpdatePersistentSubscriptionToStreamOptions - Class in com.eventstore.dbclient
-
Options of the update persistent subscription to stream request.
- UpdateProjectionOptions - Class in com.eventstore.dbclient
-
Options of the update projection request.
- updateToAll(String) - Method in class com.eventstore.dbclient.EventStoreDBPersistentSubscriptionsClient
-
Updates a persistent subscription group on the $all stream.
- updateToAll(String, UpdatePersistentSubscriptionToAllOptions) - Method in class com.eventstore.dbclient.EventStoreDBPersistentSubscriptionsClient
-
Updates a persistent subscription group on the $all stream.
- updateToStream(String, String) - Method in class com.eventstore.dbclient.EventStoreDBPersistentSubscriptionsClient
-
Updates a persistent subscription group on a stream.
- updateToStream(String, String, UpdatePersistentSubscriptionToStreamOptions) - Method in class com.eventstore.dbclient.EventStoreDBPersistentSubscriptionsClient
-
Updates a persistent subscription group on a stream.
- UserCredentials - Class in com.eventstore.dbclient
-
Holds a login and a password for authenticated requests.
- UserCredentials(String, String) - Constructor for class com.eventstore.dbclient.UserCredentials
V
- valueOf(String) - Static method in enum com.eventstore.dbclient.Direction
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.eventstore.dbclient.NackAction
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.eventstore.dbclient.NodePreference
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.eventstore.dbclient.Direction
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.eventstore.dbclient.NackAction
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.eventstore.dbclient.NodePreference
-
Returns an array containing the constants of this enum type, in the order they are declared.
W
- withCheckpointer(Checkpointer) - Method in class com.eventstore.dbclient.SubscriptionFilterBuilder
-
Calls a callback everytime a checkpoint is reached.
- withCheckpointer(Checkpointer, int) - Method in class com.eventstore.dbclient.SubscriptionFilterBuilder
-
Calls a callback everytime a checkpoint is reached.
- withEventTypeRegularExpression(String) - Method in class com.eventstore.dbclient.SubscriptionFilterBuilder
-
A regex to filter events based on their type.
- withMaxWindow(int) - Method in class com.eventstore.dbclient.SubscriptionFilterBuilder
-
The maximum number of events that are filtered out before the page is returned.
- withStreamNameRegularExpression(String) - Method in class com.eventstore.dbclient.SubscriptionFilterBuilder
-
A regex to filter events based on their stream name.
- WriteResult - Class in com.eventstore.dbclient
-
Returned after writing to a stream.
- WrongExpectedVersionException - Exception in com.eventstore.dbclient
-
When append request failed the optimistic concurrency on the server.
All Classes All Packages