- abort() - Method in class io.aeron.logbuffer.BufferClaim
-
Abort a claim of the message space to the log buffer so that the log can progress by ignoring this claim.
- AbstractMinMulticastFlowControl - Class in io.aeron.driver
-
Abstract minimum multicast sender flow control strategy.
- AbstractMinMulticastFlowControl(boolean) - Constructor for class io.aeron.driver.AbstractMinMulticastFlowControl
-
Base constructor for use by specialised implementations.
- accept(long, long, long, long, int, int, String, String) - Method in interface io.aeron.driver.reports.LossReportReader.EntryConsumer
-
Accept an entry from the loss report so it can be consumed.
- ACTIVE - Static variable in class io.aeron.status.ChannelEndpointStatus
-
Channel has finished initialization successfully and is active.
- ACTIVE_LISTING - Static variable in exception io.aeron.archive.client.ArchiveException
-
An active listing of recordings is currently in operation on the session.
- ACTIVE_RECORDING - Static variable in exception io.aeron.archive.client.ArchiveException
-
The recording is currently active so the requested operation is not valid.
- ACTIVE_SUBSCRIPTION - Static variable in exception io.aeron.archive.client.ArchiveException
-
A subscription is currently active for the requested channel and stream id which would clash.
- ActiveDriverException - Exception in io.aeron.driver.exceptions
-
Indicates a currently active driver has been detected in aeron.dir
during startup.
- ActiveDriverException(String) - Constructor for exception io.aeron.driver.exceptions.ActiveDriverException
-
- activeTermCount(UnsafeBuffer) - Static method in class io.aeron.logbuffer.LogBufferDescriptor
-
Get the value of the active term count used by the producer of this log.
- activeTermCount(UnsafeBuffer, int) - Static method in class io.aeron.logbuffer.LogBufferDescriptor
-
Set the value of the current active partition index for the producer.
- activeTermCountOrdered(UnsafeBuffer, int) - Static method in class io.aeron.logbuffer.LogBufferDescriptor
-
Set the value of the current active term count for the producer using memory ordered semantics.
- activeTermId() - Method in class io.aeron.protocol.SetupFlyweight
-
Get active term id field.
- activeTermId(int) - Method in class io.aeron.protocol.SetupFlyweight
-
Set active term id field.
- activeTransportCount() - Method in class io.aeron.Image
-
Count of observed active transports within the image liveness timeout.
- activeTransportCount(UnsafeBuffer) - Static method in class io.aeron.logbuffer.LogBufferDescriptor
-
Get the count of active transports for the Image.
- activeTransportCount(UnsafeBuffer, int) - Static method in class io.aeron.logbuffer.LogBufferDescriptor
-
Set the number of active transports for the Image.
- activityTimestamp() - Method in class io.aeron.archive.codecs.mark.MarkFileHeaderDecoder
-
- activityTimestamp(long) - Method in class io.aeron.archive.codecs.mark.MarkFileHeaderEncoder
-
- activityTimestampEncodingLength() - Static method in class io.aeron.archive.codecs.mark.MarkFileHeaderDecoder
-
- activityTimestampEncodingLength() - Static method in class io.aeron.archive.codecs.mark.MarkFileHeaderEncoder
-
- activityTimestampEncodingOffset() - Static method in class io.aeron.archive.codecs.mark.MarkFileHeaderDecoder
-
- activityTimestampEncodingOffset() - Static method in class io.aeron.archive.codecs.mark.MarkFileHeaderEncoder
-
- activityTimestampId() - Static method in class io.aeron.archive.codecs.mark.MarkFileHeaderDecoder
-
- activityTimestampId() - Static method in class io.aeron.archive.codecs.mark.MarkFileHeaderEncoder
-
- activityTimestampMaxValue() - Static method in class io.aeron.archive.codecs.mark.MarkFileHeaderDecoder
-
- activityTimestampMaxValue() - Static method in class io.aeron.archive.codecs.mark.MarkFileHeaderEncoder
-
- activityTimestampMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.mark.MarkFileHeaderDecoder
-
- activityTimestampMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.mark.MarkFileHeaderEncoder
-
- activityTimestampMinValue() - Static method in class io.aeron.archive.codecs.mark.MarkFileHeaderDecoder
-
- activityTimestampMinValue() - Static method in class io.aeron.archive.codecs.mark.MarkFileHeaderEncoder
-
- activityTimestampNullValue() - Static method in class io.aeron.archive.codecs.mark.MarkFileHeaderDecoder
-
- activityTimestampNullValue() - Static method in class io.aeron.archive.codecs.mark.MarkFileHeaderEncoder
-
- activityTimestampSinceVersion() - Static method in class io.aeron.archive.codecs.mark.MarkFileHeaderDecoder
-
- activityTimestampSinceVersion() - Static method in class io.aeron.archive.codecs.mark.MarkFileHeaderEncoder
-
- activityTimestampVolatile() - Method in class io.aeron.archive.ArchiveMarkFile
-
Read the activity timestamp of the archive with volatile semantics.
- ADD_COUNTER - Static variable in class io.aeron.command.ControlProtocolEvents
-
Add a Counter to the counters manager.
- ADD_DESTINATION - Static variable in class io.aeron.command.ControlProtocolEvents
-
Add Destination to an existing Publication.
- ADD_EXCLUSIVE_PUBLICATION - Static variable in class io.aeron.command.ControlProtocolEvents
-
Add an Exclusive Publication.
- ADD_PUBLICATION - Static variable in class io.aeron.command.ControlProtocolEvents
-
Add a Publication.
- ADD_RCV_DESTINATION - Static variable in class io.aeron.command.ControlProtocolEvents
-
Add Destination for existing Subscription.
- ADD_SUBSCRIPTION - Static variable in class io.aeron.command.ControlProtocolEvents
-
Add a Subscriber.
- addAvailableCounterHandler(AvailableCounterHandler) - Method in class io.aeron.Aeron
-
Add a handler to the list be called when
Counter
s become available.
- addCloseHandler(Runnable) - Method in class io.aeron.Aeron
-
Add a handler to the list be called when the Aeron client is closed.
- addCounter(int, DirectBuffer, int, int, DirectBuffer, int, int) - Method in class io.aeron.Aeron
-
Allocate a counter on the media driver and return a
Counter
for it.
- addCounter(int, String) - Method in class io.aeron.Aeron
-
Allocate a counter on the media driver and return a
Counter
for it.
- addCounter(int, DirectBuffer, int, int, DirectBuffer, int, int) - Method in class io.aeron.DriverProxy
-
Add a new counter with a type id plus the label and key are provided in buffers.
- addCounter(int, String) - Method in class io.aeron.DriverProxy
-
Add a new counter with a type id and label, the key will be blank.
- addDestination(ReceiveDestinationTransport) - Method in class io.aeron.driver.media.ReceiveChannelEndpoint
-
Add a destination to the channel to receive on.
- addDestination(ChannelUri, InetSocketAddress) - Method in class io.aeron.driver.media.SendChannelEndpoint
-
Add a destination for an MDC channel.
- addDestination(long, String) - Method in class io.aeron.DriverProxy
-
Add a destination to the send channel of an existing MDC Publication.
- addDestination(String) - Method in class io.aeron.Publication
-
Add a destination manually to a multi-destination-cast Publication.
- addDestination(String) - Method in class io.aeron.Subscription
-
Add a destination manually to a multi-destination Subscription.
- addExclusivePublication(String, int) - Method in class io.aeron.Aeron
-
- addExclusivePublication(String, int) - Method in class io.aeron.DriverProxy
-
Instruct the driver to add a non-concurrent, i.e.
- addPublication(String, int) - Method in class io.aeron.Aeron
-
Add a
Publication
for publishing messages to subscribers.
- addPublication(String, int) - Method in class io.aeron.DriverProxy
-
Instruct the driver to add a concurrent publication.
- addPublicationImage(PublicationImage) - Method in class io.aeron.driver.DataPacketDispatcher
-
- addRcvDestination(long, String) - Method in class io.aeron.DriverProxy
-
Add a destination to the receive channel of an existing MDS Subscription.
- addRecordedExclusivePublication(String, int) - Method in class io.aeron.archive.client.AeronArchive
-
- addRecordedPublication(String, int) - Method in class io.aeron.archive.client.AeronArchive
-
- ADDRESS_FIELD_OFFSET - Static variable in class io.aeron.protocol.ResolutionEntryFlyweight
-
Offset in the frame at which the IP address field begins.
- ADDRESS_LENGTH_IP4 - Static variable in class io.aeron.protocol.ResolutionEntryFlyweight
-
Length of an IPv4 address in bytes.
- ADDRESS_LENGTH_IP6 - Static variable in class io.aeron.protocol.ResolutionEntryFlyweight
-
Length of an IPv6 address in bytes.
- addressLength(byte) - Static method in class io.aeron.protocol.ResolutionEntryFlyweight
-
Get the length of the address given a resolution type.
- addSessionId(String, int) - Static method in class io.aeron.ChannelUri
-
Add a sessionId to a given channel.
- addSubscriber(SubscriptionLink, ReadablePosition, long) - Method in class io.aeron.driver.IpcPublication
-
Add a subscriber and its position used for tracking consumption.
- addSubscriber(SubscriptionLink, ReadablePosition, long) - Method in class io.aeron.driver.NetworkPublication
-
Add a subscriber and its position used for tracking consumption.
- addSubscriber(SubscriptionLink, ReadablePosition, long) - Method in class io.aeron.driver.PublicationImage
-
Add a subscriber and its position used for tracking consumption.
- addSubscriber(SubscriptionLink, ReadablePosition, long) - Method in interface io.aeron.driver.Subscribable
-
Add a subscriber and its position used for tracking consumption.
- addSubscription(String, int) - Method in class io.aeron.Aeron
-
Add a new
Subscription
for subscribing to messages from publishers.
- addSubscription(String, int, AvailableImageHandler, UnavailableImageHandler) - Method in class io.aeron.Aeron
-
Add a new
Subscription
for subscribing to messages from publishers.
- addSubscription(int) - Method in class io.aeron.driver.DataPacketDispatcher
-
Add a subscription to a channel for a given stream id and wildcard session id.
- addSubscription(int, int) - Method in class io.aeron.driver.DataPacketDispatcher
-
Add a subscription to a channel for given stream and session ids.
- addSubscription(String, int) - Method in class io.aeron.DriverProxy
-
Instruct the driver to add a subscription.
- addUnavailableCounterHandler(UnavailableCounterHandler) - Method in class io.aeron.Aeron
-
Add a handler to the list be called when
Counter
s become unavailable.
- ADMIN_ACTION - Static variable in class io.aeron.Publication
-
The offer failed due to an administration action and should be retried.
- Aeron - Class in io.aeron
-
- aeron(Aeron) - Method in class io.aeron.archive.Archive.Context
-
Aeron
client for communicating with the local Media Driver.
- aeron() - Method in class io.aeron.archive.Archive.Context
-
Aeron
client for communicating with the local Media Driver.
- aeron(Aeron) - Method in class io.aeron.archive.client.AeronArchive.Context
-
Aeron
client for communicating with the local Media Driver.
- aeron() - Method in class io.aeron.archive.client.AeronArchive.Context
-
Aeron
client for communicating with the local Media Driver.
- Aeron.Configuration - Class in io.aeron
-
Configuration options for the
Aeron
client.
- Aeron.Context - Class in io.aeron
-
- AERON_DIR_PROP_DEFAULT - Static variable in class io.aeron.CommonContext
-
- AERON_DIR_PROP_NAME - Static variable in class io.aeron.CommonContext
-
The top level Aeron directory used for communication between a Media Driver and client.
- AERON_LOG_DATA_FORMAT - Static variable in class io.aeron.samples.LogInspector
-
- AERON_LOG_DATA_FORMAT_PROP_NAME - Static variable in class io.aeron.samples.LogInspector
-
Data format for fragments which can be ASCII or HEX.
- AERON_LOG_SCAN_OVER_ZEROES - Static variable in class io.aeron.samples.LogInspector
-
- AERON_LOG_SCAN_OVER_ZEROES_PROP_NAME - Static variable in class io.aeron.samples.LogInspector
-
Should zeros be skipped in the output to reduce noise.
- AERON_LOG_SKIP_DEFAULT_HEADER - Static variable in class io.aeron.samples.LogInspector
-
- AERON_LOG_SKIP_DEFAULT_HEADER_PROP_NAME - Static variable in class io.aeron.samples.LogInspector
-
Should the default header be skipped for output.
- AERON_SCHEME - Static variable in class io.aeron.ChannelUri
-
URI Scheme for Aeron channels and destinations.
- AeronArchive - Class in io.aeron.archive.client
-
Client for interacting with a local or remote Aeron Archive which records and replays message streams from storage.
- AeronArchive.AsyncConnect - Class in io.aeron.archive.client
-
Allows for the async establishment of a archive session.
- AeronArchive.Configuration - Class in io.aeron.archive.client
-
Common configuration properties for communicating with an Aeron archive.
- AeronArchive.Context - Class in io.aeron.archive.client
-
Specialised configuration options for communicating with an Aeron Archive.
- aeronArchiveContext() - Method in class io.aeron.samples.cluster.ClusterConfig
-
Gets the configuration's aeron archive context.
- AeronCounters - Class in io.aeron
-
This class serves as a registry for all counter type IDs used by Aeron.
- aeronDirectory() - Method in class io.aeron.archive.codecs.mark.MarkFileHeaderDecoder
-
- aeronDirectory(String) - Method in class io.aeron.archive.codecs.mark.MarkFileHeaderEncoder
-
- aeronDirectory(CharSequence) - Method in class io.aeron.archive.codecs.mark.MarkFileHeaderEncoder
-
- aeronDirectory() - Method in class io.aeron.CommonContext
-
Get the directory in which the aeron config files are stored.
- aeronDirectoryCharacterEncoding() - Static method in class io.aeron.archive.codecs.mark.MarkFileHeaderDecoder
-
- aeronDirectoryCharacterEncoding() - Static method in class io.aeron.archive.codecs.mark.MarkFileHeaderEncoder
-
- aeronDirectoryHeaderLength() - Static method in class io.aeron.archive.codecs.mark.MarkFileHeaderDecoder
-
- aeronDirectoryHeaderLength() - Static method in class io.aeron.archive.codecs.mark.MarkFileHeaderEncoder
-
- aeronDirectoryId() - Static method in class io.aeron.archive.codecs.mark.MarkFileHeaderDecoder
-
- aeronDirectoryId() - Static method in class io.aeron.archive.codecs.mark.MarkFileHeaderEncoder
-
- aeronDirectoryLength() - Method in class io.aeron.archive.codecs.mark.MarkFileHeaderDecoder
-
- aeronDirectoryMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.mark.MarkFileHeaderDecoder
-
- aeronDirectoryMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.mark.MarkFileHeaderEncoder
-
- aeronDirectoryName(String) - Method in class io.aeron.Aeron.Context
-
Set the top level Aeron directory used for communication between the client and Media Driver, and the location
of the data buffers.
- aeronDirectoryName(String) - Method in class io.aeron.archive.Archive.Context
-
Set the top level Aeron directory used for communication between the Aeron client and Media Driver.
- aeronDirectoryName() - Method in class io.aeron.archive.Archive.Context
-
Get the top level Aeron directory used for communication between the Aeron client and Media Driver.
- aeronDirectoryName(String) - Method in class io.aeron.archive.client.AeronArchive.Context
-
Set the top level Aeron directory used for communication between the Aeron client and Media Driver.
- aeronDirectoryName() - Method in class io.aeron.archive.client.AeronArchive.Context
-
Get the top level Aeron directory used for communication between the Aeron client and Media Driver.
- aeronDirectoryName() - Method in class io.aeron.CommonContext
-
Get the top level Aeron directory used for communication between the client and Media Driver, and
the location of the data buffers.
- aeronDirectoryName(String) - Method in class io.aeron.CommonContext
-
Set the top level Aeron directory used for communication between the client and Media Driver, and the location
of the data buffers.
- aeronDirectoryName() - Method in class io.aeron.driver.MediaDriver
-
Used to access the configured aeronDirectoryName for this MediaDriver, typically used after the
MediaDriver.launchEmbedded()
method is used.
- aeronDirectoryName(String) - Method in class io.aeron.driver.MediaDriver.Context
-
Set the top level Aeron directory used for communication between the client and Media Driver, and the location
of the data buffers.
- aeronDirectoryName(String) - Method in class io.aeron.samples.cluster.ClusterConfig
-
Set the aeron directory for all configuration contexts.
- aeronDirectorySinceVersion() - Static method in class io.aeron.archive.codecs.mark.MarkFileHeaderDecoder
-
- AeronException - Exception in io.aeron.exceptions
-
Base Aeron exception for catching all Aeron specific errors.
- AeronException() - Constructor for exception io.aeron.exceptions.AeronException
-
- AeronException(AeronException.Category) - Constructor for exception io.aeron.exceptions.AeronException
-
- AeronException(String) - Constructor for exception io.aeron.exceptions.AeronException
-
- AeronException(Throwable) - Constructor for exception io.aeron.exceptions.AeronException
-
- AeronException(String, AeronException.Category) - Constructor for exception io.aeron.exceptions.AeronException
-
- AeronException(String, Throwable) - Constructor for exception io.aeron.exceptions.AeronException
-
- AeronException(Throwable, AeronException.Category) - Constructor for exception io.aeron.exceptions.AeronException
-
- AeronException(String, Throwable, AeronException.Category) - Constructor for exception io.aeron.exceptions.AeronException
-
- AeronException(String, Throwable, boolean, boolean) - Constructor for exception io.aeron.exceptions.AeronException
-
Constructs a new Aeron exception with the a detail message, cause, suppression enabled or disabled,
and writable stack trace enabled or disabled, in the category
AeronException.Category.ERROR
.
- AeronException(String, Throwable, boolean, boolean, AeronException.Category) - Constructor for exception io.aeron.exceptions.AeronException
-
Constructs a new Aeron exception with the a detail message, cause, suppression enabled or disabled,
writable stack trace enabled or disabled, an
AeronException.Category
.
- AeronException.Category - Enum in io.aeron.exceptions
-
- AeronStat - Class in io.aeron.samples
-
Tool for printing out Aeron counters.
- AeronStat() - Constructor for class io.aeron.samples.AeronStat
-
- AGE_IN_MS_FIELD_OFFSET - Static variable in class io.aeron.protocol.ResolutionEntryFlyweight
-
Offset in the frame at which the age field begins.
- ageInMs(int) - Method in class io.aeron.protocol.ResolutionEntryFlyweight
-
Set the age of the entry based on last observed activity.
- ageInMs() - Method in class io.aeron.protocol.ResolutionEntryFlyweight
-
Get the age of the entry based on last observed activity.
- agentIdleStrategy(String, StatusIndicator) - Static method in class io.aeron.driver.Configuration
-
- alias(String) - Method in class io.aeron.ChannelUriStringBuilder
-
Set the alias for a URI.
- alias(ChannelUri) - Method in class io.aeron.ChannelUriStringBuilder
-
Set the alias to be value which is in the
ChannelUri
which may be null.
- alias() - Method in class io.aeron.ChannelUriStringBuilder
-
Get the alias present in the URI.
- ALIAS_PARAM_NAME - Static variable in class io.aeron.CommonContext
-
Parameter name for channel URI param to indicate an alias for the given URI.
- alignment() - Method in class io.aeron.archive.codecs.CatalogHeaderDecoder
-
- alignment(int) - Method in class io.aeron.archive.codecs.CatalogHeaderEncoder
-
- alignmentEncodingLength() - Static method in class io.aeron.archive.codecs.CatalogHeaderDecoder
-
- alignmentEncodingLength() - Static method in class io.aeron.archive.codecs.CatalogHeaderEncoder
-
- alignmentEncodingOffset() - Static method in class io.aeron.archive.codecs.CatalogHeaderDecoder
-
- alignmentEncodingOffset() - Static method in class io.aeron.archive.codecs.CatalogHeaderEncoder
-
- alignmentId() - Static method in class io.aeron.archive.codecs.CatalogHeaderDecoder
-
- alignmentId() - Static method in class io.aeron.archive.codecs.CatalogHeaderEncoder
-
- alignmentMaxValue() - Static method in class io.aeron.archive.codecs.CatalogHeaderDecoder
-
- alignmentMaxValue() - Static method in class io.aeron.archive.codecs.CatalogHeaderEncoder
-
- alignmentMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.CatalogHeaderDecoder
-
- alignmentMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.CatalogHeaderEncoder
-
- alignmentMinValue() - Static method in class io.aeron.archive.codecs.CatalogHeaderDecoder
-
- alignmentMinValue() - Static method in class io.aeron.archive.codecs.CatalogHeaderEncoder
-
- alignmentNullValue() - Static method in class io.aeron.archive.codecs.CatalogHeaderDecoder
-
- alignmentNullValue() - Static method in class io.aeron.archive.codecs.CatalogHeaderEncoder
-
- alignmentSinceVersion() - Static method in class io.aeron.archive.codecs.CatalogHeaderDecoder
-
- alignmentSinceVersion() - Static method in class io.aeron.archive.codecs.CatalogHeaderEncoder
-
- allocate(Aeron, UnsafeBuffer, long, int, int, String, String) - Static method in class io.aeron.archive.status.RecordingPos
-
Allocated a recording position counter and populate the metadata.
- allocate(MutableDirectBuffer, CountersManager, long) - Static method in class io.aeron.driver.status.ClientHeartbeatTimestamp
-
- allocate(MutableDirectBuffer, String, CountersManager, long, int, int, String) - Static method in class io.aeron.driver.status.PerImageIndicator
-
- allocate(MutableDirectBuffer, CountersManager, long, int, int, String) - Static method in class io.aeron.driver.status.PublisherLimit
-
Allocate a new publisher limit counter for a stream.
- allocate(MutableDirectBuffer, CountersManager, long, int, int, String) - Static method in class io.aeron.driver.status.PublisherPos
-
Allocate a new publication position counter for a stream.
- allocate(MutableDirectBuffer, CountersManager, long, String) - Static method in class io.aeron.driver.status.ReceiveChannelStatus
-
Allocate a new channel status counter for a stream.
- allocate(MutableDirectBuffer, CountersManager, long, int) - Static method in class io.aeron.driver.status.ReceiveLocalSocketAddress
-
Allocate a counter to represent a local socket address associated with a receive channel.
- allocate(MutableDirectBuffer, CountersManager, long, int, int, String) - Static method in class io.aeron.driver.status.ReceiverHwm
-
Allocate a new receiver high-water-mark position counter for a stream.
- allocate(MutableDirectBuffer, CountersManager, long, int, int, String) - Static method in class io.aeron.driver.status.ReceiverPos
-
Allocate a new receiver position counter for a stream.
- allocate(MutableDirectBuffer, CountersManager, long, String) - Static method in class io.aeron.driver.status.SendChannelStatus
-
Allocate a new channel status counter for a stream.
- allocate(MutableDirectBuffer, CountersManager, long, int, int, String) - Static method in class io.aeron.driver.status.SenderBpe
-
Allocate a new sender back-pressure counter for a stream.
- allocate(MutableDirectBuffer, CountersManager, long, int, int, String) - Static method in class io.aeron.driver.status.SenderLimit
-
Allocate a new sender limit counter for a stream.
- allocate(MutableDirectBuffer, CountersManager, long, int, int, String) - Static method in class io.aeron.driver.status.SenderPos
-
Allocate a new sender position counter for a stream.
- allocate(MutableDirectBuffer, CountersManager, long, int) - Static method in class io.aeron.driver.status.SendLocalSocketAddress
-
Allocate a counter to represent a local socket address associated with a send channel.
- allocate(MutableDirectBuffer, String, int, CountersManager, long, int, int, String) - Static method in class io.aeron.driver.status.StreamCounter
-
Allocate a counter for tracking a position on a stream of messages.
- allocate(MutableDirectBuffer, String, int, CountersManager, long, int, int, String, long) - Static method in class io.aeron.driver.status.StreamCounter
-
Allocate a counter for tracking a position on a stream of messages.
- allocate(MutableDirectBuffer, CountersManager, long, long, int, int, String, long) - Static method in class io.aeron.driver.status.SubscriberPos
-
Allocate a new subscriber position counter for a stream.
- allocate(MutableDirectBuffer, String, int, CountersManager, long, String) - Static method in class io.aeron.status.ChannelEndpointStatus
-
Allocate an indicator for tracking the status of a channel endpoint.
- allocate(MutableDirectBuffer, String, int, CountersManager, long) - Static method in class io.aeron.status.HeartbeatTimestamp
-
Allocate a counter for tracking the last heartbeat of an entity.
- allocate(MutableDirectBuffer, CountersManager, long, int, String, int) - Static method in class io.aeron.status.LocalSocketAddressStatus
-
Allocate a counter to represent a local socket address associated with a channel.
- allocateCounterId(MutableDirectBuffer, String, int, CountersManager, long, int, int, String) - Static method in class io.aeron.driver.status.StreamCounter
-
Allocate a counter id for tracking a position on a stream of messages.
- allocateCounterId(MutableDirectBuffer, String, int, CountersManager, long) - Static method in class io.aeron.status.HeartbeatTimestamp
-
Allocate a counter id for tracking the last heartbeat of an entity.
- allocateDirectAlignedAndPadded(int, int) - Static method in class io.aeron.driver.media.NetworkUtil
-
Allocate a direct
ByteBuffer
that is padded at the end with at least alignment bytes.
- allowTermination(File, DirectBuffer, int, int) - Method in class io.aeron.driver.DefaultAllowTerminationValidator
-
Should the given termination request be considered valid or not.
- allowTermination(File, DirectBuffer, int, int) - Method in class io.aeron.driver.DefaultDenyTerminationValidator
-
Should the given termination request be considered valid or not.
- allowTermination(File, DirectBuffer, int, int) - Method in interface io.aeron.driver.TerminationValidator
-
Should the given termination request be considered valid or not.
- append(DirectBuffer, int, int) - Method in class io.aeron.BufferBuilder
-
Append a source buffer to the end of the internal buffer, resizing the internal buffer as required.
- appendAddress(Appendable) - Method in class io.aeron.protocol.ResolutionEntryFlyweight
-
Append the address to the provided
Appendable
in ASCII format.
- appendBlock(int, int, MutableDirectBuffer, int, int) - Method in class io.aeron.logbuffer.ExclusiveTermAppender
-
Append pre-formatted block of message fragments into the term buffer.
- appendChannel(Appendable) - Method in class io.aeron.command.DestinationMessageFlyweight
-
- appendChannel(Appendable) - Method in class io.aeron.command.ImageMessageFlyweight
-
- appendChannel(Appendable) - Method in class io.aeron.command.PublicationMessageFlyweight
-
- appendChannel(Appendable) - Method in class io.aeron.command.SubscriptionMessageFlyweight
-
- appendFlagsAsChars(short, Appendable) - Static method in class io.aeron.protocol.HeaderFlyweight
-
Append header flags to an
Appendable
to be human readable.
- appendFragmentedMessage(int, int, HeaderWriter, DirectBuffer, int, int, int, ReservedValueSupplier) - Method in class io.aeron.logbuffer.ExclusiveTermAppender
-
Append a fragmented message to the the term buffer.
- appendFragmentedMessage(int, int, HeaderWriter, DirectBuffer, int, int, DirectBuffer, int, int, int, ReservedValueSupplier) - Method in class io.aeron.logbuffer.ExclusiveTermAppender
-
Append a fragmented message to the the term buffer.
- appendFragmentedMessage(int, int, HeaderWriter, DirectBufferVector[], int, int, ReservedValueSupplier) - Method in class io.aeron.logbuffer.ExclusiveTermAppender
-
Append a fragmented message to the the term buffer.
- appendFragmentedMessage(HeaderWriter, DirectBuffer, int, int, int, ReservedValueSupplier, int) - Method in class io.aeron.logbuffer.TermAppender
-
Append a fragmented message to the the term buffer.
- appendFragmentedMessage(HeaderWriter, DirectBuffer, int, int, DirectBuffer, int, int, int, ReservedValueSupplier, int) - Method in class io.aeron.logbuffer.TermAppender
-
Append a fragmented message to the the term buffer.
- appendFragmentedMessage(HeaderWriter, DirectBufferVector[], int, int, ReservedValueSupplier, int) - Method in class io.aeron.logbuffer.TermAppender
-
Append a fragmented message to the the term buffer.
- appendLogFileName(Appendable) - Method in class io.aeron.command.ImageBuffersReadyFlyweight
-
- appendLogFileName(Appendable) - Method in class io.aeron.command.PublicationBuffersReadyFlyweight
-
- appendMessage(Appendable) - Method in class io.aeron.command.ErrorResponseFlyweight
-
Append the error message to an appendable without allocation.
- appendName(StringBuilder) - Method in class io.aeron.protocol.ResolutionEntryFlyweight
-
Append the name to the provided
Appendable
in ASCII format.
- appendPadding(int) - Method in class io.aeron.ExclusivePublication
-
Append a padding record log of a given length to make up the log to a position.
- appendPadding(int, int, HeaderWriter, int) - Method in class io.aeron.logbuffer.ExclusiveTermAppender
-
Pad a length of the term buffer with a padding record.
- appendSourceIdentity(Appendable) - Method in class io.aeron.command.ImageBuffersReadyFlyweight
-
- appendTo(StringBuilder) - Method in class io.aeron.archive.codecs.AttachSegmentsRequestDecoder
-
- appendTo(StringBuilder) - Method in class io.aeron.archive.codecs.AttachSegmentsRequestEncoder
-
- appendTo(StringBuilder) - Method in class io.aeron.archive.codecs.AuthConnectRequestDecoder
-
- appendTo(StringBuilder) - Method in class io.aeron.archive.codecs.AuthConnectRequestEncoder
-
- appendTo(StringBuilder) - Method in class io.aeron.archive.codecs.BoundedReplayRequestDecoder
-
- appendTo(StringBuilder) - Method in class io.aeron.archive.codecs.BoundedReplayRequestEncoder
-
- appendTo(StringBuilder) - Method in class io.aeron.archive.codecs.CatalogHeaderDecoder
-
- appendTo(StringBuilder) - Method in class io.aeron.archive.codecs.CatalogHeaderEncoder
-
- appendTo(StringBuilder) - Method in class io.aeron.archive.codecs.ChallengeDecoder
-
- appendTo(StringBuilder) - Method in class io.aeron.archive.codecs.ChallengeEncoder
-
- appendTo(StringBuilder) - Method in class io.aeron.archive.codecs.ChallengeResponseDecoder
-
- appendTo(StringBuilder) - Method in class io.aeron.archive.codecs.ChallengeResponseEncoder
-
- appendTo(StringBuilder) - Method in class io.aeron.archive.codecs.CloseSessionRequestDecoder
-
- appendTo(StringBuilder) - Method in class io.aeron.archive.codecs.CloseSessionRequestEncoder
-
- appendTo(StringBuilder) - Method in class io.aeron.archive.codecs.ConnectRequestDecoder
-
- appendTo(StringBuilder) - Method in class io.aeron.archive.codecs.ConnectRequestEncoder
-
- appendTo(StringBuilder) - Method in class io.aeron.archive.codecs.ControlResponseDecoder
-
- appendTo(StringBuilder) - Method in class io.aeron.archive.codecs.ControlResponseEncoder
-
- appendTo(StringBuilder) - Method in class io.aeron.archive.codecs.DeleteDetachedSegmentsRequestDecoder
-
- appendTo(StringBuilder) - Method in class io.aeron.archive.codecs.DeleteDetachedSegmentsRequestEncoder
-
- appendTo(StringBuilder) - Method in class io.aeron.archive.codecs.DetachSegmentsRequestDecoder
-
- appendTo(StringBuilder) - Method in class io.aeron.archive.codecs.DetachSegmentsRequestEncoder
-
- appendTo(StringBuilder) - Method in class io.aeron.archive.codecs.ExtendRecordingRequest2Decoder
-
- appendTo(StringBuilder) - Method in class io.aeron.archive.codecs.ExtendRecordingRequest2Encoder
-
- appendTo(StringBuilder) - Method in class io.aeron.archive.codecs.ExtendRecordingRequestDecoder
-
- appendTo(StringBuilder) - Method in class io.aeron.archive.codecs.ExtendRecordingRequestEncoder
-
- appendTo(StringBuilder) - Method in class io.aeron.archive.codecs.FindLastMatchingRecordingRequestDecoder
-
- appendTo(StringBuilder) - Method in class io.aeron.archive.codecs.FindLastMatchingRecordingRequestEncoder
-
- appendTo(StringBuilder) - Method in class io.aeron.archive.codecs.KeepAliveRequestDecoder
-
- appendTo(StringBuilder) - Method in class io.aeron.archive.codecs.KeepAliveRequestEncoder
-
- appendTo(StringBuilder) - Method in class io.aeron.archive.codecs.ListRecordingRequestDecoder
-
- appendTo(StringBuilder) - Method in class io.aeron.archive.codecs.ListRecordingRequestEncoder
-
- appendTo(StringBuilder) - Method in class io.aeron.archive.codecs.ListRecordingsForUriRequestDecoder
-
- appendTo(StringBuilder) - Method in class io.aeron.archive.codecs.ListRecordingsForUriRequestEncoder
-
- appendTo(StringBuilder) - Method in class io.aeron.archive.codecs.ListRecordingsRequestDecoder
-
- appendTo(StringBuilder) - Method in class io.aeron.archive.codecs.ListRecordingsRequestEncoder
-
- appendTo(StringBuilder) - Method in class io.aeron.archive.codecs.ListRecordingSubscriptionsRequestDecoder
-
- appendTo(StringBuilder) - Method in class io.aeron.archive.codecs.ListRecordingSubscriptionsRequestEncoder
-
- appendTo(StringBuilder) - Method in class io.aeron.archive.codecs.mark.MarkFileHeaderDecoder
-
- appendTo(StringBuilder) - Method in class io.aeron.archive.codecs.mark.MarkFileHeaderEncoder
-
- appendTo(StringBuilder) - Method in class io.aeron.archive.codecs.mark.MessageHeaderDecoder
-
- appendTo(StringBuilder) - Method in class io.aeron.archive.codecs.mark.MessageHeaderEncoder
-
- appendTo(StringBuilder) - Method in class io.aeron.archive.codecs.mark.VarAsciiEncodingDecoder
-
- appendTo(StringBuilder) - Method in class io.aeron.archive.codecs.mark.VarAsciiEncodingEncoder
-
- appendTo(StringBuilder) - Method in class io.aeron.archive.codecs.MessageHeaderDecoder
-
- appendTo(StringBuilder) - Method in class io.aeron.archive.codecs.MessageHeaderEncoder
-
- appendTo(StringBuilder) - Method in class io.aeron.archive.codecs.MigrateSegmentsRequestDecoder
-
- appendTo(StringBuilder) - Method in class io.aeron.archive.codecs.MigrateSegmentsRequestEncoder
-
- appendTo(StringBuilder) - Method in class io.aeron.archive.codecs.PurgeRecordingRequestDecoder
-
- appendTo(StringBuilder) - Method in class io.aeron.archive.codecs.PurgeRecordingRequestEncoder
-
- appendTo(StringBuilder) - Method in class io.aeron.archive.codecs.PurgeSegmentsRequestDecoder
-
- appendTo(StringBuilder) - Method in class io.aeron.archive.codecs.PurgeSegmentsRequestEncoder
-
- appendTo(StringBuilder) - Method in class io.aeron.archive.codecs.RecordingDescriptorDecoder
-
- appendTo(StringBuilder) - Method in class io.aeron.archive.codecs.RecordingDescriptorEncoder
-
- appendTo(StringBuilder) - Method in class io.aeron.archive.codecs.RecordingDescriptorHeaderDecoder
-
- appendTo(StringBuilder) - Method in class io.aeron.archive.codecs.RecordingDescriptorHeaderEncoder
-
- appendTo(StringBuilder) - Method in class io.aeron.archive.codecs.RecordingPositionRequestDecoder
-
- appendTo(StringBuilder) - Method in class io.aeron.archive.codecs.RecordingPositionRequestEncoder
-
- appendTo(StringBuilder) - Method in class io.aeron.archive.codecs.RecordingProgressDecoder
-
- appendTo(StringBuilder) - Method in class io.aeron.archive.codecs.RecordingProgressEncoder
-
- appendTo(StringBuilder) - Method in class io.aeron.archive.codecs.RecordingSignalEventDecoder
-
- appendTo(StringBuilder) - Method in class io.aeron.archive.codecs.RecordingSignalEventEncoder
-
- appendTo(StringBuilder) - Method in class io.aeron.archive.codecs.RecordingStartedDecoder
-
- appendTo(StringBuilder) - Method in class io.aeron.archive.codecs.RecordingStartedEncoder
-
- appendTo(StringBuilder) - Method in class io.aeron.archive.codecs.RecordingStoppedDecoder
-
- appendTo(StringBuilder) - Method in class io.aeron.archive.codecs.RecordingStoppedEncoder
-
- appendTo(StringBuilder) - Method in class io.aeron.archive.codecs.RecordingSubscriptionDescriptorDecoder
-
- appendTo(StringBuilder) - Method in class io.aeron.archive.codecs.RecordingSubscriptionDescriptorEncoder
-
- appendTo(StringBuilder) - Method in class io.aeron.archive.codecs.ReplayRequestDecoder
-
- appendTo(StringBuilder) - Method in class io.aeron.archive.codecs.ReplayRequestEncoder
-
- appendTo(StringBuilder) - Method in class io.aeron.archive.codecs.ReplicateRequest2Decoder
-
- appendTo(StringBuilder) - Method in class io.aeron.archive.codecs.ReplicateRequest2Encoder
-
- appendTo(StringBuilder) - Method in class io.aeron.archive.codecs.ReplicateRequestDecoder
-
- appendTo(StringBuilder) - Method in class io.aeron.archive.codecs.ReplicateRequestEncoder
-
- appendTo(StringBuilder) - Method in class io.aeron.archive.codecs.StartPositionRequestDecoder
-
- appendTo(StringBuilder) - Method in class io.aeron.archive.codecs.StartPositionRequestEncoder
-
- appendTo(StringBuilder) - Method in class io.aeron.archive.codecs.StartRecordingRequest2Decoder
-
- appendTo(StringBuilder) - Method in class io.aeron.archive.codecs.StartRecordingRequest2Encoder
-
- appendTo(StringBuilder) - Method in class io.aeron.archive.codecs.StartRecordingRequestDecoder
-
- appendTo(StringBuilder) - Method in class io.aeron.archive.codecs.StartRecordingRequestEncoder
-
- appendTo(StringBuilder) - Method in class io.aeron.archive.codecs.StopAllReplaysRequestDecoder
-
- appendTo(StringBuilder) - Method in class io.aeron.archive.codecs.StopAllReplaysRequestEncoder
-
- appendTo(StringBuilder) - Method in class io.aeron.archive.codecs.StopPositionRequestDecoder
-
- appendTo(StringBuilder) - Method in class io.aeron.archive.codecs.StopPositionRequestEncoder
-
- appendTo(StringBuilder) - Method in class io.aeron.archive.codecs.StopRecordingByIdentityRequestDecoder
-
- appendTo(StringBuilder) - Method in class io.aeron.archive.codecs.StopRecordingByIdentityRequestEncoder
-
- appendTo(StringBuilder) - Method in class io.aeron.archive.codecs.StopRecordingRequestDecoder
-
- appendTo(StringBuilder) - Method in class io.aeron.archive.codecs.StopRecordingRequestEncoder
-
- appendTo(StringBuilder) - Method in class io.aeron.archive.codecs.StopRecordingSubscriptionRequestDecoder
-
- appendTo(StringBuilder) - Method in class io.aeron.archive.codecs.StopRecordingSubscriptionRequestEncoder
-
- appendTo(StringBuilder) - Method in class io.aeron.archive.codecs.StopReplayRequestDecoder
-
- appendTo(StringBuilder) - Method in class io.aeron.archive.codecs.StopReplayRequestEncoder
-
- appendTo(StringBuilder) - Method in class io.aeron.archive.codecs.StopReplicationRequestDecoder
-
- appendTo(StringBuilder) - Method in class io.aeron.archive.codecs.StopReplicationRequestEncoder
-
- appendTo(StringBuilder) - Method in class io.aeron.archive.codecs.TaggedReplicateRequestDecoder
-
- appendTo(StringBuilder) - Method in class io.aeron.archive.codecs.TaggedReplicateRequestEncoder
-
- appendTo(StringBuilder) - Method in class io.aeron.archive.codecs.TruncateRecordingRequestDecoder
-
- appendTo(StringBuilder) - Method in class io.aeron.archive.codecs.TruncateRecordingRequestEncoder
-
- appendTo(StringBuilder) - Method in class io.aeron.archive.codecs.VarAsciiEncodingDecoder
-
- appendTo(StringBuilder) - Method in class io.aeron.archive.codecs.VarAsciiEncodingEncoder
-
- appendTo(StringBuilder) - Method in class io.aeron.archive.codecs.VarDataEncodingDecoder
-
- appendTo(StringBuilder) - Method in class io.aeron.archive.codecs.VarDataEncodingEncoder
-
- appendUnfragmentedMessage(int, int, HeaderWriter, DirectBuffer, int, int, ReservedValueSupplier) - Method in class io.aeron.logbuffer.ExclusiveTermAppender
-
Append an unfragmented message to the the term buffer.
- appendUnfragmentedMessage(int, int, HeaderWriter, DirectBuffer, int, int, DirectBuffer, int, int, ReservedValueSupplier) - Method in class io.aeron.logbuffer.ExclusiveTermAppender
-
Append an unfragmented message to the the term buffer.
- appendUnfragmentedMessage(int, int, HeaderWriter, DirectBufferVector[], int, ReservedValueSupplier) - Method in class io.aeron.logbuffer.ExclusiveTermAppender
-
Append an unfragmented message to the the term buffer as a gathering of vectors.
- appendUnfragmentedMessage(HeaderWriter, DirectBuffer, int, int, DirectBuffer, int, int, ReservedValueSupplier, int) - Method in class io.aeron.logbuffer.TermAppender
-
Append an unfragmented message to the the term buffer.
- appendUnfragmentedMessage(HeaderWriter, DirectBuffer, int, int, ReservedValueSupplier, int) - Method in class io.aeron.logbuffer.TermAppender
-
Append an unfragmented message to the the term buffer.
- appendUnfragmentedMessage(HeaderWriter, DirectBufferVector[], int, ReservedValueSupplier, int) - Method in class io.aeron.logbuffer.TermAppender
-
Append an unfragmented message to the the term buffer as a gathering of vectors.
- applicationSpecificFeedback() - Static method in class io.aeron.driver.Configuration
-
- applicationSpecificFeedback() - Method in class io.aeron.driver.MediaDriver.Context
-
Deprecated.
- applicationSpecificFeedback(byte[]) - Method in class io.aeron.driver.MediaDriver.Context
-
Deprecated.
- applyAsInt(SelectionKey) - Method in class io.aeron.samples.raw.SendHackSelectReceiveUdpPing
- applyDefaultHeader(UnsafeBuffer, UnsafeBuffer, int) - Static method in class io.aeron.logbuffer.LogBufferDescriptor
-
Apply the default header for a message in a term.
- applyStreamId() - Method in class io.aeron.archive.codecs.ListRecordingSubscriptionsRequestDecoder
-
- applyStreamId(BooleanType) - Method in class io.aeron.archive.codecs.ListRecordingSubscriptionsRequestEncoder
-
- applyStreamIdEncodingLength() - Static method in class io.aeron.archive.codecs.ListRecordingSubscriptionsRequestDecoder
-
- applyStreamIdEncodingLength() - Static method in class io.aeron.archive.codecs.ListRecordingSubscriptionsRequestEncoder
-
- applyStreamIdEncodingOffset() - Static method in class io.aeron.archive.codecs.ListRecordingSubscriptionsRequestDecoder
-
- applyStreamIdEncodingOffset() - Static method in class io.aeron.archive.codecs.ListRecordingSubscriptionsRequestEncoder
-
- applyStreamIdId() - Static method in class io.aeron.archive.codecs.ListRecordingSubscriptionsRequestDecoder
-
- applyStreamIdId() - Static method in class io.aeron.archive.codecs.ListRecordingSubscriptionsRequestEncoder
-
- applyStreamIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.ListRecordingSubscriptionsRequestDecoder
-
- applyStreamIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.ListRecordingSubscriptionsRequestEncoder
-
- applyStreamIdRaw() - Method in class io.aeron.archive.codecs.ListRecordingSubscriptionsRequestDecoder
-
- applyStreamIdSinceVersion() - Static method in class io.aeron.archive.codecs.ListRecordingSubscriptionsRequestDecoder
-
- applyStreamIdSinceVersion() - Static method in class io.aeron.archive.codecs.ListRecordingSubscriptionsRequestEncoder
-
- Archive - Class in io.aeron.archive
-
The Aeron Archive which allows for the recording and replay of local and remote
Publication
s .
- archive() - Method in class io.aeron.archive.ArchivingMediaDriver
-
- Archive.Configuration - Class in io.aeron.archive
-
Configuration for system properties and defaults.
- Archive.Context - Class in io.aeron.archive
-
Overrides for the defaults and system properties.
- ARCHIVE_CONTROL_PORT_OFFSET - Static variable in class io.aeron.samples.cluster.ClusterConfig
-
- ARCHIVE_CONTROL_SESSIONS_TYPE_ID - Static variable in class io.aeron.AeronCounters
-
The type id of the
Counter
used for keeping track of the count of concurrent control sessions.
- ARCHIVE_CONTROL_SESSIONS_TYPE_ID - Static variable in class io.aeron.archive.Archive.Configuration
-
The type id of the
Counter
used for keeping track of the count of concurrent control sessions.
- ARCHIVE_DIR_DEFAULT - Static variable in class io.aeron.archive.Archive.Configuration
-
Default directory for the archive files.
- ARCHIVE_DIR_DELETE_ON_START_PROP_NAME - Static variable in class io.aeron.archive.Archive.Configuration
-
Should the archive delete existing files on start.
- ARCHIVE_DIR_PROP_NAME - Static variable in class io.aeron.archive.Archive.Configuration
-
Directory in which the archive stores it files such as the catalog and recordings.
- ARCHIVE_ERROR_COUNT_TYPE_ID - Static variable in class io.aeron.AeronCounters
-
The type id of the
Counter
used for keeping track of the number of errors that have occurred.
- ARCHIVE_ERROR_COUNT_TYPE_ID - Static variable in class io.aeron.archive.Archive.Configuration
-
The type id of the
Counter
used for keeping track of the number of errors that have occurred.
- ARCHIVE_IDLE_STRATEGY_PROP_NAME - Static variable in class io.aeron.archive.Archive.Configuration
-
- ARCHIVE_RECORDER_IDLE_STRATEGY_PROP_NAME - Static variable in class io.aeron.archive.Archive.Configuration
-
- ARCHIVE_RECORDING_POSITION_TYPE_ID - Static variable in class io.aeron.AeronCounters
-
The position a recording has reached when being archived.
- ARCHIVE_REPLAYER_IDLE_STRATEGY_PROP_NAME - Static variable in class io.aeron.archive.Archive.Configuration
-
- archiveClientContext(AeronArchive.Context) - Method in class io.aeron.archive.Archive.Context
-
Set the
AeronArchive.Context
that should be used for communicating
with a remote archive for replication.
- archiveClientContext() - Method in class io.aeron.archive.Archive.Context
-
Get the
AeronArchive.Context
that should be used for communicating
with a remote archive for replication.
- archiveContext() - Method in class io.aeron.samples.cluster.ClusterConfig
-
Gets the configuration's archive context.
- ArchiveCreator - Class in io.aeron.samples.archive
-
Command line utility for creating a new Archive for migration testing and replay.
- ArchiveCreator() - Constructor for class io.aeron.samples.archive.ArchiveCreator
-
- archiveDir() - Method in class io.aeron.archive.Archive.Context
-
Get the directory in which the Archive will store recordings and the Catalog
.
- archiveDir(File) - Method in class io.aeron.archive.Archive.Context
-
Set the the directory in which the Archive will store recordings and the Catalog
.
- archiveDirChannel() - Method in class io.aeron.archive.Archive.Context
-
Get the
FileChannel
for the directory in which the Archive will store recordings and the
Catalog
.
- archiveDirectoryName(String) - Method in class io.aeron.archive.Archive.Context
-
Set the directory name to be used for the archive to store recordings and the Catalog
.
- archiveDirectoryName() - Method in class io.aeron.archive.Archive.Context
-
Get the directory name to be used to store recordings and the Catalog
.
- archiveDirName() - Static method in class io.aeron.archive.Archive.Configuration
-
Get the directory name to be used for storing the archive.
- ArchiveException - Exception in io.aeron.archive.client
-
- ArchiveException() - Constructor for exception io.aeron.archive.client.ArchiveException
-
- ArchiveException(String) - Constructor for exception io.aeron.archive.client.ArchiveException
-
- ArchiveException(String, int) - Constructor for exception io.aeron.archive.client.ArchiveException
-
- ArchiveException(String, Throwable, int) - Constructor for exception io.aeron.archive.client.ArchiveException
-
- ArchiveException(String, int, long) - Constructor for exception io.aeron.archive.client.ArchiveException
-
- ArchiveException(String, AeronException.Category) - Constructor for exception io.aeron.archive.client.ArchiveException
-
- ArchiveException(String, long, AeronException.Category) - Constructor for exception io.aeron.archive.client.ArchiveException
-
- ArchiveException(String, int, long, AeronException.Category) - Constructor for exception io.aeron.archive.client.ArchiveException
-
ArchiveException exception, plus detail, error code, correlation id of control request,
and
AeronException.Category
.
- archiveFileStore() - Method in class io.aeron.archive.Archive.Context
-
Get the
FileStore
where the archive will record streams.
- archiveFileStore(FileStore) - Method in class io.aeron.archive.Archive.Context
-
Set the
FileStore
where the archive will record streams.
- archiveMarkFile(ArchiveMarkFile) - Method in class io.aeron.archive.Archive.Context
-
- archiveMarkFile() - Method in class io.aeron.archive.Archive.Context
-
- ArchiveMarkFile - Class in io.aeron.archive
-
Used to mark the presence of a running
Archive
in a directory to guard it.
- ArchiveMarkFile(File, String, EpochClock, long, Consumer<String>) - Constructor for class io.aeron.archive.ArchiveMarkFile
-
Construct the
MarkFile
based on an existing directory containing a mark file of a running archive.
- ArchiveMarkFile(File, String, EpochClock, long, IntConsumer, Consumer<String>) - Constructor for class io.aeron.archive.ArchiveMarkFile
-
Open an existing
MarkFile
or create a new one to be used in migration.
- archiveProxy() - Method in class io.aeron.archive.client.AeronArchive
-
The
ArchiveProxy
for send asynchronous messages to the connected archive.
- ArchiveProxy - Class in io.aeron.archive.client
-
Proxy class for encapsulating encoding and sending of control protocol messages to an archive.
- ArchiveProxy(Publication) - Constructor for class io.aeron.archive.client.ArchiveProxy
-
Create a proxy with a
Publication
for sending control message requests.
- ArchiveProxy(Publication, IdleStrategy, NanoClock, long, int, CredentialsSupplier) - Constructor for class io.aeron.archive.client.ArchiveProxy
-
Create a proxy with a
Publication
for sending control message requests.
- ArchiveThreadingMode - Enum in io.aeron.archive
-
- ArchiveTool - Class in io.aeron.archive
-
Tool for inspecting and performing administrative tasks on an
Archive
and its contents which is described
in a
Catalog
.
- ArchiveTool() - Constructor for class io.aeron.archive.ArchiveTool
-
- ArchiveTool.ActionConfirmation<T> - Interface in io.aeron.archive
-
Allows user to confirm or reject an action.
- ArchiveTool.VerifyOption - Enum in io.aeron.archive
-
- ArchivingMediaDriver - Class in io.aeron.archive
-
- asfLength() - Method in class io.aeron.protocol.StatusMessageFlyweight
-
The length of the Application Specific Feedback (or gtag).
- asyncAddDestination(String) - Method in class io.aeron.Publication
-
Asynchronously add a destination manually to a multi-destination-cast Publication.
- asyncAddDestination(String) - Method in class io.aeron.Subscription
-
Asynchronously add a destination manually to a multi-destination Subscription.
- asyncConnect() - Static method in class io.aeron.archive.client.AeronArchive
-
Begin an attempt at creating a connection which can be completed by calling
AeronArchive.AsyncConnect.poll()
until
it returns the client, before complete it will return null.
- asyncConnect(AeronArchive.Context) - Static method in class io.aeron.archive.client.AeronArchive
-
Begin an attempt at creating a connection which can be completed by calling
AeronArchive.AsyncConnect.poll()
until
it returns the client, before complete it will return null.
- asyncRemoveDestination(String) - Method in class io.aeron.Publication
-
Asynchronously remove a previously added destination from a multi-destination-cast Publication.
- asyncRemoveDestination(String) - Method in class io.aeron.Subscription
-
Asynchronously remove a previously added destination from a multi-destination Subscription.
- attachSegments(long) - Method in class io.aeron.archive.client.AeronArchive
-
Attach segments to the beginning of a recording to restore history that was previously detached.
- attachSegments(long, long, long) - Method in class io.aeron.archive.client.ArchiveProxy
-
Attach segments to the beginning of a recording to restore history that was previously detached.
- AttachSegmentsRequestDecoder - Class in io.aeron.archive.codecs
-
Attach segments to beginning of a recording to give a new start position.
- AttachSegmentsRequestDecoder() - Constructor for class io.aeron.archive.codecs.AttachSegmentsRequestDecoder
-
- AttachSegmentsRequestEncoder - Class in io.aeron.archive.codecs
-
Attach segments to beginning of a recording to give a new start position.
- AttachSegmentsRequestEncoder() - Constructor for class io.aeron.archive.codecs.AttachSegmentsRequestEncoder
-
- AuthConnectRequestDecoder - Class in io.aeron.archive.codecs
-
Connect request with authentication credentials.
- AuthConnectRequestDecoder() - Constructor for class io.aeron.archive.codecs.AuthConnectRequestDecoder
-
- AuthConnectRequestEncoder - Class in io.aeron.archive.codecs
-
Connect request with authentication credentials.
- AuthConnectRequestEncoder() - Constructor for class io.aeron.archive.codecs.AuthConnectRequestEncoder
-
- authenticate(byte[]) - Method in interface io.aeron.security.SessionProxy
-
Inform the system that the session has met authentication requirements.
- AUTHENTICATION_REJECTED - Static variable in exception io.aeron.archive.client.ArchiveException
-
The archive is rejecting the session because of failed authentication.
- AuthenticationException - Exception in io.aeron.security
-
Used to indicated a failed authentication attempt when connecting to a system.
- AuthenticationException() - Constructor for exception io.aeron.security.AuthenticationException
-
- AuthenticationException(String) - Constructor for exception io.aeron.security.AuthenticationException
-
- AuthenticationException(Throwable) - Constructor for exception io.aeron.security.AuthenticationException
-
- AuthenticationException(String, Throwable) - Constructor for exception io.aeron.security.AuthenticationException
-
Authentication exception with a detailed message and cause.
- AuthenticationException(String, Throwable, boolean, boolean) - Constructor for exception io.aeron.security.AuthenticationException
-
Constructs a new Authentication exception with the a detail message, cause, suppression enabled or disabled,
and writable stack trace enabled or disabled, in the category
AeronException.Category.ERROR
.
- Authenticator - Interface in io.aeron.security
-
Interface for an Authenticator to handle authentication of clients to a system.
- AUTHENTICATOR_SUPPLIER_DEFAULT - Static variable in class io.aeron.archive.Archive.Configuration
-
Name of the class to use as a supplier of
Authenticator
for the archive.
- AUTHENTICATOR_SUPPLIER_PROP_NAME - Static variable in class io.aeron.archive.Archive.Configuration
-
Name of class to use as a supplier of
Authenticator
for the archive.
- authenticatorSupplier() - Static method in class io.aeron.archive.Archive.Configuration
-
- authenticatorSupplier() - Method in class io.aeron.archive.Archive.Context
-
- authenticatorSupplier(AuthenticatorSupplier) - Method in class io.aeron.archive.Archive.Context
-
- AuthenticatorSupplier - Interface in io.aeron.security
-
- autoStop() - Method in class io.aeron.archive.codecs.ExtendRecordingRequest2Decoder
-
- autoStop(BooleanType) - Method in class io.aeron.archive.codecs.ExtendRecordingRequest2Encoder
-
- autoStop() - Method in class io.aeron.archive.codecs.StartRecordingRequest2Decoder
-
- autoStop(BooleanType) - Method in class io.aeron.archive.codecs.StartRecordingRequest2Encoder
-
- autoStopEncodingLength() - Static method in class io.aeron.archive.codecs.ExtendRecordingRequest2Decoder
-
- autoStopEncodingLength() - Static method in class io.aeron.archive.codecs.ExtendRecordingRequest2Encoder
-
- autoStopEncodingLength() - Static method in class io.aeron.archive.codecs.StartRecordingRequest2Decoder
-
- autoStopEncodingLength() - Static method in class io.aeron.archive.codecs.StartRecordingRequest2Encoder
-
- autoStopEncodingOffset() - Static method in class io.aeron.archive.codecs.ExtendRecordingRequest2Decoder
-
- autoStopEncodingOffset() - Static method in class io.aeron.archive.codecs.ExtendRecordingRequest2Encoder
-
- autoStopEncodingOffset() - Static method in class io.aeron.archive.codecs.StartRecordingRequest2Decoder
-
- autoStopEncodingOffset() - Static method in class io.aeron.archive.codecs.StartRecordingRequest2Encoder
-
- autoStopId() - Static method in class io.aeron.archive.codecs.ExtendRecordingRequest2Decoder
-
- autoStopId() - Static method in class io.aeron.archive.codecs.ExtendRecordingRequest2Encoder
-
- autoStopId() - Static method in class io.aeron.archive.codecs.StartRecordingRequest2Decoder
-
- autoStopId() - Static method in class io.aeron.archive.codecs.StartRecordingRequest2Encoder
-
- autoStopMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.ExtendRecordingRequest2Decoder
-
- autoStopMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.ExtendRecordingRequest2Encoder
-
- autoStopMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.StartRecordingRequest2Decoder
-
- autoStopMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.StartRecordingRequest2Encoder
-
- autoStopRaw() - Method in class io.aeron.archive.codecs.ExtendRecordingRequest2Decoder
-
- autoStopRaw() - Method in class io.aeron.archive.codecs.StartRecordingRequest2Decoder
-
- autoStopSinceVersion() - Static method in class io.aeron.archive.codecs.ExtendRecordingRequest2Decoder
-
- autoStopSinceVersion() - Static method in class io.aeron.archive.codecs.ExtendRecordingRequest2Encoder
-
- autoStopSinceVersion() - Static method in class io.aeron.archive.codecs.StartRecordingRequest2Decoder
-
- autoStopSinceVersion() - Static method in class io.aeron.archive.codecs.StartRecordingRequest2Encoder
-
- available(long) - Static method in class io.aeron.logbuffer.TermScanner
-
The number of bytes that are available to be read after a scan.
- availableCounterHandler(AvailableCounterHandler) - Method in class io.aeron.Aeron.Context
-
Setup a callback for when a counter is available.
- availableCounterHandler() - Method in class io.aeron.Aeron.Context
-
Get the callback handler for when a counter is available.
- AvailableCounterHandler - Interface in io.aeron
-
Interface for notification of
Counter
s becoming available via a
Aeron
client.
- availableImageHandler(AvailableImageHandler) - Method in class io.aeron.Aeron.Context
-
Setup a default callback for when an
Image
is available.
- availableImageHandler() - Method in class io.aeron.Aeron.Context
-
Get the default callback handler for notifying when
Image
s become available.
- AvailableImageHandler - Interface in io.aeron
-
- availableImageHandler() - Method in class io.aeron.Subscription
-
- availableWindow() - Method in class io.aeron.ConcurrentPublication
-
- availableWindow() - Method in class io.aeron.ExclusivePublication
-
- availableWindow() - Method in class io.aeron.Publication
-
- awaitingIdleStrategy(IdleStrategy) - Method in class io.aeron.Aeron.Context
-
Provides an
IdleStrategy
to be used when awaiting a response from the Media Driver.
- awaitingIdleStrategy() - Method in class io.aeron.Aeron.Context
-
The
IdleStrategy
to be used when awaiting a response from the Media Driver.
- cachedEpochClock() - Method in class io.aeron.driver.MediaDriver.Context
-
- cachedEpochClock(CachedEpochClock) - Method in class io.aeron.driver.MediaDriver.Context
-
- cachedNanoClock() - Method in class io.aeron.driver.MediaDriver.Context
-
The
CachedNanoClock
as a source of time in nanoseconds for measuring duration.
- cachedNanoClock(CachedNanoClock) - Method in class io.aeron.driver.MediaDriver.Context
-
- cancelRead(UdpChannelTransport) - Method in class io.aeron.driver.media.ControlTransportPoller
-
Cancel previous registration.
- cancelRead(SendChannelEndpoint) - Method in class io.aeron.driver.media.ControlTransportPoller
-
Cancel a previous read registration.
- cancelRead(UdpChannelTransport) - Method in class io.aeron.driver.media.DataTransportPoller
-
Cancel previous registration.
- cancelRead(ReceiveChannelEndpoint, UdpChannelTransport) - Method in class io.aeron.driver.media.DataTransportPoller
-
Cancel the reading of a given transport.
- cancelRead(UdpChannelTransport) - Method in class io.aeron.driver.media.UdpTransportPoller
-
Cancel previous registration.
- canonicalForm() - Method in class io.aeron.driver.media.UdpChannel
-
The canonical form for the channel
- canonicalise(String, InetSocketAddress, String, InetSocketAddress) - Static method in class io.aeron.driver.media.UdpChannel
-
Return a string which is a canonical form of the channel suitable for use as a file or directory
name and also as a method of hashing, etc.
- capacity(File) - Static method in class io.aeron.archive.ArchiveTool
-
Get the capacity in bytes of the Catalog
.
- capacity(File, long) - Static method in class io.aeron.archive.ArchiveTool
-
Set the capacity in bytes of the Catalog
.
- capacity() - Method in class io.aeron.BufferBuilder
-
The current capacity of the buffer.
- casActiveTermCount(UnsafeBuffer, int, int) - Static method in class io.aeron.logbuffer.LogBufferDescriptor
-
Compare and set the value of the current active term count.
- casRawTail(UnsafeBuffer, int, long, long) - Static method in class io.aeron.logbuffer.LogBufferDescriptor
-
Compare and set the raw value of the tail for the given partition.
- catalog(Catalog) - Method in class io.aeron.archive.Archive.Context
-
The Catalog
describing the contents of the Archive.
- catalog() - Method in class io.aeron.archive.Archive.Context
-
The Catalog
describing the contents of the Archive.
- CATALOG_CAPACITY_DEFAULT - Static variable in class io.aeron.archive.Archive.Configuration
-
Default capacity in bytes for the Catalog
.
- CATALOG_CAPACITY_PROP_NAME - Static variable in class io.aeron.archive.Archive.Configuration
-
Default capacity in bytes of the archive Catalog
.
- CATALOG_FILE_SYNC_LEVEL_DEFAULT - Static variable in class io.aeron.archive.Archive.Configuration
-
Default is to use normal file writes which may mean some data loss in the event of a power failure.
- CATALOG_FILE_SYNC_LEVEL_PROP_NAME - Static variable in class io.aeron.archive.Archive.Configuration
-
The level at which catalog updates and directory should be sync'ed to disk.
- catalogCapacity() - Static method in class io.aeron.archive.Archive.Configuration
-
Default capacity (size) in bytes for the catalog file.
- catalogCapacity(long) - Method in class io.aeron.archive.Archive.Context
-
Capacity in bytes of the Catalog
.
- catalogCapacity() - Method in class io.aeron.archive.Archive.Context
-
Capacity in bytes of the Catalog
.
- catalogFileSyncLevel() - Static method in class io.aeron.archive.Archive.Configuration
-
The level at which the catalog file and directory should be sync'ed to disk.
- catalogFileSyncLevel(int) - Method in class io.aeron.archive.Archive.Context
-
Set level at which the catalog file should be sync'ed to disk.
- CatalogHeaderDecoder - Class in io.aeron.archive.codecs
-
Used as first element in Catalog to set the version and alignment of entries.
- CatalogHeaderDecoder() - Constructor for class io.aeron.archive.codecs.CatalogHeaderDecoder
-
- CatalogHeaderEncoder - Class in io.aeron.archive.codecs
-
Used as first element in Catalog to set the version and alignment of entries.
- CatalogHeaderEncoder() - Constructor for class io.aeron.archive.codecs.CatalogHeaderEncoder
-
- CatalogTool - Class in io.aeron.archive
-
Tool for inspecting and performing administrative tasks on an
Archive
and its contents which is described in
the
Catalog
.
- CatalogTool() - Constructor for class io.aeron.archive.CatalogTool
-
- CatalogView - Class in io.aeron.archive
-
Read only view of a Catalog
which can be used for listing entries.
- CatalogView() - Constructor for class io.aeron.archive.CatalogView
-
- category() - Method in exception io.aeron.exceptions.AeronException
-
- CC_PARAM_VALUE - Static variable in class io.aeron.driver.ext.CubicCongestionControl
-
- CC_PARAM_VALUE - Static variable in class io.aeron.driver.StaticWindowCongestionControl
-
- challenge(byte[]) - Method in interface io.aeron.security.SessionProxy
-
Inform the system that the session requires a challenge by sending the provided encoded challenge.
- ChallengeDecoder - Class in io.aeron.archive.codecs
-
Challenge the client to provide credentials.
- ChallengeDecoder() - Constructor for class io.aeron.archive.codecs.ChallengeDecoder
-
- ChallengeEncoder - Class in io.aeron.archive.codecs
-
Challenge the client to provide credentials.
- ChallengeEncoder() - Constructor for class io.aeron.archive.codecs.ChallengeEncoder
-
- ChallengeResponseDecoder - Class in io.aeron.archive.codecs
-
Response to an archive challenge with credentials.
- ChallengeResponseDecoder() - Constructor for class io.aeron.archive.codecs.ChallengeResponseDecoder
-
- ChallengeResponseEncoder - Class in io.aeron.archive.codecs
-
Response to an archive challenge with credentials.
- ChallengeResponseEncoder() - Constructor for class io.aeron.archive.codecs.ChallengeResponseEncoder
-
- channel() - Method in class io.aeron.archive.codecs.ExtendRecordingRequest2Decoder
-
- channel(String) - Method in class io.aeron.archive.codecs.ExtendRecordingRequest2Encoder
-
- channel(CharSequence) - Method in class io.aeron.archive.codecs.ExtendRecordingRequest2Encoder
-
- channel() - Method in class io.aeron.archive.codecs.ExtendRecordingRequestDecoder
-
- channel(String) - Method in class io.aeron.archive.codecs.ExtendRecordingRequestEncoder
-
- channel(CharSequence) - Method in class io.aeron.archive.codecs.ExtendRecordingRequestEncoder
-
- channel() - Method in class io.aeron.archive.codecs.FindLastMatchingRecordingRequestDecoder
-
- channel(String) - Method in class io.aeron.archive.codecs.FindLastMatchingRecordingRequestEncoder
-
- channel(CharSequence) - Method in class io.aeron.archive.codecs.FindLastMatchingRecordingRequestEncoder
-
- channel() - Method in class io.aeron.archive.codecs.ListRecordingsForUriRequestDecoder
-
- channel(String) - Method in class io.aeron.archive.codecs.ListRecordingsForUriRequestEncoder
-
- channel(CharSequence) - Method in class io.aeron.archive.codecs.ListRecordingsForUriRequestEncoder
-
- channel() - Method in class io.aeron.archive.codecs.ListRecordingSubscriptionsRequestDecoder
-
- channel(String) - Method in class io.aeron.archive.codecs.ListRecordingSubscriptionsRequestEncoder
-
- channel(CharSequence) - Method in class io.aeron.archive.codecs.ListRecordingSubscriptionsRequestEncoder
-
- channel() - Method in class io.aeron.archive.codecs.RecordingStartedDecoder
-
- channel(String) - Method in class io.aeron.archive.codecs.RecordingStartedEncoder
-
- channel(CharSequence) - Method in class io.aeron.archive.codecs.RecordingStartedEncoder
-
- channel() - Method in class io.aeron.archive.codecs.StartRecordingRequest2Decoder
-
- channel(String) - Method in class io.aeron.archive.codecs.StartRecordingRequest2Encoder
-
- channel(CharSequence) - Method in class io.aeron.archive.codecs.StartRecordingRequest2Encoder
-
- channel() - Method in class io.aeron.archive.codecs.StartRecordingRequestDecoder
-
- channel(String) - Method in class io.aeron.archive.codecs.StartRecordingRequestEncoder
-
- channel(CharSequence) - Method in class io.aeron.archive.codecs.StartRecordingRequestEncoder
-
- channel() - Method in class io.aeron.archive.codecs.StopRecordingRequestDecoder
-
- channel(String) - Method in class io.aeron.archive.codecs.StopRecordingRequestEncoder
-
- channel(CharSequence) - Method in class io.aeron.archive.codecs.StopRecordingRequestEncoder
-
- channel() - Method in class io.aeron.command.DestinationMessageFlyweight
-
Get the channel field in ASCII.
- channel(String) - Method in class io.aeron.command.DestinationMessageFlyweight
-
Set channel field in ASCII.
- channel() - Method in class io.aeron.command.ImageMessageFlyweight
-
Get the channel field as ASCII.
- channel(String) - Method in class io.aeron.command.ImageMessageFlyweight
-
Set the channel field as ASCII
- channel() - Method in class io.aeron.command.PublicationMessageFlyweight
-
Get the channel field in ASCII.
- channel(String) - Method in class io.aeron.command.PublicationMessageFlyweight
-
Set the channel field in ASCII.
- channel() - Method in class io.aeron.command.SubscriptionMessageFlyweight
-
Get the channel field in ASCII.
- channel(String) - Method in class io.aeron.command.SubscriptionMessageFlyweight
-
Set channel field in ASCII.
- channel() - Method in class io.aeron.driver.IpcPublication
-
Channel URI string for this publication.
- channel() - Method in class io.aeron.driver.NetworkPublication
-
Channel URI string for this publication.
- channel() - Method in class io.aeron.driver.PublicationImage
-
Get the string representation of the channel URI.
- channel() - Method in class io.aeron.driver.SubscriptionLink
-
Channel URI the subscription is on.
- channel() - Method in class io.aeron.Publication
-
Media address for delivery to the channel.
- channel() - Method in class io.aeron.samples.BacklogStat.StreamCompositeKey
-
The channel as a URI.
- CHANNEL - Static variable in class io.aeron.samples.SampleConfiguration
-
- channel() - Method in class io.aeron.samples.StreamStat.StreamCompositeKey
-
The channel as a URI.
- channel() - Method in class io.aeron.Subscription
-
Media address for delivery to the channel.
- CHANNEL_OFFSET - Static variable in class io.aeron.driver.reports.LossReport
-
Offset within an entry at which the channel field begins.
- CHANNEL_OFFSET - Static variable in class io.aeron.driver.status.StreamCounter
-
Offset in the key meta data for the channel of the counter.
- CHANNEL_OFFSET - Static variable in class io.aeron.status.ChannelEndpointStatus
-
Offset in the key meta data for the channel of the counter.
- CHANNEL_PROP - Static variable in class io.aeron.samples.SampleConfiguration
-
- channelCharacterEncoding() - Static method in class io.aeron.archive.codecs.ExtendRecordingRequest2Decoder
-
- channelCharacterEncoding() - Static method in class io.aeron.archive.codecs.ExtendRecordingRequest2Encoder
-
- channelCharacterEncoding() - Static method in class io.aeron.archive.codecs.ExtendRecordingRequestDecoder
-
- channelCharacterEncoding() - Static method in class io.aeron.archive.codecs.ExtendRecordingRequestEncoder
-
- channelCharacterEncoding() - Static method in class io.aeron.archive.codecs.FindLastMatchingRecordingRequestDecoder
-
- channelCharacterEncoding() - Static method in class io.aeron.archive.codecs.FindLastMatchingRecordingRequestEncoder
-
- channelCharacterEncoding() - Static method in class io.aeron.archive.codecs.ListRecordingsForUriRequestDecoder
-
- channelCharacterEncoding() - Static method in class io.aeron.archive.codecs.ListRecordingsForUriRequestEncoder
-
- channelCharacterEncoding() - Static method in class io.aeron.archive.codecs.ListRecordingSubscriptionsRequestDecoder
-
- channelCharacterEncoding() - Static method in class io.aeron.archive.codecs.ListRecordingSubscriptionsRequestEncoder
-
- channelCharacterEncoding() - Static method in class io.aeron.archive.codecs.RecordingStartedDecoder
-
- channelCharacterEncoding() - Static method in class io.aeron.archive.codecs.RecordingStartedEncoder
-
- channelCharacterEncoding() - Static method in class io.aeron.archive.codecs.StartRecordingRequest2Decoder
-
- channelCharacterEncoding() - Static method in class io.aeron.archive.codecs.StartRecordingRequest2Encoder
-
- channelCharacterEncoding() - Static method in class io.aeron.archive.codecs.StartRecordingRequestDecoder
-
- channelCharacterEncoding() - Static method in class io.aeron.archive.codecs.StartRecordingRequestEncoder
-
- channelCharacterEncoding() - Static method in class io.aeron.archive.codecs.StopRecordingRequestDecoder
-
- channelCharacterEncoding() - Static method in class io.aeron.archive.codecs.StopRecordingRequestEncoder
-
- channelEndpointError(long, Exception) - Method in class io.aeron.driver.DriverConductorProxy
-
Notify the conductor indicating an error with a channel endpoint.
- ChannelEndpointException - Exception in io.aeron.exceptions
-
- ChannelEndpointException(int, String) - Constructor for exception io.aeron.exceptions.ChannelEndpointException
-
Construct an exception with a given status indicator counter id and detail message.
- ChannelEndpointStatus - Class in io.aeron.status
-
- ChannelEndpointStatus() - Constructor for class io.aeron.status.ChannelEndpointStatus
-
- channelHeaderLength() - Static method in class io.aeron.archive.codecs.ExtendRecordingRequest2Decoder
-
- channelHeaderLength() - Static method in class io.aeron.archive.codecs.ExtendRecordingRequest2Encoder
-
- channelHeaderLength() - Static method in class io.aeron.archive.codecs.ExtendRecordingRequestDecoder
-
- channelHeaderLength() - Static method in class io.aeron.archive.codecs.ExtendRecordingRequestEncoder
-
- channelHeaderLength() - Static method in class io.aeron.archive.codecs.FindLastMatchingRecordingRequestDecoder
-
- channelHeaderLength() - Static method in class io.aeron.archive.codecs.FindLastMatchingRecordingRequestEncoder
-
- channelHeaderLength() - Static method in class io.aeron.archive.codecs.ListRecordingsForUriRequestDecoder
-
- channelHeaderLength() - Static method in class io.aeron.archive.codecs.ListRecordingsForUriRequestEncoder
-
- channelHeaderLength() - Static method in class io.aeron.archive.codecs.ListRecordingSubscriptionsRequestDecoder
-
- channelHeaderLength() - Static method in class io.aeron.archive.codecs.ListRecordingSubscriptionsRequestEncoder
-
- channelHeaderLength() - Static method in class io.aeron.archive.codecs.RecordingStartedDecoder
-
- channelHeaderLength() - Static method in class io.aeron.archive.codecs.RecordingStartedEncoder
-
- channelHeaderLength() - Static method in class io.aeron.archive.codecs.StartRecordingRequest2Decoder
-
- channelHeaderLength() - Static method in class io.aeron.archive.codecs.StartRecordingRequest2Encoder
-
- channelHeaderLength() - Static method in class io.aeron.archive.codecs.StartRecordingRequestDecoder
-
- channelHeaderLength() - Static method in class io.aeron.archive.codecs.StartRecordingRequestEncoder
-
- channelHeaderLength() - Static method in class io.aeron.archive.codecs.StopRecordingRequestDecoder
-
- channelHeaderLength() - Static method in class io.aeron.archive.codecs.StopRecordingRequestEncoder
-
- channelId() - Static method in class io.aeron.archive.codecs.ExtendRecordingRequest2Decoder
-
- channelId() - Static method in class io.aeron.archive.codecs.ExtendRecordingRequest2Encoder
-
- channelId() - Static method in class io.aeron.archive.codecs.ExtendRecordingRequestDecoder
-
- channelId() - Static method in class io.aeron.archive.codecs.ExtendRecordingRequestEncoder
-
- channelId() - Static method in class io.aeron.archive.codecs.FindLastMatchingRecordingRequestDecoder
-
- channelId() - Static method in class io.aeron.archive.codecs.FindLastMatchingRecordingRequestEncoder
-
- channelId() - Static method in class io.aeron.archive.codecs.ListRecordingsForUriRequestDecoder
-
- channelId() - Static method in class io.aeron.archive.codecs.ListRecordingsForUriRequestEncoder
-
- channelId() - Static method in class io.aeron.archive.codecs.ListRecordingSubscriptionsRequestDecoder
-
- channelId() - Static method in class io.aeron.archive.codecs.ListRecordingSubscriptionsRequestEncoder
-
- channelId() - Static method in class io.aeron.archive.codecs.RecordingStartedDecoder
-
- channelId() - Static method in class io.aeron.archive.codecs.RecordingStartedEncoder
-
- channelId() - Static method in class io.aeron.archive.codecs.StartRecordingRequest2Decoder
-
- channelId() - Static method in class io.aeron.archive.codecs.StartRecordingRequest2Encoder
-
- channelId() - Static method in class io.aeron.archive.codecs.StartRecordingRequestDecoder
-
- channelId() - Static method in class io.aeron.archive.codecs.StartRecordingRequestEncoder
-
- channelId() - Static method in class io.aeron.archive.codecs.StopRecordingRequestDecoder
-
- channelId() - Static method in class io.aeron.archive.codecs.StopRecordingRequestEncoder
-
- channelLength() - Method in class io.aeron.archive.codecs.ExtendRecordingRequest2Decoder
-
- channelLength() - Method in class io.aeron.archive.codecs.ExtendRecordingRequestDecoder
-
- channelLength() - Method in class io.aeron.archive.codecs.FindLastMatchingRecordingRequestDecoder
-
- channelLength() - Method in class io.aeron.archive.codecs.ListRecordingsForUriRequestDecoder
-
- channelLength() - Method in class io.aeron.archive.codecs.ListRecordingSubscriptionsRequestDecoder
-
- channelLength() - Method in class io.aeron.archive.codecs.RecordingStartedDecoder
-
- channelLength() - Method in class io.aeron.archive.codecs.StartRecordingRequest2Decoder
-
- channelLength() - Method in class io.aeron.archive.codecs.StartRecordingRequestDecoder
-
- channelLength() - Method in class io.aeron.archive.codecs.StopRecordingRequestDecoder
-
- channelMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.ExtendRecordingRequest2Decoder
-
- channelMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.ExtendRecordingRequest2Encoder
-
- channelMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.ExtendRecordingRequestDecoder
-
- channelMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.ExtendRecordingRequestEncoder
-
- channelMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.FindLastMatchingRecordingRequestDecoder
-
- channelMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.FindLastMatchingRecordingRequestEncoder
-
- channelMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.ListRecordingsForUriRequestDecoder
-
- channelMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.ListRecordingsForUriRequestEncoder
-
- channelMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.ListRecordingSubscriptionsRequestDecoder
-
- channelMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.ListRecordingSubscriptionsRequestEncoder
-
- channelMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.RecordingStartedDecoder
-
- channelMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.RecordingStartedEncoder
-
- channelMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.StartRecordingRequest2Decoder
-
- channelMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.StartRecordingRequest2Encoder
-
- channelMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.StartRecordingRequestDecoder
-
- channelMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.StartRecordingRequestEncoder
-
- channelMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.StopRecordingRequestDecoder
-
- channelMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.StopRecordingRequestEncoder
-
- channelSinceVersion() - Static method in class io.aeron.archive.codecs.ExtendRecordingRequest2Decoder
-
- channelSinceVersion() - Static method in class io.aeron.archive.codecs.ExtendRecordingRequestDecoder
-
- channelSinceVersion() - Static method in class io.aeron.archive.codecs.FindLastMatchingRecordingRequestDecoder
-
- channelSinceVersion() - Static method in class io.aeron.archive.codecs.ListRecordingsForUriRequestDecoder
-
- channelSinceVersion() - Static method in class io.aeron.archive.codecs.ListRecordingSubscriptionsRequestDecoder
-
- channelSinceVersion() - Static method in class io.aeron.archive.codecs.RecordingStartedDecoder
-
- channelSinceVersion() - Static method in class io.aeron.archive.codecs.StartRecordingRequest2Decoder
-
- channelSinceVersion() - Static method in class io.aeron.archive.codecs.StartRecordingRequestDecoder
-
- channelSinceVersion() - Static method in class io.aeron.archive.codecs.StopRecordingRequestDecoder
-
- channelStatus() - Method in class io.aeron.Publication
-
Get the status of the media channel for this Publication.
- channelStatus() - Method in class io.aeron.Subscription
-
Get the status of the media channel for this Subscription.
- channelStatusCounterId() - Method in class io.aeron.command.PublicationBuffersReadyFlyweight
-
The channel status counter id.
- channelStatusCounterId(int) - Method in class io.aeron.command.PublicationBuffersReadyFlyweight
-
Set channel status counter id field.
- channelStatusCounterId() - Method in class io.aeron.command.SubscriptionReadyFlyweight
-
The channel status counter id.
- channelStatusCounterId(int) - Method in class io.aeron.command.SubscriptionReadyFlyweight
-
Set channel status counter id field
- channelStatusId() - Method in class io.aeron.Publication
-
Get the counter used to represent the channel status for this publication.
- channelStatusId() - Method in class io.aeron.Subscription
-
Get the counter used to represent the channel status for this Subscription.
- channelTag() - Method in class io.aeron.ChannelUri
-
Get the channel tag, if it exists, that refers to an another channel.
- channelTagId() - Method in class io.aeron.archive.codecs.ReplicateRequest2Decoder
-
- channelTagId(long) - Method in class io.aeron.archive.codecs.ReplicateRequest2Encoder
-
- channelTagId() - Method in class io.aeron.archive.codecs.TaggedReplicateRequestDecoder
-
- channelTagId(long) - Method in class io.aeron.archive.codecs.TaggedReplicateRequestEncoder
-
- channelTagIdEncodingLength() - Static method in class io.aeron.archive.codecs.ReplicateRequest2Decoder
-
- channelTagIdEncodingLength() - Static method in class io.aeron.archive.codecs.ReplicateRequest2Encoder
-
- channelTagIdEncodingLength() - Static method in class io.aeron.archive.codecs.TaggedReplicateRequestDecoder
-
- channelTagIdEncodingLength() - Static method in class io.aeron.archive.codecs.TaggedReplicateRequestEncoder
-
- channelTagIdEncodingOffset() - Static method in class io.aeron.archive.codecs.ReplicateRequest2Decoder
-
- channelTagIdEncodingOffset() - Static method in class io.aeron.archive.codecs.ReplicateRequest2Encoder
-
- channelTagIdEncodingOffset() - Static method in class io.aeron.archive.codecs.TaggedReplicateRequestDecoder
-
- channelTagIdEncodingOffset() - Static method in class io.aeron.archive.codecs.TaggedReplicateRequestEncoder
-
- channelTagIdId() - Static method in class io.aeron.archive.codecs.ReplicateRequest2Decoder
-
- channelTagIdId() - Static method in class io.aeron.archive.codecs.ReplicateRequest2Encoder
-
- channelTagIdId() - Static method in class io.aeron.archive.codecs.TaggedReplicateRequestDecoder
-
- channelTagIdId() - Static method in class io.aeron.archive.codecs.TaggedReplicateRequestEncoder
-
- channelTagIdMaxValue() - Static method in class io.aeron.archive.codecs.ReplicateRequest2Decoder
-
- channelTagIdMaxValue() - Static method in class io.aeron.archive.codecs.ReplicateRequest2Encoder
-
- channelTagIdMaxValue() - Static method in class io.aeron.archive.codecs.TaggedReplicateRequestDecoder
-
- channelTagIdMaxValue() - Static method in class io.aeron.archive.codecs.TaggedReplicateRequestEncoder
-
- channelTagIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.ReplicateRequest2Decoder
-
- channelTagIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.ReplicateRequest2Encoder
-
- channelTagIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.TaggedReplicateRequestDecoder
-
- channelTagIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.TaggedReplicateRequestEncoder
-
- channelTagIdMinValue() - Static method in class io.aeron.archive.codecs.ReplicateRequest2Decoder
-
- channelTagIdMinValue() - Static method in class io.aeron.archive.codecs.ReplicateRequest2Encoder
-
- channelTagIdMinValue() - Static method in class io.aeron.archive.codecs.TaggedReplicateRequestDecoder
-
- channelTagIdMinValue() - Static method in class io.aeron.archive.codecs.TaggedReplicateRequestEncoder
-
- channelTagIdNullValue() - Static method in class io.aeron.archive.codecs.ReplicateRequest2Decoder
-
- channelTagIdNullValue() - Static method in class io.aeron.archive.codecs.ReplicateRequest2Encoder
-
- channelTagIdNullValue() - Static method in class io.aeron.archive.codecs.TaggedReplicateRequestDecoder
-
- channelTagIdNullValue() - Static method in class io.aeron.archive.codecs.TaggedReplicateRequestEncoder
-
- channelTagIdSinceVersion() - Static method in class io.aeron.archive.codecs.ReplicateRequest2Decoder
-
- channelTagIdSinceVersion() - Static method in class io.aeron.archive.codecs.ReplicateRequest2Encoder
-
- channelTagIdSinceVersion() - Static method in class io.aeron.archive.codecs.TaggedReplicateRequestDecoder
-
- channelTagIdSinceVersion() - Static method in class io.aeron.archive.codecs.TaggedReplicateRequestEncoder
-
- ChannelUri - Class in io.aeron
-
Parser for Aeron channel URIs.
- channelUri() - Method in class io.aeron.driver.media.UdpChannel
-
- ChannelUriStringBuilder - Class in io.aeron
-
- ChannelUriStringBuilder() - Constructor for class io.aeron.ChannelUriStringBuilder
-
- checkDebugTimeout(long, TimeUnit) - Static method in class io.aeron.CommonContext
-
Override the supplied timeout with the debug value if it has been set and we are in debug mode.
- checkForErrorResponse() - Method in class io.aeron.archive.client.AeronArchive
-
- checkForReResolution(long, DriverConductorProxy) - Method in class io.aeron.driver.media.SendChannelEndpoint
-
Check sockets may need to be re-resolved due to no activity.
- checkForReResolutions(long, DriverConductorProxy) - Method in class io.aeron.driver.media.ControlTransportPoller
-
Check if any of the registered channels require re-resolution.
- checkForReResolutions(long, DriverConductorProxy) - Method in class io.aeron.driver.media.DataTransportPoller
-
Check if any of the registered channels or transports require re-resolution.
- checkPageSize(int) - Static method in class io.aeron.logbuffer.LogBufferDescriptor
-
Check that page size is valid and alignment is valid.
- checksum(PrintStream, File, boolean, String) - Static method in class io.aeron.archive.ArchiveTool
-
Compute and persist CRC-32 checksums for every fragment of a segment file for all recordings in the catalog.
- Checksum - Interface in io.aeron.archive.checksum
-
An interface representing API to compute a data checksum.
- checksum() - Method in class io.aeron.archive.codecs.RecordingDescriptorHeaderDecoder
-
- checksum(int) - Method in class io.aeron.archive.codecs.RecordingDescriptorHeaderEncoder
-
- checksumEncodingLength() - Static method in class io.aeron.archive.codecs.RecordingDescriptorHeaderDecoder
-
- checksumEncodingLength() - Static method in class io.aeron.archive.codecs.RecordingDescriptorHeaderEncoder
-
- checksumEncodingOffset() - Static method in class io.aeron.archive.codecs.RecordingDescriptorHeaderDecoder
-
- checksumEncodingOffset() - Static method in class io.aeron.archive.codecs.RecordingDescriptorHeaderEncoder
-
- checksumId() - Static method in class io.aeron.archive.codecs.RecordingDescriptorHeaderDecoder
-
- checksumId() - Static method in class io.aeron.archive.codecs.RecordingDescriptorHeaderEncoder
-
- checksumMaxValue() - Static method in class io.aeron.archive.codecs.RecordingDescriptorHeaderDecoder
-
- checksumMaxValue() - Static method in class io.aeron.archive.codecs.RecordingDescriptorHeaderEncoder
-
- checksumMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.RecordingDescriptorHeaderDecoder
-
- checksumMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.RecordingDescriptorHeaderEncoder
-
- checksumMinValue() - Static method in class io.aeron.archive.codecs.RecordingDescriptorHeaderDecoder
-
- checksumMinValue() - Static method in class io.aeron.archive.codecs.RecordingDescriptorHeaderEncoder
-
- checksumNullValue() - Static method in class io.aeron.archive.codecs.RecordingDescriptorHeaderDecoder
-
- checksumNullValue() - Static method in class io.aeron.archive.codecs.RecordingDescriptorHeaderEncoder
-
- checksumRecording(PrintStream, File, long, boolean, String) - Static method in class io.aeron.archive.ArchiveTool
-
Compute and persist CRC-32 checksums for every fragment of a segment file(s) for a given recording.
- Checksums - Class in io.aeron.archive.checksum
-
Factory and common methods for working with
Checksum
instances.
- Checksums() - Constructor for class io.aeron.archive.checksum.Checksums
-
- checksumSinceVersion() - Static method in class io.aeron.archive.codecs.RecordingDescriptorHeaderDecoder
-
- checksumSinceVersion() - Static method in class io.aeron.archive.codecs.RecordingDescriptorHeaderEncoder
-
- checkTermLength(int) - Static method in class io.aeron.logbuffer.LogBufferDescriptor
-
Check that term length is valid and alignment is valid.
- checkVersion(int) - Static method in class io.aeron.CncFileDescriptor
-
Check the version of the CnC file is compatible with application.
- claim(int, int, HeaderWriter, int, BufferClaim) - Method in class io.aeron.logbuffer.ExclusiveTermAppender
-
Claim length of a the term buffer for writing in the message with zero copy semantics.
- claim(HeaderWriter, int, BufferClaim, int) - Method in class io.aeron.logbuffer.TermAppender
-
Claim length of a the term buffer for writing in the message with zero copy semantics.
- clear() - Method in class io.aeron.ChannelUriStringBuilder
-
Clear out all the values thus setting back to the initial state.
- clear() - Method in class io.aeron.ControlledFragmentAssembler
-
Clear down the cache of buffers by session for reassembling messages.
- clear() - Method in class io.aeron.FragmentAssembler
-
Clear down the cache of buffers by session for reassembling messages.
- CLIENT_CLOSE - Static variable in class io.aeron.command.ControlProtocolEvents
-
Close indication from Client.
- CLIENT_FACING_PORT_OFFSET - Static variable in class io.aeron.samples.cluster.ClusterConfig
-
- CLIENT_KEEPALIVE - Static variable in class io.aeron.command.ControlProtocolEvents
-
Keepalive from Client.
- CLIENT_LIVENESS_TIMEOUT_DEFAULT_NS - Static variable in class io.aeron.driver.Configuration
-
Default timeout for client liveness timeout after which it is considered not alive.
- CLIENT_LIVENESS_TIMEOUT_FIELD_OFFSET - Static variable in class io.aeron.CncFileDescriptor
-
Offset at which the client liveness timeout value can be found.
- CLIENT_LIVENESS_TIMEOUT_PROP_NAME - Static variable in class io.aeron.driver.Configuration
-
Property name for
Aeron
client liveness timeout after which it is considered not alive.
- clientClose() - Method in class io.aeron.DriverProxy
-
Notify the media driver that this client is closing.
- ClientHeartbeatTimestamp - Class in io.aeron.driver.status
-
Counter for tracking the timestamp of a last heartbeat from an Aeron client.
- ClientHeartbeatTimestamp() - Constructor for class io.aeron.driver.status.ClientHeartbeatTimestamp
-
- clientId() - Method in class io.aeron.Aeron
-
Get the client identity that has been allocated for communicating with the media driver.
- clientId() - Method in class io.aeron.Aeron.Context
-
Get the client identity that has been allocated for communicating with the media driver.
- clientId() - Method in class io.aeron.command.ClientTimeoutFlyweight
-
Get client id field.
- clientId(long) - Method in class io.aeron.command.ClientTimeoutFlyweight
-
Set client id field.
- clientId() - Method in class io.aeron.command.CorrelatedMessageFlyweight
-
Get client id field.
- clientId(long) - Method in class io.aeron.command.CorrelatedMessageFlyweight
-
set client id field
- clientLivenessTimeoutNs(DirectBuffer) - Static method in class io.aeron.CncFileDescriptor
-
Get the timeout in nanoseconds for tracking client liveness and inter-service timeout.
- clientLivenessTimeoutNs() - Static method in class io.aeron.driver.Configuration
-
Aeron
client liveness timeout after which it is considered not alive.
- clientLivenessTimeoutNs() - Method in class io.aeron.driver.MediaDriver.Context
-
Time in nanoseconds after which a client is considered dead if a keep alive is not received.
- clientLivenessTimeoutNs(long) - Method in class io.aeron.driver.MediaDriver.Context
-
Time in nanoseconds after which a client is considered dead if a keep alive is not received.
- clientLivenessTimeoutOffset(int) - Static method in class io.aeron.CncFileDescriptor
-
Offset in the buffer at which the client liveness timeout field exists.
- clientLock(Lock) - Method in class io.aeron.Aeron.Context
-
The
Lock
that is used to provide mutual exclusion in the Aeron client.
- clientLock() - Method in class io.aeron.Aeron.Context
-
Get the
Lock
that is used to provide mutual exclusion in the Aeron client.
- ClientTimeoutException - Exception in io.aeron.exceptions
-
Client timeout event received from the driver for this client.
- ClientTimeoutException(String) - Constructor for exception io.aeron.exceptions.ClientTimeoutException
-
Construct the client timeout exception with detail message.
- ClientTimeoutFlyweight - Class in io.aeron.command
-
Indicate a client has timed out by the driver.
- ClientTimeoutFlyweight() - Constructor for class io.aeron.command.ClientTimeoutFlyweight
-
- clone() - Method in class io.aeron.Aeron.Context
-
Perform a shallow copy of the object.
- clone() - Method in class io.aeron.archive.Archive.Context
-
Perform a shallow copy of the object.
- clone() - Method in class io.aeron.archive.client.AeronArchive.Context
-
Perform a shallow copy of the object.
- clone() - Method in class io.aeron.CommonContext
-
Perform a shallow copy of the object.
- clone() - Method in class io.aeron.driver.MediaDriver.Context
-
Perform a shallow copy of the object.
- close() - Method in class io.aeron.Aeron
-
- close() - Method in class io.aeron.Aeron.Context
-
Clean up all resources that the client uses to communicate with the Media Driver.
- close() - Method in class io.aeron.archive.Archive
- close() - Method in class io.aeron.archive.Archive.Context
-
Close the context and free applicable resources.
- close() - Method in class io.aeron.archive.ArchiveMarkFile
- close() - Method in class io.aeron.archive.ArchivingMediaDriver
- close() - Method in class io.aeron.archive.client.AeronArchive.AsyncConnect
-
Close any allocated resources.
- close() - Method in class io.aeron.archive.client.AeronArchive
-
Notify the archive that this control session is closed so it can promptly release resources then close the
local resources associated with the client.
- close() - Method in class io.aeron.archive.client.AeronArchive.Context
-
Close the context and free applicable resources.
- close() - Method in class io.aeron.archive.client.ReplayMerge
-
Close and stop any active replay.
- close() - Method in class io.aeron.CommonContext
-
Release resources used by the CommonContext.
- close() - Method in class io.aeron.Counter
-
Close the counter, releasing the resource managed by the media driver if this was the creator of the Counter.
- close() - Method in class io.aeron.driver.buffer.FileStoreLogFactory
- close() - Method in interface io.aeron.driver.buffer.RawLog
-
Close the resource regardless of if
RawLog.free()
has succeeded or not.
- close() - Method in interface io.aeron.driver.CongestionControl
- close() - Method in interface io.aeron.driver.DriverManagedResource
-
Close resources that are not external.
- close() - Method in class io.aeron.driver.ext.CubicCongestionControl
- close() - Method in class io.aeron.driver.IpcPublication
-
Close resources that are not external.
- close() - Method in class io.aeron.driver.media.ControlTransportPoller
- close() - Method in class io.aeron.driver.media.DataTransportPoller
- close() - Method in class io.aeron.driver.media.ReceiveDestinationTransport
-
Close transport, canceling any pending read operations and closing channel.
- close() - Method in class io.aeron.driver.media.UdpChannelTransport
-
Close transport, canceling any pending read operations and closing channel.
- close() - Method in class io.aeron.driver.MediaDriver
-
Shutdown the media driver by stopping all threads and freeing resources.
- close() - Method in class io.aeron.driver.MediaDriver.Context
-
- close() - Method in class io.aeron.driver.NetworkPublication
-
Close resources that are not external.
- close() - Method in class io.aeron.driver.PublicationImage
-
Close resources that are not external.
- close() - Method in class io.aeron.driver.StaticWindowCongestionControl
- close() - Method in class io.aeron.driver.status.SystemCounters
-
Close all the counters.
- close() - Method in class io.aeron.driver.SubscriptionLink
-
Close resources that are not external.
- close() - Method in class io.aeron.LogBuffers
- close() - Method in class io.aeron.Publication
-
Release resources used by this Publication when there are no more references.
- close() - Method in class io.aeron.samples.archive.EmbeddedRecordingThroughput
- close() - Method in class io.aeron.samples.archive.EmbeddedReplayThroughput
- close() - Method in class io.aeron.samples.archive.IndexedReplicatedRecording
- close() - Method in class io.aeron.samples.cluster.tutorial.SingleNodeCluster
- close() - Method in class io.aeron.samples.CncFileReader
- close() - Method in class io.aeron.status.ReadableCounter
-
Close this counter.
- close() - Method in class io.aeron.Subscription
-
Close the Subscription so that associated
Image
s can be released.
- CLOSE_LINGER_DURATION_DEFAULT_NS - Static variable in class io.aeron.Aeron.Configuration
-
Default duration to linger on close so that publishers subscribers have time to notice closed resources.
- CLOSE_LINGER_DURATION_PROP_NAME - Static variable in class io.aeron.Aeron.Configuration
-
Duration to linger on close so that publishers subscribers have time to notice closed resources.
- CLOSED - Static variable in class io.aeron.Publication
-
The
Publication
has been closed and should no longer be used.
- closeHandler(Runnable) - Method in class io.aeron.Aeron.Context
-
Set a
Runnable
that is called when the client is closed by timeout or normal means.
- closeHandler() - Method in class io.aeron.Aeron.Context
-
Get the
Runnable
that is called when the client is closed by timeout or normal means.
- closeIndicators() - Method in class io.aeron.driver.media.ReceiveChannelEndpoint
-
Close the counters used to indicate channel status.
- closeIndicators() - Method in class io.aeron.driver.media.SendChannelEndpoint
-
Close the counters used to indicate channel status.
- closeLingerDurationNs() - Static method in class io.aeron.Aeron.Configuration
-
Duration to wait while lingering a entity such as an
Image
before deleting underlying resources
such as memory mapped files.
- closeLingerDurationNs(long) - Method in class io.aeron.Aeron.Context
-
Duration to linger on closing to allow publishers and subscribers time to notice closed resources.
- closeLingerDurationNs() - Method in class io.aeron.Aeron.Context
-
Duration to linger on closing to allow publishers and subscribers time to notice closed resources.
- closeMultiRcvDestination(DataTransportPoller) - Method in class io.aeron.driver.media.ReceiveChannelEndpoint
-
- closeSession(long) - Method in class io.aeron.archive.client.ArchiveProxy
-
Close this control session with the archive.
- CloseSessionRequestDecoder - Class in io.aeron.archive.codecs
-
Close an existing control session.
- CloseSessionRequestDecoder() - Constructor for class io.aeron.archive.codecs.CloseSessionRequestDecoder
-
- CloseSessionRequestEncoder - Class in io.aeron.archive.codecs
-
Close an existing control session.
- CloseSessionRequestEncoder() - Constructor for class io.aeron.archive.codecs.CloseSessionRequestEncoder
-
- CLOSING - Static variable in class io.aeron.status.ChannelEndpointStatus
-
Channel is being closed.
- CLUSTER_BACKUP_ERROR_COUNT_TYPE_ID - Static variable in class io.aeron.AeronCounters
-
The type id of the
Counter
used for keeping track of the number of errors that have occurred.
- CLUSTER_BACKUP_LIVE_LOG_POSITION_TYPE_ID - Static variable in class io.aeron.AeronCounters
-
The type id of the
Counter
used for the live log position counter.
- CLUSTER_BACKUP_QUERY_DEADLINE_TYPE_ID - Static variable in class io.aeron.AeronCounters
-
The type id of the
Counter
used for the next query deadline counter.
- CLUSTER_BACKUP_STATE_TYPE_ID - Static variable in class io.aeron.AeronCounters
-
The type id of the
Counter
used for the backup state.
- CLUSTER_CLIENT_TIMEOUT_COUNT_TYPE_ID - Static variable in class io.aeron.AeronCounters
-
Counter type id for the number of cluster clients which have been timed out.
- CLUSTER_CLUSTERED_SERVICE_ERROR_COUNT_TYPE_ID - Static variable in class io.aeron.AeronCounters
-
Counter type id for the clustered service error count.
- CLUSTER_COMMIT_POSITION_TYPE_ID - Static variable in class io.aeron.AeronCounters
-
Counter type id of the commit position.
- CLUSTER_CONSENSUS_MODULE_ERROR_COUNT_TYPE_ID - Static variable in class io.aeron.AeronCounters
-
Counter type id for the consensus module error count.
- CLUSTER_CONSENSUS_MODULE_STATE_TYPE_ID - Static variable in class io.aeron.AeronCounters
-
Counter type id for the consensus module state.
- CLUSTER_CONTROL_TOGGLE_TYPE_ID - Static variable in class io.aeron.AeronCounters
-
Counter type id for the control toggle.
- CLUSTER_ELECTION_STATE_TYPE_ID - Static variable in class io.aeron.AeronCounters
-
Type id for election state counter.
- CLUSTER_INVALID_REQUEST_COUNT_TYPE_ID - Static variable in class io.aeron.AeronCounters
-
Counter type id for the number of invalid requests which the cluster has received.
- CLUSTER_NODE_ROLE_TYPE_ID - Static variable in class io.aeron.AeronCounters
-
Counter type id for the cluster node role.
- CLUSTER_RECOVERY_STATE_TYPE_ID - Static variable in class io.aeron.AeronCounters
-
Counter representing the Recovery State for the cluster.
- CLUSTER_SNAPSHOT_COUNTER_TYPE_ID - Static variable in class io.aeron.AeronCounters
-
Counter type id for count of snapshots taken.
- ClusterConfig - Class in io.aeron.samples.cluster
-
Wrapper class to simplify cluster configuration.
- clusteredServiceContext() - Method in class io.aeron.samples.cluster.ClusterConfig
-
Gets the configuration's clustered service container context.
- clusterMembers(List<String>, List<String>, int) - Static method in class io.aeron.samples.cluster.ClusterConfig
-
String representing the cluster members configuration which can be used for
ClusterMember.parse(String)
.
- CMD_QUEUE_CAPACITY - Static variable in class io.aeron.driver.Configuration
-
Capacity for the command queues used between driver agents.
- CNC_FILE - Static variable in class io.aeron.CncFileDescriptor
-
Name used for CnC file in the Aeron directory.
- CNC_VERSION - Static variable in class io.aeron.CncFileDescriptor
-
Version of the CnC file using semantic versioning (
SemanticVersion
) stored as an 32-bit integer.
- CNC_VERSION_FIELD_OFFSET - Static variable in class io.aeron.CncFileDescriptor
-
Offset at which the version field can be found.
- cncFile() - Method in class io.aeron.CommonContext
-
Get the command and control file.
- CncFileDescriptor - Class in io.aeron
-
Description of the command and control file used between driver and clients.
- CncFileDescriptor() - Constructor for class io.aeron.CncFileDescriptor
-
- CncFileReader - Class in io.aeron.samples
-
Reader for Aeron CnC file represented by
CncFileDescriptor
which can be used for observability.
- cncVersion() - Method in class io.aeron.samples.CncFileReader
-
Get the cnc version.
- cncVersionOffset(int) - Static method in class io.aeron.CncFileDescriptor
-
Offset in the buffer at which the version field exists.
- code() - Method in class io.aeron.archive.client.ControlResponsePoller
-
Get the response code of the last response.
- code() - Method in class io.aeron.archive.client.RecordingSignalPoller
-
Get the response code of the last response.
- code() - Method in class io.aeron.archive.codecs.ControlResponseDecoder
-
- code(ControlResponseCode) - Method in class io.aeron.archive.codecs.ControlResponseEncoder
-
- codeEncodingLength() - Static method in class io.aeron.archive.codecs.ControlResponseDecoder
-
- codeEncodingLength() - Static method in class io.aeron.archive.codecs.ControlResponseEncoder
-
- codeEncodingOffset() - Static method in class io.aeron.archive.codecs.ControlResponseDecoder
-
- codeEncodingOffset() - Static method in class io.aeron.archive.codecs.ControlResponseEncoder
-
- codeId() - Static method in class io.aeron.archive.codecs.ControlResponseDecoder
-
- codeId() - Static method in class io.aeron.archive.codecs.ControlResponseEncoder
-
- codeMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.ControlResponseDecoder
-
- codeMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.ControlResponseEncoder
-
- codeRaw() - Method in class io.aeron.archive.codecs.ControlResponseDecoder
-
- codeSinceVersion() - Static method in class io.aeron.archive.codecs.ControlResponseDecoder
-
- codeSinceVersion() - Static method in class io.aeron.archive.codecs.ControlResponseEncoder
-
- COMMAND_DRAIN_LIMIT - Static variable in class io.aeron.driver.Configuration
-
Limit for the number of commands drained in one operation.
- commit() - Method in class io.aeron.logbuffer.BufferClaim
-
Commit the message to the log buffer so that is it available to subscribers.
- Common - Class in io.aeron.samples.raw
-
Common configuration and functions used across raw samples.
- Common() - Constructor for class io.aeron.samples.raw.Common
-
- CommonContext - Class in io.aeron
-
This class provides the Media Driver and client with common configuration for the Aeron directory.
- CommonContext() - Constructor for class io.aeron.CommonContext
-
- CommonContext.InferableBoolean - Enum in io.aeron
-
Condition to specify a triple state conditional of always override to be true, always override to be false,
or infer value.
- compact(PrintStream, File) - Static method in class io.aeron.archive.ArchiveTool
-
Compact Catalog file by removing all recordings in state
RecordingState.INVALID
and delete the corresponding segment files.
- compact() - Method in class io.aeron.BufferBuilder
-
Compact the buffer to reclaim unused space above the limit.
- compute(long, int, int) - Method in interface io.aeron.archive.checksum.Checksum
-
Computes a checksum based on the contents of a DirectByteBuffer
.
- computeCncFileLength(int, int) - Static method in class io.aeron.CncFileDescriptor
-
Compute the length of the cnc file and return it.
- computeLength(int, int) - Static method in class io.aeron.command.CounterMessageFlyweight
-
Compute the length of the command message given key and label length.
- computeLength(int) - Static method in class io.aeron.command.DestinationMessageFlyweight
-
Compute the length of the command message for a given channel length.
- computeLength(int) - Static method in class io.aeron.command.PublicationMessageFlyweight
-
Compute the length of the command message for a given channel length.
- computeLength(int) - Static method in class io.aeron.command.SubscriptionMessageFlyweight
-
Compute the length of the command message for a given channel length.
- computeLength(int) - Static method in class io.aeron.command.TerminateDriverFlyweight
-
Compute the length of the command message for a given token length.
- computeLogLength(int, int) - Static method in class io.aeron.logbuffer.LogBufferDescriptor
-
Compute the total length of a log file given the term length.
- computeMaxMessageLength(int) - Static method in class io.aeron.logbuffer.FrameDescriptor
-
Compute the maximum supported message length for a buffer of given termLength.
- computePosition(int, int, int, int) - Static method in class io.aeron.logbuffer.LogBufferDescriptor
-
Compute the current position in absolute number of bytes.
- computeTermBeginPosition(int, int, int) - Static method in class io.aeron.logbuffer.LogBufferDescriptor
-
Compute the current position in absolute number of bytes for the beginning of a term.
- computeTermIdFromPosition(long, int, int) - Static method in class io.aeron.logbuffer.LogBufferDescriptor
-
Compute the term id from a position.
- conclude() - Method in class io.aeron.Aeron.Context
-
- conclude() - Method in class io.aeron.archive.Archive.Context
-
Conclude the configuration parameters by resolving dependencies and null values to use defaults.
- conclude() - Method in class io.aeron.archive.client.AeronArchive.Context
-
Conclude configuration by setting up defaults when specifics are not provided.
- conclude() - Method in class io.aeron.CommonContext
-
This completes initialization of the CommonContext object.
- conclude() - Method in class io.aeron.driver.MediaDriver.Context
-
This completes initialization of the CommonContext object.
- concludeAeronDirectory() - Method in class io.aeron.CommonContext
-
- ConcurrentConcludeException - Exception in io.aeron.exceptions
-
Conclude has been called concurrently on a Context.
- ConcurrentConcludeException() - Constructor for exception io.aeron.exceptions.ConcurrentConcludeException
-
- ConcurrentPublication - Class in io.aeron
-
Aeron publisher API for sending messages to subscribers of a given channel and streamId pair.
- CONDUCTOR_BUFFER_LENGTH_DEFAULT - Static variable in class io.aeron.driver.Configuration
-
Default buffer length for conductor buffers between the client and the media driver conductor.
- CONDUCTOR_BUFFER_LENGTH_PROP_NAME - Static variable in class io.aeron.driver.Configuration
-
Length (in bytes) of the conductor buffer for control commands from the clients to the media driver conductor.
- CONDUCTOR_CYCLE_THRESHOLD_DEFAULT_NS - Static variable in class io.aeron.driver.Configuration
-
Default threshold value for the conductor work cycle threshold to track for being exceeded.
- CONDUCTOR_CYCLE_THRESHOLD_PROP_NAME - Static variable in class io.aeron.driver.Configuration
-
Property name for threshold value for the conductor work cycle threshold to track for being exceeded.
- CONDUCTOR_IDLE_STRATEGY_PROP_NAME - Static variable in class io.aeron.driver.Configuration
-
- conductorAgentInvoker() - Method in class io.aeron.Aeron
-
- conductorBufferLength() - Static method in class io.aeron.driver.Configuration
-
Length (in bytes) of the conductor buffer for control commands from the clients to the media driver conductor.
- conductorBufferLength() - Method in class io.aeron.driver.MediaDriver.Context
-
Length of the
RingBuffer
for sending commands to the driver conductor from clients.
- conductorBufferLength(int) - Method in class io.aeron.driver.MediaDriver.Context
-
Length of the
RingBuffer
for sending commands to the driver conductor from clients.
- conductorCycleThresholdNs() - Static method in class io.aeron.driver.Configuration
-
Get threshold value for the conductor work cycle threshold to track for being exceeded.
- conductorCycleThresholdNs(long) - Method in class io.aeron.driver.MediaDriver.Context
-
- conductorCycleThresholdNs() - Method in class io.aeron.driver.MediaDriver.Context
-
- conductorIdleStrategy(StatusIndicator) - Static method in class io.aeron.driver.Configuration
-
- conductorIdleStrategy() - Method in class io.aeron.driver.MediaDriver.Context
-
- conductorIdleStrategy(IdleStrategy) - Method in class io.aeron.driver.MediaDriver.Context
-
- ConductorServiceTimeoutException - Exception in io.aeron.exceptions
-
A timeout has occurred between service calls for the client conductor.
- ConductorServiceTimeoutException(String) - Constructor for exception io.aeron.exceptions.ConductorServiceTimeoutException
-
Construct the exception for the service interval timeout with detailed message.
- conductorThreadFactory() - Method in class io.aeron.driver.MediaDriver.Context
-
- conductorThreadFactory(ThreadFactory) - Method in class io.aeron.driver.MediaDriver.Context
-
- Configuration() - Constructor for class io.aeron.Aeron.Configuration
-
- Configuration() - Constructor for class io.aeron.archive.Archive.Configuration
-
- Configuration() - Constructor for class io.aeron.archive.client.AeronArchive.Configuration
-
- Configuration - Class in io.aeron.driver
-
- Configuration() - Constructor for class io.aeron.driver.Configuration
-
- ConfigurationException - Exception in io.aeron.exceptions
-
Indicates an invalid configuration option has been provided.
- ConfigurationException(String) - Constructor for exception io.aeron.exceptions.ConfigurationException
-
Construct an exception with detail for the configuration error.
- confirm(T) - Method in interface io.aeron.archive.ArchiveTool.ActionConfirmation
-
Confirm or reject the action.
- congestControlSupplier(CongestionControlSupplier) - Method in class io.aeron.driver.MediaDriver.Context
-
Supplier of dynamically created
CongestionControl
strategies for individual connections.
- CONGESTION_CONTROL_PARAM_NAME - Static variable in class io.aeron.CommonContext
-
Parameter name for Subscription URI param to indicate the congestion control algorithm to be used.
- CONGESTION_CONTROL_STRATEGY_SUPPLIER_PROP_NAME - Static variable in class io.aeron.driver.Configuration
-
- congestionControl(String) - Method in class io.aeron.ChannelUriStringBuilder
-
Set the congestion control algorithm to be used on a stream.
- congestionControl(ChannelUri) - Method in class io.aeron.ChannelUriStringBuilder
-
Set the congestion control to be value which is in the
ChannelUri
which may be null.
- congestionControl() - Method in class io.aeron.ChannelUriStringBuilder
-
Get the congestion control algorithm to be used on a stream.
- CongestionControl - Interface in io.aeron.driver
-
Strategy for applying congestion control to determine the receiver window length of the Status Messages.
- congestionControlSupplier() - Static method in class io.aeron.driver.Configuration
-
Get the supplier of
CongestionControl
implementations which can be used for receivers.
- CongestionControlSupplier - Interface in io.aeron.driver
-
- congestionControlSupplier() - Method in class io.aeron.driver.MediaDriver.Context
-
Supplier of dynamically created
CongestionControl
strategies for individual connections.
- connect() - Static method in class io.aeron.Aeron
-
Create an Aeron instance and connect to the media driver with a default
Aeron.Context
.
- connect(Aeron.Context) - Static method in class io.aeron.Aeron
-
Create an Aeron instance and connect to the media driver.
- connect() - Static method in class io.aeron.archive.client.AeronArchive
-
- connect(AeronArchive.Context) - Static method in class io.aeron.archive.client.AeronArchive
-
- connect(String, int, long) - Method in class io.aeron.archive.client.ArchiveProxy
-
Connect to an archive on its control interface providing the response stream details.
- connect(String, int, long, AgentInvoker) - Method in class io.aeron.archive.client.ArchiveProxy
-
Connect to an archive on its control interface providing the response stream details.
- CONNECT_TIMEOUT_DEFAULT_NS - Static variable in class io.aeron.archive.Archive.Configuration
-
Default timeout for connecting back to a client for a control session or replay.
- CONNECT_TIMEOUT_PROP_NAME - Static variable in class io.aeron.archive.Archive.Configuration
-
Timeout for making a connection back to a client for a control session or replay.
- connectAddress - Variable in class io.aeron.driver.media.UdpChannelTransport
-
Address to connect to if appropriate for sending.
- ConnectRequestDecoder - Class in io.aeron.archive.codecs
-
Request a connection to an archive and provide response details for the control session.
- ConnectRequestDecoder() - Constructor for class io.aeron.archive.codecs.ConnectRequestDecoder
-
- ConnectRequestEncoder - Class in io.aeron.archive.codecs
-
Request a connection to an archive and provide response details for the control session.
- ConnectRequestEncoder() - Constructor for class io.aeron.archive.codecs.ConnectRequestEncoder
-
- connectTimeoutNs() - Static method in class io.aeron.archive.Archive.Configuration
-
The timeout in nanoseconds to wait for a connection.
- connectTimeoutNs(long) - Method in class io.aeron.archive.Archive.Context
-
The timeout in nanoseconds to wait for connection to be established.
- connectTimeoutNs() - Method in class io.aeron.archive.Archive.Context
-
The timeout in nanoseconds to wait for connection to be established.
- consensusModuleContext() - Method in class io.aeron.samples.cluster.ClusterConfig
-
Gets the configuration's consensus module context.
- consumptionTermId() - Method in class io.aeron.protocol.StatusMessageFlyweight
-
The highest consumption term-id.
- consumptionTermId(int) - Method in class io.aeron.protocol.StatusMessageFlyweight
-
Set the highest consumption term-id.
- consumptionTermOffset() - Method in class io.aeron.protocol.StatusMessageFlyweight
-
The highest consumption offset within the term.
- consumptionTermOffset(int) - Method in class io.aeron.protocol.StatusMessageFlyweight
-
Set the highest consumption offset within the term.
- containsKey(String) - Method in class io.aeron.ChannelUri
-
Does the URI contain a value for the given key.
- context() - Method in class io.aeron.Aeron
-
- Context() - Constructor for class io.aeron.Aeron.Context
-
- context() - Method in class io.aeron.archive.Archive
-
- Context() - Constructor for class io.aeron.archive.Archive.Context
-
- context() - Method in class io.aeron.archive.client.AeronArchive.AsyncConnect
-
- context() - Method in class io.aeron.archive.client.AeronArchive
-
- Context() - Constructor for class io.aeron.archive.client.AeronArchive.Context
-
- context - Variable in class io.aeron.driver.media.UdpChannelTransport
-
Context for configuration.
- context() - Method in class io.aeron.driver.MediaDriver
-
- Context() - Constructor for class io.aeron.driver.MediaDriver.Context
-
- context() - Method in class io.aeron.logbuffer.Header
-
Context for storing state related to the context of the callback where the header is used.
- CONTROL_CHANNEL_DEFAULT - Static variable in class io.aeron.archive.client.AeronArchive.Configuration
-
Channel for sending control messages to an archive.
- CONTROL_CHANNEL_PROP_NAME - Static variable in class io.aeron.archive.client.AeronArchive.Configuration
-
Channel for sending control messages to an archive.
- CONTROL_MTU_LENGTH_DEFAULT - Static variable in class io.aeron.archive.client.AeronArchive.Configuration
-
MTU to reflect default for the control streams.
- CONTROL_MTU_LENGTH_PROP_NAME - Static variable in class io.aeron.archive.client.AeronArchive.Configuration
-
MTU length for control streams.
- CONTROL_RESPONSE_CHANNEL_DEFAULT - Static variable in class io.aeron.archive.client.AeronArchive.Configuration
-
Default channel for receiving control response messages from an archive.
- CONTROL_RESPONSE_CHANNEL_PROP_NAME - Static variable in class io.aeron.archive.client.AeronArchive.Configuration
-
Channel for receiving control response messages from an archive.
- CONTROL_RESPONSE_STREAM_ID_DEFAULT - Static variable in class io.aeron.archive.client.AeronArchive.Configuration
-
Stream id within a channel for receiving control messages from an archive.
- CONTROL_RESPONSE_STREAM_ID_PROP_NAME - Static variable in class io.aeron.archive.client.AeronArchive.Configuration
-
Stream id within a channel for receiving control messages from an archive.
- CONTROL_STREAM_ID_DEFAULT - Static variable in class io.aeron.archive.client.AeronArchive.Configuration
-
Stream id within a channel for sending control messages to an archive.
- CONTROL_STREAM_ID_PROP_NAME - Static variable in class io.aeron.archive.client.AeronArchive.Configuration
-
Stream id within a channel for sending control messages to an archive.
- CONTROL_TERM_BUFFER_LENGTH_DEFAULT - Static variable in class io.aeron.archive.client.AeronArchive.Configuration
-
Low term length for control channel reflects expected low bandwidth usage.
- CONTROL_TERM_BUFFER_LENGTH_PROP_NAME - Static variable in class io.aeron.archive.client.AeronArchive.Configuration
-
Term length for control streams.
- CONTROL_TERM_BUFFER_SPARSE_DEFAULT - Static variable in class io.aeron.archive.client.AeronArchive.Configuration
-
- CONTROL_TERM_BUFFER_SPARSE_PROP_NAME - Static variable in class io.aeron.archive.client.AeronArchive.Configuration
-
Sparse term buffer indicator for control streams.
- controlAddress - Variable in class io.aeron.driver.media.ImageConnection
-
Control address for the source.
- controlChannel() - Method in class io.aeron.archive.Archive.Context
-
Get the channel URI on which the control request subscription will listen.
- controlChannel(String) - Method in class io.aeron.archive.Archive.Context
-
Set the channel URI on which the control request subscription will listen.
- controlChannel() - Static method in class io.aeron.archive.client.AeronArchive.Configuration
-
- controlChannel() - Method in class io.aeron.archive.codecs.mark.MarkFileHeaderDecoder
-
- controlChannel(String) - Method in class io.aeron.archive.codecs.mark.MarkFileHeaderEncoder
-
- controlChannel(CharSequence) - Method in class io.aeron.archive.codecs.mark.MarkFileHeaderEncoder
-
- controlChannelCharacterEncoding() - Static method in class io.aeron.archive.codecs.mark.MarkFileHeaderDecoder
-
- controlChannelCharacterEncoding() - Static method in class io.aeron.archive.codecs.mark.MarkFileHeaderEncoder
-
- controlChannelHeaderLength() - Static method in class io.aeron.archive.codecs.mark.MarkFileHeaderDecoder
-
- controlChannelHeaderLength() - Static method in class io.aeron.archive.codecs.mark.MarkFileHeaderEncoder
-
- controlChannelId() - Static method in class io.aeron.archive.codecs.mark.MarkFileHeaderDecoder
-
- controlChannelId() - Static method in class io.aeron.archive.codecs.mark.MarkFileHeaderEncoder
-
- controlChannelLength() - Method in class io.aeron.archive.codecs.mark.MarkFileHeaderDecoder
-
- controlChannelMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.mark.MarkFileHeaderDecoder
-
- controlChannelMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.mark.MarkFileHeaderEncoder
-
- controlChannelSinceVersion() - Static method in class io.aeron.archive.codecs.mark.MarkFileHeaderDecoder
-
- controlEndpoint(String) - Method in class io.aeron.ChannelUriStringBuilder
-
Set the control address:port pair for dynamically joining a multi-destination-cast publication.
- controlEndpoint(ChannelUri) - Method in class io.aeron.ChannelUriStringBuilder
-
Set the control endpoint value to be what is in the
ChannelUri
which may be null.
- controlEndpoint() - Method in class io.aeron.ChannelUriStringBuilder
-
Get the control address:port pair for dynamically joining a multi-destination-cast publication.
- ControlEventListener - Interface in io.aeron.archive.client
-
Listener for responses to requests made on the archive control channel and async notification of errors which may
happen later.
- CONTROLLABLE_IDLE_STRATEGY - Static variable in class io.aeron.driver.Configuration
-
IdleStrategy
to be used when mode can be controlled via a counter.
- controllableIdleStrategy(CountersReader) - Static method in class io.aeron.driver.status.StatusUtil
-
- ControlledFragmentAssembler - Class in io.aeron
-
A
ControlledFragmentHandler
that sits in a chain-of-responsibility pattern that reassembles fragmented
messages so that the next handler in the chain only sees whole messages.
- ControlledFragmentAssembler(ControlledFragmentHandler) - Constructor for class io.aeron.ControlledFragmentAssembler
-
Construct an adapter to reassemble message fragments and delegate on whole messages.
- ControlledFragmentAssembler(ControlledFragmentHandler, int) - Constructor for class io.aeron.ControlledFragmentAssembler
-
Construct an adapter to reassemble message fragments and delegate on whole messages.
- ControlledFragmentAssembler(ControlledFragmentHandler, int, boolean) - Constructor for class io.aeron.ControlledFragmentAssembler
-
Construct an adapter to reassemble message fragments and delegate on whole messages.
- ControlledFragmentHandler - Interface in io.aeron.logbuffer
-
Handler for reading data that is coming from a log buffer.
- ControlledFragmentHandler.Action - Enum in io.aeron.logbuffer
-
- controlledPeek(long, ControlledFragmentHandler, long) - Method in class io.aeron.Image
-
Peek for new messages in a stream by scanning forward from an initial position.
- controlledPoll(ControlledFragmentHandler, int) - Method in class io.aeron.Image
-
Poll for new messages in a stream.
- controlledPoll(ControlledFragmentHandler, int) - Method in class io.aeron.Subscription
-
Poll in a controlled manner the
Image
s under the subscription for available message fragments.
- controlMode(String) - Method in class io.aeron.ChannelUriStringBuilder
-
Set the control mode for multi-destination-cast.
- controlMode(ChannelUri) - Method in class io.aeron.ChannelUriStringBuilder
-
Set the control mode to be what is in the
ChannelUri
which may be null.
- controlMode() - Method in class io.aeron.ChannelUriStringBuilder
-
Get the control mode for multi-destination-cast.
- controlMtuLength(int) - Method in class io.aeron.archive.Archive.Context
-
Set the MTU length for the control streams.
- controlMtuLength() - Method in class io.aeron.archive.Archive.Context
-
Get the MTU length for the control streams.
- controlMtuLength() - Static method in class io.aeron.archive.client.AeronArchive.Configuration
-
MTU length to be used for control request and response streams.
- controlMtuLength(int) - Method in class io.aeron.archive.client.AeronArchive.Context
-
Set the MTU length for the control streams.
- controlMtuLength() - Method in class io.aeron.archive.client.AeronArchive.Context
-
Get the MTU length for the control streams.
- ControlProtocolEvents - Class in io.aeron.command
-
List of events used in the control protocol between client and the media driver.
- ControlProtocolEvents() - Constructor for class io.aeron.command.ControlProtocolEvents
-
- ControlProtocolException - Exception in io.aeron.exceptions
-
Indicates an invalid use of the control protocol when sending commands from the client to driver.
- ControlProtocolException(ErrorCode, String) - Constructor for exception io.aeron.exceptions.ControlProtocolException
-
Construct an exception to indicate an invalid command has been sent to the media driver.
- ControlProtocolException(ErrorCode, Exception) - Constructor for exception io.aeron.exceptions.ControlProtocolException
-
Construct an exception to indicate an invalid command has been sent to the media driver.
- controlRequestChannel(String) - Method in class io.aeron.archive.client.AeronArchive.Context
-
Set the channel parameter for the control request channel.
- controlRequestChannel() - Method in class io.aeron.archive.client.AeronArchive.Context
-
Get the channel parameter for the control request channel.
- controlRequestStreamId(int) - Method in class io.aeron.archive.client.AeronArchive.Context
-
Set the stream id for the control request channel.
- controlRequestStreamId() - Method in class io.aeron.archive.client.AeronArchive.Context
-
Get the stream id for the control request channel.
- ControlResponseAdapter - Class in io.aeron.archive.client
-
Encapsulate the polling, decoding, and dispatching of archive control protocol response messages.
- ControlResponseAdapter(ControlResponseListener, Subscription, int) - Constructor for class io.aeron.archive.client.ControlResponseAdapter
-
Create an adapter for a given subscription to an archive for control response messages.
- controlResponseChannel() - Static method in class io.aeron.archive.client.AeronArchive.Configuration
-
- controlResponseChannel(String) - Method in class io.aeron.archive.client.AeronArchive.Context
-
Set the channel parameter for the control response channel.
- controlResponseChannel() - Method in class io.aeron.archive.client.AeronArchive.Context
-
Get the channel parameter for the control response channel.
- ControlResponseCode - Enum in io.aeron.archive.codecs
-
Control protocol response code.
- ControlResponseDecoder - Class in io.aeron.archive.codecs
-
Generic response to a control request.
- ControlResponseDecoder() - Constructor for class io.aeron.archive.codecs.ControlResponseDecoder
-
- ControlResponseEncoder - Class in io.aeron.archive.codecs
-
Generic response to a control request.
- ControlResponseEncoder() - Constructor for class io.aeron.archive.codecs.ControlResponseEncoder
-
- ControlResponseListener - Interface in io.aeron.archive.client
-
Interface for listening to events from the archive in response to requests.
- controlResponsePoller() - Method in class io.aeron.archive.client.AeronArchive
-
- ControlResponsePoller - Class in io.aeron.archive.client
-
Encapsulate the polling and decoding of archive control protocol response messages.
- ControlResponsePoller(Subscription) - Constructor for class io.aeron.archive.client.ControlResponsePoller
-
- controlResponseStreamId() - Static method in class io.aeron.archive.client.AeronArchive.Configuration
-
- controlResponseStreamId(int) - Method in class io.aeron.archive.client.AeronArchive.Context
-
Set the stream id for the control response channel.
- controlResponseStreamId() - Method in class io.aeron.archive.client.AeronArchive.Context
-
Get the stream id for the control response channel.
- controlSessionId() - Method in class io.aeron.archive.client.AeronArchive
-
The control session id allocated for this connection to the archive.
- controlSessionId() - Method in class io.aeron.archive.client.ControlResponsePoller
-
Control session id of the last polled message or
Aeron.NULL_VALUE
if poll returned nothing.
- controlSessionId() - Method in class io.aeron.archive.client.RecordingDescriptorPoller
-
Control session id for filtering responses.
- controlSessionId() - Method in class io.aeron.archive.client.RecordingSignalPoller
-
Control session id of the last polled message or
Aeron.NULL_VALUE
if poll returned nothing.
- controlSessionId() - Method in class io.aeron.archive.client.RecordingSubscriptionDescriptorPoller
-
Control session id for filtering responses.
- controlSessionId() - Method in class io.aeron.archive.codecs.AttachSegmentsRequestDecoder
-
- controlSessionId(long) - Method in class io.aeron.archive.codecs.AttachSegmentsRequestEncoder
-
- controlSessionId() - Method in class io.aeron.archive.codecs.BoundedReplayRequestDecoder
-
- controlSessionId(long) - Method in class io.aeron.archive.codecs.BoundedReplayRequestEncoder
-
- controlSessionId() - Method in class io.aeron.archive.codecs.ChallengeDecoder
-
- controlSessionId(long) - Method in class io.aeron.archive.codecs.ChallengeEncoder
-
- controlSessionId() - Method in class io.aeron.archive.codecs.ChallengeResponseDecoder
-
- controlSessionId(long) - Method in class io.aeron.archive.codecs.ChallengeResponseEncoder
-
- controlSessionId() - Method in class io.aeron.archive.codecs.CloseSessionRequestDecoder
-
- controlSessionId(long) - Method in class io.aeron.archive.codecs.CloseSessionRequestEncoder
-
- controlSessionId() - Method in class io.aeron.archive.codecs.ControlResponseDecoder
-
- controlSessionId(long) - Method in class io.aeron.archive.codecs.ControlResponseEncoder
-
- controlSessionId() - Method in class io.aeron.archive.codecs.DeleteDetachedSegmentsRequestDecoder
-
- controlSessionId(long) - Method in class io.aeron.archive.codecs.DeleteDetachedSegmentsRequestEncoder
-
- controlSessionId() - Method in class io.aeron.archive.codecs.DetachSegmentsRequestDecoder
-
- controlSessionId(long) - Method in class io.aeron.archive.codecs.DetachSegmentsRequestEncoder
-
- controlSessionId() - Method in class io.aeron.archive.codecs.ExtendRecordingRequest2Decoder
-
- controlSessionId(long) - Method in class io.aeron.archive.codecs.ExtendRecordingRequest2Encoder
-
- controlSessionId() - Method in class io.aeron.archive.codecs.ExtendRecordingRequestDecoder
-
- controlSessionId(long) - Method in class io.aeron.archive.codecs.ExtendRecordingRequestEncoder
-
- controlSessionId() - Method in class io.aeron.archive.codecs.FindLastMatchingRecordingRequestDecoder
-
- controlSessionId(long) - Method in class io.aeron.archive.codecs.FindLastMatchingRecordingRequestEncoder
-
- controlSessionId() - Method in class io.aeron.archive.codecs.KeepAliveRequestDecoder
-
- controlSessionId(long) - Method in class io.aeron.archive.codecs.KeepAliveRequestEncoder
-
- controlSessionId() - Method in class io.aeron.archive.codecs.ListRecordingRequestDecoder
-
- controlSessionId(long) - Method in class io.aeron.archive.codecs.ListRecordingRequestEncoder
-
- controlSessionId() - Method in class io.aeron.archive.codecs.ListRecordingsForUriRequestDecoder
-
- controlSessionId(long) - Method in class io.aeron.archive.codecs.ListRecordingsForUriRequestEncoder
-
- controlSessionId() - Method in class io.aeron.archive.codecs.ListRecordingsRequestDecoder
-
- controlSessionId(long) - Method in class io.aeron.archive.codecs.ListRecordingsRequestEncoder
-
- controlSessionId() - Method in class io.aeron.archive.codecs.ListRecordingSubscriptionsRequestDecoder
-
- controlSessionId(long) - Method in class io.aeron.archive.codecs.ListRecordingSubscriptionsRequestEncoder
-
- controlSessionId() - Method in class io.aeron.archive.codecs.MigrateSegmentsRequestDecoder
-
- controlSessionId(long) - Method in class io.aeron.archive.codecs.MigrateSegmentsRequestEncoder
-
- controlSessionId() - Method in class io.aeron.archive.codecs.PurgeRecordingRequestDecoder
-
- controlSessionId(long) - Method in class io.aeron.archive.codecs.PurgeRecordingRequestEncoder
-
- controlSessionId() - Method in class io.aeron.archive.codecs.PurgeSegmentsRequestDecoder
-
- controlSessionId(long) - Method in class io.aeron.archive.codecs.PurgeSegmentsRequestEncoder
-
- controlSessionId() - Method in class io.aeron.archive.codecs.RecordingDescriptorDecoder
-
- controlSessionId(long) - Method in class io.aeron.archive.codecs.RecordingDescriptorEncoder
-
- controlSessionId() - Method in class io.aeron.archive.codecs.RecordingPositionRequestDecoder
-
- controlSessionId(long) - Method in class io.aeron.archive.codecs.RecordingPositionRequestEncoder
-
- controlSessionId() - Method in class io.aeron.archive.codecs.RecordingSignalEventDecoder
-
- controlSessionId(long) - Method in class io.aeron.archive.codecs.RecordingSignalEventEncoder
-
- controlSessionId() - Method in class io.aeron.archive.codecs.RecordingSubscriptionDescriptorDecoder
-
- controlSessionId(long) - Method in class io.aeron.archive.codecs.RecordingSubscriptionDescriptorEncoder
-
- controlSessionId() - Method in class io.aeron.archive.codecs.ReplayRequestDecoder
-
- controlSessionId(long) - Method in class io.aeron.archive.codecs.ReplayRequestEncoder
-
- controlSessionId() - Method in class io.aeron.archive.codecs.ReplicateRequest2Decoder
-
- controlSessionId(long) - Method in class io.aeron.archive.codecs.ReplicateRequest2Encoder
-
- controlSessionId() - Method in class io.aeron.archive.codecs.ReplicateRequestDecoder
-
- controlSessionId(long) - Method in class io.aeron.archive.codecs.ReplicateRequestEncoder
-
- controlSessionId() - Method in class io.aeron.archive.codecs.StartPositionRequestDecoder
-
- controlSessionId(long) - Method in class io.aeron.archive.codecs.StartPositionRequestEncoder
-
- controlSessionId() - Method in class io.aeron.archive.codecs.StartRecordingRequest2Decoder
-
- controlSessionId(long) - Method in class io.aeron.archive.codecs.StartRecordingRequest2Encoder
-
- controlSessionId() - Method in class io.aeron.archive.codecs.StartRecordingRequestDecoder
-
- controlSessionId(long) - Method in class io.aeron.archive.codecs.StartRecordingRequestEncoder
-
- controlSessionId() - Method in class io.aeron.archive.codecs.StopAllReplaysRequestDecoder
-
- controlSessionId(long) - Method in class io.aeron.archive.codecs.StopAllReplaysRequestEncoder
-
- controlSessionId() - Method in class io.aeron.archive.codecs.StopPositionRequestDecoder
-
- controlSessionId(long) - Method in class io.aeron.archive.codecs.StopPositionRequestEncoder
-
- controlSessionId() - Method in class io.aeron.archive.codecs.StopRecordingByIdentityRequestDecoder
-
- controlSessionId(long) - Method in class io.aeron.archive.codecs.StopRecordingByIdentityRequestEncoder
-
- controlSessionId() - Method in class io.aeron.archive.codecs.StopRecordingRequestDecoder
-
- controlSessionId(long) - Method in class io.aeron.archive.codecs.StopRecordingRequestEncoder
-
- controlSessionId() - Method in class io.aeron.archive.codecs.StopRecordingSubscriptionRequestDecoder
-
- controlSessionId(long) - Method in class io.aeron.archive.codecs.StopRecordingSubscriptionRequestEncoder
-
- controlSessionId() - Method in class io.aeron.archive.codecs.StopReplayRequestDecoder
-
- controlSessionId(long) - Method in class io.aeron.archive.codecs.StopReplayRequestEncoder
-
- controlSessionId() - Method in class io.aeron.archive.codecs.StopReplicationRequestDecoder
-
- controlSessionId(long) - Method in class io.aeron.archive.codecs.StopReplicationRequestEncoder
-
- controlSessionId() - Method in class io.aeron.archive.codecs.TaggedReplicateRequestDecoder
-
- controlSessionId(long) - Method in class io.aeron.archive.codecs.TaggedReplicateRequestEncoder
-
- controlSessionId() - Method in class io.aeron.archive.codecs.TruncateRecordingRequestDecoder
-
- controlSessionId(long) - Method in class io.aeron.archive.codecs.TruncateRecordingRequestEncoder
-
- controlSessionIdEncodingLength() - Static method in class io.aeron.archive.codecs.AttachSegmentsRequestDecoder
-
- controlSessionIdEncodingLength() - Static method in class io.aeron.archive.codecs.AttachSegmentsRequestEncoder
-
- controlSessionIdEncodingLength() - Static method in class io.aeron.archive.codecs.BoundedReplayRequestDecoder
-
- controlSessionIdEncodingLength() - Static method in class io.aeron.archive.codecs.BoundedReplayRequestEncoder
-
- controlSessionIdEncodingLength() - Static method in class io.aeron.archive.codecs.ChallengeDecoder
-
- controlSessionIdEncodingLength() - Static method in class io.aeron.archive.codecs.ChallengeEncoder
-
- controlSessionIdEncodingLength() - Static method in class io.aeron.archive.codecs.ChallengeResponseDecoder
-
- controlSessionIdEncodingLength() - Static method in class io.aeron.archive.codecs.ChallengeResponseEncoder
-
- controlSessionIdEncodingLength() - Static method in class io.aeron.archive.codecs.CloseSessionRequestDecoder
-
- controlSessionIdEncodingLength() - Static method in class io.aeron.archive.codecs.CloseSessionRequestEncoder
-
- controlSessionIdEncodingLength() - Static method in class io.aeron.archive.codecs.ControlResponseDecoder
-
- controlSessionIdEncodingLength() - Static method in class io.aeron.archive.codecs.ControlResponseEncoder
-
- controlSessionIdEncodingLength() - Static method in class io.aeron.archive.codecs.DeleteDetachedSegmentsRequestDecoder
-
- controlSessionIdEncodingLength() - Static method in class io.aeron.archive.codecs.DeleteDetachedSegmentsRequestEncoder
-
- controlSessionIdEncodingLength() - Static method in class io.aeron.archive.codecs.DetachSegmentsRequestDecoder
-
- controlSessionIdEncodingLength() - Static method in class io.aeron.archive.codecs.DetachSegmentsRequestEncoder
-
- controlSessionIdEncodingLength() - Static method in class io.aeron.archive.codecs.ExtendRecordingRequest2Decoder
-
- controlSessionIdEncodingLength() - Static method in class io.aeron.archive.codecs.ExtendRecordingRequest2Encoder
-
- controlSessionIdEncodingLength() - Static method in class io.aeron.archive.codecs.ExtendRecordingRequestDecoder
-
- controlSessionIdEncodingLength() - Static method in class io.aeron.archive.codecs.ExtendRecordingRequestEncoder
-
- controlSessionIdEncodingLength() - Static method in class io.aeron.archive.codecs.FindLastMatchingRecordingRequestDecoder
-
- controlSessionIdEncodingLength() - Static method in class io.aeron.archive.codecs.FindLastMatchingRecordingRequestEncoder
-
- controlSessionIdEncodingLength() - Static method in class io.aeron.archive.codecs.KeepAliveRequestDecoder
-
- controlSessionIdEncodingLength() - Static method in class io.aeron.archive.codecs.KeepAliveRequestEncoder
-
- controlSessionIdEncodingLength() - Static method in class io.aeron.archive.codecs.ListRecordingRequestDecoder
-
- controlSessionIdEncodingLength() - Static method in class io.aeron.archive.codecs.ListRecordingRequestEncoder
-
- controlSessionIdEncodingLength() - Static method in class io.aeron.archive.codecs.ListRecordingsForUriRequestDecoder
-
- controlSessionIdEncodingLength() - Static method in class io.aeron.archive.codecs.ListRecordingsForUriRequestEncoder
-
- controlSessionIdEncodingLength() - Static method in class io.aeron.archive.codecs.ListRecordingsRequestDecoder
-
- controlSessionIdEncodingLength() - Static method in class io.aeron.archive.codecs.ListRecordingsRequestEncoder
-
- controlSessionIdEncodingLength() - Static method in class io.aeron.archive.codecs.ListRecordingSubscriptionsRequestDecoder
-
- controlSessionIdEncodingLength() - Static method in class io.aeron.archive.codecs.ListRecordingSubscriptionsRequestEncoder
-
- controlSessionIdEncodingLength() - Static method in class io.aeron.archive.codecs.MigrateSegmentsRequestDecoder
-
- controlSessionIdEncodingLength() - Static method in class io.aeron.archive.codecs.MigrateSegmentsRequestEncoder
-
- controlSessionIdEncodingLength() - Static method in class io.aeron.archive.codecs.PurgeRecordingRequestDecoder
-
- controlSessionIdEncodingLength() - Static method in class io.aeron.archive.codecs.PurgeRecordingRequestEncoder
-
- controlSessionIdEncodingLength() - Static method in class io.aeron.archive.codecs.PurgeSegmentsRequestDecoder
-
- controlSessionIdEncodingLength() - Static method in class io.aeron.archive.codecs.PurgeSegmentsRequestEncoder
-
- controlSessionIdEncodingLength() - Static method in class io.aeron.archive.codecs.RecordingDescriptorDecoder
-
- controlSessionIdEncodingLength() - Static method in class io.aeron.archive.codecs.RecordingDescriptorEncoder
-
- controlSessionIdEncodingLength() - Static method in class io.aeron.archive.codecs.RecordingPositionRequestDecoder
-
- controlSessionIdEncodingLength() - Static method in class io.aeron.archive.codecs.RecordingPositionRequestEncoder
-
- controlSessionIdEncodingLength() - Static method in class io.aeron.archive.codecs.RecordingSignalEventDecoder
-
- controlSessionIdEncodingLength() - Static method in class io.aeron.archive.codecs.RecordingSignalEventEncoder
-
- controlSessionIdEncodingLength() - Static method in class io.aeron.archive.codecs.RecordingSubscriptionDescriptorDecoder
-
- controlSessionIdEncodingLength() - Static method in class io.aeron.archive.codecs.RecordingSubscriptionDescriptorEncoder
-
- controlSessionIdEncodingLength() - Static method in class io.aeron.archive.codecs.ReplayRequestDecoder
-
- controlSessionIdEncodingLength() - Static method in class io.aeron.archive.codecs.ReplayRequestEncoder
-
- controlSessionIdEncodingLength() - Static method in class io.aeron.archive.codecs.ReplicateRequest2Decoder
-
- controlSessionIdEncodingLength() - Static method in class io.aeron.archive.codecs.ReplicateRequest2Encoder
-
- controlSessionIdEncodingLength() - Static method in class io.aeron.archive.codecs.ReplicateRequestDecoder
-
- controlSessionIdEncodingLength() - Static method in class io.aeron.archive.codecs.ReplicateRequestEncoder
-
- controlSessionIdEncodingLength() - Static method in class io.aeron.archive.codecs.StartPositionRequestDecoder
-
- controlSessionIdEncodingLength() - Static method in class io.aeron.archive.codecs.StartPositionRequestEncoder
-
- controlSessionIdEncodingLength() - Static method in class io.aeron.archive.codecs.StartRecordingRequest2Decoder
-
- controlSessionIdEncodingLength() - Static method in class io.aeron.archive.codecs.StartRecordingRequest2Encoder
-
- controlSessionIdEncodingLength() - Static method in class io.aeron.archive.codecs.StartRecordingRequestDecoder
-
- controlSessionIdEncodingLength() - Static method in class io.aeron.archive.codecs.StartRecordingRequestEncoder
-
- controlSessionIdEncodingLength() - Static method in class io.aeron.archive.codecs.StopAllReplaysRequestDecoder
-
- controlSessionIdEncodingLength() - Static method in class io.aeron.archive.codecs.StopAllReplaysRequestEncoder
-
- controlSessionIdEncodingLength() - Static method in class io.aeron.archive.codecs.StopPositionRequestDecoder
-
- controlSessionIdEncodingLength() - Static method in class io.aeron.archive.codecs.StopPositionRequestEncoder
-
- controlSessionIdEncodingLength() - Static method in class io.aeron.archive.codecs.StopRecordingByIdentityRequestDecoder
-
- controlSessionIdEncodingLength() - Static method in class io.aeron.archive.codecs.StopRecordingByIdentityRequestEncoder
-
- controlSessionIdEncodingLength() - Static method in class io.aeron.archive.codecs.StopRecordingRequestDecoder
-
- controlSessionIdEncodingLength() - Static method in class io.aeron.archive.codecs.StopRecordingRequestEncoder
-
- controlSessionIdEncodingLength() - Static method in class io.aeron.archive.codecs.StopRecordingSubscriptionRequestDecoder
-
- controlSessionIdEncodingLength() - Static method in class io.aeron.archive.codecs.StopRecordingSubscriptionRequestEncoder
-
- controlSessionIdEncodingLength() - Static method in class io.aeron.archive.codecs.StopReplayRequestDecoder
-
- controlSessionIdEncodingLength() - Static method in class io.aeron.archive.codecs.StopReplayRequestEncoder
-
- controlSessionIdEncodingLength() - Static method in class io.aeron.archive.codecs.StopReplicationRequestDecoder
-
- controlSessionIdEncodingLength() - Static method in class io.aeron.archive.codecs.StopReplicationRequestEncoder
-
- controlSessionIdEncodingLength() - Static method in class io.aeron.archive.codecs.TaggedReplicateRequestDecoder
-
- controlSessionIdEncodingLength() - Static method in class io.aeron.archive.codecs.TaggedReplicateRequestEncoder
-
- controlSessionIdEncodingLength() - Static method in class io.aeron.archive.codecs.TruncateRecordingRequestDecoder
-
- controlSessionIdEncodingLength() - Static method in class io.aeron.archive.codecs.TruncateRecordingRequestEncoder
-
- controlSessionIdEncodingOffset() - Static method in class io.aeron.archive.codecs.AttachSegmentsRequestDecoder
-
- controlSessionIdEncodingOffset() - Static method in class io.aeron.archive.codecs.AttachSegmentsRequestEncoder
-
- controlSessionIdEncodingOffset() - Static method in class io.aeron.archive.codecs.BoundedReplayRequestDecoder
-
- controlSessionIdEncodingOffset() - Static method in class io.aeron.archive.codecs.BoundedReplayRequestEncoder
-
- controlSessionIdEncodingOffset() - Static method in class io.aeron.archive.codecs.ChallengeDecoder
-
- controlSessionIdEncodingOffset() - Static method in class io.aeron.archive.codecs.ChallengeEncoder
-
- controlSessionIdEncodingOffset() - Static method in class io.aeron.archive.codecs.ChallengeResponseDecoder
-
- controlSessionIdEncodingOffset() - Static method in class io.aeron.archive.codecs.ChallengeResponseEncoder
-
- controlSessionIdEncodingOffset() - Static method in class io.aeron.archive.codecs.CloseSessionRequestDecoder
-
- controlSessionIdEncodingOffset() - Static method in class io.aeron.archive.codecs.CloseSessionRequestEncoder
-
- controlSessionIdEncodingOffset() - Static method in class io.aeron.archive.codecs.ControlResponseDecoder
-
- controlSessionIdEncodingOffset() - Static method in class io.aeron.archive.codecs.ControlResponseEncoder
-
- controlSessionIdEncodingOffset() - Static method in class io.aeron.archive.codecs.DeleteDetachedSegmentsRequestDecoder
-
- controlSessionIdEncodingOffset() - Static method in class io.aeron.archive.codecs.DeleteDetachedSegmentsRequestEncoder
-
- controlSessionIdEncodingOffset() - Static method in class io.aeron.archive.codecs.DetachSegmentsRequestDecoder
-
- controlSessionIdEncodingOffset() - Static method in class io.aeron.archive.codecs.DetachSegmentsRequestEncoder
-
- controlSessionIdEncodingOffset() - Static method in class io.aeron.archive.codecs.ExtendRecordingRequest2Decoder
-
- controlSessionIdEncodingOffset() - Static method in class io.aeron.archive.codecs.ExtendRecordingRequest2Encoder
-
- controlSessionIdEncodingOffset() - Static method in class io.aeron.archive.codecs.ExtendRecordingRequestDecoder
-
- controlSessionIdEncodingOffset() - Static method in class io.aeron.archive.codecs.ExtendRecordingRequestEncoder
-
- controlSessionIdEncodingOffset() - Static method in class io.aeron.archive.codecs.FindLastMatchingRecordingRequestDecoder
-
- controlSessionIdEncodingOffset() - Static method in class io.aeron.archive.codecs.FindLastMatchingRecordingRequestEncoder
-
- controlSessionIdEncodingOffset() - Static method in class io.aeron.archive.codecs.KeepAliveRequestDecoder
-
- controlSessionIdEncodingOffset() - Static method in class io.aeron.archive.codecs.KeepAliveRequestEncoder
-
- controlSessionIdEncodingOffset() - Static method in class io.aeron.archive.codecs.ListRecordingRequestDecoder
-
- controlSessionIdEncodingOffset() - Static method in class io.aeron.archive.codecs.ListRecordingRequestEncoder
-
- controlSessionIdEncodingOffset() - Static method in class io.aeron.archive.codecs.ListRecordingsForUriRequestDecoder
-
- controlSessionIdEncodingOffset() - Static method in class io.aeron.archive.codecs.ListRecordingsForUriRequestEncoder
-
- controlSessionIdEncodingOffset() - Static method in class io.aeron.archive.codecs.ListRecordingsRequestDecoder
-
- controlSessionIdEncodingOffset() - Static method in class io.aeron.archive.codecs.ListRecordingsRequestEncoder
-
- controlSessionIdEncodingOffset() - Static method in class io.aeron.archive.codecs.ListRecordingSubscriptionsRequestDecoder
-
- controlSessionIdEncodingOffset() - Static method in class io.aeron.archive.codecs.ListRecordingSubscriptionsRequestEncoder
-
- controlSessionIdEncodingOffset() - Static method in class io.aeron.archive.codecs.MigrateSegmentsRequestDecoder
-
- controlSessionIdEncodingOffset() - Static method in class io.aeron.archive.codecs.MigrateSegmentsRequestEncoder
-
- controlSessionIdEncodingOffset() - Static method in class io.aeron.archive.codecs.PurgeRecordingRequestDecoder
-
- controlSessionIdEncodingOffset() - Static method in class io.aeron.archive.codecs.PurgeRecordingRequestEncoder
-
- controlSessionIdEncodingOffset() - Static method in class io.aeron.archive.codecs.PurgeSegmentsRequestDecoder
-
- controlSessionIdEncodingOffset() - Static method in class io.aeron.archive.codecs.PurgeSegmentsRequestEncoder
-
- controlSessionIdEncodingOffset() - Static method in class io.aeron.archive.codecs.RecordingDescriptorDecoder
-
- controlSessionIdEncodingOffset() - Static method in class io.aeron.archive.codecs.RecordingDescriptorEncoder
-
- controlSessionIdEncodingOffset() - Static method in class io.aeron.archive.codecs.RecordingPositionRequestDecoder
-
- controlSessionIdEncodingOffset() - Static method in class io.aeron.archive.codecs.RecordingPositionRequestEncoder
-
- controlSessionIdEncodingOffset() - Static method in class io.aeron.archive.codecs.RecordingSignalEventDecoder
-
- controlSessionIdEncodingOffset() - Static method in class io.aeron.archive.codecs.RecordingSignalEventEncoder
-
- controlSessionIdEncodingOffset() - Static method in class io.aeron.archive.codecs.RecordingSubscriptionDescriptorDecoder
-
- controlSessionIdEncodingOffset() - Static method in class io.aeron.archive.codecs.RecordingSubscriptionDescriptorEncoder
-
- controlSessionIdEncodingOffset() - Static method in class io.aeron.archive.codecs.ReplayRequestDecoder
-
- controlSessionIdEncodingOffset() - Static method in class io.aeron.archive.codecs.ReplayRequestEncoder
-
- controlSessionIdEncodingOffset() - Static method in class io.aeron.archive.codecs.ReplicateRequest2Decoder
-
- controlSessionIdEncodingOffset() - Static method in class io.aeron.archive.codecs.ReplicateRequest2Encoder
-
- controlSessionIdEncodingOffset() - Static method in class io.aeron.archive.codecs.ReplicateRequestDecoder
-
- controlSessionIdEncodingOffset() - Static method in class io.aeron.archive.codecs.ReplicateRequestEncoder
-
- controlSessionIdEncodingOffset() - Static method in class io.aeron.archive.codecs.StartPositionRequestDecoder
-
- controlSessionIdEncodingOffset() - Static method in class io.aeron.archive.codecs.StartPositionRequestEncoder
-
- controlSessionIdEncodingOffset() - Static method in class io.aeron.archive.codecs.StartRecordingRequest2Decoder
-
- controlSessionIdEncodingOffset() - Static method in class io.aeron.archive.codecs.StartRecordingRequest2Encoder
-
- controlSessionIdEncodingOffset() - Static method in class io.aeron.archive.codecs.StartRecordingRequestDecoder
-
- controlSessionIdEncodingOffset() - Static method in class io.aeron.archive.codecs.StartRecordingRequestEncoder
-
- controlSessionIdEncodingOffset() - Static method in class io.aeron.archive.codecs.StopAllReplaysRequestDecoder
-
- controlSessionIdEncodingOffset() - Static method in class io.aeron.archive.codecs.StopAllReplaysRequestEncoder
-
- controlSessionIdEncodingOffset() - Static method in class io.aeron.archive.codecs.StopPositionRequestDecoder
-
- controlSessionIdEncodingOffset() - Static method in class io.aeron.archive.codecs.StopPositionRequestEncoder
-
- controlSessionIdEncodingOffset() - Static method in class io.aeron.archive.codecs.StopRecordingByIdentityRequestDecoder
-
- controlSessionIdEncodingOffset() - Static method in class io.aeron.archive.codecs.StopRecordingByIdentityRequestEncoder
-
- controlSessionIdEncodingOffset() - Static method in class io.aeron.archive.codecs.StopRecordingRequestDecoder
-
- controlSessionIdEncodingOffset() - Static method in class io.aeron.archive.codecs.StopRecordingRequestEncoder
-
- controlSessionIdEncodingOffset() - Static method in class io.aeron.archive.codecs.StopRecordingSubscriptionRequestDecoder
-
- controlSessionIdEncodingOffset() - Static method in class io.aeron.archive.codecs.StopRecordingSubscriptionRequestEncoder
-
- controlSessionIdEncodingOffset() - Static method in class io.aeron.archive.codecs.StopReplayRequestDecoder
-
- controlSessionIdEncodingOffset() - Static method in class io.aeron.archive.codecs.StopReplayRequestEncoder
-
- controlSessionIdEncodingOffset() - Static method in class io.aeron.archive.codecs.StopReplicationRequestDecoder
-
- controlSessionIdEncodingOffset() - Static method in class io.aeron.archive.codecs.StopReplicationRequestEncoder
-
- controlSessionIdEncodingOffset() - Static method in class io.aeron.archive.codecs.TaggedReplicateRequestDecoder
-
- controlSessionIdEncodingOffset() - Static method in class io.aeron.archive.codecs.TaggedReplicateRequestEncoder
-
- controlSessionIdEncodingOffset() - Static method in class io.aeron.archive.codecs.TruncateRecordingRequestDecoder
-
- controlSessionIdEncodingOffset() - Static method in class io.aeron.archive.codecs.TruncateRecordingRequestEncoder
-
- controlSessionIdId() - Static method in class io.aeron.archive.codecs.AttachSegmentsRequestDecoder
-
- controlSessionIdId() - Static method in class io.aeron.archive.codecs.AttachSegmentsRequestEncoder
-
- controlSessionIdId() - Static method in class io.aeron.archive.codecs.BoundedReplayRequestDecoder
-
- controlSessionIdId() - Static method in class io.aeron.archive.codecs.BoundedReplayRequestEncoder
-
- controlSessionIdId() - Static method in class io.aeron.archive.codecs.ChallengeDecoder
-
- controlSessionIdId() - Static method in class io.aeron.archive.codecs.ChallengeEncoder
-
- controlSessionIdId() - Static method in class io.aeron.archive.codecs.ChallengeResponseDecoder
-
- controlSessionIdId() - Static method in class io.aeron.archive.codecs.ChallengeResponseEncoder
-
- controlSessionIdId() - Static method in class io.aeron.archive.codecs.CloseSessionRequestDecoder
-
- controlSessionIdId() - Static method in class io.aeron.archive.codecs.CloseSessionRequestEncoder
-
- controlSessionIdId() - Static method in class io.aeron.archive.codecs.ControlResponseDecoder
-
- controlSessionIdId() - Static method in class io.aeron.archive.codecs.ControlResponseEncoder
-
- controlSessionIdId() - Static method in class io.aeron.archive.codecs.DeleteDetachedSegmentsRequestDecoder
-
- controlSessionIdId() - Static method in class io.aeron.archive.codecs.DeleteDetachedSegmentsRequestEncoder
-
- controlSessionIdId() - Static method in class io.aeron.archive.codecs.DetachSegmentsRequestDecoder
-
- controlSessionIdId() - Static method in class io.aeron.archive.codecs.DetachSegmentsRequestEncoder
-
- controlSessionIdId() - Static method in class io.aeron.archive.codecs.ExtendRecordingRequest2Decoder
-
- controlSessionIdId() - Static method in class io.aeron.archive.codecs.ExtendRecordingRequest2Encoder
-
- controlSessionIdId() - Static method in class io.aeron.archive.codecs.ExtendRecordingRequestDecoder
-
- controlSessionIdId() - Static method in class io.aeron.archive.codecs.ExtendRecordingRequestEncoder
-
- controlSessionIdId() - Static method in class io.aeron.archive.codecs.FindLastMatchingRecordingRequestDecoder
-
- controlSessionIdId() - Static method in class io.aeron.archive.codecs.FindLastMatchingRecordingRequestEncoder
-
- controlSessionIdId() - Static method in class io.aeron.archive.codecs.KeepAliveRequestDecoder
-
- controlSessionIdId() - Static method in class io.aeron.archive.codecs.KeepAliveRequestEncoder
-
- controlSessionIdId() - Static method in class io.aeron.archive.codecs.ListRecordingRequestDecoder
-
- controlSessionIdId() - Static method in class io.aeron.archive.codecs.ListRecordingRequestEncoder
-
- controlSessionIdId() - Static method in class io.aeron.archive.codecs.ListRecordingsForUriRequestDecoder
-
- controlSessionIdId() - Static method in class io.aeron.archive.codecs.ListRecordingsForUriRequestEncoder
-
- controlSessionIdId() - Static method in class io.aeron.archive.codecs.ListRecordingsRequestDecoder
-
- controlSessionIdId() - Static method in class io.aeron.archive.codecs.ListRecordingsRequestEncoder
-
- controlSessionIdId() - Static method in class io.aeron.archive.codecs.ListRecordingSubscriptionsRequestDecoder
-
- controlSessionIdId() - Static method in class io.aeron.archive.codecs.ListRecordingSubscriptionsRequestEncoder
-
- controlSessionIdId() - Static method in class io.aeron.archive.codecs.MigrateSegmentsRequestDecoder
-
- controlSessionIdId() - Static method in class io.aeron.archive.codecs.MigrateSegmentsRequestEncoder
-
- controlSessionIdId() - Static method in class io.aeron.archive.codecs.PurgeRecordingRequestDecoder
-
- controlSessionIdId() - Static method in class io.aeron.archive.codecs.PurgeRecordingRequestEncoder
-
- controlSessionIdId() - Static method in class io.aeron.archive.codecs.PurgeSegmentsRequestDecoder
-
- controlSessionIdId() - Static method in class io.aeron.archive.codecs.PurgeSegmentsRequestEncoder
-
- controlSessionIdId() - Static method in class io.aeron.archive.codecs.RecordingDescriptorDecoder
-
- controlSessionIdId() - Static method in class io.aeron.archive.codecs.RecordingDescriptorEncoder
-
- controlSessionIdId() - Static method in class io.aeron.archive.codecs.RecordingPositionRequestDecoder
-
- controlSessionIdId() - Static method in class io.aeron.archive.codecs.RecordingPositionRequestEncoder
-
- controlSessionIdId() - Static method in class io.aeron.archive.codecs.RecordingSignalEventDecoder
-
- controlSessionIdId() - Static method in class io.aeron.archive.codecs.RecordingSignalEventEncoder
-
- controlSessionIdId() - Static method in class io.aeron.archive.codecs.RecordingSubscriptionDescriptorDecoder
-
- controlSessionIdId() - Static method in class io.aeron.archive.codecs.RecordingSubscriptionDescriptorEncoder
-
- controlSessionIdId() - Static method in class io.aeron.archive.codecs.ReplayRequestDecoder
-
- controlSessionIdId() - Static method in class io.aeron.archive.codecs.ReplayRequestEncoder
-
- controlSessionIdId() - Static method in class io.aeron.archive.codecs.ReplicateRequest2Decoder
-
- controlSessionIdId() - Static method in class io.aeron.archive.codecs.ReplicateRequest2Encoder
-
- controlSessionIdId() - Static method in class io.aeron.archive.codecs.ReplicateRequestDecoder
-
- controlSessionIdId() - Static method in class io.aeron.archive.codecs.ReplicateRequestEncoder
-
- controlSessionIdId() - Static method in class io.aeron.archive.codecs.StartPositionRequestDecoder
-
- controlSessionIdId() - Static method in class io.aeron.archive.codecs.StartPositionRequestEncoder
-
- controlSessionIdId() - Static method in class io.aeron.archive.codecs.StartRecordingRequest2Decoder
-
- controlSessionIdId() - Static method in class io.aeron.archive.codecs.StartRecordingRequest2Encoder
-
- controlSessionIdId() - Static method in class io.aeron.archive.codecs.StartRecordingRequestDecoder
-
- controlSessionIdId() - Static method in class io.aeron.archive.codecs.StartRecordingRequestEncoder
-
- controlSessionIdId() - Static method in class io.aeron.archive.codecs.StopAllReplaysRequestDecoder
-
- controlSessionIdId() - Static method in class io.aeron.archive.codecs.StopAllReplaysRequestEncoder
-
- controlSessionIdId() - Static method in class io.aeron.archive.codecs.StopPositionRequestDecoder
-
- controlSessionIdId() - Static method in class io.aeron.archive.codecs.StopPositionRequestEncoder
-
- controlSessionIdId() - Static method in class io.aeron.archive.codecs.StopRecordingByIdentityRequestDecoder
-
- controlSessionIdId() - Static method in class io.aeron.archive.codecs.StopRecordingByIdentityRequestEncoder
-
- controlSessionIdId() - Static method in class io.aeron.archive.codecs.StopRecordingRequestDecoder
-
- controlSessionIdId() - Static method in class io.aeron.archive.codecs.StopRecordingRequestEncoder
-
- controlSessionIdId() - Static method in class io.aeron.archive.codecs.StopRecordingSubscriptionRequestDecoder
-
- controlSessionIdId() - Static method in class io.aeron.archive.codecs.StopRecordingSubscriptionRequestEncoder
-
- controlSessionIdId() - Static method in class io.aeron.archive.codecs.StopReplayRequestDecoder
-
- controlSessionIdId() - Static method in class io.aeron.archive.codecs.StopReplayRequestEncoder
-
- controlSessionIdId() - Static method in class io.aeron.archive.codecs.StopReplicationRequestDecoder
-
- controlSessionIdId() - Static method in class io.aeron.archive.codecs.StopReplicationRequestEncoder
-
- controlSessionIdId() - Static method in class io.aeron.archive.codecs.TaggedReplicateRequestDecoder
-
- controlSessionIdId() - Static method in class io.aeron.archive.codecs.TaggedReplicateRequestEncoder
-
- controlSessionIdId() - Static method in class io.aeron.archive.codecs.TruncateRecordingRequestDecoder
-
- controlSessionIdId() - Static method in class io.aeron.archive.codecs.TruncateRecordingRequestEncoder
-
- controlSessionIdMaxValue() - Static method in class io.aeron.archive.codecs.AttachSegmentsRequestDecoder
-
- controlSessionIdMaxValue() - Static method in class io.aeron.archive.codecs.AttachSegmentsRequestEncoder
-
- controlSessionIdMaxValue() - Static method in class io.aeron.archive.codecs.BoundedReplayRequestDecoder
-
- controlSessionIdMaxValue() - Static method in class io.aeron.archive.codecs.BoundedReplayRequestEncoder
-
- controlSessionIdMaxValue() - Static method in class io.aeron.archive.codecs.ChallengeDecoder
-
- controlSessionIdMaxValue() - Static method in class io.aeron.archive.codecs.ChallengeEncoder
-
- controlSessionIdMaxValue() - Static method in class io.aeron.archive.codecs.ChallengeResponseDecoder
-
- controlSessionIdMaxValue() - Static method in class io.aeron.archive.codecs.ChallengeResponseEncoder
-
- controlSessionIdMaxValue() - Static method in class io.aeron.archive.codecs.CloseSessionRequestDecoder
-
- controlSessionIdMaxValue() - Static method in class io.aeron.archive.codecs.CloseSessionRequestEncoder
-
- controlSessionIdMaxValue() - Static method in class io.aeron.archive.codecs.ControlResponseDecoder
-
- controlSessionIdMaxValue() - Static method in class io.aeron.archive.codecs.ControlResponseEncoder
-
- controlSessionIdMaxValue() - Static method in class io.aeron.archive.codecs.DeleteDetachedSegmentsRequestDecoder
-
- controlSessionIdMaxValue() - Static method in class io.aeron.archive.codecs.DeleteDetachedSegmentsRequestEncoder
-
- controlSessionIdMaxValue() - Static method in class io.aeron.archive.codecs.DetachSegmentsRequestDecoder
-
- controlSessionIdMaxValue() - Static method in class io.aeron.archive.codecs.DetachSegmentsRequestEncoder
-
- controlSessionIdMaxValue() - Static method in class io.aeron.archive.codecs.ExtendRecordingRequest2Decoder
-
- controlSessionIdMaxValue() - Static method in class io.aeron.archive.codecs.ExtendRecordingRequest2Encoder
-
- controlSessionIdMaxValue() - Static method in class io.aeron.archive.codecs.ExtendRecordingRequestDecoder
-
- controlSessionIdMaxValue() - Static method in class io.aeron.archive.codecs.ExtendRecordingRequestEncoder
-
- controlSessionIdMaxValue() - Static method in class io.aeron.archive.codecs.FindLastMatchingRecordingRequestDecoder
-
- controlSessionIdMaxValue() - Static method in class io.aeron.archive.codecs.FindLastMatchingRecordingRequestEncoder
-
- controlSessionIdMaxValue() - Static method in class io.aeron.archive.codecs.KeepAliveRequestDecoder
-
- controlSessionIdMaxValue() - Static method in class io.aeron.archive.codecs.KeepAliveRequestEncoder
-
- controlSessionIdMaxValue() - Static method in class io.aeron.archive.codecs.ListRecordingRequestDecoder
-
- controlSessionIdMaxValue() - Static method in class io.aeron.archive.codecs.ListRecordingRequestEncoder
-
- controlSessionIdMaxValue() - Static method in class io.aeron.archive.codecs.ListRecordingsForUriRequestDecoder
-
- controlSessionIdMaxValue() - Static method in class io.aeron.archive.codecs.ListRecordingsForUriRequestEncoder
-
- controlSessionIdMaxValue() - Static method in class io.aeron.archive.codecs.ListRecordingsRequestDecoder
-
- controlSessionIdMaxValue() - Static method in class io.aeron.archive.codecs.ListRecordingsRequestEncoder
-
- controlSessionIdMaxValue() - Static method in class io.aeron.archive.codecs.ListRecordingSubscriptionsRequestDecoder
-
- controlSessionIdMaxValue() - Static method in class io.aeron.archive.codecs.ListRecordingSubscriptionsRequestEncoder
-
- controlSessionIdMaxValue() - Static method in class io.aeron.archive.codecs.MigrateSegmentsRequestDecoder
-
- controlSessionIdMaxValue() - Static method in class io.aeron.archive.codecs.MigrateSegmentsRequestEncoder
-
- controlSessionIdMaxValue() - Static method in class io.aeron.archive.codecs.PurgeRecordingRequestDecoder
-
- controlSessionIdMaxValue() - Static method in class io.aeron.archive.codecs.PurgeRecordingRequestEncoder
-
- controlSessionIdMaxValue() - Static method in class io.aeron.archive.codecs.PurgeSegmentsRequestDecoder
-
- controlSessionIdMaxValue() - Static method in class io.aeron.archive.codecs.PurgeSegmentsRequestEncoder
-
- controlSessionIdMaxValue() - Static method in class io.aeron.archive.codecs.RecordingDescriptorDecoder
-
- controlSessionIdMaxValue() - Static method in class io.aeron.archive.codecs.RecordingDescriptorEncoder
-
- controlSessionIdMaxValue() - Static method in class io.aeron.archive.codecs.RecordingPositionRequestDecoder
-
- controlSessionIdMaxValue() - Static method in class io.aeron.archive.codecs.RecordingPositionRequestEncoder
-
- controlSessionIdMaxValue() - Static method in class io.aeron.archive.codecs.RecordingSignalEventDecoder
-
- controlSessionIdMaxValue() - Static method in class io.aeron.archive.codecs.RecordingSignalEventEncoder
-
- controlSessionIdMaxValue() - Static method in class io.aeron.archive.codecs.RecordingSubscriptionDescriptorDecoder
-
- controlSessionIdMaxValue() - Static method in class io.aeron.archive.codecs.RecordingSubscriptionDescriptorEncoder
-
- controlSessionIdMaxValue() - Static method in class io.aeron.archive.codecs.ReplayRequestDecoder
-
- controlSessionIdMaxValue() - Static method in class io.aeron.archive.codecs.ReplayRequestEncoder
-
- controlSessionIdMaxValue() - Static method in class io.aeron.archive.codecs.ReplicateRequest2Decoder
-
- controlSessionIdMaxValue() - Static method in class io.aeron.archive.codecs.ReplicateRequest2Encoder
-
- controlSessionIdMaxValue() - Static method in class io.aeron.archive.codecs.ReplicateRequestDecoder
-
- controlSessionIdMaxValue() - Static method in class io.aeron.archive.codecs.ReplicateRequestEncoder
-
- controlSessionIdMaxValue() - Static method in class io.aeron.archive.codecs.StartPositionRequestDecoder
-
- controlSessionIdMaxValue() - Static method in class io.aeron.archive.codecs.StartPositionRequestEncoder
-
- controlSessionIdMaxValue() - Static method in class io.aeron.archive.codecs.StartRecordingRequest2Decoder
-
- controlSessionIdMaxValue() - Static method in class io.aeron.archive.codecs.StartRecordingRequest2Encoder
-
- controlSessionIdMaxValue() - Static method in class io.aeron.archive.codecs.StartRecordingRequestDecoder
-
- controlSessionIdMaxValue() - Static method in class io.aeron.archive.codecs.StartRecordingRequestEncoder
-
- controlSessionIdMaxValue() - Static method in class io.aeron.archive.codecs.StopAllReplaysRequestDecoder
-
- controlSessionIdMaxValue() - Static method in class io.aeron.archive.codecs.StopAllReplaysRequestEncoder
-
- controlSessionIdMaxValue() - Static method in class io.aeron.archive.codecs.StopPositionRequestDecoder
-
- controlSessionIdMaxValue() - Static method in class io.aeron.archive.codecs.StopPositionRequestEncoder
-
- controlSessionIdMaxValue() - Static method in class io.aeron.archive.codecs.StopRecordingByIdentityRequestDecoder
-
- controlSessionIdMaxValue() - Static method in class io.aeron.archive.codecs.StopRecordingByIdentityRequestEncoder
-
- controlSessionIdMaxValue() - Static method in class io.aeron.archive.codecs.StopRecordingRequestDecoder
-
- controlSessionIdMaxValue() - Static method in class io.aeron.archive.codecs.StopRecordingRequestEncoder
-
- controlSessionIdMaxValue() - Static method in class io.aeron.archive.codecs.StopRecordingSubscriptionRequestDecoder
-
- controlSessionIdMaxValue() - Static method in class io.aeron.archive.codecs.StopRecordingSubscriptionRequestEncoder
-
- controlSessionIdMaxValue() - Static method in class io.aeron.archive.codecs.StopReplayRequestDecoder
-
- controlSessionIdMaxValue() - Static method in class io.aeron.archive.codecs.StopReplayRequestEncoder
-
- controlSessionIdMaxValue() - Static method in class io.aeron.archive.codecs.StopReplicationRequestDecoder
-
- controlSessionIdMaxValue() - Static method in class io.aeron.archive.codecs.StopReplicationRequestEncoder
-
- controlSessionIdMaxValue() - Static method in class io.aeron.archive.codecs.TaggedReplicateRequestDecoder
-
- controlSessionIdMaxValue() - Static method in class io.aeron.archive.codecs.TaggedReplicateRequestEncoder
-
- controlSessionIdMaxValue() - Static method in class io.aeron.archive.codecs.TruncateRecordingRequestDecoder
-
- controlSessionIdMaxValue() - Static method in class io.aeron.archive.codecs.TruncateRecordingRequestEncoder
-
- controlSessionIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.AttachSegmentsRequestDecoder
-
- controlSessionIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.AttachSegmentsRequestEncoder
-
- controlSessionIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.BoundedReplayRequestDecoder
-
- controlSessionIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.BoundedReplayRequestEncoder
-
- controlSessionIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.ChallengeDecoder
-
- controlSessionIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.ChallengeEncoder
-
- controlSessionIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.ChallengeResponseDecoder
-
- controlSessionIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.ChallengeResponseEncoder
-
- controlSessionIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.CloseSessionRequestDecoder
-
- controlSessionIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.CloseSessionRequestEncoder
-
- controlSessionIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.ControlResponseDecoder
-
- controlSessionIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.ControlResponseEncoder
-
- controlSessionIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.DeleteDetachedSegmentsRequestDecoder
-
- controlSessionIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.DeleteDetachedSegmentsRequestEncoder
-
- controlSessionIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.DetachSegmentsRequestDecoder
-
- controlSessionIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.DetachSegmentsRequestEncoder
-
- controlSessionIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.ExtendRecordingRequest2Decoder
-
- controlSessionIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.ExtendRecordingRequest2Encoder
-
- controlSessionIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.ExtendRecordingRequestDecoder
-
- controlSessionIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.ExtendRecordingRequestEncoder
-
- controlSessionIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.FindLastMatchingRecordingRequestDecoder
-
- controlSessionIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.FindLastMatchingRecordingRequestEncoder
-
- controlSessionIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.KeepAliveRequestDecoder
-
- controlSessionIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.KeepAliveRequestEncoder
-
- controlSessionIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.ListRecordingRequestDecoder
-
- controlSessionIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.ListRecordingRequestEncoder
-
- controlSessionIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.ListRecordingsForUriRequestDecoder
-
- controlSessionIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.ListRecordingsForUriRequestEncoder
-
- controlSessionIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.ListRecordingsRequestDecoder
-
- controlSessionIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.ListRecordingsRequestEncoder
-
- controlSessionIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.ListRecordingSubscriptionsRequestDecoder
-
- controlSessionIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.ListRecordingSubscriptionsRequestEncoder
-
- controlSessionIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.MigrateSegmentsRequestDecoder
-
- controlSessionIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.MigrateSegmentsRequestEncoder
-
- controlSessionIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.PurgeRecordingRequestDecoder
-
- controlSessionIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.PurgeRecordingRequestEncoder
-
- controlSessionIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.PurgeSegmentsRequestDecoder
-
- controlSessionIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.PurgeSegmentsRequestEncoder
-
- controlSessionIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.RecordingDescriptorDecoder
-
- controlSessionIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.RecordingDescriptorEncoder
-
- controlSessionIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.RecordingPositionRequestDecoder
-
- controlSessionIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.RecordingPositionRequestEncoder
-
- controlSessionIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.RecordingSignalEventDecoder
-
- controlSessionIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.RecordingSignalEventEncoder
-
- controlSessionIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.RecordingSubscriptionDescriptorDecoder
-
- controlSessionIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.RecordingSubscriptionDescriptorEncoder
-
- controlSessionIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.ReplayRequestDecoder
-
- controlSessionIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.ReplayRequestEncoder
-
- controlSessionIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.ReplicateRequest2Decoder
-
- controlSessionIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.ReplicateRequest2Encoder
-
- controlSessionIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.ReplicateRequestDecoder
-
- controlSessionIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.ReplicateRequestEncoder
-
- controlSessionIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.StartPositionRequestDecoder
-
- controlSessionIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.StartPositionRequestEncoder
-
- controlSessionIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.StartRecordingRequest2Decoder
-
- controlSessionIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.StartRecordingRequest2Encoder
-
- controlSessionIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.StartRecordingRequestDecoder
-
- controlSessionIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.StartRecordingRequestEncoder
-
- controlSessionIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.StopAllReplaysRequestDecoder
-
- controlSessionIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.StopAllReplaysRequestEncoder
-
- controlSessionIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.StopPositionRequestDecoder
-
- controlSessionIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.StopPositionRequestEncoder
-
- controlSessionIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.StopRecordingByIdentityRequestDecoder
-
- controlSessionIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.StopRecordingByIdentityRequestEncoder
-
- controlSessionIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.StopRecordingRequestDecoder
-
- controlSessionIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.StopRecordingRequestEncoder
-
- controlSessionIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.StopRecordingSubscriptionRequestDecoder
-
- controlSessionIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.StopRecordingSubscriptionRequestEncoder
-
- controlSessionIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.StopReplayRequestDecoder
-
- controlSessionIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.StopReplayRequestEncoder
-
- controlSessionIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.StopReplicationRequestDecoder
-
- controlSessionIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.StopReplicationRequestEncoder
-
- controlSessionIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.TaggedReplicateRequestDecoder
-
- controlSessionIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.TaggedReplicateRequestEncoder
-
- controlSessionIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.TruncateRecordingRequestDecoder
-
- controlSessionIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.TruncateRecordingRequestEncoder
-
- controlSessionIdMinValue() - Static method in class io.aeron.archive.codecs.AttachSegmentsRequestDecoder
-
- controlSessionIdMinValue() - Static method in class io.aeron.archive.codecs.AttachSegmentsRequestEncoder
-
- controlSessionIdMinValue() - Static method in class io.aeron.archive.codecs.BoundedReplayRequestDecoder
-
- controlSessionIdMinValue() - Static method in class io.aeron.archive.codecs.BoundedReplayRequestEncoder
-
- controlSessionIdMinValue() - Static method in class io.aeron.archive.codecs.ChallengeDecoder
-
- controlSessionIdMinValue() - Static method in class io.aeron.archive.codecs.ChallengeEncoder
-
- controlSessionIdMinValue() - Static method in class io.aeron.archive.codecs.ChallengeResponseDecoder
-
- controlSessionIdMinValue() - Static method in class io.aeron.archive.codecs.ChallengeResponseEncoder
-
- controlSessionIdMinValue() - Static method in class io.aeron.archive.codecs.CloseSessionRequestDecoder
-
- controlSessionIdMinValue() - Static method in class io.aeron.archive.codecs.CloseSessionRequestEncoder
-
- controlSessionIdMinValue() - Static method in class io.aeron.archive.codecs.ControlResponseDecoder
-
- controlSessionIdMinValue() - Static method in class io.aeron.archive.codecs.ControlResponseEncoder
-
- controlSessionIdMinValue() - Static method in class io.aeron.archive.codecs.DeleteDetachedSegmentsRequestDecoder
-
- controlSessionIdMinValue() - Static method in class io.aeron.archive.codecs.DeleteDetachedSegmentsRequestEncoder
-
- controlSessionIdMinValue() - Static method in class io.aeron.archive.codecs.DetachSegmentsRequestDecoder
-
- controlSessionIdMinValue() - Static method in class io.aeron.archive.codecs.DetachSegmentsRequestEncoder
-
- controlSessionIdMinValue() - Static method in class io.aeron.archive.codecs.ExtendRecordingRequest2Decoder
-
- controlSessionIdMinValue() - Static method in class io.aeron.archive.codecs.ExtendRecordingRequest2Encoder
-
- controlSessionIdMinValue() - Static method in class io.aeron.archive.codecs.ExtendRecordingRequestDecoder
-
- controlSessionIdMinValue() - Static method in class io.aeron.archive.codecs.ExtendRecordingRequestEncoder
-
- controlSessionIdMinValue() - Static method in class io.aeron.archive.codecs.FindLastMatchingRecordingRequestDecoder
-
- controlSessionIdMinValue() - Static method in class io.aeron.archive.codecs.FindLastMatchingRecordingRequestEncoder
-
- controlSessionIdMinValue() - Static method in class io.aeron.archive.codecs.KeepAliveRequestDecoder
-
- controlSessionIdMinValue() - Static method in class io.aeron.archive.codecs.KeepAliveRequestEncoder
-
- controlSessionIdMinValue() - Static method in class io.aeron.archive.codecs.ListRecordingRequestDecoder
-
- controlSessionIdMinValue() - Static method in class io.aeron.archive.codecs.ListRecordingRequestEncoder
-
- controlSessionIdMinValue() - Static method in class io.aeron.archive.codecs.ListRecordingsForUriRequestDecoder
-
- controlSessionIdMinValue() - Static method in class io.aeron.archive.codecs.ListRecordingsForUriRequestEncoder
-
- controlSessionIdMinValue() - Static method in class io.aeron.archive.codecs.ListRecordingsRequestDecoder
-
- controlSessionIdMinValue() - Static method in class io.aeron.archive.codecs.ListRecordingsRequestEncoder
-
- controlSessionIdMinValue() - Static method in class io.aeron.archive.codecs.ListRecordingSubscriptionsRequestDecoder
-
- controlSessionIdMinValue() - Static method in class io.aeron.archive.codecs.ListRecordingSubscriptionsRequestEncoder
-
- controlSessionIdMinValue() - Static method in class io.aeron.archive.codecs.MigrateSegmentsRequestDecoder
-
- controlSessionIdMinValue() - Static method in class io.aeron.archive.codecs.MigrateSegmentsRequestEncoder
-
- controlSessionIdMinValue() - Static method in class io.aeron.archive.codecs.PurgeRecordingRequestDecoder
-
- controlSessionIdMinValue() - Static method in class io.aeron.archive.codecs.PurgeRecordingRequestEncoder
-
- controlSessionIdMinValue() - Static method in class io.aeron.archive.codecs.PurgeSegmentsRequestDecoder
-
- controlSessionIdMinValue() - Static method in class io.aeron.archive.codecs.PurgeSegmentsRequestEncoder
-
- controlSessionIdMinValue() - Static method in class io.aeron.archive.codecs.RecordingDescriptorDecoder
-
- controlSessionIdMinValue() - Static method in class io.aeron.archive.codecs.RecordingDescriptorEncoder
-
- controlSessionIdMinValue() - Static method in class io.aeron.archive.codecs.RecordingPositionRequestDecoder
-
- controlSessionIdMinValue() - Static method in class io.aeron.archive.codecs.RecordingPositionRequestEncoder
-
- controlSessionIdMinValue() - Static method in class io.aeron.archive.codecs.RecordingSignalEventDecoder
-
- controlSessionIdMinValue() - Static method in class io.aeron.archive.codecs.RecordingSignalEventEncoder
-
- controlSessionIdMinValue() - Static method in class io.aeron.archive.codecs.RecordingSubscriptionDescriptorDecoder
-
- controlSessionIdMinValue() - Static method in class io.aeron.archive.codecs.RecordingSubscriptionDescriptorEncoder
-
- controlSessionIdMinValue() - Static method in class io.aeron.archive.codecs.ReplayRequestDecoder
-
- controlSessionIdMinValue() - Static method in class io.aeron.archive.codecs.ReplayRequestEncoder
-
- controlSessionIdMinValue() - Static method in class io.aeron.archive.codecs.ReplicateRequest2Decoder
-
- controlSessionIdMinValue() - Static method in class io.aeron.archive.codecs.ReplicateRequest2Encoder
-
- controlSessionIdMinValue() - Static method in class io.aeron.archive.codecs.ReplicateRequestDecoder
-
- controlSessionIdMinValue() - Static method in class io.aeron.archive.codecs.ReplicateRequestEncoder
-
- controlSessionIdMinValue() - Static method in class io.aeron.archive.codecs.StartPositionRequestDecoder
-
- controlSessionIdMinValue() - Static method in class io.aeron.archive.codecs.StartPositionRequestEncoder
-
- controlSessionIdMinValue() - Static method in class io.aeron.archive.codecs.StartRecordingRequest2Decoder
-
- controlSessionIdMinValue() - Static method in class io.aeron.archive.codecs.StartRecordingRequest2Encoder
-
- controlSessionIdMinValue() - Static method in class io.aeron.archive.codecs.StartRecordingRequestDecoder
-
- controlSessionIdMinValue() - Static method in class io.aeron.archive.codecs.StartRecordingRequestEncoder
-
- controlSessionIdMinValue() - Static method in class io.aeron.archive.codecs.StopAllReplaysRequestDecoder
-
- controlSessionIdMinValue() - Static method in class io.aeron.archive.codecs.StopAllReplaysRequestEncoder
-
- controlSessionIdMinValue() - Static method in class io.aeron.archive.codecs.StopPositionRequestDecoder
-
- controlSessionIdMinValue() - Static method in class io.aeron.archive.codecs.StopPositionRequestEncoder
-
- controlSessionIdMinValue() - Static method in class io.aeron.archive.codecs.StopRecordingByIdentityRequestDecoder
-
- controlSessionIdMinValue() - Static method in class io.aeron.archive.codecs.StopRecordingByIdentityRequestEncoder
-
- controlSessionIdMinValue() - Static method in class io.aeron.archive.codecs.StopRecordingRequestDecoder
-
- controlSessionIdMinValue() - Static method in class io.aeron.archive.codecs.StopRecordingRequestEncoder
-
- controlSessionIdMinValue() - Static method in class io.aeron.archive.codecs.StopRecordingSubscriptionRequestDecoder
-
- controlSessionIdMinValue() - Static method in class io.aeron.archive.codecs.StopRecordingSubscriptionRequestEncoder
-
- controlSessionIdMinValue() - Static method in class io.aeron.archive.codecs.StopReplayRequestDecoder
-
- controlSessionIdMinValue() - Static method in class io.aeron.archive.codecs.StopReplayRequestEncoder
-
- controlSessionIdMinValue() - Static method in class io.aeron.archive.codecs.StopReplicationRequestDecoder
-
- controlSessionIdMinValue() - Static method in class io.aeron.archive.codecs.StopReplicationRequestEncoder
-
- controlSessionIdMinValue() - Static method in class io.aeron.archive.codecs.TaggedReplicateRequestDecoder
-
- controlSessionIdMinValue() - Static method in class io.aeron.archive.codecs.TaggedReplicateRequestEncoder
-
- controlSessionIdMinValue() - Static method in class io.aeron.archive.codecs.TruncateRecordingRequestDecoder
-
- controlSessionIdMinValue() - Static method in class io.aeron.archive.codecs.TruncateRecordingRequestEncoder
-
- controlSessionIdNullValue() - Static method in class io.aeron.archive.codecs.AttachSegmentsRequestDecoder
-
- controlSessionIdNullValue() - Static method in class io.aeron.archive.codecs.AttachSegmentsRequestEncoder
-
- controlSessionIdNullValue() - Static method in class io.aeron.archive.codecs.BoundedReplayRequestDecoder
-
- controlSessionIdNullValue() - Static method in class io.aeron.archive.codecs.BoundedReplayRequestEncoder
-
- controlSessionIdNullValue() - Static method in class io.aeron.archive.codecs.ChallengeDecoder
-
- controlSessionIdNullValue() - Static method in class io.aeron.archive.codecs.ChallengeEncoder
-
- controlSessionIdNullValue() - Static method in class io.aeron.archive.codecs.ChallengeResponseDecoder
-
- controlSessionIdNullValue() - Static method in class io.aeron.archive.codecs.ChallengeResponseEncoder
-
- controlSessionIdNullValue() - Static method in class io.aeron.archive.codecs.CloseSessionRequestDecoder
-
- controlSessionIdNullValue() - Static method in class io.aeron.archive.codecs.CloseSessionRequestEncoder
-
- controlSessionIdNullValue() - Static method in class io.aeron.archive.codecs.ControlResponseDecoder
-
- controlSessionIdNullValue() - Static method in class io.aeron.archive.codecs.ControlResponseEncoder
-
- controlSessionIdNullValue() - Static method in class io.aeron.archive.codecs.DeleteDetachedSegmentsRequestDecoder
-
- controlSessionIdNullValue() - Static method in class io.aeron.archive.codecs.DeleteDetachedSegmentsRequestEncoder
-
- controlSessionIdNullValue() - Static method in class io.aeron.archive.codecs.DetachSegmentsRequestDecoder
-
- controlSessionIdNullValue() - Static method in class io.aeron.archive.codecs.DetachSegmentsRequestEncoder
-
- controlSessionIdNullValue() - Static method in class io.aeron.archive.codecs.ExtendRecordingRequest2Decoder
-
- controlSessionIdNullValue() - Static method in class io.aeron.archive.codecs.ExtendRecordingRequest2Encoder
-
- controlSessionIdNullValue() - Static method in class io.aeron.archive.codecs.ExtendRecordingRequestDecoder
-
- controlSessionIdNullValue() - Static method in class io.aeron.archive.codecs.ExtendRecordingRequestEncoder
-
- controlSessionIdNullValue() - Static method in class io.aeron.archive.codecs.FindLastMatchingRecordingRequestDecoder
-
- controlSessionIdNullValue() - Static method in class io.aeron.archive.codecs.FindLastMatchingRecordingRequestEncoder
-
- controlSessionIdNullValue() - Static method in class io.aeron.archive.codecs.KeepAliveRequestDecoder
-
- controlSessionIdNullValue() - Static method in class io.aeron.archive.codecs.KeepAliveRequestEncoder
-
- controlSessionIdNullValue() - Static method in class io.aeron.archive.codecs.ListRecordingRequestDecoder
-
- controlSessionIdNullValue() - Static method in class io.aeron.archive.codecs.ListRecordingRequestEncoder
-
- controlSessionIdNullValue() - Static method in class io.aeron.archive.codecs.ListRecordingsForUriRequestDecoder
-
- controlSessionIdNullValue() - Static method in class io.aeron.archive.codecs.ListRecordingsForUriRequestEncoder
-
- controlSessionIdNullValue() - Static method in class io.aeron.archive.codecs.ListRecordingsRequestDecoder
-
- controlSessionIdNullValue() - Static method in class io.aeron.archive.codecs.ListRecordingsRequestEncoder
-
- controlSessionIdNullValue() - Static method in class io.aeron.archive.codecs.ListRecordingSubscriptionsRequestDecoder
-
- controlSessionIdNullValue() - Static method in class io.aeron.archive.codecs.ListRecordingSubscriptionsRequestEncoder
-
- controlSessionIdNullValue() - Static method in class io.aeron.archive.codecs.MigrateSegmentsRequestDecoder
-
- controlSessionIdNullValue() - Static method in class io.aeron.archive.codecs.MigrateSegmentsRequestEncoder
-
- controlSessionIdNullValue() - Static method in class io.aeron.archive.codecs.PurgeRecordingRequestDecoder
-
- controlSessionIdNullValue() - Static method in class io.aeron.archive.codecs.PurgeRecordingRequestEncoder
-
- controlSessionIdNullValue() - Static method in class io.aeron.archive.codecs.PurgeSegmentsRequestDecoder
-
- controlSessionIdNullValue() - Static method in class io.aeron.archive.codecs.PurgeSegmentsRequestEncoder
-
- controlSessionIdNullValue() - Static method in class io.aeron.archive.codecs.RecordingDescriptorDecoder
-
- controlSessionIdNullValue() - Static method in class io.aeron.archive.codecs.RecordingDescriptorEncoder
-
- controlSessionIdNullValue() - Static method in class io.aeron.archive.codecs.RecordingPositionRequestDecoder
-
- controlSessionIdNullValue() - Static method in class io.aeron.archive.codecs.RecordingPositionRequestEncoder
-
- controlSessionIdNullValue() - Static method in class io.aeron.archive.codecs.RecordingSignalEventDecoder
-
- controlSessionIdNullValue() - Static method in class io.aeron.archive.codecs.RecordingSignalEventEncoder
-
- controlSessionIdNullValue() - Static method in class io.aeron.archive.codecs.RecordingSubscriptionDescriptorDecoder
-
- controlSessionIdNullValue() - Static method in class io.aeron.archive.codecs.RecordingSubscriptionDescriptorEncoder
-
- controlSessionIdNullValue() - Static method in class io.aeron.archive.codecs.ReplayRequestDecoder
-
- controlSessionIdNullValue() - Static method in class io.aeron.archive.codecs.ReplayRequestEncoder
-
- controlSessionIdNullValue() - Static method in class io.aeron.archive.codecs.ReplicateRequest2Decoder
-
- controlSessionIdNullValue() - Static method in class io.aeron.archive.codecs.ReplicateRequest2Encoder
-
- controlSessionIdNullValue() - Static method in class io.aeron.archive.codecs.ReplicateRequestDecoder
-
- controlSessionIdNullValue() - Static method in class io.aeron.archive.codecs.ReplicateRequestEncoder
-
- controlSessionIdNullValue() - Static method in class io.aeron.archive.codecs.StartPositionRequestDecoder
-
- controlSessionIdNullValue() - Static method in class io.aeron.archive.codecs.StartPositionRequestEncoder
-
- controlSessionIdNullValue() - Static method in class io.aeron.archive.codecs.StartRecordingRequest2Decoder
-
- controlSessionIdNullValue() - Static method in class io.aeron.archive.codecs.StartRecordingRequest2Encoder
-
- controlSessionIdNullValue() - Static method in class io.aeron.archive.codecs.StartRecordingRequestDecoder
-
- controlSessionIdNullValue() - Static method in class io.aeron.archive.codecs.StartRecordingRequestEncoder
-
- controlSessionIdNullValue() - Static method in class io.aeron.archive.codecs.StopAllReplaysRequestDecoder
-
- controlSessionIdNullValue() - Static method in class io.aeron.archive.codecs.StopAllReplaysRequestEncoder
-
- controlSessionIdNullValue() - Static method in class io.aeron.archive.codecs.StopPositionRequestDecoder
-
- controlSessionIdNullValue() - Static method in class io.aeron.archive.codecs.StopPositionRequestEncoder
-
- controlSessionIdNullValue() - Static method in class io.aeron.archive.codecs.StopRecordingByIdentityRequestDecoder
-
- controlSessionIdNullValue() - Static method in class io.aeron.archive.codecs.StopRecordingByIdentityRequestEncoder
-
- controlSessionIdNullValue() - Static method in class io.aeron.archive.codecs.StopRecordingRequestDecoder
-
- controlSessionIdNullValue() - Static method in class io.aeron.archive.codecs.StopRecordingRequestEncoder
-
- controlSessionIdNullValue() - Static method in class io.aeron.archive.codecs.StopRecordingSubscriptionRequestDecoder
-
- controlSessionIdNullValue() - Static method in class io.aeron.archive.codecs.StopRecordingSubscriptionRequestEncoder
-
- controlSessionIdNullValue() - Static method in class io.aeron.archive.codecs.StopReplayRequestDecoder
-
- controlSessionIdNullValue() - Static method in class io.aeron.archive.codecs.StopReplayRequestEncoder
-
- controlSessionIdNullValue() - Static method in class io.aeron.archive.codecs.StopReplicationRequestDecoder
-
- controlSessionIdNullValue() - Static method in class io.aeron.archive.codecs.StopReplicationRequestEncoder
-
- controlSessionIdNullValue() - Static method in class io.aeron.archive.codecs.TaggedReplicateRequestDecoder
-
- controlSessionIdNullValue() - Static method in class io.aeron.archive.codecs.TaggedReplicateRequestEncoder
-
- controlSessionIdNullValue() - Static method in class io.aeron.archive.codecs.TruncateRecordingRequestDecoder
-
- controlSessionIdNullValue() - Static method in class io.aeron.archive.codecs.TruncateRecordingRequestEncoder
-
- controlSessionIdSinceVersion() - Static method in class io.aeron.archive.codecs.AttachSegmentsRequestDecoder
-
- controlSessionIdSinceVersion() - Static method in class io.aeron.archive.codecs.AttachSegmentsRequestEncoder
-
- controlSessionIdSinceVersion() - Static method in class io.aeron.archive.codecs.BoundedReplayRequestDecoder
-
- controlSessionIdSinceVersion() - Static method in class io.aeron.archive.codecs.BoundedReplayRequestEncoder
-
- controlSessionIdSinceVersion() - Static method in class io.aeron.archive.codecs.ChallengeDecoder
-
- controlSessionIdSinceVersion() - Static method in class io.aeron.archive.codecs.ChallengeEncoder
-
- controlSessionIdSinceVersion() - Static method in class io.aeron.archive.codecs.ChallengeResponseDecoder
-
- controlSessionIdSinceVersion() - Static method in class io.aeron.archive.codecs.ChallengeResponseEncoder
-
- controlSessionIdSinceVersion() - Static method in class io.aeron.archive.codecs.CloseSessionRequestDecoder
-
- controlSessionIdSinceVersion() - Static method in class io.aeron.archive.codecs.CloseSessionRequestEncoder
-
- controlSessionIdSinceVersion() - Static method in class io.aeron.archive.codecs.ControlResponseDecoder
-
- controlSessionIdSinceVersion() - Static method in class io.aeron.archive.codecs.ControlResponseEncoder
-
- controlSessionIdSinceVersion() - Static method in class io.aeron.archive.codecs.DeleteDetachedSegmentsRequestDecoder
-
- controlSessionIdSinceVersion() - Static method in class io.aeron.archive.codecs.DeleteDetachedSegmentsRequestEncoder
-
- controlSessionIdSinceVersion() - Static method in class io.aeron.archive.codecs.DetachSegmentsRequestDecoder
-
- controlSessionIdSinceVersion() - Static method in class io.aeron.archive.codecs.DetachSegmentsRequestEncoder
-
- controlSessionIdSinceVersion() - Static method in class io.aeron.archive.codecs.ExtendRecordingRequest2Decoder
-
- controlSessionIdSinceVersion() - Static method in class io.aeron.archive.codecs.ExtendRecordingRequest2Encoder
-
- controlSessionIdSinceVersion() - Static method in class io.aeron.archive.codecs.ExtendRecordingRequestDecoder
-
- controlSessionIdSinceVersion() - Static method in class io.aeron.archive.codecs.ExtendRecordingRequestEncoder
-
- controlSessionIdSinceVersion() - Static method in class io.aeron.archive.codecs.FindLastMatchingRecordingRequestDecoder
-
- controlSessionIdSinceVersion() - Static method in class io.aeron.archive.codecs.FindLastMatchingRecordingRequestEncoder
-
- controlSessionIdSinceVersion() - Static method in class io.aeron.archive.codecs.KeepAliveRequestDecoder
-
- controlSessionIdSinceVersion() - Static method in class io.aeron.archive.codecs.KeepAliveRequestEncoder
-
- controlSessionIdSinceVersion() - Static method in class io.aeron.archive.codecs.ListRecordingRequestDecoder
-
- controlSessionIdSinceVersion() - Static method in class io.aeron.archive.codecs.ListRecordingRequestEncoder
-
- controlSessionIdSinceVersion() - Static method in class io.aeron.archive.codecs.ListRecordingsForUriRequestDecoder
-
- controlSessionIdSinceVersion() - Static method in class io.aeron.archive.codecs.ListRecordingsForUriRequestEncoder
-
- controlSessionIdSinceVersion() - Static method in class io.aeron.archive.codecs.ListRecordingsRequestDecoder
-
- controlSessionIdSinceVersion() - Static method in class io.aeron.archive.codecs.ListRecordingsRequestEncoder
-
- controlSessionIdSinceVersion() - Static method in class io.aeron.archive.codecs.ListRecordingSubscriptionsRequestDecoder
-
- controlSessionIdSinceVersion() - Static method in class io.aeron.archive.codecs.ListRecordingSubscriptionsRequestEncoder
-
- controlSessionIdSinceVersion() - Static method in class io.aeron.archive.codecs.MigrateSegmentsRequestDecoder
-
- controlSessionIdSinceVersion() - Static method in class io.aeron.archive.codecs.MigrateSegmentsRequestEncoder
-
- controlSessionIdSinceVersion() - Static method in class io.aeron.archive.codecs.PurgeRecordingRequestDecoder
-
- controlSessionIdSinceVersion() - Static method in class io.aeron.archive.codecs.PurgeRecordingRequestEncoder
-
- controlSessionIdSinceVersion() - Static method in class io.aeron.archive.codecs.PurgeSegmentsRequestDecoder
-
- controlSessionIdSinceVersion() - Static method in class io.aeron.archive.codecs.PurgeSegmentsRequestEncoder
-
- controlSessionIdSinceVersion() - Static method in class io.aeron.archive.codecs.RecordingDescriptorDecoder
-
- controlSessionIdSinceVersion() - Static method in class io.aeron.archive.codecs.RecordingDescriptorEncoder
-
- controlSessionIdSinceVersion() - Static method in class io.aeron.archive.codecs.RecordingPositionRequestDecoder
-
- controlSessionIdSinceVersion() - Static method in class io.aeron.archive.codecs.RecordingPositionRequestEncoder
-
- controlSessionIdSinceVersion() - Static method in class io.aeron.archive.codecs.RecordingSignalEventDecoder
-
- controlSessionIdSinceVersion() - Static method in class io.aeron.archive.codecs.RecordingSignalEventEncoder
-
- controlSessionIdSinceVersion() - Static method in class io.aeron.archive.codecs.RecordingSubscriptionDescriptorDecoder
-
- controlSessionIdSinceVersion() - Static method in class io.aeron.archive.codecs.RecordingSubscriptionDescriptorEncoder
-
- controlSessionIdSinceVersion() - Static method in class io.aeron.archive.codecs.ReplayRequestDecoder
-
- controlSessionIdSinceVersion() - Static method in class io.aeron.archive.codecs.ReplayRequestEncoder
-
- controlSessionIdSinceVersion() - Static method in class io.aeron.archive.codecs.ReplicateRequest2Decoder
-
- controlSessionIdSinceVersion() - Static method in class io.aeron.archive.codecs.ReplicateRequest2Encoder
-
- controlSessionIdSinceVersion() - Static method in class io.aeron.archive.codecs.ReplicateRequestDecoder
-
- controlSessionIdSinceVersion() - Static method in class io.aeron.archive.codecs.ReplicateRequestEncoder
-
- controlSessionIdSinceVersion() - Static method in class io.aeron.archive.codecs.StartPositionRequestDecoder
-
- controlSessionIdSinceVersion() - Static method in class io.aeron.archive.codecs.StartPositionRequestEncoder
-
- controlSessionIdSinceVersion() - Static method in class io.aeron.archive.codecs.StartRecordingRequest2Decoder
-
- controlSessionIdSinceVersion() - Static method in class io.aeron.archive.codecs.StartRecordingRequest2Encoder
-
- controlSessionIdSinceVersion() - Static method in class io.aeron.archive.codecs.StartRecordingRequestDecoder
-
- controlSessionIdSinceVersion() - Static method in class io.aeron.archive.codecs.StartRecordingRequestEncoder
-
- controlSessionIdSinceVersion() - Static method in class io.aeron.archive.codecs.StopAllReplaysRequestDecoder
-
- controlSessionIdSinceVersion() - Static method in class io.aeron.archive.codecs.StopAllReplaysRequestEncoder
-
- controlSessionIdSinceVersion() - Static method in class io.aeron.archive.codecs.StopPositionRequestDecoder
-
- controlSessionIdSinceVersion() - Static method in class io.aeron.archive.codecs.StopPositionRequestEncoder
-
- controlSessionIdSinceVersion() - Static method in class io.aeron.archive.codecs.StopRecordingByIdentityRequestDecoder
-
- controlSessionIdSinceVersion() - Static method in class io.aeron.archive.codecs.StopRecordingByIdentityRequestEncoder
-
- controlSessionIdSinceVersion() - Static method in class io.aeron.archive.codecs.StopRecordingRequestDecoder
-
- controlSessionIdSinceVersion() - Static method in class io.aeron.archive.codecs.StopRecordingRequestEncoder
-
- controlSessionIdSinceVersion() - Static method in class io.aeron.archive.codecs.StopRecordingSubscriptionRequestDecoder
-
- controlSessionIdSinceVersion() - Static method in class io.aeron.archive.codecs.StopRecordingSubscriptionRequestEncoder
-
- controlSessionIdSinceVersion() - Static method in class io.aeron.archive.codecs.StopReplayRequestDecoder
-
- controlSessionIdSinceVersion() - Static method in class io.aeron.archive.codecs.StopReplayRequestEncoder
-
- controlSessionIdSinceVersion() - Static method in class io.aeron.archive.codecs.StopReplicationRequestDecoder
-
- controlSessionIdSinceVersion() - Static method in class io.aeron.archive.codecs.StopReplicationRequestEncoder
-
- controlSessionIdSinceVersion() - Static method in class io.aeron.archive.codecs.TaggedReplicateRequestDecoder
-
- controlSessionIdSinceVersion() - Static method in class io.aeron.archive.codecs.TaggedReplicateRequestEncoder
-
- controlSessionIdSinceVersion() - Static method in class io.aeron.archive.codecs.TruncateRecordingRequestDecoder
-
- controlSessionIdSinceVersion() - Static method in class io.aeron.archive.codecs.TruncateRecordingRequestEncoder
-
- controlSessionsCounter() - Method in class io.aeron.archive.Archive.Context
-
Get the counter used to track the number of active control sessions.
- controlSessionsCounter(Counter) - Method in class io.aeron.archive.Archive.Context
-
Set the counter used to track the number of active control sessions.
- controlStreamId() - Method in class io.aeron.archive.Archive.Context
-
Get the stream id on which the control request subscription will listen.
- controlStreamId(int) - Method in class io.aeron.archive.Archive.Context
-
Set the stream id on which the control request subscription will listen.
- controlStreamId() - Static method in class io.aeron.archive.client.AeronArchive.Configuration
-
- controlStreamId() - Method in class io.aeron.archive.codecs.mark.MarkFileHeaderDecoder
-
- controlStreamId(int) - Method in class io.aeron.archive.codecs.mark.MarkFileHeaderEncoder
-
- controlStreamIdEncodingLength() - Static method in class io.aeron.archive.codecs.mark.MarkFileHeaderDecoder
-
- controlStreamIdEncodingLength() - Static method in class io.aeron.archive.codecs.mark.MarkFileHeaderEncoder
-
- controlStreamIdEncodingOffset() - Static method in class io.aeron.archive.codecs.mark.MarkFileHeaderDecoder
-
- controlStreamIdEncodingOffset() - Static method in class io.aeron.archive.codecs.mark.MarkFileHeaderEncoder
-
- controlStreamIdId() - Static method in class io.aeron.archive.codecs.mark.MarkFileHeaderDecoder
-
- controlStreamIdId() - Static method in class io.aeron.archive.codecs.mark.MarkFileHeaderEncoder
-
- controlStreamIdMaxValue() - Static method in class io.aeron.archive.codecs.mark.MarkFileHeaderDecoder
-
- controlStreamIdMaxValue() - Static method in class io.aeron.archive.codecs.mark.MarkFileHeaderEncoder
-
- controlStreamIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.mark.MarkFileHeaderDecoder
-
- controlStreamIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.mark.MarkFileHeaderEncoder
-
- controlStreamIdMinValue() - Static method in class io.aeron.archive.codecs.mark.MarkFileHeaderDecoder
-
- controlStreamIdMinValue() - Static method in class io.aeron.archive.codecs.mark.MarkFileHeaderEncoder
-
- controlStreamIdNullValue() - Static method in class io.aeron.archive.codecs.mark.MarkFileHeaderDecoder
-
- controlStreamIdNullValue() - Static method in class io.aeron.archive.codecs.mark.MarkFileHeaderEncoder
-
- controlStreamIdSinceVersion() - Static method in class io.aeron.archive.codecs.mark.MarkFileHeaderDecoder
-
- controlStreamIdSinceVersion() - Static method in class io.aeron.archive.codecs.mark.MarkFileHeaderEncoder
-
- controlTermBufferLength(int) - Method in class io.aeron.archive.Archive.Context
-
Set the term buffer length for the control streams.
- controlTermBufferLength() - Method in class io.aeron.archive.Archive.Context
-
Get the term buffer length for the control streams.
- controlTermBufferLength() - Static method in class io.aeron.archive.client.AeronArchive.Configuration
-
Term buffer length to be used for control request and response streams.
- controlTermBufferLength(int) - Method in class io.aeron.archive.client.AeronArchive.Context
-
Set the term buffer length for the control streams.
- controlTermBufferLength() - Method in class io.aeron.archive.client.AeronArchive.Context
-
Get the term buffer length for the control streams.
- controlTermBufferSparse(boolean) - Method in class io.aeron.archive.Archive.Context
-
Should the control streams use sparse file term buffers.
- controlTermBufferSparse() - Method in class io.aeron.archive.Archive.Context
-
Should the control streams use sparse file term buffers.
- controlTermBufferSparse() - Static method in class io.aeron.archive.client.AeronArchive.Configuration
-
Should term buffer files be sparse for control request and response streams.
- controlTermBufferSparse(boolean) - Method in class io.aeron.archive.client.AeronArchive.Context
-
Should the control streams use sparse file term buffers.
- controlTermBufferSparse() - Method in class io.aeron.archive.client.AeronArchive.Context
-
Should the control streams use sparse file term buffers.
- ControlTransportPoller - Class in io.aeron.driver.media
-
Encapsulates the polling of control
UdpChannelTransport
s using whatever means provides the lowest latency.
- ControlTransportPoller(ErrorHandler) - Constructor for class io.aeron.driver.media.ControlTransportPoller
-
- CorrelatedMessageFlyweight - Class in io.aeron.command
-
Base flyweight that can be extended to track a client request.
- CorrelatedMessageFlyweight() - Constructor for class io.aeron.command.CorrelatedMessageFlyweight
-
- CORRELATION_ID_OFFSET - Static variable in class io.aeron.samples.cluster.tutorial.BasicAuctionClusteredService
-
- correlationId() - Method in exception io.aeron.archive.client.ArchiveException
-
Optional correlation-id associated with a control protocol request.
- correlationId() - Method in class io.aeron.archive.client.ControlResponsePoller
-
Correlation id of the last polled message or
Aeron.NULL_VALUE
if poll returned nothing.
- correlationId() - Method in class io.aeron.archive.client.RecordingSignalPoller
-
Correlation id of the last polled message or
Aeron.NULL_VALUE
if poll returned nothing.
- correlationId() - Method in class io.aeron.archive.codecs.AttachSegmentsRequestDecoder
-
- correlationId(long) - Method in class io.aeron.archive.codecs.AttachSegmentsRequestEncoder
-
- correlationId() - Method in class io.aeron.archive.codecs.AuthConnectRequestDecoder
-
- correlationId(long) - Method in class io.aeron.archive.codecs.AuthConnectRequestEncoder
-
- correlationId() - Method in class io.aeron.archive.codecs.BoundedReplayRequestDecoder
-
- correlationId(long) - Method in class io.aeron.archive.codecs.BoundedReplayRequestEncoder
-
- correlationId() - Method in class io.aeron.archive.codecs.ChallengeDecoder
-
- correlationId(long) - Method in class io.aeron.archive.codecs.ChallengeEncoder
-
- correlationId() - Method in class io.aeron.archive.codecs.ChallengeResponseDecoder
-
- correlationId(long) - Method in class io.aeron.archive.codecs.ChallengeResponseEncoder
-
- correlationId() - Method in class io.aeron.archive.codecs.ConnectRequestDecoder
-
- correlationId(long) - Method in class io.aeron.archive.codecs.ConnectRequestEncoder
-
- correlationId() - Method in class io.aeron.archive.codecs.ControlResponseDecoder
-
- correlationId(long) - Method in class io.aeron.archive.codecs.ControlResponseEncoder
-
- correlationId() - Method in class io.aeron.archive.codecs.DeleteDetachedSegmentsRequestDecoder
-
- correlationId(long) - Method in class io.aeron.archive.codecs.DeleteDetachedSegmentsRequestEncoder
-
- correlationId() - Method in class io.aeron.archive.codecs.DetachSegmentsRequestDecoder
-
- correlationId(long) - Method in class io.aeron.archive.codecs.DetachSegmentsRequestEncoder
-
- correlationId() - Method in class io.aeron.archive.codecs.ExtendRecordingRequest2Decoder
-
- correlationId(long) - Method in class io.aeron.archive.codecs.ExtendRecordingRequest2Encoder
-
- correlationId() - Method in class io.aeron.archive.codecs.ExtendRecordingRequestDecoder
-
- correlationId(long) - Method in class io.aeron.archive.codecs.ExtendRecordingRequestEncoder
-
- correlationId() - Method in class io.aeron.archive.codecs.FindLastMatchingRecordingRequestDecoder
-
- correlationId(long) - Method in class io.aeron.archive.codecs.FindLastMatchingRecordingRequestEncoder
-
- correlationId() - Method in class io.aeron.archive.codecs.KeepAliveRequestDecoder
-
- correlationId(long) - Method in class io.aeron.archive.codecs.KeepAliveRequestEncoder
-
- correlationId() - Method in class io.aeron.archive.codecs.ListRecordingRequestDecoder
-
- correlationId(long) - Method in class io.aeron.archive.codecs.ListRecordingRequestEncoder
-
- correlationId() - Method in class io.aeron.archive.codecs.ListRecordingsForUriRequestDecoder
-
- correlationId(long) - Method in class io.aeron.archive.codecs.ListRecordingsForUriRequestEncoder
-
- correlationId() - Method in class io.aeron.archive.codecs.ListRecordingsRequestDecoder
-
- correlationId(long) - Method in class io.aeron.archive.codecs.ListRecordingsRequestEncoder
-
- correlationId() - Method in class io.aeron.archive.codecs.ListRecordingSubscriptionsRequestDecoder
-
- correlationId(long) - Method in class io.aeron.archive.codecs.ListRecordingSubscriptionsRequestEncoder
-
- correlationId() - Method in class io.aeron.archive.codecs.MigrateSegmentsRequestDecoder
-
- correlationId(long) - Method in class io.aeron.archive.codecs.MigrateSegmentsRequestEncoder
-
- correlationId() - Method in class io.aeron.archive.codecs.PurgeRecordingRequestDecoder
-
- correlationId(long) - Method in class io.aeron.archive.codecs.PurgeRecordingRequestEncoder
-
- correlationId() - Method in class io.aeron.archive.codecs.PurgeSegmentsRequestDecoder
-
- correlationId(long) - Method in class io.aeron.archive.codecs.PurgeSegmentsRequestEncoder
-
- correlationId() - Method in class io.aeron.archive.codecs.RecordingDescriptorDecoder
-
- correlationId(long) - Method in class io.aeron.archive.codecs.RecordingDescriptorEncoder
-
- correlationId() - Method in class io.aeron.archive.codecs.RecordingPositionRequestDecoder
-
- correlationId(long) - Method in class io.aeron.archive.codecs.RecordingPositionRequestEncoder
-
- correlationId() - Method in class io.aeron.archive.codecs.RecordingSignalEventDecoder
-
- correlationId(long) - Method in class io.aeron.archive.codecs.RecordingSignalEventEncoder
-
- correlationId() - Method in class io.aeron.archive.codecs.RecordingSubscriptionDescriptorDecoder
-
- correlationId(long) - Method in class io.aeron.archive.codecs.RecordingSubscriptionDescriptorEncoder
-
- correlationId() - Method in class io.aeron.archive.codecs.ReplayRequestDecoder
-
- correlationId(long) - Method in class io.aeron.archive.codecs.ReplayRequestEncoder
-
- correlationId() - Method in class io.aeron.archive.codecs.ReplicateRequest2Decoder
-
- correlationId(long) - Method in class io.aeron.archive.codecs.ReplicateRequest2Encoder
-
- correlationId() - Method in class io.aeron.archive.codecs.ReplicateRequestDecoder
-
- correlationId(long) - Method in class io.aeron.archive.codecs.ReplicateRequestEncoder
-
- correlationId() - Method in class io.aeron.archive.codecs.StartPositionRequestDecoder
-
- correlationId(long) - Method in class io.aeron.archive.codecs.StartPositionRequestEncoder
-
- correlationId() - Method in class io.aeron.archive.codecs.StartRecordingRequest2Decoder
-
- correlationId(long) - Method in class io.aeron.archive.codecs.StartRecordingRequest2Encoder
-
- correlationId() - Method in class io.aeron.archive.codecs.StartRecordingRequestDecoder
-
- correlationId(long) - Method in class io.aeron.archive.codecs.StartRecordingRequestEncoder
-
- correlationId() - Method in class io.aeron.archive.codecs.StopAllReplaysRequestDecoder
-
- correlationId(long) - Method in class io.aeron.archive.codecs.StopAllReplaysRequestEncoder
-
- correlationId() - Method in class io.aeron.archive.codecs.StopPositionRequestDecoder
-
- correlationId(long) - Method in class io.aeron.archive.codecs.StopPositionRequestEncoder
-
- correlationId() - Method in class io.aeron.archive.codecs.StopRecordingByIdentityRequestDecoder
-
- correlationId(long) - Method in class io.aeron.archive.codecs.StopRecordingByIdentityRequestEncoder
-
- correlationId() - Method in class io.aeron.archive.codecs.StopRecordingRequestDecoder
-
- correlationId(long) - Method in class io.aeron.archive.codecs.StopRecordingRequestEncoder
-
- correlationId() - Method in class io.aeron.archive.codecs.StopRecordingSubscriptionRequestDecoder
-
- correlationId(long) - Method in class io.aeron.archive.codecs.StopRecordingSubscriptionRequestEncoder
-
- correlationId() - Method in class io.aeron.archive.codecs.StopReplayRequestDecoder
-
- correlationId(long) - Method in class io.aeron.archive.codecs.StopReplayRequestEncoder
-
- correlationId() - Method in class io.aeron.archive.codecs.StopReplicationRequestDecoder
-
- correlationId(long) - Method in class io.aeron.archive.codecs.StopReplicationRequestEncoder
-
- correlationId() - Method in class io.aeron.archive.codecs.TaggedReplicateRequestDecoder
-
- correlationId(long) - Method in class io.aeron.archive.codecs.TaggedReplicateRequestEncoder
-
- correlationId() - Method in class io.aeron.archive.codecs.TruncateRecordingRequestDecoder
-
- correlationId(long) - Method in class io.aeron.archive.codecs.TruncateRecordingRequestEncoder
-
- correlationId() - Method in class io.aeron.command.CorrelatedMessageFlyweight
-
Get correlation id field.
- correlationId(long) - Method in class io.aeron.command.CorrelatedMessageFlyweight
-
Set correlation id field.
- correlationId() - Method in class io.aeron.command.CounterUpdateFlyweight
-
Get the correlation id field.
- correlationId(long) - Method in class io.aeron.command.CounterUpdateFlyweight
-
Set the correlation id field.
- correlationId() - Method in class io.aeron.command.ImageBuffersReadyFlyweight
-
The correlation id field.
- correlationId(long) - Method in class io.aeron.command.ImageBuffersReadyFlyweight
-
Set correlation id field.
- correlationId() - Method in class io.aeron.command.ImageMessageFlyweight
-
The correlation id field.
- correlationId(long) - Method in class io.aeron.command.ImageMessageFlyweight
-
Set the correlation id field.
- correlationId() - Method in class io.aeron.command.OperationSucceededFlyweight
-
The correlation id field.
- correlationId(long) - Method in class io.aeron.command.OperationSucceededFlyweight
-
Set the correlation id field.
- correlationId() - Method in class io.aeron.command.PublicationBuffersReadyFlyweight
-
Get the correlation id field.
- correlationId(long) - Method in class io.aeron.command.PublicationBuffersReadyFlyweight
-
Set the correlation id field.
- correlationId() - Method in class io.aeron.command.SubscriptionReadyFlyweight
-
Get the correlation id field.
- correlationId(long) - Method in class io.aeron.command.SubscriptionReadyFlyweight
-
Set the correlation id field.
- correlationId() - Method in class io.aeron.driver.PublicationImage
-
The correlation id assigned by the driver when created.
- correlationId() - Method in exception io.aeron.exceptions.RegistrationException
-
Get the correlation id of the command to register the resource action.
- correlationId() - Method in class io.aeron.Image
-
The correlationId for identification of the image with the media driver.
- correlationId(UnsafeBuffer) - Static method in class io.aeron.logbuffer.LogBufferDescriptor
-
Get the value of the correlation ID for this log relating to the command which created it.
- correlationId(UnsafeBuffer, long) - Static method in class io.aeron.logbuffer.LogBufferDescriptor
-
Set the correlation ID used for this log relating to the command which created it.
- correlationIdEncodingLength() - Static method in class io.aeron.archive.codecs.AttachSegmentsRequestDecoder
-
- correlationIdEncodingLength() - Static method in class io.aeron.archive.codecs.AttachSegmentsRequestEncoder
-
- correlationIdEncodingLength() - Static method in class io.aeron.archive.codecs.AuthConnectRequestDecoder
-
- correlationIdEncodingLength() - Static method in class io.aeron.archive.codecs.AuthConnectRequestEncoder
-
- correlationIdEncodingLength() - Static method in class io.aeron.archive.codecs.BoundedReplayRequestDecoder
-
- correlationIdEncodingLength() - Static method in class io.aeron.archive.codecs.BoundedReplayRequestEncoder
-
- correlationIdEncodingLength() - Static method in class io.aeron.archive.codecs.ChallengeDecoder
-
- correlationIdEncodingLength() - Static method in class io.aeron.archive.codecs.ChallengeEncoder
-
- correlationIdEncodingLength() - Static method in class io.aeron.archive.codecs.ChallengeResponseDecoder
-
- correlationIdEncodingLength() - Static method in class io.aeron.archive.codecs.ChallengeResponseEncoder
-
- correlationIdEncodingLength() - Static method in class io.aeron.archive.codecs.ConnectRequestDecoder
-
- correlationIdEncodingLength() - Static method in class io.aeron.archive.codecs.ConnectRequestEncoder
-
- correlationIdEncodingLength() - Static method in class io.aeron.archive.codecs.ControlResponseDecoder
-
- correlationIdEncodingLength() - Static method in class io.aeron.archive.codecs.ControlResponseEncoder
-
- correlationIdEncodingLength() - Static method in class io.aeron.archive.codecs.DeleteDetachedSegmentsRequestDecoder
-
- correlationIdEncodingLength() - Static method in class io.aeron.archive.codecs.DeleteDetachedSegmentsRequestEncoder
-
- correlationIdEncodingLength() - Static method in class io.aeron.archive.codecs.DetachSegmentsRequestDecoder
-
- correlationIdEncodingLength() - Static method in class io.aeron.archive.codecs.DetachSegmentsRequestEncoder
-
- correlationIdEncodingLength() - Static method in class io.aeron.archive.codecs.ExtendRecordingRequest2Decoder
-
- correlationIdEncodingLength() - Static method in class io.aeron.archive.codecs.ExtendRecordingRequest2Encoder
-
- correlationIdEncodingLength() - Static method in class io.aeron.archive.codecs.ExtendRecordingRequestDecoder
-
- correlationIdEncodingLength() - Static method in class io.aeron.archive.codecs.ExtendRecordingRequestEncoder
-
- correlationIdEncodingLength() - Static method in class io.aeron.archive.codecs.FindLastMatchingRecordingRequestDecoder
-
- correlationIdEncodingLength() - Static method in class io.aeron.archive.codecs.FindLastMatchingRecordingRequestEncoder
-
- correlationIdEncodingLength() - Static method in class io.aeron.archive.codecs.KeepAliveRequestDecoder
-
- correlationIdEncodingLength() - Static method in class io.aeron.archive.codecs.KeepAliveRequestEncoder
-
- correlationIdEncodingLength() - Static method in class io.aeron.archive.codecs.ListRecordingRequestDecoder
-
- correlationIdEncodingLength() - Static method in class io.aeron.archive.codecs.ListRecordingRequestEncoder
-
- correlationIdEncodingLength() - Static method in class io.aeron.archive.codecs.ListRecordingsForUriRequestDecoder
-
- correlationIdEncodingLength() - Static method in class io.aeron.archive.codecs.ListRecordingsForUriRequestEncoder
-
- correlationIdEncodingLength() - Static method in class io.aeron.archive.codecs.ListRecordingsRequestDecoder
-
- correlationIdEncodingLength() - Static method in class io.aeron.archive.codecs.ListRecordingsRequestEncoder
-
- correlationIdEncodingLength() - Static method in class io.aeron.archive.codecs.ListRecordingSubscriptionsRequestDecoder
-
- correlationIdEncodingLength() - Static method in class io.aeron.archive.codecs.ListRecordingSubscriptionsRequestEncoder
-
- correlationIdEncodingLength() - Static method in class io.aeron.archive.codecs.MigrateSegmentsRequestDecoder
-
- correlationIdEncodingLength() - Static method in class io.aeron.archive.codecs.MigrateSegmentsRequestEncoder
-
- correlationIdEncodingLength() - Static method in class io.aeron.archive.codecs.PurgeRecordingRequestDecoder
-
- correlationIdEncodingLength() - Static method in class io.aeron.archive.codecs.PurgeRecordingRequestEncoder
-
- correlationIdEncodingLength() - Static method in class io.aeron.archive.codecs.PurgeSegmentsRequestDecoder
-
- correlationIdEncodingLength() - Static method in class io.aeron.archive.codecs.PurgeSegmentsRequestEncoder
-
- correlationIdEncodingLength() - Static method in class io.aeron.archive.codecs.RecordingDescriptorDecoder
-
- correlationIdEncodingLength() - Static method in class io.aeron.archive.codecs.RecordingDescriptorEncoder
-
- correlationIdEncodingLength() - Static method in class io.aeron.archive.codecs.RecordingPositionRequestDecoder
-
- correlationIdEncodingLength() - Static method in class io.aeron.archive.codecs.RecordingPositionRequestEncoder
-
- correlationIdEncodingLength() - Static method in class io.aeron.archive.codecs.RecordingSignalEventDecoder
-
- correlationIdEncodingLength() - Static method in class io.aeron.archive.codecs.RecordingSignalEventEncoder
-
- correlationIdEncodingLength() - Static method in class io.aeron.archive.codecs.RecordingSubscriptionDescriptorDecoder
-
- correlationIdEncodingLength() - Static method in class io.aeron.archive.codecs.RecordingSubscriptionDescriptorEncoder
-
- correlationIdEncodingLength() - Static method in class io.aeron.archive.codecs.ReplayRequestDecoder
-
- correlationIdEncodingLength() - Static method in class io.aeron.archive.codecs.ReplayRequestEncoder
-
- correlationIdEncodingLength() - Static method in class io.aeron.archive.codecs.ReplicateRequest2Decoder
-
- correlationIdEncodingLength() - Static method in class io.aeron.archive.codecs.ReplicateRequest2Encoder
-
- correlationIdEncodingLength() - Static method in class io.aeron.archive.codecs.ReplicateRequestDecoder
-
- correlationIdEncodingLength() - Static method in class io.aeron.archive.codecs.ReplicateRequestEncoder
-
- correlationIdEncodingLength() - Static method in class io.aeron.archive.codecs.StartPositionRequestDecoder
-
- correlationIdEncodingLength() - Static method in class io.aeron.archive.codecs.StartPositionRequestEncoder
-
- correlationIdEncodingLength() - Static method in class io.aeron.archive.codecs.StartRecordingRequest2Decoder
-
- correlationIdEncodingLength() - Static method in class io.aeron.archive.codecs.StartRecordingRequest2Encoder
-
- correlationIdEncodingLength() - Static method in class io.aeron.archive.codecs.StartRecordingRequestDecoder
-
- correlationIdEncodingLength() - Static method in class io.aeron.archive.codecs.StartRecordingRequestEncoder
-
- correlationIdEncodingLength() - Static method in class io.aeron.archive.codecs.StopAllReplaysRequestDecoder
-
- correlationIdEncodingLength() - Static method in class io.aeron.archive.codecs.StopAllReplaysRequestEncoder
-
- correlationIdEncodingLength() - Static method in class io.aeron.archive.codecs.StopPositionRequestDecoder
-
- correlationIdEncodingLength() - Static method in class io.aeron.archive.codecs.StopPositionRequestEncoder
-
- correlationIdEncodingLength() - Static method in class io.aeron.archive.codecs.StopRecordingByIdentityRequestDecoder
-
- correlationIdEncodingLength() - Static method in class io.aeron.archive.codecs.StopRecordingByIdentityRequestEncoder
-
- correlationIdEncodingLength() - Static method in class io.aeron.archive.codecs.StopRecordingRequestDecoder
-
- correlationIdEncodingLength() - Static method in class io.aeron.archive.codecs.StopRecordingRequestEncoder
-
- correlationIdEncodingLength() - Static method in class io.aeron.archive.codecs.StopRecordingSubscriptionRequestDecoder
-
- correlationIdEncodingLength() - Static method in class io.aeron.archive.codecs.StopRecordingSubscriptionRequestEncoder
-
- correlationIdEncodingLength() - Static method in class io.aeron.archive.codecs.StopReplayRequestDecoder
-
- correlationIdEncodingLength() - Static method in class io.aeron.archive.codecs.StopReplayRequestEncoder
-
- correlationIdEncodingLength() - Static method in class io.aeron.archive.codecs.StopReplicationRequestDecoder
-
- correlationIdEncodingLength() - Static method in class io.aeron.archive.codecs.StopReplicationRequestEncoder
-
- correlationIdEncodingLength() - Static method in class io.aeron.archive.codecs.TaggedReplicateRequestDecoder
-
- correlationIdEncodingLength() - Static method in class io.aeron.archive.codecs.TaggedReplicateRequestEncoder
-
- correlationIdEncodingLength() - Static method in class io.aeron.archive.codecs.TruncateRecordingRequestDecoder
-
- correlationIdEncodingLength() - Static method in class io.aeron.archive.codecs.TruncateRecordingRequestEncoder
-
- correlationIdEncodingOffset() - Static method in class io.aeron.archive.codecs.AttachSegmentsRequestDecoder
-
- correlationIdEncodingOffset() - Static method in class io.aeron.archive.codecs.AttachSegmentsRequestEncoder
-
- correlationIdEncodingOffset() - Static method in class io.aeron.archive.codecs.AuthConnectRequestDecoder
-
- correlationIdEncodingOffset() - Static method in class io.aeron.archive.codecs.AuthConnectRequestEncoder
-
- correlationIdEncodingOffset() - Static method in class io.aeron.archive.codecs.BoundedReplayRequestDecoder
-
- correlationIdEncodingOffset() - Static method in class io.aeron.archive.codecs.BoundedReplayRequestEncoder
-
- correlationIdEncodingOffset() - Static method in class io.aeron.archive.codecs.ChallengeDecoder
-
- correlationIdEncodingOffset() - Static method in class io.aeron.archive.codecs.ChallengeEncoder
-
- correlationIdEncodingOffset() - Static method in class io.aeron.archive.codecs.ChallengeResponseDecoder
-
- correlationIdEncodingOffset() - Static method in class io.aeron.archive.codecs.ChallengeResponseEncoder
-
- correlationIdEncodingOffset() - Static method in class io.aeron.archive.codecs.ConnectRequestDecoder
-
- correlationIdEncodingOffset() - Static method in class io.aeron.archive.codecs.ConnectRequestEncoder
-
- correlationIdEncodingOffset() - Static method in class io.aeron.archive.codecs.ControlResponseDecoder
-
- correlationIdEncodingOffset() - Static method in class io.aeron.archive.codecs.ControlResponseEncoder
-
- correlationIdEncodingOffset() - Static method in class io.aeron.archive.codecs.DeleteDetachedSegmentsRequestDecoder
-
- correlationIdEncodingOffset() - Static method in class io.aeron.archive.codecs.DeleteDetachedSegmentsRequestEncoder
-
- correlationIdEncodingOffset() - Static method in class io.aeron.archive.codecs.DetachSegmentsRequestDecoder
-
- correlationIdEncodingOffset() - Static method in class io.aeron.archive.codecs.DetachSegmentsRequestEncoder
-
- correlationIdEncodingOffset() - Static method in class io.aeron.archive.codecs.ExtendRecordingRequest2Decoder
-
- correlationIdEncodingOffset() - Static method in class io.aeron.archive.codecs.ExtendRecordingRequest2Encoder
-
- correlationIdEncodingOffset() - Static method in class io.aeron.archive.codecs.ExtendRecordingRequestDecoder
-
- correlationIdEncodingOffset() - Static method in class io.aeron.archive.codecs.ExtendRecordingRequestEncoder
-
- correlationIdEncodingOffset() - Static method in class io.aeron.archive.codecs.FindLastMatchingRecordingRequestDecoder
-
- correlationIdEncodingOffset() - Static method in class io.aeron.archive.codecs.FindLastMatchingRecordingRequestEncoder
-
- correlationIdEncodingOffset() - Static method in class io.aeron.archive.codecs.KeepAliveRequestDecoder
-
- correlationIdEncodingOffset() - Static method in class io.aeron.archive.codecs.KeepAliveRequestEncoder
-
- correlationIdEncodingOffset() - Static method in class io.aeron.archive.codecs.ListRecordingRequestDecoder
-
- correlationIdEncodingOffset() - Static method in class io.aeron.archive.codecs.ListRecordingRequestEncoder
-
- correlationIdEncodingOffset() - Static method in class io.aeron.archive.codecs.ListRecordingsForUriRequestDecoder
-
- correlationIdEncodingOffset() - Static method in class io.aeron.archive.codecs.ListRecordingsForUriRequestEncoder
-
- correlationIdEncodingOffset() - Static method in class io.aeron.archive.codecs.ListRecordingsRequestDecoder
-
- correlationIdEncodingOffset() - Static method in class io.aeron.archive.codecs.ListRecordingsRequestEncoder
-
- correlationIdEncodingOffset() - Static method in class io.aeron.archive.codecs.ListRecordingSubscriptionsRequestDecoder
-
- correlationIdEncodingOffset() - Static method in class io.aeron.archive.codecs.ListRecordingSubscriptionsRequestEncoder
-
- correlationIdEncodingOffset() - Static method in class io.aeron.archive.codecs.MigrateSegmentsRequestDecoder
-
- correlationIdEncodingOffset() - Static method in class io.aeron.archive.codecs.MigrateSegmentsRequestEncoder
-
- correlationIdEncodingOffset() - Static method in class io.aeron.archive.codecs.PurgeRecordingRequestDecoder
-
- correlationIdEncodingOffset() - Static method in class io.aeron.archive.codecs.PurgeRecordingRequestEncoder
-
- correlationIdEncodingOffset() - Static method in class io.aeron.archive.codecs.PurgeSegmentsRequestDecoder
-
- correlationIdEncodingOffset() - Static method in class io.aeron.archive.codecs.PurgeSegmentsRequestEncoder
-
- correlationIdEncodingOffset() - Static method in class io.aeron.archive.codecs.RecordingDescriptorDecoder
-
- correlationIdEncodingOffset() - Static method in class io.aeron.archive.codecs.RecordingDescriptorEncoder
-
- correlationIdEncodingOffset() - Static method in class io.aeron.archive.codecs.RecordingPositionRequestDecoder
-
- correlationIdEncodingOffset() - Static method in class io.aeron.archive.codecs.RecordingPositionRequestEncoder
-
- correlationIdEncodingOffset() - Static method in class io.aeron.archive.codecs.RecordingSignalEventDecoder
-
- correlationIdEncodingOffset() - Static method in class io.aeron.archive.codecs.RecordingSignalEventEncoder
-
- correlationIdEncodingOffset() - Static method in class io.aeron.archive.codecs.RecordingSubscriptionDescriptorDecoder
-
- correlationIdEncodingOffset() - Static method in class io.aeron.archive.codecs.RecordingSubscriptionDescriptorEncoder
-
- correlationIdEncodingOffset() - Static method in class io.aeron.archive.codecs.ReplayRequestDecoder
-
- correlationIdEncodingOffset() - Static method in class io.aeron.archive.codecs.ReplayRequestEncoder
-
- correlationIdEncodingOffset() - Static method in class io.aeron.archive.codecs.ReplicateRequest2Decoder
-
- correlationIdEncodingOffset() - Static method in class io.aeron.archive.codecs.ReplicateRequest2Encoder
-
- correlationIdEncodingOffset() - Static method in class io.aeron.archive.codecs.ReplicateRequestDecoder
-
- correlationIdEncodingOffset() - Static method in class io.aeron.archive.codecs.ReplicateRequestEncoder
-
- correlationIdEncodingOffset() - Static method in class io.aeron.archive.codecs.StartPositionRequestDecoder
-
- correlationIdEncodingOffset() - Static method in class io.aeron.archive.codecs.StartPositionRequestEncoder
-
- correlationIdEncodingOffset() - Static method in class io.aeron.archive.codecs.StartRecordingRequest2Decoder
-
- correlationIdEncodingOffset() - Static method in class io.aeron.archive.codecs.StartRecordingRequest2Encoder
-
- correlationIdEncodingOffset() - Static method in class io.aeron.archive.codecs.StartRecordingRequestDecoder
-
- correlationIdEncodingOffset() - Static method in class io.aeron.archive.codecs.StartRecordingRequestEncoder
-
- correlationIdEncodingOffset() - Static method in class io.aeron.archive.codecs.StopAllReplaysRequestDecoder
-
- correlationIdEncodingOffset() - Static method in class io.aeron.archive.codecs.StopAllReplaysRequestEncoder
-
- correlationIdEncodingOffset() - Static method in class io.aeron.archive.codecs.StopPositionRequestDecoder
-
- correlationIdEncodingOffset() - Static method in class io.aeron.archive.codecs.StopPositionRequestEncoder
-
- correlationIdEncodingOffset() - Static method in class io.aeron.archive.codecs.StopRecordingByIdentityRequestDecoder
-
- correlationIdEncodingOffset() - Static method in class io.aeron.archive.codecs.StopRecordingByIdentityRequestEncoder
-
- correlationIdEncodingOffset() - Static method in class io.aeron.archive.codecs.StopRecordingRequestDecoder
-
- correlationIdEncodingOffset() - Static method in class io.aeron.archive.codecs.StopRecordingRequestEncoder
-
- correlationIdEncodingOffset() - Static method in class io.aeron.archive.codecs.StopRecordingSubscriptionRequestDecoder
-
- correlationIdEncodingOffset() - Static method in class io.aeron.archive.codecs.StopRecordingSubscriptionRequestEncoder
-
- correlationIdEncodingOffset() - Static method in class io.aeron.archive.codecs.StopReplayRequestDecoder
-
- correlationIdEncodingOffset() - Static method in class io.aeron.archive.codecs.StopReplayRequestEncoder
-
- correlationIdEncodingOffset() - Static method in class io.aeron.archive.codecs.StopReplicationRequestDecoder
-
- correlationIdEncodingOffset() - Static method in class io.aeron.archive.codecs.StopReplicationRequestEncoder
-
- correlationIdEncodingOffset() - Static method in class io.aeron.archive.codecs.TaggedReplicateRequestDecoder
-
- correlationIdEncodingOffset() - Static method in class io.aeron.archive.codecs.TaggedReplicateRequestEncoder
-
- correlationIdEncodingOffset() - Static method in class io.aeron.archive.codecs.TruncateRecordingRequestDecoder
-
- correlationIdEncodingOffset() - Static method in class io.aeron.archive.codecs.TruncateRecordingRequestEncoder
-
- correlationIdId() - Static method in class io.aeron.archive.codecs.AttachSegmentsRequestDecoder
-
- correlationIdId() - Static method in class io.aeron.archive.codecs.AttachSegmentsRequestEncoder
-
- correlationIdId() - Static method in class io.aeron.archive.codecs.AuthConnectRequestDecoder
-
- correlationIdId() - Static method in class io.aeron.archive.codecs.AuthConnectRequestEncoder
-
- correlationIdId() - Static method in class io.aeron.archive.codecs.BoundedReplayRequestDecoder
-
- correlationIdId() - Static method in class io.aeron.archive.codecs.BoundedReplayRequestEncoder
-
- correlationIdId() - Static method in class io.aeron.archive.codecs.ChallengeDecoder
-
- correlationIdId() - Static method in class io.aeron.archive.codecs.ChallengeEncoder
-
- correlationIdId() - Static method in class io.aeron.archive.codecs.ChallengeResponseDecoder
-
- correlationIdId() - Static method in class io.aeron.archive.codecs.ChallengeResponseEncoder
-
- correlationIdId() - Static method in class io.aeron.archive.codecs.ConnectRequestDecoder
-
- correlationIdId() - Static method in class io.aeron.archive.codecs.ConnectRequestEncoder
-
- correlationIdId() - Static method in class io.aeron.archive.codecs.ControlResponseDecoder
-
- correlationIdId() - Static method in class io.aeron.archive.codecs.ControlResponseEncoder
-
- correlationIdId() - Static method in class io.aeron.archive.codecs.DeleteDetachedSegmentsRequestDecoder
-
- correlationIdId() - Static method in class io.aeron.archive.codecs.DeleteDetachedSegmentsRequestEncoder
-
- correlationIdId() - Static method in class io.aeron.archive.codecs.DetachSegmentsRequestDecoder
-
- correlationIdId() - Static method in class io.aeron.archive.codecs.DetachSegmentsRequestEncoder
-
- correlationIdId() - Static method in class io.aeron.archive.codecs.ExtendRecordingRequest2Decoder
-
- correlationIdId() - Static method in class io.aeron.archive.codecs.ExtendRecordingRequest2Encoder
-
- correlationIdId() - Static method in class io.aeron.archive.codecs.ExtendRecordingRequestDecoder
-
- correlationIdId() - Static method in class io.aeron.archive.codecs.ExtendRecordingRequestEncoder
-
- correlationIdId() - Static method in class io.aeron.archive.codecs.FindLastMatchingRecordingRequestDecoder
-
- correlationIdId() - Static method in class io.aeron.archive.codecs.FindLastMatchingRecordingRequestEncoder
-
- correlationIdId() - Static method in class io.aeron.archive.codecs.KeepAliveRequestDecoder
-
- correlationIdId() - Static method in class io.aeron.archive.codecs.KeepAliveRequestEncoder
-
- correlationIdId() - Static method in class io.aeron.archive.codecs.ListRecordingRequestDecoder
-
- correlationIdId() - Static method in class io.aeron.archive.codecs.ListRecordingRequestEncoder
-
- correlationIdId() - Static method in class io.aeron.archive.codecs.ListRecordingsForUriRequestDecoder
-
- correlationIdId() - Static method in class io.aeron.archive.codecs.ListRecordingsForUriRequestEncoder
-
- correlationIdId() - Static method in class io.aeron.archive.codecs.ListRecordingsRequestDecoder
-
- correlationIdId() - Static method in class io.aeron.archive.codecs.ListRecordingsRequestEncoder
-
- correlationIdId() - Static method in class io.aeron.archive.codecs.ListRecordingSubscriptionsRequestDecoder
-
- correlationIdId() - Static method in class io.aeron.archive.codecs.ListRecordingSubscriptionsRequestEncoder
-
- correlationIdId() - Static method in class io.aeron.archive.codecs.MigrateSegmentsRequestDecoder
-
- correlationIdId() - Static method in class io.aeron.archive.codecs.MigrateSegmentsRequestEncoder
-
- correlationIdId() - Static method in class io.aeron.archive.codecs.PurgeRecordingRequestDecoder
-
- correlationIdId() - Static method in class io.aeron.archive.codecs.PurgeRecordingRequestEncoder
-
- correlationIdId() - Static method in class io.aeron.archive.codecs.PurgeSegmentsRequestDecoder
-
- correlationIdId() - Static method in class io.aeron.archive.codecs.PurgeSegmentsRequestEncoder
-
- correlationIdId() - Static method in class io.aeron.archive.codecs.RecordingDescriptorDecoder
-
- correlationIdId() - Static method in class io.aeron.archive.codecs.RecordingDescriptorEncoder
-
- correlationIdId() - Static method in class io.aeron.archive.codecs.RecordingPositionRequestDecoder
-
- correlationIdId() - Static method in class io.aeron.archive.codecs.RecordingPositionRequestEncoder
-
- correlationIdId() - Static method in class io.aeron.archive.codecs.RecordingSignalEventDecoder
-
- correlationIdId() - Static method in class io.aeron.archive.codecs.RecordingSignalEventEncoder
-
- correlationIdId() - Static method in class io.aeron.archive.codecs.RecordingSubscriptionDescriptorDecoder
-
- correlationIdId() - Static method in class io.aeron.archive.codecs.RecordingSubscriptionDescriptorEncoder
-
- correlationIdId() - Static method in class io.aeron.archive.codecs.ReplayRequestDecoder
-
- correlationIdId() - Static method in class io.aeron.archive.codecs.ReplayRequestEncoder
-
- correlationIdId() - Static method in class io.aeron.archive.codecs.ReplicateRequest2Decoder
-
- correlationIdId() - Static method in class io.aeron.archive.codecs.ReplicateRequest2Encoder
-
- correlationIdId() - Static method in class io.aeron.archive.codecs.ReplicateRequestDecoder
-
- correlationIdId() - Static method in class io.aeron.archive.codecs.ReplicateRequestEncoder
-
- correlationIdId() - Static method in class io.aeron.archive.codecs.StartPositionRequestDecoder
-
- correlationIdId() - Static method in class io.aeron.archive.codecs.StartPositionRequestEncoder
-
- correlationIdId() - Static method in class io.aeron.archive.codecs.StartRecordingRequest2Decoder
-
- correlationIdId() - Static method in class io.aeron.archive.codecs.StartRecordingRequest2Encoder
-
- correlationIdId() - Static method in class io.aeron.archive.codecs.StartRecordingRequestDecoder
-
- correlationIdId() - Static method in class io.aeron.archive.codecs.StartRecordingRequestEncoder
-
- correlationIdId() - Static method in class io.aeron.archive.codecs.StopAllReplaysRequestDecoder
-
- correlationIdId() - Static method in class io.aeron.archive.codecs.StopAllReplaysRequestEncoder
-
- correlationIdId() - Static method in class io.aeron.archive.codecs.StopPositionRequestDecoder
-
- correlationIdId() - Static method in class io.aeron.archive.codecs.StopPositionRequestEncoder
-
- correlationIdId() - Static method in class io.aeron.archive.codecs.StopRecordingByIdentityRequestDecoder
-
- correlationIdId() - Static method in class io.aeron.archive.codecs.StopRecordingByIdentityRequestEncoder
-
- correlationIdId() - Static method in class io.aeron.archive.codecs.StopRecordingRequestDecoder
-
- correlationIdId() - Static method in class io.aeron.archive.codecs.StopRecordingRequestEncoder
-
- correlationIdId() - Static method in class io.aeron.archive.codecs.StopRecordingSubscriptionRequestDecoder
-
- correlationIdId() - Static method in class io.aeron.archive.codecs.StopRecordingSubscriptionRequestEncoder
-
- correlationIdId() - Static method in class io.aeron.archive.codecs.StopReplayRequestDecoder
-
- correlationIdId() - Static method in class io.aeron.archive.codecs.StopReplayRequestEncoder
-
- correlationIdId() - Static method in class io.aeron.archive.codecs.StopReplicationRequestDecoder
-
- correlationIdId() - Static method in class io.aeron.archive.codecs.StopReplicationRequestEncoder
-
- correlationIdId() - Static method in class io.aeron.archive.codecs.TaggedReplicateRequestDecoder
-
- correlationIdId() - Static method in class io.aeron.archive.codecs.TaggedReplicateRequestEncoder
-
- correlationIdId() - Static method in class io.aeron.archive.codecs.TruncateRecordingRequestDecoder
-
- correlationIdId() - Static method in class io.aeron.archive.codecs.TruncateRecordingRequestEncoder
-
- correlationIdMaxValue() - Static method in class io.aeron.archive.codecs.AttachSegmentsRequestDecoder
-
- correlationIdMaxValue() - Static method in class io.aeron.archive.codecs.AttachSegmentsRequestEncoder
-
- correlationIdMaxValue() - Static method in class io.aeron.archive.codecs.AuthConnectRequestDecoder
-
- correlationIdMaxValue() - Static method in class io.aeron.archive.codecs.AuthConnectRequestEncoder
-
- correlationIdMaxValue() - Static method in class io.aeron.archive.codecs.BoundedReplayRequestDecoder
-
- correlationIdMaxValue() - Static method in class io.aeron.archive.codecs.BoundedReplayRequestEncoder
-
- correlationIdMaxValue() - Static method in class io.aeron.archive.codecs.ChallengeDecoder
-
- correlationIdMaxValue() - Static method in class io.aeron.archive.codecs.ChallengeEncoder
-
- correlationIdMaxValue() - Static method in class io.aeron.archive.codecs.ChallengeResponseDecoder
-
- correlationIdMaxValue() - Static method in class io.aeron.archive.codecs.ChallengeResponseEncoder
-
- correlationIdMaxValue() - Static method in class io.aeron.archive.codecs.ConnectRequestDecoder
-
- correlationIdMaxValue() - Static method in class io.aeron.archive.codecs.ConnectRequestEncoder
-
- correlationIdMaxValue() - Static method in class io.aeron.archive.codecs.ControlResponseDecoder
-
- correlationIdMaxValue() - Static method in class io.aeron.archive.codecs.ControlResponseEncoder
-
- correlationIdMaxValue() - Static method in class io.aeron.archive.codecs.DeleteDetachedSegmentsRequestDecoder
-
- correlationIdMaxValue() - Static method in class io.aeron.archive.codecs.DeleteDetachedSegmentsRequestEncoder
-
- correlationIdMaxValue() - Static method in class io.aeron.archive.codecs.DetachSegmentsRequestDecoder
-
- correlationIdMaxValue() - Static method in class io.aeron.archive.codecs.DetachSegmentsRequestEncoder
-
- correlationIdMaxValue() - Static method in class io.aeron.archive.codecs.ExtendRecordingRequest2Decoder
-
- correlationIdMaxValue() - Static method in class io.aeron.archive.codecs.ExtendRecordingRequest2Encoder
-
- correlationIdMaxValue() - Static method in class io.aeron.archive.codecs.ExtendRecordingRequestDecoder
-
- correlationIdMaxValue() - Static method in class io.aeron.archive.codecs.ExtendRecordingRequestEncoder
-
- correlationIdMaxValue() - Static method in class io.aeron.archive.codecs.FindLastMatchingRecordingRequestDecoder
-
- correlationIdMaxValue() - Static method in class io.aeron.archive.codecs.FindLastMatchingRecordingRequestEncoder
-
- correlationIdMaxValue() - Static method in class io.aeron.archive.codecs.KeepAliveRequestDecoder
-
- correlationIdMaxValue() - Static method in class io.aeron.archive.codecs.KeepAliveRequestEncoder
-
- correlationIdMaxValue() - Static method in class io.aeron.archive.codecs.ListRecordingRequestDecoder
-
- correlationIdMaxValue() - Static method in class io.aeron.archive.codecs.ListRecordingRequestEncoder
-
- correlationIdMaxValue() - Static method in class io.aeron.archive.codecs.ListRecordingsForUriRequestDecoder
-
- correlationIdMaxValue() - Static method in class io.aeron.archive.codecs.ListRecordingsForUriRequestEncoder
-
- correlationIdMaxValue() - Static method in class io.aeron.archive.codecs.ListRecordingsRequestDecoder
-
- correlationIdMaxValue() - Static method in class io.aeron.archive.codecs.ListRecordingsRequestEncoder
-
- correlationIdMaxValue() - Static method in class io.aeron.archive.codecs.ListRecordingSubscriptionsRequestDecoder
-
- correlationIdMaxValue() - Static method in class io.aeron.archive.codecs.ListRecordingSubscriptionsRequestEncoder
-
- correlationIdMaxValue() - Static method in class io.aeron.archive.codecs.MigrateSegmentsRequestDecoder
-
- correlationIdMaxValue() - Static method in class io.aeron.archive.codecs.MigrateSegmentsRequestEncoder
-
- correlationIdMaxValue() - Static method in class io.aeron.archive.codecs.PurgeRecordingRequestDecoder
-
- correlationIdMaxValue() - Static method in class io.aeron.archive.codecs.PurgeRecordingRequestEncoder
-
- correlationIdMaxValue() - Static method in class io.aeron.archive.codecs.PurgeSegmentsRequestDecoder
-
- correlationIdMaxValue() - Static method in class io.aeron.archive.codecs.PurgeSegmentsRequestEncoder
-
- correlationIdMaxValue() - Static method in class io.aeron.archive.codecs.RecordingDescriptorDecoder
-
- correlationIdMaxValue() - Static method in class io.aeron.archive.codecs.RecordingDescriptorEncoder
-
- correlationIdMaxValue() - Static method in class io.aeron.archive.codecs.RecordingPositionRequestDecoder
-
- correlationIdMaxValue() - Static method in class io.aeron.archive.codecs.RecordingPositionRequestEncoder
-
- correlationIdMaxValue() - Static method in class io.aeron.archive.codecs.RecordingSignalEventDecoder
-
- correlationIdMaxValue() - Static method in class io.aeron.archive.codecs.RecordingSignalEventEncoder
-
- correlationIdMaxValue() - Static method in class io.aeron.archive.codecs.RecordingSubscriptionDescriptorDecoder
-
- correlationIdMaxValue() - Static method in class io.aeron.archive.codecs.RecordingSubscriptionDescriptorEncoder
-
- correlationIdMaxValue() - Static method in class io.aeron.archive.codecs.ReplayRequestDecoder
-
- correlationIdMaxValue() - Static method in class io.aeron.archive.codecs.ReplayRequestEncoder
-
- correlationIdMaxValue() - Static method in class io.aeron.archive.codecs.ReplicateRequest2Decoder
-
- correlationIdMaxValue() - Static method in class io.aeron.archive.codecs.ReplicateRequest2Encoder
-
- correlationIdMaxValue() - Static method in class io.aeron.archive.codecs.ReplicateRequestDecoder
-
- correlationIdMaxValue() - Static method in class io.aeron.archive.codecs.ReplicateRequestEncoder
-
- correlationIdMaxValue() - Static method in class io.aeron.archive.codecs.StartPositionRequestDecoder
-
- correlationIdMaxValue() - Static method in class io.aeron.archive.codecs.StartPositionRequestEncoder
-
- correlationIdMaxValue() - Static method in class io.aeron.archive.codecs.StartRecordingRequest2Decoder
-
- correlationIdMaxValue() - Static method in class io.aeron.archive.codecs.StartRecordingRequest2Encoder
-
- correlationIdMaxValue() - Static method in class io.aeron.archive.codecs.StartRecordingRequestDecoder
-
- correlationIdMaxValue() - Static method in class io.aeron.archive.codecs.StartRecordingRequestEncoder
-
- correlationIdMaxValue() - Static method in class io.aeron.archive.codecs.StopAllReplaysRequestDecoder
-
- correlationIdMaxValue() - Static method in class io.aeron.archive.codecs.StopAllReplaysRequestEncoder
-
- correlationIdMaxValue() - Static method in class io.aeron.archive.codecs.StopPositionRequestDecoder
-
- correlationIdMaxValue() - Static method in class io.aeron.archive.codecs.StopPositionRequestEncoder
-
- correlationIdMaxValue() - Static method in class io.aeron.archive.codecs.StopRecordingByIdentityRequestDecoder
-
- correlationIdMaxValue() - Static method in class io.aeron.archive.codecs.StopRecordingByIdentityRequestEncoder
-
- correlationIdMaxValue() - Static method in class io.aeron.archive.codecs.StopRecordingRequestDecoder
-
- correlationIdMaxValue() - Static method in class io.aeron.archive.codecs.StopRecordingRequestEncoder
-
- correlationIdMaxValue() - Static method in class io.aeron.archive.codecs.StopRecordingSubscriptionRequestDecoder
-
- correlationIdMaxValue() - Static method in class io.aeron.archive.codecs.StopRecordingSubscriptionRequestEncoder
-
- correlationIdMaxValue() - Static method in class io.aeron.archive.codecs.StopReplayRequestDecoder
-
- correlationIdMaxValue() - Static method in class io.aeron.archive.codecs.StopReplayRequestEncoder
-
- correlationIdMaxValue() - Static method in class io.aeron.archive.codecs.StopReplicationRequestDecoder
-
- correlationIdMaxValue() - Static method in class io.aeron.archive.codecs.StopReplicationRequestEncoder
-
- correlationIdMaxValue() - Static method in class io.aeron.archive.codecs.TaggedReplicateRequestDecoder
-
- correlationIdMaxValue() - Static method in class io.aeron.archive.codecs.TaggedReplicateRequestEncoder
-
- correlationIdMaxValue() - Static method in class io.aeron.archive.codecs.TruncateRecordingRequestDecoder
-
- correlationIdMaxValue() - Static method in class io.aeron.archive.codecs.TruncateRecordingRequestEncoder
-
- correlationIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.AttachSegmentsRequestDecoder
-
- correlationIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.AttachSegmentsRequestEncoder
-
- correlationIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.AuthConnectRequestDecoder
-
- correlationIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.AuthConnectRequestEncoder
-
- correlationIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.BoundedReplayRequestDecoder
-
- correlationIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.BoundedReplayRequestEncoder
-
- correlationIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.ChallengeDecoder
-
- correlationIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.ChallengeEncoder
-
- correlationIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.ChallengeResponseDecoder
-
- correlationIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.ChallengeResponseEncoder
-
- correlationIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.ConnectRequestDecoder
-
- correlationIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.ConnectRequestEncoder
-
- correlationIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.ControlResponseDecoder
-
- correlationIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.ControlResponseEncoder
-
- correlationIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.DeleteDetachedSegmentsRequestDecoder
-
- correlationIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.DeleteDetachedSegmentsRequestEncoder
-
- correlationIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.DetachSegmentsRequestDecoder
-
- correlationIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.DetachSegmentsRequestEncoder
-
- correlationIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.ExtendRecordingRequest2Decoder
-
- correlationIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.ExtendRecordingRequest2Encoder
-
- correlationIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.ExtendRecordingRequestDecoder
-
- correlationIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.ExtendRecordingRequestEncoder
-
- correlationIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.FindLastMatchingRecordingRequestDecoder
-
- correlationIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.FindLastMatchingRecordingRequestEncoder
-
- correlationIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.KeepAliveRequestDecoder
-
- correlationIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.KeepAliveRequestEncoder
-
- correlationIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.ListRecordingRequestDecoder
-
- correlationIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.ListRecordingRequestEncoder
-
- correlationIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.ListRecordingsForUriRequestDecoder
-
- correlationIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.ListRecordingsForUriRequestEncoder
-
- correlationIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.ListRecordingsRequestDecoder
-
- correlationIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.ListRecordingsRequestEncoder
-
- correlationIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.ListRecordingSubscriptionsRequestDecoder
-
- correlationIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.ListRecordingSubscriptionsRequestEncoder
-
- correlationIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.MigrateSegmentsRequestDecoder
-
- correlationIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.MigrateSegmentsRequestEncoder
-
- correlationIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.PurgeRecordingRequestDecoder
-
- correlationIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.PurgeRecordingRequestEncoder
-
- correlationIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.PurgeSegmentsRequestDecoder
-
- correlationIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.PurgeSegmentsRequestEncoder
-
- correlationIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.RecordingDescriptorDecoder
-
- correlationIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.RecordingDescriptorEncoder
-
- correlationIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.RecordingPositionRequestDecoder
-
- correlationIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.RecordingPositionRequestEncoder
-
- correlationIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.RecordingSignalEventDecoder
-
- correlationIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.RecordingSignalEventEncoder
-
- correlationIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.RecordingSubscriptionDescriptorDecoder
-
- correlationIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.RecordingSubscriptionDescriptorEncoder
-
- correlationIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.ReplayRequestDecoder
-
- correlationIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.ReplayRequestEncoder
-
- correlationIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.ReplicateRequest2Decoder
-
- correlationIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.ReplicateRequest2Encoder
-
- correlationIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.ReplicateRequestDecoder
-
- correlationIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.ReplicateRequestEncoder
-
- correlationIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.StartPositionRequestDecoder
-
- correlationIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.StartPositionRequestEncoder
-
- correlationIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.StartRecordingRequest2Decoder
-
- correlationIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.StartRecordingRequest2Encoder
-
- correlationIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.StartRecordingRequestDecoder
-
- correlationIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.StartRecordingRequestEncoder
-
- correlationIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.StopAllReplaysRequestDecoder
-
- correlationIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.StopAllReplaysRequestEncoder
-
- correlationIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.StopPositionRequestDecoder
-
- correlationIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.StopPositionRequestEncoder
-
- correlationIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.StopRecordingByIdentityRequestDecoder
-
- correlationIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.StopRecordingByIdentityRequestEncoder
-
- correlationIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.StopRecordingRequestDecoder
-
- correlationIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.StopRecordingRequestEncoder
-
- correlationIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.StopRecordingSubscriptionRequestDecoder
-
- correlationIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.StopRecordingSubscriptionRequestEncoder
-
- correlationIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.StopReplayRequestDecoder
-
- correlationIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.StopReplayRequestEncoder
-
- correlationIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.StopReplicationRequestDecoder
-
- correlationIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.StopReplicationRequestEncoder
-
- correlationIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.TaggedReplicateRequestDecoder
-
- correlationIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.TaggedReplicateRequestEncoder
-
- correlationIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.TruncateRecordingRequestDecoder
-
- correlationIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.TruncateRecordingRequestEncoder
-
- correlationIdMinValue() - Static method in class io.aeron.archive.codecs.AttachSegmentsRequestDecoder
-
- correlationIdMinValue() - Static method in class io.aeron.archive.codecs.AttachSegmentsRequestEncoder
-
- correlationIdMinValue() - Static method in class io.aeron.archive.codecs.AuthConnectRequestDecoder
-
- correlationIdMinValue() - Static method in class io.aeron.archive.codecs.AuthConnectRequestEncoder
-
- correlationIdMinValue() - Static method in class io.aeron.archive.codecs.BoundedReplayRequestDecoder
-
- correlationIdMinValue() - Static method in class io.aeron.archive.codecs.BoundedReplayRequestEncoder
-
- correlationIdMinValue() - Static method in class io.aeron.archive.codecs.ChallengeDecoder
-
- correlationIdMinValue() - Static method in class io.aeron.archive.codecs.ChallengeEncoder
-
- correlationIdMinValue() - Static method in class io.aeron.archive.codecs.ChallengeResponseDecoder
-
- correlationIdMinValue() - Static method in class io.aeron.archive.codecs.ChallengeResponseEncoder
-
- correlationIdMinValue() - Static method in class io.aeron.archive.codecs.ConnectRequestDecoder
-
- correlationIdMinValue() - Static method in class io.aeron.archive.codecs.ConnectRequestEncoder
-
- correlationIdMinValue() - Static method in class io.aeron.archive.codecs.ControlResponseDecoder
-
- correlationIdMinValue() - Static method in class io.aeron.archive.codecs.ControlResponseEncoder
-
- correlationIdMinValue() - Static method in class io.aeron.archive.codecs.DeleteDetachedSegmentsRequestDecoder
-
- correlationIdMinValue() - Static method in class io.aeron.archive.codecs.DeleteDetachedSegmentsRequestEncoder
-
- correlationIdMinValue() - Static method in class io.aeron.archive.codecs.DetachSegmentsRequestDecoder
-
- correlationIdMinValue() - Static method in class io.aeron.archive.codecs.DetachSegmentsRequestEncoder
-
- correlationIdMinValue() - Static method in class io.aeron.archive.codecs.ExtendRecordingRequest2Decoder
-
- correlationIdMinValue() - Static method in class io.aeron.archive.codecs.ExtendRecordingRequest2Encoder
-
- correlationIdMinValue() - Static method in class io.aeron.archive.codecs.ExtendRecordingRequestDecoder
-
- correlationIdMinValue() - Static method in class io.aeron.archive.codecs.ExtendRecordingRequestEncoder
-
- correlationIdMinValue() - Static method in class io.aeron.archive.codecs.FindLastMatchingRecordingRequestDecoder
-
- correlationIdMinValue() - Static method in class io.aeron.archive.codecs.FindLastMatchingRecordingRequestEncoder
-
- correlationIdMinValue() - Static method in class io.aeron.archive.codecs.KeepAliveRequestDecoder
-
- correlationIdMinValue() - Static method in class io.aeron.archive.codecs.KeepAliveRequestEncoder
-
- correlationIdMinValue() - Static method in class io.aeron.archive.codecs.ListRecordingRequestDecoder
-
- correlationIdMinValue() - Static method in class io.aeron.archive.codecs.ListRecordingRequestEncoder
-
- correlationIdMinValue() - Static method in class io.aeron.archive.codecs.ListRecordingsForUriRequestDecoder
-
- correlationIdMinValue() - Static method in class io.aeron.archive.codecs.ListRecordingsForUriRequestEncoder
-
- correlationIdMinValue() - Static method in class io.aeron.archive.codecs.ListRecordingsRequestDecoder
-
- correlationIdMinValue() - Static method in class io.aeron.archive.codecs.ListRecordingsRequestEncoder
-
- correlationIdMinValue() - Static method in class io.aeron.archive.codecs.ListRecordingSubscriptionsRequestDecoder
-
- correlationIdMinValue() - Static method in class io.aeron.archive.codecs.ListRecordingSubscriptionsRequestEncoder
-
- correlationIdMinValue() - Static method in class io.aeron.archive.codecs.MigrateSegmentsRequestDecoder
-
- correlationIdMinValue() - Static method in class io.aeron.archive.codecs.MigrateSegmentsRequestEncoder
-
- correlationIdMinValue() - Static method in class io.aeron.archive.codecs.PurgeRecordingRequestDecoder
-
- correlationIdMinValue() - Static method in class io.aeron.archive.codecs.PurgeRecordingRequestEncoder
-
- correlationIdMinValue() - Static method in class io.aeron.archive.codecs.PurgeSegmentsRequestDecoder
-
- correlationIdMinValue() - Static method in class io.aeron.archive.codecs.PurgeSegmentsRequestEncoder
-
- correlationIdMinValue() - Static method in class io.aeron.archive.codecs.RecordingDescriptorDecoder
-
- correlationIdMinValue() - Static method in class io.aeron.archive.codecs.RecordingDescriptorEncoder
-
- correlationIdMinValue() - Static method in class io.aeron.archive.codecs.RecordingPositionRequestDecoder
-
- correlationIdMinValue() - Static method in class io.aeron.archive.codecs.RecordingPositionRequestEncoder
-
- correlationIdMinValue() - Static method in class io.aeron.archive.codecs.RecordingSignalEventDecoder
-
- correlationIdMinValue() - Static method in class io.aeron.archive.codecs.RecordingSignalEventEncoder
-
- correlationIdMinValue() - Static method in class io.aeron.archive.codecs.RecordingSubscriptionDescriptorDecoder
-
- correlationIdMinValue() - Static method in class io.aeron.archive.codecs.RecordingSubscriptionDescriptorEncoder
-
- correlationIdMinValue() - Static method in class io.aeron.archive.codecs.ReplayRequestDecoder
-
- correlationIdMinValue() - Static method in class io.aeron.archive.codecs.ReplayRequestEncoder
-
- correlationIdMinValue() - Static method in class io.aeron.archive.codecs.ReplicateRequest2Decoder
-
- correlationIdMinValue() - Static method in class io.aeron.archive.codecs.ReplicateRequest2Encoder
-
- correlationIdMinValue() - Static method in class io.aeron.archive.codecs.ReplicateRequestDecoder
-
- correlationIdMinValue() - Static method in class io.aeron.archive.codecs.ReplicateRequestEncoder
-
- correlationIdMinValue() - Static method in class io.aeron.archive.codecs.StartPositionRequestDecoder
-
- correlationIdMinValue() - Static method in class io.aeron.archive.codecs.StartPositionRequestEncoder
-
- correlationIdMinValue() - Static method in class io.aeron.archive.codecs.StartRecordingRequest2Decoder
-
- correlationIdMinValue() - Static method in class io.aeron.archive.codecs.StartRecordingRequest2Encoder
-
- correlationIdMinValue() - Static method in class io.aeron.archive.codecs.StartRecordingRequestDecoder
-
- correlationIdMinValue() - Static method in class io.aeron.archive.codecs.StartRecordingRequestEncoder
-
- correlationIdMinValue() - Static method in class io.aeron.archive.codecs.StopAllReplaysRequestDecoder
-
- correlationIdMinValue() - Static method in class io.aeron.archive.codecs.StopAllReplaysRequestEncoder
-
- correlationIdMinValue() - Static method in class io.aeron.archive.codecs.StopPositionRequestDecoder
-
- correlationIdMinValue() - Static method in class io.aeron.archive.codecs.StopPositionRequestEncoder
-
- correlationIdMinValue() - Static method in class io.aeron.archive.codecs.StopRecordingByIdentityRequestDecoder
-
- correlationIdMinValue() - Static method in class io.aeron.archive.codecs.StopRecordingByIdentityRequestEncoder
-
- correlationIdMinValue() - Static method in class io.aeron.archive.codecs.StopRecordingRequestDecoder
-
- correlationIdMinValue() - Static method in class io.aeron.archive.codecs.StopRecordingRequestEncoder
-
- correlationIdMinValue() - Static method in class io.aeron.archive.codecs.StopRecordingSubscriptionRequestDecoder
-
- correlationIdMinValue() - Static method in class io.aeron.archive.codecs.StopRecordingSubscriptionRequestEncoder
-
- correlationIdMinValue() - Static method in class io.aeron.archive.codecs.StopReplayRequestDecoder
-
- correlationIdMinValue() - Static method in class io.aeron.archive.codecs.StopReplayRequestEncoder
-
- correlationIdMinValue() - Static method in class io.aeron.archive.codecs.StopReplicationRequestDecoder
-
- correlationIdMinValue() - Static method in class io.aeron.archive.codecs.StopReplicationRequestEncoder
-
- correlationIdMinValue() - Static method in class io.aeron.archive.codecs.TaggedReplicateRequestDecoder
-
- correlationIdMinValue() - Static method in class io.aeron.archive.codecs.TaggedReplicateRequestEncoder
-
- correlationIdMinValue() - Static method in class io.aeron.archive.codecs.TruncateRecordingRequestDecoder
-
- correlationIdMinValue() - Static method in class io.aeron.archive.codecs.TruncateRecordingRequestEncoder
-
- correlationIdNullValue() - Static method in class io.aeron.archive.codecs.AttachSegmentsRequestDecoder
-
- correlationIdNullValue() - Static method in class io.aeron.archive.codecs.AttachSegmentsRequestEncoder
-
- correlationIdNullValue() - Static method in class io.aeron.archive.codecs.AuthConnectRequestDecoder
-
- correlationIdNullValue() - Static method in class io.aeron.archive.codecs.AuthConnectRequestEncoder
-
- correlationIdNullValue() - Static method in class io.aeron.archive.codecs.BoundedReplayRequestDecoder
-
- correlationIdNullValue() - Static method in class io.aeron.archive.codecs.BoundedReplayRequestEncoder
-
- correlationIdNullValue() - Static method in class io.aeron.archive.codecs.ChallengeDecoder
-
- correlationIdNullValue() - Static method in class io.aeron.archive.codecs.ChallengeEncoder
-
- correlationIdNullValue() - Static method in class io.aeron.archive.codecs.ChallengeResponseDecoder
-
- correlationIdNullValue() - Static method in class io.aeron.archive.codecs.ChallengeResponseEncoder
-
- correlationIdNullValue() - Static method in class io.aeron.archive.codecs.ConnectRequestDecoder
-
- correlationIdNullValue() - Static method in class io.aeron.archive.codecs.ConnectRequestEncoder
-
- correlationIdNullValue() - Static method in class io.aeron.archive.codecs.ControlResponseDecoder
-
- correlationIdNullValue() - Static method in class io.aeron.archive.codecs.ControlResponseEncoder
-
- correlationIdNullValue() - Static method in class io.aeron.archive.codecs.DeleteDetachedSegmentsRequestDecoder
-
- correlationIdNullValue() - Static method in class io.aeron.archive.codecs.DeleteDetachedSegmentsRequestEncoder
-
- correlationIdNullValue() - Static method in class io.aeron.archive.codecs.DetachSegmentsRequestDecoder
-
- correlationIdNullValue() - Static method in class io.aeron.archive.codecs.DetachSegmentsRequestEncoder
-
- correlationIdNullValue() - Static method in class io.aeron.archive.codecs.ExtendRecordingRequest2Decoder
-
- correlationIdNullValue() - Static method in class io.aeron.archive.codecs.ExtendRecordingRequest2Encoder
-
- correlationIdNullValue() - Static method in class io.aeron.archive.codecs.ExtendRecordingRequestDecoder
-
- correlationIdNullValue() - Static method in class io.aeron.archive.codecs.ExtendRecordingRequestEncoder
-
- correlationIdNullValue() - Static method in class io.aeron.archive.codecs.FindLastMatchingRecordingRequestDecoder
-
- correlationIdNullValue() - Static method in class io.aeron.archive.codecs.FindLastMatchingRecordingRequestEncoder
-
- correlationIdNullValue() - Static method in class io.aeron.archive.codecs.KeepAliveRequestDecoder
-
- correlationIdNullValue() - Static method in class io.aeron.archive.codecs.KeepAliveRequestEncoder
-
- correlationIdNullValue() - Static method in class io.aeron.archive.codecs.ListRecordingRequestDecoder
-
- correlationIdNullValue() - Static method in class io.aeron.archive.codecs.ListRecordingRequestEncoder
-
- correlationIdNullValue() - Static method in class io.aeron.archive.codecs.ListRecordingsForUriRequestDecoder
-
- correlationIdNullValue() - Static method in class io.aeron.archive.codecs.ListRecordingsForUriRequestEncoder
-
- correlationIdNullValue() - Static method in class io.aeron.archive.codecs.ListRecordingsRequestDecoder
-
- correlationIdNullValue() - Static method in class io.aeron.archive.codecs.ListRecordingsRequestEncoder
-
- correlationIdNullValue() - Static method in class io.aeron.archive.codecs.ListRecordingSubscriptionsRequestDecoder
-
- correlationIdNullValue() - Static method in class io.aeron.archive.codecs.ListRecordingSubscriptionsRequestEncoder
-
- correlationIdNullValue() - Static method in class io.aeron.archive.codecs.MigrateSegmentsRequestDecoder
-
- correlationIdNullValue() - Static method in class io.aeron.archive.codecs.MigrateSegmentsRequestEncoder
-
- correlationIdNullValue() - Static method in class io.aeron.archive.codecs.PurgeRecordingRequestDecoder
-
- correlationIdNullValue() - Static method in class io.aeron.archive.codecs.PurgeRecordingRequestEncoder
-
- correlationIdNullValue() - Static method in class io.aeron.archive.codecs.PurgeSegmentsRequestDecoder
-
- correlationIdNullValue() - Static method in class io.aeron.archive.codecs.PurgeSegmentsRequestEncoder
-
- correlationIdNullValue() - Static method in class io.aeron.archive.codecs.RecordingDescriptorDecoder
-
- correlationIdNullValue() - Static method in class io.aeron.archive.codecs.RecordingDescriptorEncoder
-
- correlationIdNullValue() - Static method in class io.aeron.archive.codecs.RecordingPositionRequestDecoder
-
- correlationIdNullValue() - Static method in class io.aeron.archive.codecs.RecordingPositionRequestEncoder
-
- correlationIdNullValue() - Static method in class io.aeron.archive.codecs.RecordingSignalEventDecoder
-
- correlationIdNullValue() - Static method in class io.aeron.archive.codecs.RecordingSignalEventEncoder
-
- correlationIdNullValue() - Static method in class io.aeron.archive.codecs.RecordingSubscriptionDescriptorDecoder
-
- correlationIdNullValue() - Static method in class io.aeron.archive.codecs.RecordingSubscriptionDescriptorEncoder
-
- correlationIdNullValue() - Static method in class io.aeron.archive.codecs.ReplayRequestDecoder
-
- correlationIdNullValue() - Static method in class io.aeron.archive.codecs.ReplayRequestEncoder
-
- correlationIdNullValue() - Static method in class io.aeron.archive.codecs.ReplicateRequest2Decoder
-
- correlationIdNullValue() - Static method in class io.aeron.archive.codecs.ReplicateRequest2Encoder
-
- correlationIdNullValue() - Static method in class io.aeron.archive.codecs.ReplicateRequestDecoder
-
- correlationIdNullValue() - Static method in class io.aeron.archive.codecs.ReplicateRequestEncoder
-
- correlationIdNullValue() - Static method in class io.aeron.archive.codecs.StartPositionRequestDecoder
-
- correlationIdNullValue() - Static method in class io.aeron.archive.codecs.StartPositionRequestEncoder
-
- correlationIdNullValue() - Static method in class io.aeron.archive.codecs.StartRecordingRequest2Decoder
-
- correlationIdNullValue() - Static method in class io.aeron.archive.codecs.StartRecordingRequest2Encoder
-
- correlationIdNullValue() - Static method in class io.aeron.archive.codecs.StartRecordingRequestDecoder
-
- correlationIdNullValue() - Static method in class io.aeron.archive.codecs.StartRecordingRequestEncoder
-
- correlationIdNullValue() - Static method in class io.aeron.archive.codecs.StopAllReplaysRequestDecoder
-
- correlationIdNullValue() - Static method in class io.aeron.archive.codecs.StopAllReplaysRequestEncoder
-
- correlationIdNullValue() - Static method in class io.aeron.archive.codecs.StopPositionRequestDecoder
-
- correlationIdNullValue() - Static method in class io.aeron.archive.codecs.StopPositionRequestEncoder
-
- correlationIdNullValue() - Static method in class io.aeron.archive.codecs.StopRecordingByIdentityRequestDecoder
-
- correlationIdNullValue() - Static method in class io.aeron.archive.codecs.StopRecordingByIdentityRequestEncoder
-
- correlationIdNullValue() - Static method in class io.aeron.archive.codecs.StopRecordingRequestDecoder
-
- correlationIdNullValue() - Static method in class io.aeron.archive.codecs.StopRecordingRequestEncoder
-
- correlationIdNullValue() - Static method in class io.aeron.archive.codecs.StopRecordingSubscriptionRequestDecoder
-
- correlationIdNullValue() - Static method in class io.aeron.archive.codecs.StopRecordingSubscriptionRequestEncoder
-
- correlationIdNullValue() - Static method in class io.aeron.archive.codecs.StopReplayRequestDecoder
-
- correlationIdNullValue() - Static method in class io.aeron.archive.codecs.StopReplayRequestEncoder
-
- correlationIdNullValue() - Static method in class io.aeron.archive.codecs.StopReplicationRequestDecoder
-
- correlationIdNullValue() - Static method in class io.aeron.archive.codecs.StopReplicationRequestEncoder
-
- correlationIdNullValue() - Static method in class io.aeron.archive.codecs.TaggedReplicateRequestDecoder
-
- correlationIdNullValue() - Static method in class io.aeron.archive.codecs.TaggedReplicateRequestEncoder
-
- correlationIdNullValue() - Static method in class io.aeron.archive.codecs.TruncateRecordingRequestDecoder
-
- correlationIdNullValue() - Static method in class io.aeron.archive.codecs.TruncateRecordingRequestEncoder
-
- correlationIdSinceVersion() - Static method in class io.aeron.archive.codecs.AttachSegmentsRequestDecoder
-
- correlationIdSinceVersion() - Static method in class io.aeron.archive.codecs.AttachSegmentsRequestEncoder
-
- correlationIdSinceVersion() - Static method in class io.aeron.archive.codecs.AuthConnectRequestDecoder
-
- correlationIdSinceVersion() - Static method in class io.aeron.archive.codecs.AuthConnectRequestEncoder
-
- correlationIdSinceVersion() - Static method in class io.aeron.archive.codecs.BoundedReplayRequestDecoder
-
- correlationIdSinceVersion() - Static method in class io.aeron.archive.codecs.BoundedReplayRequestEncoder
-
- correlationIdSinceVersion() - Static method in class io.aeron.archive.codecs.ChallengeDecoder
-
- correlationIdSinceVersion() - Static method in class io.aeron.archive.codecs.ChallengeEncoder
-
- correlationIdSinceVersion() - Static method in class io.aeron.archive.codecs.ChallengeResponseDecoder
-
- correlationIdSinceVersion() - Static method in class io.aeron.archive.codecs.ChallengeResponseEncoder
-
- correlationIdSinceVersion() - Static method in class io.aeron.archive.codecs.ConnectRequestDecoder
-
- correlationIdSinceVersion() - Static method in class io.aeron.archive.codecs.ConnectRequestEncoder
-
- correlationIdSinceVersion() - Static method in class io.aeron.archive.codecs.ControlResponseDecoder
-
- correlationIdSinceVersion() - Static method in class io.aeron.archive.codecs.ControlResponseEncoder
-
- correlationIdSinceVersion() - Static method in class io.aeron.archive.codecs.DeleteDetachedSegmentsRequestDecoder
-
- correlationIdSinceVersion() - Static method in class io.aeron.archive.codecs.DeleteDetachedSegmentsRequestEncoder
-
- correlationIdSinceVersion() - Static method in class io.aeron.archive.codecs.DetachSegmentsRequestDecoder
-
- correlationIdSinceVersion() - Static method in class io.aeron.archive.codecs.DetachSegmentsRequestEncoder
-
- correlationIdSinceVersion() - Static method in class io.aeron.archive.codecs.ExtendRecordingRequest2Decoder
-
- correlationIdSinceVersion() - Static method in class io.aeron.archive.codecs.ExtendRecordingRequest2Encoder
-
- correlationIdSinceVersion() - Static method in class io.aeron.archive.codecs.ExtendRecordingRequestDecoder
-
- correlationIdSinceVersion() - Static method in class io.aeron.archive.codecs.ExtendRecordingRequestEncoder
-
- correlationIdSinceVersion() - Static method in class io.aeron.archive.codecs.FindLastMatchingRecordingRequestDecoder
-
- correlationIdSinceVersion() - Static method in class io.aeron.archive.codecs.FindLastMatchingRecordingRequestEncoder
-
- correlationIdSinceVersion() - Static method in class io.aeron.archive.codecs.KeepAliveRequestDecoder
-
- correlationIdSinceVersion() - Static method in class io.aeron.archive.codecs.KeepAliveRequestEncoder
-
- correlationIdSinceVersion() - Static method in class io.aeron.archive.codecs.ListRecordingRequestDecoder
-
- correlationIdSinceVersion() - Static method in class io.aeron.archive.codecs.ListRecordingRequestEncoder
-
- correlationIdSinceVersion() - Static method in class io.aeron.archive.codecs.ListRecordingsForUriRequestDecoder
-
- correlationIdSinceVersion() - Static method in class io.aeron.archive.codecs.ListRecordingsForUriRequestEncoder
-
- correlationIdSinceVersion() - Static method in class io.aeron.archive.codecs.ListRecordingsRequestDecoder
-
- correlationIdSinceVersion() - Static method in class io.aeron.archive.codecs.ListRecordingsRequestEncoder
-
- correlationIdSinceVersion() - Static method in class io.aeron.archive.codecs.ListRecordingSubscriptionsRequestDecoder
-
- correlationIdSinceVersion() - Static method in class io.aeron.archive.codecs.ListRecordingSubscriptionsRequestEncoder
-
- correlationIdSinceVersion() - Static method in class io.aeron.archive.codecs.MigrateSegmentsRequestDecoder
-
- correlationIdSinceVersion() - Static method in class io.aeron.archive.codecs.MigrateSegmentsRequestEncoder
-
- correlationIdSinceVersion() - Static method in class io.aeron.archive.codecs.PurgeRecordingRequestDecoder
-
- correlationIdSinceVersion() - Static method in class io.aeron.archive.codecs.PurgeRecordingRequestEncoder
-
- correlationIdSinceVersion() - Static method in class io.aeron.archive.codecs.PurgeSegmentsRequestDecoder
-
- correlationIdSinceVersion() - Static method in class io.aeron.archive.codecs.PurgeSegmentsRequestEncoder
-
- correlationIdSinceVersion() - Static method in class io.aeron.archive.codecs.RecordingDescriptorDecoder
-
- correlationIdSinceVersion() - Static method in class io.aeron.archive.codecs.RecordingDescriptorEncoder
-
- correlationIdSinceVersion() - Static method in class io.aeron.archive.codecs.RecordingPositionRequestDecoder
-
- correlationIdSinceVersion() - Static method in class io.aeron.archive.codecs.RecordingPositionRequestEncoder
-
- correlationIdSinceVersion() - Static method in class io.aeron.archive.codecs.RecordingSignalEventDecoder
-
- correlationIdSinceVersion() - Static method in class io.aeron.archive.codecs.RecordingSignalEventEncoder
-
- correlationIdSinceVersion() - Static method in class io.aeron.archive.codecs.RecordingSubscriptionDescriptorDecoder
-
- correlationIdSinceVersion() - Static method in class io.aeron.archive.codecs.RecordingSubscriptionDescriptorEncoder
-
- correlationIdSinceVersion() - Static method in class io.aeron.archive.codecs.ReplayRequestDecoder
-
- correlationIdSinceVersion() - Static method in class io.aeron.archive.codecs.ReplayRequestEncoder
-
- correlationIdSinceVersion() - Static method in class io.aeron.archive.codecs.ReplicateRequest2Decoder
-
- correlationIdSinceVersion() - Static method in class io.aeron.archive.codecs.ReplicateRequest2Encoder
-
- correlationIdSinceVersion() - Static method in class io.aeron.archive.codecs.ReplicateRequestDecoder
-
- correlationIdSinceVersion() - Static method in class io.aeron.archive.codecs.ReplicateRequestEncoder
-
- correlationIdSinceVersion() - Static method in class io.aeron.archive.codecs.StartPositionRequestDecoder
-
- correlationIdSinceVersion() - Static method in class io.aeron.archive.codecs.StartPositionRequestEncoder
-
- correlationIdSinceVersion() - Static method in class io.aeron.archive.codecs.StartRecordingRequest2Decoder
-
- correlationIdSinceVersion() - Static method in class io.aeron.archive.codecs.StartRecordingRequest2Encoder
-
- correlationIdSinceVersion() - Static method in class io.aeron.archive.codecs.StartRecordingRequestDecoder
-
- correlationIdSinceVersion() - Static method in class io.aeron.archive.codecs.StartRecordingRequestEncoder
-
- correlationIdSinceVersion() - Static method in class io.aeron.archive.codecs.StopAllReplaysRequestDecoder
-
- correlationIdSinceVersion() - Static method in class io.aeron.archive.codecs.StopAllReplaysRequestEncoder
-
- correlationIdSinceVersion() - Static method in class io.aeron.archive.codecs.StopPositionRequestDecoder
-
- correlationIdSinceVersion() - Static method in class io.aeron.archive.codecs.StopPositionRequestEncoder
-
- correlationIdSinceVersion() - Static method in class io.aeron.archive.codecs.StopRecordingByIdentityRequestDecoder
-
- correlationIdSinceVersion() - Static method in class io.aeron.archive.codecs.StopRecordingByIdentityRequestEncoder
-
- correlationIdSinceVersion() - Static method in class io.aeron.archive.codecs.StopRecordingRequestDecoder
-
- correlationIdSinceVersion() - Static method in class io.aeron.archive.codecs.StopRecordingRequestEncoder
-
- correlationIdSinceVersion() - Static method in class io.aeron.archive.codecs.StopRecordingSubscriptionRequestDecoder
-
- correlationIdSinceVersion() - Static method in class io.aeron.archive.codecs.StopRecordingSubscriptionRequestEncoder
-
- correlationIdSinceVersion() - Static method in class io.aeron.archive.codecs.StopReplayRequestDecoder
-
- correlationIdSinceVersion() - Static method in class io.aeron.archive.codecs.StopReplayRequestEncoder
-
- correlationIdSinceVersion() - Static method in class io.aeron.archive.codecs.StopReplicationRequestDecoder
-
- correlationIdSinceVersion() - Static method in class io.aeron.archive.codecs.StopReplicationRequestEncoder
-
- correlationIdSinceVersion() - Static method in class io.aeron.archive.codecs.TaggedReplicateRequestDecoder
-
- correlationIdSinceVersion() - Static method in class io.aeron.archive.codecs.TaggedReplicateRequestEncoder
-
- correlationIdSinceVersion() - Static method in class io.aeron.archive.codecs.TruncateRecordingRequestDecoder
-
- correlationIdSinceVersion() - Static method in class io.aeron.archive.codecs.TruncateRecordingRequestEncoder
-
- countedErrorHandler(CountedErrorHandler) - Method in class io.aeron.archive.Archive.Context
-
Non-default for context.
- countedErrorHandler() - Method in class io.aeron.archive.Archive.Context
-
- Counter - Class in io.aeron
-
Counter stored in a file managed by the media driver which can be observed with AeronStat.
- Counter(CountersReader, long, int) - Constructor for class io.aeron.Counter
-
Construct a read-write view of an existing counter.
- COUNTER_FREE_TO_REUSE_TIMEOUT_PROP_NAME - Static variable in class io.aeron.driver.Configuration
-
Timeout between a counter being freed and being available to be reused.
- counterFreeToReuseTimeoutNs() - Static method in class io.aeron.driver.Configuration
-
Timeout between a counter being freed and being available to be reused.
- counterFreeToReuseTimeoutNs() - Method in class io.aeron.driver.MediaDriver.Context
-
Time in nanoseconds after which a freed counter may be reused.
- counterFreeToReuseTimeoutNs(long) - Method in class io.aeron.driver.MediaDriver.Context
-
Time in nanoseconds after which a freed counter may be reused.
- counterId() - Method in class io.aeron.command.CounterUpdateFlyweight
-
The counter id.
- counterId(int) - Method in class io.aeron.command.CounterUpdateFlyweight
-
Set counter id field
- counterId() - Method in class io.aeron.status.ReadableCounter
-
Return the counter Id.
- CounterMessageFlyweight - Class in io.aeron.command
-
Message to denote a new counter.
- CounterMessageFlyweight() - Constructor for class io.aeron.command.CounterMessageFlyweight
-
- COUNTERS_METADATA_BUFFER_LENGTH_FIELD_OFFSET - Static variable in class io.aeron.CncFileDescriptor
-
Offset at which the length field can be found for the counters metadata, e.g.
- COUNTERS_VALUES_BUFFER_LENGTH_DEFAULT - Static variable in class io.aeron.driver.Configuration
-
Default length of the buffer for the counters file.
- COUNTERS_VALUES_BUFFER_LENGTH_FIELD_OFFSET - Static variable in class io.aeron.CncFileDescriptor
-
Offset at which the length field can be found for the counters values can be found.
- COUNTERS_VALUES_BUFFER_LENGTH_PROP_NAME - Static variable in class io.aeron.driver.Configuration
-
Property name for length of the buffer for the counters.
- countersManager() - Method in class io.aeron.driver.MediaDriver.Context
-
- countersManager(CountersManager) - Method in class io.aeron.driver.MediaDriver.Context
-
Set the
CountersManager
to override the one that would have been concluded.
- countersMetaDataBuffer() - Method in class io.aeron.CommonContext
-
Get the buffer containing the counter meta data.
- countersMetaDataBuffer(UnsafeBuffer) - Method in class io.aeron.CommonContext
-
Set the buffer containing the counter meta data.
- countersMetaDataBuffer(UnsafeBuffer) - Method in class io.aeron.driver.MediaDriver.Context
-
Set the buffer containing the counter meta data.
- countersMetadataBufferLength(int) - Static method in class io.aeron.driver.Configuration
-
Compute the length of the
CountersManager
metadata buffer based on the
length of the counters value buffer length.
- countersMetaDataBufferLengthOffset(int) - Static method in class io.aeron.CncFileDescriptor
-
Offset in the buffer at which the counters metadata buffer length field exists.
- countersReader() - Method in class io.aeron.Aeron
-
- countersReader() - Method in class io.aeron.samples.CncFileReader
-
Get the counters reader for querying counter values.
- countersValuesBuffer() - Method in class io.aeron.CommonContext
-
Get the buffer containing the counters.
- countersValuesBuffer(UnsafeBuffer) - Method in class io.aeron.CommonContext
-
Set the buffer containing the counters.
- countersValuesBuffer(UnsafeBuffer) - Method in class io.aeron.driver.MediaDriver.Context
-
Set the buffer containing the counters.
- countersValuesBufferLengthOffset(int) - Static method in class io.aeron.CncFileDescriptor
-
Offset in the buffer at which the counters values buffer length field exists.
- CounterUpdateFlyweight - Class in io.aeron.command
-
Message to denote that a Counter has become available or unavailable.
- CounterUpdateFlyweight() - Constructor for class io.aeron.command.CounterUpdateFlyweight
-
- counterValuesBufferLength() - Static method in class io.aeron.driver.Configuration
-
Length of the buffer for the counters.
- counterValuesBufferLength() - Method in class io.aeron.driver.MediaDriver.Context
-
- counterValuesBufferLength(int) - Method in class io.aeron.driver.MediaDriver.Context
-
- crc32() - Static method in class io.aeron.archive.checksum.Checksums
-
Returns an instance of
Checksum
that computes CRC-32 checksums.
- crc32c() - Static method in class io.aeron.archive.checksum.Checksums
-
Returns an instance of
Checksum
that computes CRC-32C checksums.
- create(int, List<String>, List<String>, int, ClusteredService) - Static method in class io.aeron.samples.cluster.ClusterConfig
-
Create a new ClusterConfig.
- create(int, List<String>, int, ClusteredService) - Static method in class io.aeron.samples.cluster.ClusterConfig
-
Create a new ClusterConfig.
- createCountersMetaDataBuffer(ByteBuffer, DirectBuffer) - Static method in class io.aeron.CncFileDescriptor
-
Create the buffer which wraps the section in the CnC file for the counters metadata.
- createCountersValuesBuffer(ByteBuffer, DirectBuffer) - Static method in class io.aeron.CncFileDescriptor
-
Create the buffer which wraps the section in the CnC file for the counter values.
- createDefaultHeader(int, int, int) - Static method in class io.aeron.protocol.DataHeaderFlyweight
-
Return an initialised default Data Frame Header.
- createEntry(long, long, int, int, String, String) - Method in class io.aeron.driver.reports.LossReport
-
Create a new entry for recording loss on a given stream.
- createErrorLogBuffer(ByteBuffer, DirectBuffer) - Static method in class io.aeron.CncFileDescriptor
-
Create the buffer which wraps the section in the CnC file for the error log.
- createMetaDataBuffer(ByteBuffer) - Static method in class io.aeron.CncFileDescriptor
-
Create the buffer which wraps the area in the CnC file for the metadata about the CnC file itself.
- createToClientsBuffer(ByteBuffer, DirectBuffer) - Static method in class io.aeron.CncFileDescriptor
-
Create the buffer which wraps the section in the CnC file for the broadcast buffer from the driver to clients.
- createToDriverBuffer(ByteBuffer, DirectBuffer) - Static method in class io.aeron.CncFileDescriptor
-
Create the buffer which wraps the area in the CnC file for the command buffer from clients to the driver.
- credentialsSupplier(CredentialsSupplier) - Method in class io.aeron.archive.client.AeronArchive.Context
-
- credentialsSupplier() - Method in class io.aeron.archive.client.AeronArchive.Context
-
- CredentialsSupplier - Interface in io.aeron.security
-
Supplier of credentials for authentication with a system.
- CubicCongestionControl - Class in io.aeron.driver.ext
-
CUBIC congestion control manipulation of the receiver window length.
- CubicCongestionControl(long, UdpChannel, int, int, int, int, InetSocketAddress, InetSocketAddress, NanoClock, MediaDriver.Context, CountersManager) - Constructor for class io.aeron.driver.ext.CubicCongestionControl
-
Construct a new
CongestionControl
instance for a received stream image using the Cubic algorithm.
- CubicCongestionControlConfiguration - Class in io.aeron.driver.ext
-
- CubicCongestionControlConfiguration() - Constructor for class io.aeron.driver.ext.CubicCongestionControlConfiguration
-
- CubicCongestionControlSupplier - Class in io.aeron.driver.ext
-
- CubicCongestionControlSupplier() - Constructor for class io.aeron.driver.ext.CubicCongestionControlSupplier
-
- CURRENT_VERSION - Static variable in class io.aeron.protocol.HeaderFlyweight
-
default version
- currentControlAddress(InetSocketAddress) - Method in class io.aeron.driver.media.ReceiveDestinationTransport
-
Store the time current control address for the destination.
- currentControlAddress() - Method in class io.aeron.driver.media.ReceiveDestinationTransport
-
The current control address for the destination.
- CUSTOMER_ID_OFFSET - Static variable in class io.aeron.samples.cluster.tutorial.BasicAuctionClusteredService
-
- DATA_OFFSET - Static variable in class io.aeron.protocol.DataHeaderFlyweight
-
Offset in the frame at which the data payload begins.
- DataHeaderFlyweight - Class in io.aeron.protocol
-
Flyweight for Data Frame header of a message fragment.
- DataHeaderFlyweight() - Constructor for class io.aeron.protocol.DataHeaderFlyweight
-
Default constructor which can later be use to wrap a frame.
- DataHeaderFlyweight(UnsafeBuffer) - Constructor for class io.aeron.protocol.DataHeaderFlyweight
-
Construct the flyweight over a frame.
- DataHeaderFlyweight(ByteBuffer) - Constructor for class io.aeron.protocol.DataHeaderFlyweight
-
Construct the flyweight over a frame.
- dataOffset() - Method in class io.aeron.protocol.DataHeaderFlyweight
-
Return offset in buffer for data
- DataPacketDispatcher - Class in io.aeron.driver
-
- DataTransportPoller - Class in io.aeron.driver.media
-
Encapsulates the polling of data
UdpChannelTransport
s using whatever means provides the lowest latency.
- DataTransportPoller(ErrorHandler) - Constructor for class io.aeron.driver.media.DataTransportPoller
-
- DEBUG_TIMEOUT_PROP_NAME - Static variable in class io.aeron.CommonContext
-
Property name for the timeout to use in debug mode.
- DebugChannelEndpointConfiguration - Class in io.aeron.driver.ext
-
- DebugChannelEndpointConfiguration() - Constructor for class io.aeron.driver.ext.DebugChannelEndpointConfiguration
-
- DebugReceiveChannelEndpoint - Class in io.aeron.driver.ext
-
Debug implementation which can introduce loss.
- DebugReceiveChannelEndpoint(UdpChannel, DataPacketDispatcher, AtomicCounter, MediaDriver.Context) - Constructor for class io.aeron.driver.ext.DebugReceiveChannelEndpoint
-
- DebugReceiveChannelEndpoint(UdpChannel, DataPacketDispatcher, AtomicCounter, MediaDriver.Context, LossGenerator, LossGenerator) - Constructor for class io.aeron.driver.ext.DebugReceiveChannelEndpoint
-
- DebugReceiveChannelEndpointSupplier - Class in io.aeron.driver.ext
-
- DebugReceiveChannelEndpointSupplier() - Constructor for class io.aeron.driver.ext.DebugReceiveChannelEndpointSupplier
-
- DebugSendChannelEndpoint - Class in io.aeron.driver.ext
-
Debug implementation which can introduce loss.
- DebugSendChannelEndpoint(UdpChannel, AtomicCounter, MediaDriver.Context) - Constructor for class io.aeron.driver.ext.DebugSendChannelEndpoint
-
- DebugSendChannelEndpoint(UdpChannel, AtomicCounter, MediaDriver.Context, LossGenerator, LossGenerator) - Constructor for class io.aeron.driver.ext.DebugSendChannelEndpoint
-
- DebugSendChannelEndpointSupplier - Class in io.aeron.driver.ext
-
- DebugSendChannelEndpointSupplier() - Constructor for class io.aeron.driver.ext.DebugSendChannelEndpointSupplier
-
- decoder() - Method in class io.aeron.archive.ArchiveMarkFile
-
The decoder for reading the
MarkFile
header.
- decRef() - Method in class io.aeron.driver.media.SendChannelEndpoint
-
Decrement the reference count to the channel.
- decRef() - Method in class io.aeron.LogBuffers
-
Decrement reference count.
- decRefToStream(int) - Method in class io.aeron.driver.media.ReceiveChannelEndpoint
-
Decrement the reference count for a given stream id.
- decRefToStreamAndSession(int, int) - Method in class io.aeron.driver.media.ReceiveChannelEndpoint
-
Decrement the reference count for a given stream id and session id.
- DEFAULT_AUTHENTICATOR - Static variable in class io.aeron.security.DefaultAuthenticatorSupplier
-
Singleton instance which can be used to avoid allocation.
- DEFAULT_COUNTER_FREE_TO_REUSE_TIMEOUT_NS - Static variable in class io.aeron.driver.Configuration
-
Default timeout between a counter being freed and being available to be reused.
- DEFAULT_DRIVER_TIMEOUT_MS - Static variable in class io.aeron.CommonContext
-
Default timeout in which the driver is expected to respond or heartbeat.
- DEFAULT_ERROR_HANDLER - Static variable in class io.aeron.Aeron.Configuration
-
The Default handler for Aeron runtime exceptions.
- DEFAULT_IDLE_STRATEGY - Static variable in class io.aeron.archive.Archive.Configuration
-
- DEFAULT_RESERVE_VALUE - Static variable in class io.aeron.protocol.DataHeaderFlyweight
-
Default value to be placed in the reserved value field.
- DEFAULT_RETRY_ATTEMPTS - Static variable in class io.aeron.archive.client.ArchiveProxy
-
Default number of retry attempts to be made when offering requests.
- DEFAULT_TIMER_INTERVAL_NS - Static variable in class io.aeron.driver.Configuration
-
Default interval between checks for timers and timeouts.
- DefaultAllowTerminationValidator - Class in io.aeron.driver
-
- DefaultAllowTerminationValidator() - Constructor for class io.aeron.driver.DefaultAllowTerminationValidator
-
- DefaultAuthenticatorSupplier - Class in io.aeron.security
-
Default Authenticator which authenticates all connection requests immediately.
- DefaultAuthenticatorSupplier() - Constructor for class io.aeron.security.DefaultAuthenticatorSupplier
-
- DefaultCongestionControlSupplier - Class in io.aeron.driver
-
- DefaultCongestionControlSupplier() - Constructor for class io.aeron.driver.DefaultCongestionControlSupplier
-
- DefaultDenyTerminationValidator - Class in io.aeron.driver
-
- DefaultDenyTerminationValidator() - Constructor for class io.aeron.driver.DefaultDenyTerminationValidator
-
- defaultEntryConsumer(PrintStream) - Static method in class io.aeron.driver.reports.LossReportReader
-
- defaultFrameHeader(UnsafeBuffer) - Static method in class io.aeron.logbuffer.LogBufferDescriptor
-
Get a wrapper around the default frame header from the log meta data.
- DefaultMulticastFlowControlSupplier - Class in io.aeron.driver
-
- DefaultMulticastFlowControlSupplier() - Constructor for class io.aeron.driver.DefaultMulticastFlowControlSupplier
-
- DefaultNameResolver - Class in io.aeron.driver
-
- DefaultNameResolver() - Constructor for class io.aeron.driver.DefaultNameResolver
-
- DefaultReceiveChannelEndpointSupplier - Class in io.aeron.driver
-
- DefaultReceiveChannelEndpointSupplier() - Constructor for class io.aeron.driver.DefaultReceiveChannelEndpointSupplier
-
- DefaultSendChannelEndpointSupplier - Class in io.aeron.driver
-
- DefaultSendChannelEndpointSupplier() - Constructor for class io.aeron.driver.DefaultSendChannelEndpointSupplier
-
- DefaultUnicastFlowControlSupplier - Class in io.aeron.driver
-
- DefaultUnicastFlowControlSupplier() - Constructor for class io.aeron.driver.DefaultUnicastFlowControlSupplier
-
- delegate() - Method in class io.aeron.ControlledFragmentAssembler
-
Get the delegate unto which assembled messages are delegated.
- delegate() - Method in class io.aeron.FragmentAssembler
-
Get the delegate unto which assembled messages are delegated.
- delegate() - Method in class io.aeron.ImageControlledFragmentAssembler
-
Get the delegate unto which assembled messages are delegated.
- delegate() - Method in class io.aeron.ImageFragmentAssembler
-
Get the delegate unto which assembled messages are delegated.
- deleteAeronDirectory() - Method in class io.aeron.CommonContext
-
Delete the current Aeron directory, throwing errors if not possible.
- deleteArchiveDirectory() - Method in class io.aeron.archive.Archive.Context
-
Deprecated.
- deleteArchiveOnStart() - Static method in class io.aeron.archive.Archive.Configuration
-
Whether to delete directory on start or not.
- deleteArchiveOnStart(boolean) - Method in class io.aeron.archive.Archive.Context
-
Should an existing archive be deleted on start.
- deleteArchiveOnStart() - Method in class io.aeron.archive.Archive.Context
-
Should an existing archive be deleted on start.
- deleteDetachedSegments(long) - Method in class io.aeron.archive.client.AeronArchive
-
Delete segments which have been previously detached from a recording.
- deleteDetachedSegments(long, long, long) - Method in class io.aeron.archive.client.ArchiveProxy
-
Delete segments which have been previously detached from a recording.
- DeleteDetachedSegmentsRequestDecoder - Class in io.aeron.archive.codecs
-
Delete detached segments from a recording.
- DeleteDetachedSegmentsRequestDecoder() - Constructor for class io.aeron.archive.codecs.DeleteDetachedSegmentsRequestDecoder
-
- DeleteDetachedSegmentsRequestEncoder - Class in io.aeron.archive.codecs
-
Delete detached segments from a recording.
- DeleteDetachedSegmentsRequestEncoder() - Constructor for class io.aeron.archive.codecs.DeleteDetachedSegmentsRequestEncoder
-
- deleteDirectory() - Method in class io.aeron.archive.Archive.Context
-
- deleteDirectory() - Method in class io.aeron.driver.MediaDriver.Context
-
- deleteOrphanedSegments(PrintStream, File) - Static method in class io.aeron.archive.ArchiveTool
-
Delete orphaned recording segments that have been detached, i.e.
- describe(PrintStream, File) - Static method in class io.aeron.archive.ArchiveTool
-
Describe the metadata for entries in the Catalog
.
- describeRecording(PrintStream, File, long) - Static method in class io.aeron.archive.ArchiveTool
-
Describe the metadata for a entry in the Catalog
identified by recording id.
- description() - Method in class io.aeron.driver.media.UdpChannel
-
Used for debugging to get a human readable description of the channel.
- destination(UdpChannel) - Method in class io.aeron.driver.media.ReceiveChannelEndpoint
-
Get the transport index for a given channel.
- destination(int) - Method in class io.aeron.driver.media.ReceiveChannelEndpoint
-
Get the transport destination for a given index.
- destinationAddress(ChannelUri, NameResolver) - Static method in class io.aeron.driver.media.UdpChannel
-
Get the endpoint destination address from the URI.
- DestinationMessageFlyweight - Class in io.aeron.command
-
Control message for adding or removing a destination for a Publication in multi-destination-cast or a Subscription
in multi-destination Subscription.
- DestinationMessageFlyweight() - Constructor for class io.aeron.command.DestinationMessageFlyweight
-
- detachSegments(long, long) - Method in class io.aeron.archive.client.AeronArchive
-
Detach segments from the beginning of a recording up to the provided new start position.
- detachSegments(long, long, long, long) - Method in class io.aeron.archive.client.ArchiveProxy
-
Detach segments from the beginning of a recording up to the provided new start position.
- DetachSegmentsRequestDecoder - Class in io.aeron.archive.codecs
-
Detach segments from a recording to give a new start position.
- DetachSegmentsRequestDecoder() - Constructor for class io.aeron.archive.codecs.DetachSegmentsRequestDecoder
-
- DetachSegmentsRequestEncoder - Class in io.aeron.archive.codecs
-
Detach segments from a recording to give a new start position.
- DetachSegmentsRequestEncoder() - Constructor for class io.aeron.archive.codecs.DetachSegmentsRequestEncoder
-
- DIR_DELETE_ON_SHUTDOWN_PROP_NAME - Static variable in class io.aeron.driver.Configuration
-
- DIR_DELETE_ON_START_PROP_NAME - Static variable in class io.aeron.driver.Configuration
-
- DIR_WARN_IF_EXISTS_PROP_NAME - Static variable in class io.aeron.driver.Configuration
-
Warn if the Aeron directory exists.
- dirDeleteOnShutdown() - Static method in class io.aeron.driver.Configuration
-
- dirDeleteOnShutdown() - Method in class io.aeron.driver.MediaDriver.Context
-
- dirDeleteOnShutdown(boolean) - Method in class io.aeron.driver.MediaDriver.Context
-
- dirDeleteOnStart() - Static method in class io.aeron.driver.Configuration
-
- dirDeleteOnStart() - Method in class io.aeron.driver.MediaDriver.Context
-
- dirDeleteOnStart(boolean) - Method in class io.aeron.driver.MediaDriver.Context
-
- DirectBufferVector - Class in io.aeron
-
Vector into a
DirectBuffer
to be used for gathering IO as and offset and length.
- DirectBufferVector() - Constructor for class io.aeron.DirectBufferVector
-
Default constructor so the fluent API can be used.
- DirectBufferVector(DirectBuffer, int, int) - Constructor for class io.aeron.DirectBufferVector
-
Construct a new vector as a subset of a buffer.
- dispatchDescriptor(RecordingDescriptorDecoder, RecordingDescriptorConsumer) - Static method in class io.aeron.archive.client.ControlResponseAdapter
-
Dispatch a descriptor message to a consumer by reading the fields in the correct order.
- dispatcher() - Method in class io.aeron.driver.media.ReceiveChannelEndpoint
-
Dispatcher for the channel.
- doWork() - Method in class io.aeron.archive.client.ReplayMerge
-
Perform the work of replaying and merging.
- doWork() - Method in class io.aeron.driver.DriverConductor
- doWork(long) - Method in interface io.aeron.driver.NameResolver
-
Perform periodic work for the resolver.
- doWork() - Method in class io.aeron.driver.Receiver
- doWork() - Method in class io.aeron.driver.Sender
- DRIVER_HEARTBEAT_TYPE_ID - Static variable in class io.aeron.AeronCounters
-
A counter for tracking the last heartbeat of an entity with a given registration id.
- DRIVER_LOCAL_SOCKET_ADDRESS_STATUS_TYPE_ID - Static variable in class io.aeron.AeronCounters
-
Counter used to store the status of a bind address and port for the local end of a channel.
- DRIVER_PER_IMAGE_TYPE_ID - Static variable in class io.aeron.AeronCounters
-
A counter per Image indicating presence of the congestion control.
- DRIVER_PUBLISHER_LIMIT_TYPE_ID - Static variable in class io.aeron.AeronCounters
-
The limit as a position in bytes applied to publishers on a session-channel-stream tuple.
- DRIVER_PUBLISHER_POS_TYPE_ID - Static variable in class io.aeron.AeronCounters
-
The position in bytes a publication has reached appending to the log.
- DRIVER_RECEIVE_CHANNEL_STATUS_TYPE_ID - Static variable in class io.aeron.AeronCounters
-
The status of a receive channel endpoint represented as a counter value.
- DRIVER_RECEIVER_HWM_TYPE_ID - Static variable in class io.aeron.AeronCounters
-
The highest position the Receiver has observed on a session-channel-stream tuple while rebuilding the stream.
- DRIVER_RECEIVER_POS_TYPE_ID - Static variable in class io.aeron.AeronCounters
-
The highest position the Receiver has rebuilt up to on a session-channel-stream tuple while rebuilding the
stream.
- DRIVER_SEND_CHANNEL_STATUS_TYPE_ID - Static variable in class io.aeron.AeronCounters
-
The status of a send channel endpoint represented as a counter value.
- DRIVER_SENDER_BPE_TYPE_ID - Static variable in class io.aeron.AeronCounters
-
Count of back-pressure events (BPE)s a sender has experienced on a stream.
- DRIVER_SENDER_LIMIT_TYPE_ID - Static variable in class io.aeron.AeronCounters
-
The position the Sender can immediately send up-to on a session-channel-stream tuple.
- DRIVER_SENDER_POSITION_TYPE_ID - Static variable in class io.aeron.AeronCounters
-
The position the Sender has reached for sending data to the media on a session-channel-stream tuple.
- DRIVER_SUBSCRIBER_POSITION_TYPE_ID - Static variable in class io.aeron.AeronCounters
-
The position an individual Subscriber has reached on a session-channel-stream tuple.
- DRIVER_SYSTEM_COUNTER_TYPE_ID - Static variable in class io.aeron.AeronCounters
-
System wide counters for monitoring.
- DRIVER_TIMEOUT_MS - Static variable in class io.aeron.CommonContext
-
Timeout in which the driver is expected to respond or heartbeat.
- DRIVER_TIMEOUT_PROP_NAME - Static variable in class io.aeron.CommonContext
-
Property name for driver timeout after which the driver is considered inactive.
- driverAgentInvoker(AgentInvoker) - Method in class io.aeron.Aeron.Context
-
Set the
AgentInvoker
for the Media Driver to be used while awaiting a synchronous response.
- driverAgentInvoker() - Method in class io.aeron.Aeron.Context
-
Get the
AgentInvoker
that is used to run the Media Driver while awaiting a synchronous response.
- DriverConductor - Class in io.aeron.driver
-
Driver Conductor that takes commands from publishers and subscribers and orchestrates the media driver.
- DriverConductorProxy - Class in io.aeron.driver
-
- driverHeartbeatAgeMs() - Method in class io.aeron.samples.CncFileReader
-
Get the number of milliseconds since the last driver heartbeat.
- driverHeartbeatMs() - Method in class io.aeron.samples.CncFileReader
-
Get the epoch timestamp (ms) of the last driver heartbeat.
- DriverManagedResource - Interface in io.aeron.driver
-
Common behaviour supported for driver resources such as publications and images.
- driverProxy() - Method in class io.aeron.Aeron.Context
-
Get the proxy for communicating with the media driver.
- DriverProxy - Class in io.aeron
-
Separates the concern of communicating with the client conductor away from the rest of the client.
- DriverProxy(RingBuffer, long) - Constructor for class io.aeron.DriverProxy
-
Create a proxy to a media driver which sends commands via a
RingBuffer
.
- DriverTimeoutException - Exception in io.aeron.exceptions
-
A timeout has occurred while waiting on the media driver responding to an operation.
- DriverTimeoutException(String) - Constructor for exception io.aeron.exceptions.DriverTimeoutException
-
Construct the exception for driver timeout due to lack of heartbeat.
- driverTimeoutMs(long) - Method in class io.aeron.Aeron.Context
-
Set the amount of time, in milliseconds, that this client will wait until it determines the
Media Driver is unavailable.
- driverTimeoutMs(long) - Method in class io.aeron.CommonContext
-
Set the driver timeout in milliseconds
- driverTimeoutMs() - Method in class io.aeron.CommonContext
-
Get the driver timeout in milliseconds.
- driverTimeoutMs(long) - Method in class io.aeron.driver.MediaDriver.Context
-
Set the driver timeout in milliseconds
- DriverTool - Class in io.aeron.samples
-
Tool for printing out Aeron Media Driver Information.
- DriverTool() - Constructor for class io.aeron.samples.DriverTool
-
- dstRecordingId() - Method in class io.aeron.archive.codecs.MigrateSegmentsRequestDecoder
-
- dstRecordingId(long) - Method in class io.aeron.archive.codecs.MigrateSegmentsRequestEncoder
-
- dstRecordingId() - Method in class io.aeron.archive.codecs.ReplicateRequest2Decoder
-
- dstRecordingId(long) - Method in class io.aeron.archive.codecs.ReplicateRequest2Encoder
-
- dstRecordingId() - Method in class io.aeron.archive.codecs.ReplicateRequestDecoder
-
- dstRecordingId(long) - Method in class io.aeron.archive.codecs.ReplicateRequestEncoder
-
- dstRecordingId() - Method in class io.aeron.archive.codecs.TaggedReplicateRequestDecoder
-
- dstRecordingId(long) - Method in class io.aeron.archive.codecs.TaggedReplicateRequestEncoder
-
- dstRecordingIdEncodingLength() - Static method in class io.aeron.archive.codecs.MigrateSegmentsRequestDecoder
-
- dstRecordingIdEncodingLength() - Static method in class io.aeron.archive.codecs.MigrateSegmentsRequestEncoder
-
- dstRecordingIdEncodingLength() - Static method in class io.aeron.archive.codecs.ReplicateRequest2Decoder
-
- dstRecordingIdEncodingLength() - Static method in class io.aeron.archive.codecs.ReplicateRequest2Encoder
-
- dstRecordingIdEncodingLength() - Static method in class io.aeron.archive.codecs.ReplicateRequestDecoder
-
- dstRecordingIdEncodingLength() - Static method in class io.aeron.archive.codecs.ReplicateRequestEncoder
-
- dstRecordingIdEncodingLength() - Static method in class io.aeron.archive.codecs.TaggedReplicateRequestDecoder
-
- dstRecordingIdEncodingLength() - Static method in class io.aeron.archive.codecs.TaggedReplicateRequestEncoder
-
- dstRecordingIdEncodingOffset() - Static method in class io.aeron.archive.codecs.MigrateSegmentsRequestDecoder
-
- dstRecordingIdEncodingOffset() - Static method in class io.aeron.archive.codecs.MigrateSegmentsRequestEncoder
-
- dstRecordingIdEncodingOffset() - Static method in class io.aeron.archive.codecs.ReplicateRequest2Decoder
-
- dstRecordingIdEncodingOffset() - Static method in class io.aeron.archive.codecs.ReplicateRequest2Encoder
-
- dstRecordingIdEncodingOffset() - Static method in class io.aeron.archive.codecs.ReplicateRequestDecoder
-
- dstRecordingIdEncodingOffset() - Static method in class io.aeron.archive.codecs.ReplicateRequestEncoder
-
- dstRecordingIdEncodingOffset() - Static method in class io.aeron.archive.codecs.TaggedReplicateRequestDecoder
-
- dstRecordingIdEncodingOffset() - Static method in class io.aeron.archive.codecs.TaggedReplicateRequestEncoder
-
- dstRecordingIdId() - Static method in class io.aeron.archive.codecs.MigrateSegmentsRequestDecoder
-
- dstRecordingIdId() - Static method in class io.aeron.archive.codecs.MigrateSegmentsRequestEncoder
-
- dstRecordingIdId() - Static method in class io.aeron.archive.codecs.ReplicateRequest2Decoder
-
- dstRecordingIdId() - Static method in class io.aeron.archive.codecs.ReplicateRequest2Encoder
-
- dstRecordingIdId() - Static method in class io.aeron.archive.codecs.ReplicateRequestDecoder
-
- dstRecordingIdId() - Static method in class io.aeron.archive.codecs.ReplicateRequestEncoder
-
- dstRecordingIdId() - Static method in class io.aeron.archive.codecs.TaggedReplicateRequestDecoder
-
- dstRecordingIdId() - Static method in class io.aeron.archive.codecs.TaggedReplicateRequestEncoder
-
- dstRecordingIdMaxValue() - Static method in class io.aeron.archive.codecs.MigrateSegmentsRequestDecoder
-
- dstRecordingIdMaxValue() - Static method in class io.aeron.archive.codecs.MigrateSegmentsRequestEncoder
-
- dstRecordingIdMaxValue() - Static method in class io.aeron.archive.codecs.ReplicateRequest2Decoder
-
- dstRecordingIdMaxValue() - Static method in class io.aeron.archive.codecs.ReplicateRequest2Encoder
-
- dstRecordingIdMaxValue() - Static method in class io.aeron.archive.codecs.ReplicateRequestDecoder
-
- dstRecordingIdMaxValue() - Static method in class io.aeron.archive.codecs.ReplicateRequestEncoder
-
- dstRecordingIdMaxValue() - Static method in class io.aeron.archive.codecs.TaggedReplicateRequestDecoder
-
- dstRecordingIdMaxValue() - Static method in class io.aeron.archive.codecs.TaggedReplicateRequestEncoder
-
- dstRecordingIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.MigrateSegmentsRequestDecoder
-
- dstRecordingIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.MigrateSegmentsRequestEncoder
-
- dstRecordingIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.ReplicateRequest2Decoder
-
- dstRecordingIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.ReplicateRequest2Encoder
-
- dstRecordingIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.ReplicateRequestDecoder
-
- dstRecordingIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.ReplicateRequestEncoder
-
- dstRecordingIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.TaggedReplicateRequestDecoder
-
- dstRecordingIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.TaggedReplicateRequestEncoder
-
- dstRecordingIdMinValue() - Static method in class io.aeron.archive.codecs.MigrateSegmentsRequestDecoder
-
- dstRecordingIdMinValue() - Static method in class io.aeron.archive.codecs.MigrateSegmentsRequestEncoder
-
- dstRecordingIdMinValue() - Static method in class io.aeron.archive.codecs.ReplicateRequest2Decoder
-
- dstRecordingIdMinValue() - Static method in class io.aeron.archive.codecs.ReplicateRequest2Encoder
-
- dstRecordingIdMinValue() - Static method in class io.aeron.archive.codecs.ReplicateRequestDecoder
-
- dstRecordingIdMinValue() - Static method in class io.aeron.archive.codecs.ReplicateRequestEncoder
-
- dstRecordingIdMinValue() - Static method in class io.aeron.archive.codecs.TaggedReplicateRequestDecoder
-
- dstRecordingIdMinValue() - Static method in class io.aeron.archive.codecs.TaggedReplicateRequestEncoder
-
- dstRecordingIdNullValue() - Static method in class io.aeron.archive.codecs.MigrateSegmentsRequestDecoder
-
- dstRecordingIdNullValue() - Static method in class io.aeron.archive.codecs.MigrateSegmentsRequestEncoder
-
- dstRecordingIdNullValue() - Static method in class io.aeron.archive.codecs.ReplicateRequest2Decoder
-
- dstRecordingIdNullValue() - Static method in class io.aeron.archive.codecs.ReplicateRequest2Encoder
-
- dstRecordingIdNullValue() - Static method in class io.aeron.archive.codecs.ReplicateRequestDecoder
-
- dstRecordingIdNullValue() - Static method in class io.aeron.archive.codecs.ReplicateRequestEncoder
-
- dstRecordingIdNullValue() - Static method in class io.aeron.archive.codecs.TaggedReplicateRequestDecoder
-
- dstRecordingIdNullValue() - Static method in class io.aeron.archive.codecs.TaggedReplicateRequestEncoder
-
- dstRecordingIdSinceVersion() - Static method in class io.aeron.archive.codecs.MigrateSegmentsRequestDecoder
-
- dstRecordingIdSinceVersion() - Static method in class io.aeron.archive.codecs.MigrateSegmentsRequestEncoder
-
- dstRecordingIdSinceVersion() - Static method in class io.aeron.archive.codecs.ReplicateRequest2Decoder
-
- dstRecordingIdSinceVersion() - Static method in class io.aeron.archive.codecs.ReplicateRequest2Encoder
-
- dstRecordingIdSinceVersion() - Static method in class io.aeron.archive.codecs.ReplicateRequestDecoder
-
- dstRecordingIdSinceVersion() - Static method in class io.aeron.archive.codecs.ReplicateRequestEncoder
-
- dstRecordingIdSinceVersion() - Static method in class io.aeron.archive.codecs.TaggedReplicateRequestDecoder
-
- dstRecordingIdSinceVersion() - Static method in class io.aeron.archive.codecs.TaggedReplicateRequestEncoder
-
- dump(PrintStream, File, long, ArchiveTool.ActionConfirmation<Long>) - Static method in class io.aeron.archive.ArchiveTool
-
Dump the contents of an
Archive
so it can be inspected or debugged.
- dumpSegment(PrintStream, int, UnsafeBuffer) - Static method in class io.aeron.samples.archive.SegmentInspector
-
- duplicateTermBuffers() - Method in class io.aeron.LogBuffers
-
Duplicate the underlying
ByteBuffer
s and wrap them for thread local access.
- EchoServiceNode - Class in io.aeron.samples.cluster
-
- EchoServiceNode() - Constructor for class io.aeron.samples.cluster.EchoServiceNode
-
- echoTimestampNs() - Method in class io.aeron.protocol.RttMeasurementFlyweight
-
Timestamp to echo in a reply or the timestamp in the original RTT Measurement.
- echoTimestampNs(long) - Method in class io.aeron.protocol.RttMeasurementFlyweight
-
Set timestamp to echo in a reply or the timestamp in the original RTT Measurement.
- EGRESS_MESSAGE_LENGTH - Static variable in class io.aeron.samples.cluster.tutorial.BasicAuctionClusteredService
-
- EMBEDDED_MEDIA_DRIVER - Static variable in class io.aeron.samples.SampleConfiguration
-
- EMBEDDED_MEDIA_DRIVER_PROP - Static variable in class io.aeron.samples.SampleConfiguration
-
- EmbeddedBufferClaimIpcThroughput - Class in io.aeron.samples
-
- EmbeddedBufferClaimIpcThroughput() - Constructor for class io.aeron.samples.EmbeddedBufferClaimIpcThroughput
-
- EmbeddedDualExclusiveThroughput - Class in io.aeron.samples
-
- EmbeddedDualExclusiveThroughput() - Constructor for class io.aeron.samples.EmbeddedDualExclusiveThroughput
-
- EmbeddedExclusiveBufferClaimIpcThroughput - Class in io.aeron.samples
-
- EmbeddedExclusiveBufferClaimIpcThroughput() - Constructor for class io.aeron.samples.EmbeddedExclusiveBufferClaimIpcThroughput
-
- EmbeddedExclusiveIpcThroughput - Class in io.aeron.samples
-
- EmbeddedExclusiveIpcThroughput() - Constructor for class io.aeron.samples.EmbeddedExclusiveIpcThroughput
-
- EmbeddedExclusiveSpiedThroughput - Class in io.aeron.samples
-
- EmbeddedExclusiveSpiedThroughput() - Constructor for class io.aeron.samples.EmbeddedExclusiveSpiedThroughput
-
- EmbeddedExclusiveThroughput - Class in io.aeron.samples
-
- EmbeddedExclusiveThroughput() - Constructor for class io.aeron.samples.EmbeddedExclusiveThroughput
-
- EmbeddedExclusiveVectoredIpcThroughput - Class in io.aeron.samples
-
- EmbeddedExclusiveVectoredIpcThroughput() - Constructor for class io.aeron.samples.EmbeddedExclusiveVectoredIpcThroughput
-
- EmbeddedIpcThroughput - Class in io.aeron.samples
-
- EmbeddedIpcThroughput() - Constructor for class io.aeron.samples.EmbeddedIpcThroughput
-
- EmbeddedPingPong - Class in io.aeron.samples
-
Latency test using a ping-pong approach to measure RTT and store all results in a Histogram
.
- EmbeddedPingPong() - Constructor for class io.aeron.samples.EmbeddedPingPong
-
- EmbeddedRecordingThroughput - Class in io.aeron.samples.archive
-
Tests the throughput when recording a stream of messages.
- EmbeddedReplayThroughput - Class in io.aeron.samples.archive
-
Tests the throughput when replaying a recorded stream of messages.
- EmbeddedThroughput - Class in io.aeron.samples
-
- EmbeddedThroughput() - Constructor for class io.aeron.samples.EmbeddedThroughput
-
- ENCODED_LENGTH - Static variable in class io.aeron.archive.codecs.mark.MessageHeaderDecoder
-
- ENCODED_LENGTH - Static variable in class io.aeron.archive.codecs.mark.MessageHeaderEncoder
-
- ENCODED_LENGTH - Static variable in class io.aeron.archive.codecs.mark.VarAsciiEncodingDecoder
-
- ENCODED_LENGTH - Static variable in class io.aeron.archive.codecs.mark.VarAsciiEncodingEncoder
-
- ENCODED_LENGTH - Static variable in class io.aeron.archive.codecs.MessageHeaderDecoder
-
- ENCODED_LENGTH - Static variable in class io.aeron.archive.codecs.MessageHeaderEncoder
-
- ENCODED_LENGTH - Static variable in class io.aeron.archive.codecs.VarAsciiEncodingDecoder
-
- ENCODED_LENGTH - Static variable in class io.aeron.archive.codecs.VarAsciiEncodingEncoder
-
- ENCODED_LENGTH - Static variable in class io.aeron.archive.codecs.VarDataEncodingDecoder
-
- ENCODED_LENGTH - Static variable in class io.aeron.archive.codecs.VarDataEncodingEncoder
-
- encodedChallenge() - Method in class io.aeron.archive.client.ControlResponsePoller
-
Get the encoded challenge of the last challenge.
- encodedChallengeHeaderLength() - Static method in class io.aeron.archive.codecs.ChallengeDecoder
-
- encodedChallengeHeaderLength() - Static method in class io.aeron.archive.codecs.ChallengeEncoder
-
- encodedChallengeId() - Static method in class io.aeron.archive.codecs.ChallengeDecoder
-
- encodedChallengeId() - Static method in class io.aeron.archive.codecs.ChallengeEncoder
-
- encodedChallengeLength() - Method in class io.aeron.archive.codecs.ChallengeDecoder
-
- encodedChallengeMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.ChallengeDecoder
-
- encodedChallengeMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.ChallengeEncoder
-
- encodedChallengeSinceVersion() - Static method in class io.aeron.archive.codecs.ChallengeDecoder
-
- encodedCredentials() - Method in interface io.aeron.security.CredentialsSupplier
-
Provide encoded credentials to be included in Session Connect message a system.
- encodedCredentials() - Method in class io.aeron.security.NullCredentialsSupplier
-
Provide encoded credentials to be included in Session Connect message a system.
- encodedCredentialsHeaderLength() - Static method in class io.aeron.archive.codecs.AuthConnectRequestDecoder
-
- encodedCredentialsHeaderLength() - Static method in class io.aeron.archive.codecs.AuthConnectRequestEncoder
-
- encodedCredentialsHeaderLength() - Static method in class io.aeron.archive.codecs.ChallengeResponseDecoder
-
- encodedCredentialsHeaderLength() - Static method in class io.aeron.archive.codecs.ChallengeResponseEncoder
-
- encodedCredentialsId() - Static method in class io.aeron.archive.codecs.AuthConnectRequestDecoder
-
- encodedCredentialsId() - Static method in class io.aeron.archive.codecs.AuthConnectRequestEncoder
-
- encodedCredentialsId() - Static method in class io.aeron.archive.codecs.ChallengeResponseDecoder
-
- encodedCredentialsId() - Static method in class io.aeron.archive.codecs.ChallengeResponseEncoder
-
- encodedCredentialsLength() - Method in class io.aeron.archive.codecs.AuthConnectRequestDecoder
-
- encodedCredentialsLength() - Method in class io.aeron.archive.codecs.ChallengeResponseDecoder
-
- encodedCredentialsMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.AuthConnectRequestDecoder
-
- encodedCredentialsMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.AuthConnectRequestEncoder
-
- encodedCredentialsMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.ChallengeResponseDecoder
-
- encodedCredentialsMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.ChallengeResponseEncoder
-
- encodedCredentialsSinceVersion() - Static method in class io.aeron.archive.codecs.AuthConnectRequestDecoder
-
- encodedCredentialsSinceVersion() - Static method in class io.aeron.archive.codecs.ChallengeResponseDecoder
-
- encodedLength() - Method in class io.aeron.archive.codecs.AttachSegmentsRequestDecoder
-
- encodedLength() - Method in class io.aeron.archive.codecs.AttachSegmentsRequestEncoder
-
- encodedLength() - Method in class io.aeron.archive.codecs.AuthConnectRequestDecoder
-
- encodedLength() - Method in class io.aeron.archive.codecs.AuthConnectRequestEncoder
-
- encodedLength() - Method in class io.aeron.archive.codecs.BoundedReplayRequestDecoder
-
- encodedLength() - Method in class io.aeron.archive.codecs.BoundedReplayRequestEncoder
-
- encodedLength() - Method in class io.aeron.archive.codecs.CatalogHeaderDecoder
-
- encodedLength() - Method in class io.aeron.archive.codecs.CatalogHeaderEncoder
-
- encodedLength() - Method in class io.aeron.archive.codecs.ChallengeDecoder
-
- encodedLength() - Method in class io.aeron.archive.codecs.ChallengeEncoder
-
- encodedLength() - Method in class io.aeron.archive.codecs.ChallengeResponseDecoder
-
- encodedLength() - Method in class io.aeron.archive.codecs.ChallengeResponseEncoder
-
- encodedLength() - Method in class io.aeron.archive.codecs.CloseSessionRequestDecoder
-
- encodedLength() - Method in class io.aeron.archive.codecs.CloseSessionRequestEncoder
-
- encodedLength() - Method in class io.aeron.archive.codecs.ConnectRequestDecoder
-
- encodedLength() - Method in class io.aeron.archive.codecs.ConnectRequestEncoder
-
- encodedLength() - Method in class io.aeron.archive.codecs.ControlResponseDecoder
-
- encodedLength() - Method in class io.aeron.archive.codecs.ControlResponseEncoder
-
- encodedLength() - Method in class io.aeron.archive.codecs.DeleteDetachedSegmentsRequestDecoder
-
- encodedLength() - Method in class io.aeron.archive.codecs.DeleteDetachedSegmentsRequestEncoder
-
- encodedLength() - Method in class io.aeron.archive.codecs.DetachSegmentsRequestDecoder
-
- encodedLength() - Method in class io.aeron.archive.codecs.DetachSegmentsRequestEncoder
-
- encodedLength() - Method in class io.aeron.archive.codecs.ExtendRecordingRequest2Decoder
-
- encodedLength() - Method in class io.aeron.archive.codecs.ExtendRecordingRequest2Encoder
-
- encodedLength() - Method in class io.aeron.archive.codecs.ExtendRecordingRequestDecoder
-
- encodedLength() - Method in class io.aeron.archive.codecs.ExtendRecordingRequestEncoder
-
- encodedLength() - Method in class io.aeron.archive.codecs.FindLastMatchingRecordingRequestDecoder
-
- encodedLength() - Method in class io.aeron.archive.codecs.FindLastMatchingRecordingRequestEncoder
-
- encodedLength() - Method in class io.aeron.archive.codecs.KeepAliveRequestDecoder
-
- encodedLength() - Method in class io.aeron.archive.codecs.KeepAliveRequestEncoder
-
- encodedLength() - Method in class io.aeron.archive.codecs.ListRecordingRequestDecoder
-
- encodedLength() - Method in class io.aeron.archive.codecs.ListRecordingRequestEncoder
-
- encodedLength() - Method in class io.aeron.archive.codecs.ListRecordingsForUriRequestDecoder
-
- encodedLength() - Method in class io.aeron.archive.codecs.ListRecordingsForUriRequestEncoder
-
- encodedLength() - Method in class io.aeron.archive.codecs.ListRecordingsRequestDecoder
-
- encodedLength() - Method in class io.aeron.archive.codecs.ListRecordingsRequestEncoder
-
- encodedLength() - Method in class io.aeron.archive.codecs.ListRecordingSubscriptionsRequestDecoder
-
- encodedLength() - Method in class io.aeron.archive.codecs.ListRecordingSubscriptionsRequestEncoder
-
- encodedLength() - Method in class io.aeron.archive.codecs.mark.MarkFileHeaderDecoder
-
- encodedLength() - Method in class io.aeron.archive.codecs.mark.MarkFileHeaderEncoder
-
- encodedLength() - Method in class io.aeron.archive.codecs.mark.MessageHeaderDecoder
-
- encodedLength() - Method in class io.aeron.archive.codecs.mark.MessageHeaderEncoder
-
- encodedLength() - Method in class io.aeron.archive.codecs.mark.VarAsciiEncodingDecoder
-
- encodedLength() - Method in class io.aeron.archive.codecs.mark.VarAsciiEncodingEncoder
-
- encodedLength() - Method in class io.aeron.archive.codecs.MessageHeaderDecoder
-
- encodedLength() - Method in class io.aeron.archive.codecs.MessageHeaderEncoder
-
- encodedLength() - Method in class io.aeron.archive.codecs.MigrateSegmentsRequestDecoder
-
- encodedLength() - Method in class io.aeron.archive.codecs.MigrateSegmentsRequestEncoder
-
- encodedLength() - Method in class io.aeron.archive.codecs.PurgeRecordingRequestDecoder
-
- encodedLength() - Method in class io.aeron.archive.codecs.PurgeRecordingRequestEncoder
-
- encodedLength() - Method in class io.aeron.archive.codecs.PurgeSegmentsRequestDecoder
-
- encodedLength() - Method in class io.aeron.archive.codecs.PurgeSegmentsRequestEncoder
-
- encodedLength() - Method in class io.aeron.archive.codecs.RecordingDescriptorDecoder
-
- encodedLength() - Method in class io.aeron.archive.codecs.RecordingDescriptorEncoder
-
- encodedLength() - Method in class io.aeron.archive.codecs.RecordingDescriptorHeaderDecoder
-
- encodedLength() - Method in class io.aeron.archive.codecs.RecordingDescriptorHeaderEncoder
-
- encodedLength() - Method in class io.aeron.archive.codecs.RecordingPositionRequestDecoder
-
- encodedLength() - Method in class io.aeron.archive.codecs.RecordingPositionRequestEncoder
-
- encodedLength() - Method in class io.aeron.archive.codecs.RecordingProgressDecoder
-
- encodedLength() - Method in class io.aeron.archive.codecs.RecordingProgressEncoder
-
- encodedLength() - Method in class io.aeron.archive.codecs.RecordingSignalEventDecoder
-
- encodedLength() - Method in class io.aeron.archive.codecs.RecordingSignalEventEncoder
-
- encodedLength() - Method in class io.aeron.archive.codecs.RecordingStartedDecoder
-
- encodedLength() - Method in class io.aeron.archive.codecs.RecordingStartedEncoder
-
- encodedLength() - Method in class io.aeron.archive.codecs.RecordingStoppedDecoder
-
- encodedLength() - Method in class io.aeron.archive.codecs.RecordingStoppedEncoder
-
- encodedLength() - Method in class io.aeron.archive.codecs.RecordingSubscriptionDescriptorDecoder
-
- encodedLength() - Method in class io.aeron.archive.codecs.RecordingSubscriptionDescriptorEncoder
-
- encodedLength() - Method in class io.aeron.archive.codecs.ReplayRequestDecoder
-
- encodedLength() - Method in class io.aeron.archive.codecs.ReplayRequestEncoder
-
- encodedLength() - Method in class io.aeron.archive.codecs.ReplicateRequest2Decoder
-
- encodedLength() - Method in class io.aeron.archive.codecs.ReplicateRequest2Encoder
-
- encodedLength() - Method in class io.aeron.archive.codecs.ReplicateRequestDecoder
-
- encodedLength() - Method in class io.aeron.archive.codecs.ReplicateRequestEncoder
-
- encodedLength() - Method in class io.aeron.archive.codecs.StartPositionRequestDecoder
-
- encodedLength() - Method in class io.aeron.archive.codecs.StartPositionRequestEncoder
-
- encodedLength() - Method in class io.aeron.archive.codecs.StartRecordingRequest2Decoder
-
- encodedLength() - Method in class io.aeron.archive.codecs.StartRecordingRequest2Encoder
-
- encodedLength() - Method in class io.aeron.archive.codecs.StartRecordingRequestDecoder
-
- encodedLength() - Method in class io.aeron.archive.codecs.StartRecordingRequestEncoder
-
- encodedLength() - Method in class io.aeron.archive.codecs.StopAllReplaysRequestDecoder
-
- encodedLength() - Method in class io.aeron.archive.codecs.StopAllReplaysRequestEncoder
-
- encodedLength() - Method in class io.aeron.archive.codecs.StopPositionRequestDecoder
-
- encodedLength() - Method in class io.aeron.archive.codecs.StopPositionRequestEncoder
-
- encodedLength() - Method in class io.aeron.archive.codecs.StopRecordingByIdentityRequestDecoder
-
- encodedLength() - Method in class io.aeron.archive.codecs.StopRecordingByIdentityRequestEncoder
-
- encodedLength() - Method in class io.aeron.archive.codecs.StopRecordingRequestDecoder
-
- encodedLength() - Method in class io.aeron.archive.codecs.StopRecordingRequestEncoder
-
- encodedLength() - Method in class io.aeron.archive.codecs.StopRecordingSubscriptionRequestDecoder
-
- encodedLength() - Method in class io.aeron.archive.codecs.StopRecordingSubscriptionRequestEncoder
-
- encodedLength() - Method in class io.aeron.archive.codecs.StopReplayRequestDecoder
-
- encodedLength() - Method in class io.aeron.archive.codecs.StopReplayRequestEncoder
-
- encodedLength() - Method in class io.aeron.archive.codecs.StopReplicationRequestDecoder
-
- encodedLength() - Method in class io.aeron.archive.codecs.StopReplicationRequestEncoder
-
- encodedLength() - Method in class io.aeron.archive.codecs.TaggedReplicateRequestDecoder
-
- encodedLength() - Method in class io.aeron.archive.codecs.TaggedReplicateRequestEncoder
-
- encodedLength() - Method in class io.aeron.archive.codecs.TruncateRecordingRequestDecoder
-
- encodedLength() - Method in class io.aeron.archive.codecs.TruncateRecordingRequestEncoder
-
- encodedLength() - Method in class io.aeron.archive.codecs.VarAsciiEncodingDecoder
-
- encodedLength() - Method in class io.aeron.archive.codecs.VarAsciiEncodingEncoder
-
- encodedLength() - Method in class io.aeron.archive.codecs.VarDataEncodingDecoder
-
- encodedLength() - Method in class io.aeron.archive.codecs.VarDataEncodingEncoder
-
- encoder() - Method in class io.aeron.archive.ArchiveMarkFile
-
The encoder for writing the
MarkFile
header.
- END_FLAG - Static variable in class io.aeron.protocol.DataHeaderFlyweight
-
(E) - Fragment that Ends a message Flag.
- END_FRAG_FLAG - Static variable in class io.aeron.logbuffer.FrameDescriptor
-
End fragment of a frame.
- END_OF_METADATA_OFFSET - Static variable in class io.aeron.CncFileDescriptor
-
The offset of the first byte past the metadata header which is aligned on a cache-line boundary.
- endOfStreamPosition(UnsafeBuffer) - Static method in class io.aeron.logbuffer.LogBufferDescriptor
-
Get the value of the end of stream position.
- endOfStreamPosition(UnsafeBuffer, long) - Static method in class io.aeron.logbuffer.LogBufferDescriptor
-
Set the value of the end of stream position.
- endpoint(String) - Method in class io.aeron.ChannelUriStringBuilder
-
Set the endpoint address:port pairing for the channel.
- endpoint(ChannelUri) - Method in class io.aeron.ChannelUriStringBuilder
-
Set the endpoint value to be what is in the
ChannelUri
which may be null.
- endpoint() - Method in class io.aeron.ChannelUriStringBuilder
-
Get the endpoint address:port pairing for the channel.
- ENDPOINT_PARAM_NAME - Static variable in class io.aeron.CommonContext
-
The address and port used for a UDP channel.
- entityTag() - Method in class io.aeron.ChannelUri
-
Get the entity tag, if it exists, that refers to an entity such as subscription or publication.
- ENTRY_ALIGNMENT - Static variable in class io.aeron.driver.reports.LossReport
-
Alignment to be applied for each entry offset.
- entryCount(File) - Static method in class io.aeron.archive.ArchiveTool
-
Count of the number of entries in the Catalog
.
- entryLength() - Method in class io.aeron.protocol.ResolutionEntryFlyweight
-
Total length of the entry in bytes.
- entryLengthRequired(byte, int) - Static method in class io.aeron.protocol.ResolutionEntryFlyweight
-
Calculate the length required for the entry when encoded.
- eos(Boolean) - Method in class io.aeron.ChannelUriStringBuilder
-
Set to indicate if an EOS should be sent on the media or not.
- eos(ChannelUri) - Method in class io.aeron.ChannelUriStringBuilder
-
Set the eos value to be what is in the
ChannelUri
which may be null.
- eos() - Method in class io.aeron.ChannelUriStringBuilder
-
Should an EOS flag be sent on the media or not.
- EOS_FLAG - Static variable in class io.aeron.protocol.DataHeaderFlyweight
-
(S) - End of Stream (EOS) Flag for heartbeats after the publication is closed.
- EOS_PARAM_NAME - Static variable in class io.aeron.CommonContext
-
Parameter name for channel URI param to indicate if End of Stream (EOS) should be sent or not.
- epochClock(EpochClock) - Method in class io.aeron.Aeron.Context
-
Set the
EpochClock
to be used for tracking wall clock time when interacting with the driver.
- epochClock() - Method in class io.aeron.Aeron.Context
-
Get the
EpochClock
used by the client for the epoch time in milliseconds.
- epochClock(EpochClock) - Method in class io.aeron.archive.Archive.Context
-
Set the
EpochClock
to be used for tracking wall clock time.
- epochClock() - Method in class io.aeron.archive.Archive.Context
-
Get the
EpochClock
to used for tracking wall clock time.
- epochClock() - Method in class io.aeron.driver.MediaDriver.Context
-
The
EpochClock
as a source of time in milliseconds for wall clock time.
- epochClock(EpochClock) - Method in class io.aeron.driver.MediaDriver.Context
-
The
EpochClock
as a source of time in milliseconds for wall clock time.
- equals(Object) - Method in class io.aeron.ChannelUri
- equals(Object) - Method in class io.aeron.driver.media.UdpChannel
-
- equals(Object) - Method in class io.aeron.samples.BacklogStat.StreamCompositeKey
- equals(Object) - Method in class io.aeron.samples.cluster.tutorial.BasicAuctionClusteredService
- equals(Object) - Method in class io.aeron.samples.StreamStat.StreamCompositeKey
- equals(Object) - Method in class io.aeron.samples.StreamStat.StreamPosition
- ERROR_BUFFER_LENGTH_DEFAULT - Static variable in class io.aeron.archive.Archive.Configuration
-
Size in bytes of the error buffer for the archive when not eternally provided.
- ERROR_BUFFER_LENGTH_DEFAULT - Static variable in class io.aeron.driver.Configuration
-
Default buffer length for the error buffer for the media driver.
- ERROR_BUFFER_LENGTH_PROP_NAME - Static variable in class io.aeron.archive.Archive.Configuration
-
Size in bytes of the error buffer for the archive when not externally provided.
- ERROR_BUFFER_LENGTH_PROP_NAME - Static variable in class io.aeron.driver.Configuration
-
Property name for length of the memory mapped buffer for the distinct error log.
- ERROR_LOG_BUFFER_LENGTH_FIELD_OFFSET - Static variable in class io.aeron.CncFileDescriptor
-
Offset at which the length field can be found for buffer containing the error log can be found.
- errorBuffer() - Method in class io.aeron.archive.ArchiveMarkFile
-
The direct buffer which wraps the region of the
MarkFile
which contains the error log.
- errorBufferLength() - Static method in class io.aeron.archive.Archive.Configuration
-
Size in bytes of the error buffer in the mark file.
- errorBufferLength(int) - Method in class io.aeron.archive.Archive.Context
-
Set the error buffer length in bytes to use.
- errorBufferLength() - Method in class io.aeron.archive.Archive.Context
-
The error buffer length in bytes.
- errorBufferLength() - Method in class io.aeron.archive.codecs.mark.MarkFileHeaderDecoder
-
- errorBufferLength(int) - Method in class io.aeron.archive.codecs.mark.MarkFileHeaderEncoder
-
- errorBufferLength() - Static method in class io.aeron.driver.Configuration
-
Length of the memory mapped buffer for the distinct error log.
- errorBufferLength() - Method in class io.aeron.driver.MediaDriver.Context
-
- errorBufferLength(int) - Method in class io.aeron.driver.MediaDriver.Context
-
- errorBufferLengthEncodingLength() - Static method in class io.aeron.archive.codecs.mark.MarkFileHeaderDecoder
-
- errorBufferLengthEncodingLength() - Static method in class io.aeron.archive.codecs.mark.MarkFileHeaderEncoder
-
- errorBufferLengthEncodingOffset() - Static method in class io.aeron.archive.codecs.mark.MarkFileHeaderDecoder
-
- errorBufferLengthEncodingOffset() - Static method in class io.aeron.archive.codecs.mark.MarkFileHeaderEncoder
-
- errorBufferLengthId() - Static method in class io.aeron.archive.codecs.mark.MarkFileHeaderDecoder
-
- errorBufferLengthId() - Static method in class io.aeron.archive.codecs.mark.MarkFileHeaderEncoder
-
- errorBufferLengthMaxValue() - Static method in class io.aeron.archive.codecs.mark.MarkFileHeaderDecoder
-
- errorBufferLengthMaxValue() - Static method in class io.aeron.archive.codecs.mark.MarkFileHeaderEncoder
-
- errorBufferLengthMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.mark.MarkFileHeaderDecoder
-
- errorBufferLengthMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.mark.MarkFileHeaderEncoder
-
- errorBufferLengthMinValue() - Static method in class io.aeron.archive.codecs.mark.MarkFileHeaderDecoder
-
- errorBufferLengthMinValue() - Static method in class io.aeron.archive.codecs.mark.MarkFileHeaderEncoder
-
- errorBufferLengthNullValue() - Static method in class io.aeron.archive.codecs.mark.MarkFileHeaderDecoder
-
- errorBufferLengthNullValue() - Static method in class io.aeron.archive.codecs.mark.MarkFileHeaderEncoder
-
- errorBufferLengthSinceVersion() - Static method in class io.aeron.archive.codecs.mark.MarkFileHeaderDecoder
-
- errorBufferLengthSinceVersion() - Static method in class io.aeron.archive.codecs.mark.MarkFileHeaderEncoder
-
- errorCode() - Method in exception io.aeron.archive.client.ArchiveException
-
Error code providing more detail into what went wrong.
- errorCode() - Method in class io.aeron.command.ErrorResponseFlyweight
-
Error code for the command.
- errorCode(ErrorCode) - Method in class io.aeron.command.ErrorResponseFlyweight
-
Set the error code for the command.
- ErrorCode - Enum in io.aeron
-
Error codes between media driver and client and the on-wire protocol.
- errorCode() - Method in exception io.aeron.exceptions.ControlProtocolException
-
The
ErrorCode
indicating more specific issue experienced by the media driver.
- errorCode() - Method in exception io.aeron.exceptions.RegistrationException
-
Get the
ErrorCode
for the specific exception.
- errorCodeValue() - Method in class io.aeron.command.ErrorResponseFlyweight
-
Error code value for the command.
- errorCodeValue() - Method in exception io.aeron.exceptions.RegistrationException
-
- errorCounter() - Method in class io.aeron.archive.Archive.Context
-
Get the error counter that will record the number of errors observed.
- errorCounter(AtomicCounter) - Method in class io.aeron.archive.Archive.Context
-
Set the error counter that will record the number of errors observed.
- ERRORED - Static variable in class io.aeron.status.ChannelEndpointStatus
-
Channel has errored.
- errorHandler(ErrorHandler) - Method in class io.aeron.Aeron.Context
-
Handle Aeron exceptions in a callback method.
- errorHandler() - Method in class io.aeron.Aeron.Context
-
Get the error handler that will be called for errors reported back from the media driver or during poll
operations.
- errorHandler() - Method in class io.aeron.archive.Archive.Context
-
- errorHandler(ErrorHandler) - Method in class io.aeron.archive.Archive.Context
-
- errorHandler(ErrorHandler) - Method in class io.aeron.archive.client.AeronArchive.Context
-
Handle errors returned asynchronously from the archive for a control session.
- errorHandler() - Method in class io.aeron.archive.client.AeronArchive.Context
-
Get the error handler that will be called for asynchronous errors.
- errorHandler - Variable in class io.aeron.driver.media.UdpChannelTransport
-
ErrorHandler
for logging errors and progressing with throwing.
- errorHandler - Variable in class io.aeron.driver.media.UdpTransportPoller
-
- errorHandler() - Method in class io.aeron.driver.MediaDriver.Context
-
- errorHandler(ErrorHandler) - Method in class io.aeron.driver.MediaDriver.Context
-
- errorHandler(ErrorHandler) - Method in class io.aeron.samples.cluster.ClusterConfig
-
Set the same error handler for all contexts.
- errorLog() - Method in class io.aeron.driver.MediaDriver.Context
-
Log to which exceptions are recorded.
- errorLog(DistinctErrorLog) - Method in class io.aeron.driver.MediaDriver.Context
-
Log to which exceptions are recorded.
- errorLogBuffer(ByteBuffer) - Static method in class io.aeron.CommonContext
-
Get an
AtomicBuffer
which wraps the error log in the CnC file.
- errorLogBufferLengthOffset(int) - Static method in class io.aeron.CncFileDescriptor
-
Offset in the buffer at which the error buffer length field exists.
- errorMessage() - Method in class io.aeron.archive.client.ControlResponsePoller
-
Get the error message of the last response.
- errorMessage() - Method in class io.aeron.archive.client.RecordingSignalPoller
-
Get the error message of the last response.
- errorMessage() - Method in class io.aeron.archive.codecs.ControlResponseDecoder
-
- errorMessage(String) - Method in class io.aeron.archive.codecs.ControlResponseEncoder
-
- errorMessage(CharSequence) - Method in class io.aeron.archive.codecs.ControlResponseEncoder
-
- errorMessage() - Method in class io.aeron.command.ErrorResponseFlyweight
-
Error message associated with the error.
- errorMessage(String) - Method in class io.aeron.command.ErrorResponseFlyweight
-
Set the error message.
- errorMessageCharacterEncoding() - Static method in class io.aeron.archive.codecs.ControlResponseDecoder
-
- errorMessageCharacterEncoding() - Static method in class io.aeron.archive.codecs.ControlResponseEncoder
-
- errorMessageHeaderLength() - Static method in class io.aeron.archive.codecs.ControlResponseDecoder
-
- errorMessageHeaderLength() - Static method in class io.aeron.archive.codecs.ControlResponseEncoder
-
- errorMessageId() - Static method in class io.aeron.archive.codecs.ControlResponseDecoder
-
- errorMessageId() - Static method in class io.aeron.archive.codecs.ControlResponseEncoder
-
- errorMessageLength() - Method in class io.aeron.archive.codecs.ControlResponseDecoder
-
- errorMessageMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.ControlResponseDecoder
-
- errorMessageMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.ControlResponseEncoder
-
- errorMessageSinceVersion() - Static method in class io.aeron.archive.codecs.ControlResponseDecoder
-
- ErrorResponseFlyweight - Class in io.aeron.command
-
Control message flyweight for any errors sent from driver to clients
- ErrorResponseFlyweight() - Constructor for class io.aeron.command.ErrorResponseFlyweight
-
- ErrorStat - Class in io.aeron.samples
-
Application to print out errors recorded in the command-and-control (cnc) file is maintained by media driver in
shared memory.
- ErrorStat() - Constructor for class io.aeron.samples.ErrorStat
-
- eventAvailableImage(Image) - Static method in class io.aeron.samples.MultipleSubscribersWithFragmentAssembly
-
Print the information for an available image to stdout.
- eventsChannel() - Method in class io.aeron.archive.codecs.mark.MarkFileHeaderDecoder
-
- eventsChannel(String) - Method in class io.aeron.archive.codecs.mark.MarkFileHeaderEncoder
-
- eventsChannel(CharSequence) - Method in class io.aeron.archive.codecs.mark.MarkFileHeaderEncoder
-
- eventsChannelCharacterEncoding() - Static method in class io.aeron.archive.codecs.mark.MarkFileHeaderDecoder
-
- eventsChannelCharacterEncoding() - Static method in class io.aeron.archive.codecs.mark.MarkFileHeaderEncoder
-
- eventsChannelHeaderLength() - Static method in class io.aeron.archive.codecs.mark.MarkFileHeaderDecoder
-
- eventsChannelHeaderLength() - Static method in class io.aeron.archive.codecs.mark.MarkFileHeaderEncoder
-
- eventsChannelId() - Static method in class io.aeron.archive.codecs.mark.MarkFileHeaderDecoder
-
- eventsChannelId() - Static method in class io.aeron.archive.codecs.mark.MarkFileHeaderEncoder
-
- eventsChannelLength() - Method in class io.aeron.archive.codecs.mark.MarkFileHeaderDecoder
-
- eventsChannelMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.mark.MarkFileHeaderDecoder
-
- eventsChannelMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.mark.MarkFileHeaderEncoder
-
- eventsChannelSinceVersion() - Static method in class io.aeron.archive.codecs.mark.MarkFileHeaderDecoder
-
- eventsStreamId() - Method in class io.aeron.archive.codecs.mark.MarkFileHeaderDecoder
-
- eventsStreamId(int) - Method in class io.aeron.archive.codecs.mark.MarkFileHeaderEncoder
-
- eventsStreamIdEncodingLength() - Static method in class io.aeron.archive.codecs.mark.MarkFileHeaderDecoder
-
- eventsStreamIdEncodingLength() - Static method in class io.aeron.archive.codecs.mark.MarkFileHeaderEncoder
-
- eventsStreamIdEncodingOffset() - Static method in class io.aeron.archive.codecs.mark.MarkFileHeaderDecoder
-
- eventsStreamIdEncodingOffset() - Static method in class io.aeron.archive.codecs.mark.MarkFileHeaderEncoder
-
- eventsStreamIdId() - Static method in class io.aeron.archive.codecs.mark.MarkFileHeaderDecoder
-
- eventsStreamIdId() - Static method in class io.aeron.archive.codecs.mark.MarkFileHeaderEncoder
-
- eventsStreamIdMaxValue() - Static method in class io.aeron.archive.codecs.mark.MarkFileHeaderDecoder
-
- eventsStreamIdMaxValue() - Static method in class io.aeron.archive.codecs.mark.MarkFileHeaderEncoder
-
- eventsStreamIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.mark.MarkFileHeaderDecoder
-
- eventsStreamIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.mark.MarkFileHeaderEncoder
-
- eventsStreamIdMinValue() - Static method in class io.aeron.archive.codecs.mark.MarkFileHeaderDecoder
-
- eventsStreamIdMinValue() - Static method in class io.aeron.archive.codecs.mark.MarkFileHeaderEncoder
-
- eventsStreamIdNullValue() - Static method in class io.aeron.archive.codecs.mark.MarkFileHeaderDecoder
-
- eventsStreamIdNullValue() - Static method in class io.aeron.archive.codecs.mark.MarkFileHeaderEncoder
-
- eventsStreamIdSinceVersion() - Static method in class io.aeron.archive.codecs.mark.MarkFileHeaderDecoder
-
- eventsStreamIdSinceVersion() - Static method in class io.aeron.archive.codecs.mark.MarkFileHeaderEncoder
-
- eventUnavailableImage(Image) - Static method in class io.aeron.samples.MultipleSubscribersWithFragmentAssembly
-
This handler is called when image is unavailable.
- EXCLUSIVE_PUBLICATIONS - Static variable in class io.aeron.samples.SampleConfiguration
-
- EXCLUSIVE_PUBLICATIONS_PROP - Static variable in class io.aeron.samples.SampleConfiguration
-
- ExclusivePublication - Class in io.aeron
-
Aeron publisher API for sending messages to subscribers of a given channel and streamId pair.
- ExclusiveTermAppender - Class in io.aeron.logbuffer
-
Term buffer appender which supports a single exclusive producer writing an append-only log.
- ExclusiveTermAppender(UnsafeBuffer, UnsafeBuffer, int) - Constructor for class io.aeron.logbuffer.ExclusiveTermAppender
-
Construct a view over a term buffer and state buffer for appending frames.
- explicitControlAddress() - Method in class io.aeron.driver.media.ReceiveChannelEndpoint
-
Does the channel have an explicit control address as used with multi-destination-cast or not?
- explicitControlAddress() - Method in class io.aeron.driver.media.ReceiveDestinationTransport
-
Get the explicit control address for the channel.
- extendRecording(long, String, int, SourceLocation) - Method in class io.aeron.archive.client.AeronArchive
-
Extend an existing, non-active recording of a channel and stream pairing.
- extendRecording(long, String, int, SourceLocation, boolean) - Method in class io.aeron.archive.client.AeronArchive
-
Extend an existing, non-active recording of a channel and stream pairing.
- extendRecording(String, int, SourceLocation, long, long, long) - Method in class io.aeron.archive.client.ArchiveProxy
-
Extend an existing, non-active, recorded stream for a the same channel and stream id.
- extendRecording(String, int, SourceLocation, boolean, long, long, long) - Method in class io.aeron.archive.client.ArchiveProxy
-
Extend an existing, non-active, recorded stream for a the same channel and stream id.
- ExtendRecordingRequest2Decoder - Class in io.aeron.archive.codecs
-
Request an existing recording be extended.
- ExtendRecordingRequest2Decoder() - Constructor for class io.aeron.archive.codecs.ExtendRecordingRequest2Decoder
-
- ExtendRecordingRequest2Encoder - Class in io.aeron.archive.codecs
-
Request an existing recording be extended.
- ExtendRecordingRequest2Encoder() - Constructor for class io.aeron.archive.codecs.ExtendRecordingRequest2Encoder
-
- ExtendRecordingRequestDecoder - Class in io.aeron.archive.codecs
-
Request an existing recording be extended
- ExtendRecordingRequestDecoder() - Constructor for class io.aeron.archive.codecs.ExtendRecordingRequestDecoder
-
- ExtendRecordingRequestEncoder - Class in io.aeron.archive.codecs
-
Request an existing recording be extended
- ExtendRecordingRequestEncoder() - Constructor for class io.aeron.archive.codecs.ExtendRecordingRequestEncoder
-
- FAILED - Static variable in class io.aeron.logbuffer.ExclusiveTermAppender
-
The append operation tripped the end of the buffer and needs to rotate.
- FAILED - Static variable in class io.aeron.logbuffer.TermAppender
-
The append operation failed because it was past the end of the buffer.
- FC_PARAM_VALUE - Static variable in class io.aeron.driver.MaxMulticastFlowControl
-
- FC_PARAM_VALUE - Static variable in class io.aeron.driver.MinMulticastFlowControl
-
- FC_PARAM_VALUE - Static variable in class io.aeron.driver.TaggedMulticastFlowControl
-
- FeedbackDelayGenerator - Interface in io.aeron.driver
-
Feedback delay generator.
- file(String) - Static method in class io.aeron.driver.reports.LossReportUtil
-
Create a new
File
object for the loss report.
- FILE_IO_MAX_LENGTH_DEFAULT - Static variable in class io.aeron.archive.Archive.Configuration
-
Default block length of data in a single IO operation during a recording or replay.
- FILE_IO_MAX_LENGTH_PROP_NAME - Static variable in class io.aeron.archive.Archive.Configuration
-
Maximum length of a file IO operation for recording or replay.
- FILE_PAGE_SIZE_DEFAULT - Static variable in class io.aeron.driver.Configuration
-
Default page size for alignment of all files.
- FILE_PAGE_SIZE_PROP_NAME - Static variable in class io.aeron.driver.Configuration
-
Property name for page size to align all files to.
- FILE_SYNC_LEVEL_DEFAULT - Static variable in class io.aeron.archive.Archive.Configuration
-
Default is to use normal file writes which may mean some data loss in the event of a power failure.
- FILE_SYNC_LEVEL_PROP_NAME - Static variable in class io.aeron.archive.Archive.Configuration
-
The level at which recording files should be sync'ed to disk.
- fileChannel() - Method in class io.aeron.Image
-
- fileChannel() - Method in class io.aeron.LogBuffers
-
- fileIoMaxLength() - Static method in class io.aeron.archive.Archive.Configuration
-
The maximum length of a file IO operation.
- fileIoMaxLength() - Method in class io.aeron.archive.Archive.Context
-
Get the max length of a file IO operation.
- fileIoMaxLength(int) - Method in class io.aeron.archive.Archive.Context
-
Set the max length of a file IO operation.
- FILENAME - Static variable in class io.aeron.archive.ArchiveMarkFile
-
- fileName() - Method in interface io.aeron.driver.buffer.RawLog
-
Get the fully qualified file name for the log file.
- filePageSize() - Static method in class io.aeron.driver.Configuration
-
Page size in bytes to align all files to.
- filePageSize() - Method in class io.aeron.driver.MediaDriver.Context
-
Page size for alignment of all files.
- filePageSize(int) - Method in class io.aeron.driver.MediaDriver.Context
-
Page size for alignment of all files.
- FileReceiver - Class in io.aeron.samples
-
Receives files in chunks and saves them in a directory provided as the first command line option or the
temporary directory if no command line arguments are provided.
- FileSender - Class in io.aeron.samples
-
- FileSender() - Constructor for class io.aeron.samples.FileSender
-
- FileStoreLogFactory - Class in io.aeron.driver.buffer
-
Factory for creating
RawLog
s in the source publications or publication images directories as appropriate.
- FileStoreLogFactory(String, int, boolean, long, ErrorHandler) - Constructor for class io.aeron.driver.buffer.FileStoreLogFactory
-
- fileSyncLevel() - Static method in class io.aeron.archive.Archive.Configuration
-
The level at which files should be sync'ed to disk.
- fileSyncLevel(int) - Method in class io.aeron.archive.Archive.Context
-
Set level at which files should be sync'ed to disk.
- fillMetaData(UnsafeBuffer, int, int, int, int, long, int, long, long) - Static method in class io.aeron.CncFileDescriptor
-
Fill the CnC file with metadata to define its sections.
- filterBySubnet(InetAddress, int) - Static method in class io.aeron.driver.media.NetworkUtil
-
Search for a list of network interfaces that match the specified address and subnet prefix.
- findAddress(CountersReader, long, int) - Static method in class io.aeron.status.LocalSocketAddressStatus
-
Find the currently bound socket address for the channel.
- findAddresses(CountersReader, long, int) - Static method in class io.aeron.status.LocalSocketAddressStatus
-
Find the list of currently bound local sockets.
- findCounterIdByRecording(CountersReader, long) - Static method in class io.aeron.archive.status.RecordingPos
-
Find the active counter id for a stream based on the recording id.
- findCounterIdByRegistrationId(CountersReader, int, long) - Static method in class io.aeron.status.HeartbeatTimestamp
-
Find the active counter id for a heartbeat timestamp.
- findCounterIdBySession(CountersReader, int) - Static method in class io.aeron.archive.status.RecordingPos
-
Find the active counter id for a stream based on the session id.
- findLastMatchingRecording(long, String, int, int) - Method in class io.aeron.archive.client.AeronArchive
-
Find the last recording that matches the given criteria.
- findLastMatchingRecording(long, String, int, int, long, long) - Method in class io.aeron.archive.client.ArchiveProxy
-
Find the last recording that matches the given criteria.
- FindLastMatchingRecordingRequestDecoder - Class in io.aeron.archive.codecs
-
Find the last recording id after minRecordingId which matches criteria.
- FindLastMatchingRecordingRequestDecoder() - Constructor for class io.aeron.archive.codecs.FindLastMatchingRecordingRequestDecoder
-
- FindLastMatchingRecordingRequestEncoder - Class in io.aeron.archive.codecs
-
Find the last recording id after minRecordingId which matches criteria.
- FindLastMatchingRecordingRequestEncoder() - Constructor for class io.aeron.archive.codecs.FindLastMatchingRecordingRequestEncoder
-
- FIRST_OBSERVATION_OFFSET - Static variable in class io.aeron.driver.reports.LossReport
-
Offset within an entry at which the first observation field begins.
- flags() - Method in class io.aeron.logbuffer.BufferClaim
-
Get the value of the flags field.
- flags(byte) - Method in class io.aeron.logbuffer.BufferClaim
-
Set the value of the header flags field.
- flags() - Method in class io.aeron.logbuffer.Header
-
The flags for this frame.
- flags() - Method in class io.aeron.protocol.HeaderFlyweight
-
The flags field value.
- flags(short) - Method in class io.aeron.protocol.HeaderFlyweight
-
Set the flags field value.
- flags(short) - Method in class io.aeron.protocol.ResolutionEntryFlyweight
-
Set the flags for the resolution entry.
- flags() - Method in class io.aeron.protocol.ResolutionEntryFlyweight
-
Get the flags for the resolution entry.
- FLAGS_FIELD_OFFSET - Static variable in class io.aeron.protocol.HeaderFlyweight
-
Offset in the frame at which the flags field begins.
- FLAGS_OFFSET - Static variable in class io.aeron.logbuffer.FrameDescriptor
-
Offset within a frame at which the flags field begins
- flagsOffset(int) - Static method in class io.aeron.logbuffer.FrameDescriptor
-
The buffer offset at which the flags field begins.
- flagsToChars(short) - Static method in class io.aeron.protocol.HeaderFlyweight
-
Convert header flags to an array of chars to be human readable.
- FLOW_CONTROL_GROUP_MIN_SIZE_PROP_NAME - Static variable in class io.aeron.driver.Configuration
-
Property name for default minimum group size used by flow control strategies to determine
connectivity.
- FLOW_CONTROL_GROUP_TAG_PROP_NAME - Static variable in class io.aeron.driver.Configuration
-
Property name for default group tag (gtag) used by the tagged flow control strategy to group receivers.
- FLOW_CONTROL_PARAM_NAME - Static variable in class io.aeron.CommonContext
-
Parameter name for Publication URI param to indicate the flow control strategy to be used.
- FLOW_CONTROL_RECEIVER_TIMEOUT_DEFAULT_NS - Static variable in class io.aeron.driver.Configuration
-
Default value for the receiver timeout used to determine if the receiver should still be monitored for
flow control purposes.
- FLOW_CONTROL_RECEIVER_TIMEOUT_PROP_NAME - Static variable in class io.aeron.driver.Configuration
-
Property name for flow control timeout after which with no status messages the receiver is consider gone.
- flowControl(String) - Method in class io.aeron.ChannelUriStringBuilder
-
Set the flow control strategy to be used on a stream.
- flowControl(ChannelUri) - Method in class io.aeron.ChannelUriStringBuilder
-
Set the flow control to be value which is in the
ChannelUri
which may be null.
- flowControl() - Method in class io.aeron.ChannelUriStringBuilder
-
Get the flow control strategy to be used on a stream.
- FlowControl - Interface in io.aeron.driver
-
Strategy for applying flow control to the
Sender
on each stream.
- flowControlGroupMinSize() - Static method in class io.aeron.driver.Configuration
-
Default minimum group size used by flow control strategies to determine connectivity.
- flowControlGroupMinSize() - Method in class io.aeron.driver.MediaDriver.Context
-
Get the default min group size used by flow control strategies to indicate connectivity.
- flowControlGroupMinSize(int) - Method in class io.aeron.driver.MediaDriver.Context
-
Set the default min group size used by flow control strategies to indicate connectivity.
- flowControlGroupTag() - Static method in class io.aeron.driver.Configuration
-
Default group tag (gtag) used by the tagged flow control strategy to group receivers.
- flowControlGroupTag() - Method in class io.aeron.driver.MediaDriver.Context
-
Get the default group tag (gtag) to be used by the tagged flow control strategy.
- flowControlGroupTag(long) - Method in class io.aeron.driver.MediaDriver.Context
-
Set the default group tag (gtag) to be used by the tagged flow control strategy.
- flowControlReceiverTimeoutNs() - Static method in class io.aeron.driver.Configuration
-
Flow control timeout after which with no status messages the receiver is consider gone.
- flowControlReceiverTimeoutNs() - Method in class io.aeron.driver.MediaDriver.Context
-
Timeout for min multicast flow control strategy.
- flowControlReceiverTimeoutNs(long) - Method in class io.aeron.driver.MediaDriver.Context
-
Timeout for min multicast flow control strategy.
- FlowControlSupplier - Interface in io.aeron.driver
-
Supplier of
FlowControl
strategies to be employed by senders for publications.
- FORCE_STATUS_MESSAGE_BIT - Static variable in interface io.aeron.driver.CongestionControl
-
Bit flag for if a status message should be forced out.
- forEachImage(Consumer<Image>) - Method in class io.aeron.Subscription
-
Iterate over the
Image
s for this subscription.
- formatAddressAndPort(InetAddress, int) - Static method in class io.aeron.driver.media.NetworkUtil
-
Format an address and port pair so they can be used in a URI endpoint.
- formatBytes(DirectBuffer, int, int) - Static method in class io.aeron.samples.LogInspector
-
Format bytes in a buffer to a char array.
- FRAGMENT_COUNT_LIMIT - Static variable in class io.aeron.samples.SampleConfiguration
-
- FRAGMENT_LIMIT - Static variable in class io.aeron.archive.client.ControlResponsePoller
-
Limit to apply when polling response messages.
- FRAGMENT_LIMIT - Static variable in class io.aeron.archive.client.RecordingSignalPoller
-
Limit to apply when polling messages.
- FragmentAssembler - Class in io.aeron
-
A
FragmentHandler
that sits in a chain-of-responsibility pattern that reassembles fragmented messages
so that the next handler in the chain only sees whole messages.
- FragmentAssembler(FragmentHandler) - Constructor for class io.aeron.FragmentAssembler
-
Construct an adapter to reassemble message fragments and delegate on whole messages.
- FragmentAssembler(FragmentHandler, int) - Constructor for class io.aeron.FragmentAssembler
-
Construct an adapter to reassemble message fragments and delegate on whole messages.
- FragmentAssembler(FragmentHandler, int, boolean) - Constructor for class io.aeron.FragmentAssembler
-
Construct an adapter to reassemble message fragments and delegate on whole messages.
- FragmentHandler - Interface in io.aeron.logbuffer
-
Handler for reading data that is coming from a log buffer.
- fragmentLength(UnsafeBuffer, int) - Static method in class io.aeron.protocol.DataHeaderFlyweight
-
Get the fragment length field from the header.
- fragmentsRead(long) - Static method in class io.aeron.logbuffer.TermReader
-
The number of fragments that have been read.
- FRAME_ALIGNMENT - Static variable in class io.aeron.logbuffer.FrameDescriptor
-
Alignment as a multiple of bytes for each frame.
- FRAME_COUNT_LIMIT_PROP - Static variable in class io.aeron.samples.SampleConfiguration
-
- FRAME_LENGTH_FIELD_OFFSET - Static variable in class io.aeron.protocol.HeaderFlyweight
-
Offset in the frame at which the frame length field begins.
- FrameDescriptor - Class in io.aeron.logbuffer
-
Description of the structure for message framing in a log buffer.
- FrameDescriptor() - Constructor for class io.aeron.logbuffer.FrameDescriptor
-
- frameFlags(UnsafeBuffer, int) - Static method in class io.aeron.logbuffer.FrameDescriptor
-
Get the flags field for a frame.
- frameFlags(UnsafeBuffer, int, byte) - Static method in class io.aeron.logbuffer.FrameDescriptor
-
Write the flags field for a frame.
- frameLength(UnsafeBuffer, int) - Static method in class io.aeron.logbuffer.FrameDescriptor
-
Get the length of a frame from the header.
- frameLength() - Method in class io.aeron.logbuffer.Header
-
The total length of the frame including the header.
- frameLength() - Method in class io.aeron.protocol.HeaderFlyweight
-
The length of the frame field value.
- frameLength(int) - Method in class io.aeron.protocol.HeaderFlyweight
-
Set the length of the frame field value.
- frameLengthOrdered(UnsafeBuffer, int, int) - Static method in class io.aeron.logbuffer.FrameDescriptor
-
Write the length header for a frame in a memory ordered fashion.
- frameLengthVolatile(UnsafeBuffer, int) - Static method in class io.aeron.logbuffer.FrameDescriptor
-
Get the length of a frame from the header as a volatile read.
- frameSessionId(UnsafeBuffer, int) - Static method in class io.aeron.logbuffer.FrameDescriptor
-
Get the session id of a frame from the header.
- frameSessionId(UnsafeBuffer, int, int) - Static method in class io.aeron.logbuffer.FrameDescriptor
-
Write the session id field for a frame.
- frameTermId(UnsafeBuffer, int) - Static method in class io.aeron.logbuffer.FrameDescriptor
-
Get the term id of a frame from the header.
- frameTermId(UnsafeBuffer, int, int) - Static method in class io.aeron.logbuffer.FrameDescriptor
-
Write the term id field for a frame.
- frameTermOffset(UnsafeBuffer, int) - Static method in class io.aeron.logbuffer.FrameDescriptor
-
Write the term offset field for a frame.
- frameType(UnsafeBuffer, int) - Static method in class io.aeron.logbuffer.FrameDescriptor
-
Read the type of of the frame from header.
- frameType(UnsafeBuffer, int, int) - Static method in class io.aeron.logbuffer.FrameDescriptor
-
Write the type field for a frame.
- frameVersion(UnsafeBuffer, int) - Static method in class io.aeron.logbuffer.FrameDescriptor
-
Read the type of of the frame from header.
- free() - Method in interface io.aeron.driver.buffer.RawLog
-
Free the mapped buffers and delete the file.
- free() - Method in interface io.aeron.driver.DriverManagedResource
-
Free external resources such as files.
- free() - Method in class io.aeron.driver.IpcPublication
-
Free external resources such as files.
- free() - Method in class io.aeron.driver.NetworkPublication
-
Free external resources such as files.
- free() - Method in class io.aeron.driver.PublicationImage
-
Free external resources such as files.
- freeSessionBuffer(int) - Method in class io.aeron.ControlledFragmentAssembler
-
Free an existing session buffer to reduce memory pressure when an image goes inactive or no more
large messages are expected.
- freeSessionBuffer(int) - Method in class io.aeron.FragmentAssembler
-
Free an existing session buffer to reduce memory pressure when an image goes inactive or no more
large messages are expected.
- fromRecordingId() - Method in class io.aeron.archive.codecs.ListRecordingsForUriRequestDecoder
-
- fromRecordingId(long) - Method in class io.aeron.archive.codecs.ListRecordingsForUriRequestEncoder
-
- fromRecordingId() - Method in class io.aeron.archive.codecs.ListRecordingsRequestDecoder
-
- fromRecordingId(long) - Method in class io.aeron.archive.codecs.ListRecordingsRequestEncoder
-
- fromRecordingIdEncodingLength() - Static method in class io.aeron.archive.codecs.ListRecordingsForUriRequestDecoder
-
- fromRecordingIdEncodingLength() - Static method in class io.aeron.archive.codecs.ListRecordingsForUriRequestEncoder
-
- fromRecordingIdEncodingLength() - Static method in class io.aeron.archive.codecs.ListRecordingsRequestDecoder
-
- fromRecordingIdEncodingLength() - Static method in class io.aeron.archive.codecs.ListRecordingsRequestEncoder
-
- fromRecordingIdEncodingOffset() - Static method in class io.aeron.archive.codecs.ListRecordingsForUriRequestDecoder
-
- fromRecordingIdEncodingOffset() - Static method in class io.aeron.archive.codecs.ListRecordingsForUriRequestEncoder
-
- fromRecordingIdEncodingOffset() - Static method in class io.aeron.archive.codecs.ListRecordingsRequestDecoder
-
- fromRecordingIdEncodingOffset() - Static method in class io.aeron.archive.codecs.ListRecordingsRequestEncoder
-
- fromRecordingIdId() - Static method in class io.aeron.archive.codecs.ListRecordingsForUriRequestDecoder
-
- fromRecordingIdId() - Static method in class io.aeron.archive.codecs.ListRecordingsForUriRequestEncoder
-
- fromRecordingIdId() - Static method in class io.aeron.archive.codecs.ListRecordingsRequestDecoder
-
- fromRecordingIdId() - Static method in class io.aeron.archive.codecs.ListRecordingsRequestEncoder
-
- fromRecordingIdMaxValue() - Static method in class io.aeron.archive.codecs.ListRecordingsForUriRequestDecoder
-
- fromRecordingIdMaxValue() - Static method in class io.aeron.archive.codecs.ListRecordingsForUriRequestEncoder
-
- fromRecordingIdMaxValue() - Static method in class io.aeron.archive.codecs.ListRecordingsRequestDecoder
-
- fromRecordingIdMaxValue() - Static method in class io.aeron.archive.codecs.ListRecordingsRequestEncoder
-
- fromRecordingIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.ListRecordingsForUriRequestDecoder
-
- fromRecordingIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.ListRecordingsForUriRequestEncoder
-
- fromRecordingIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.ListRecordingsRequestDecoder
-
- fromRecordingIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.ListRecordingsRequestEncoder
-
- fromRecordingIdMinValue() - Static method in class io.aeron.archive.codecs.ListRecordingsForUriRequestDecoder
-
- fromRecordingIdMinValue() - Static method in class io.aeron.archive.codecs.ListRecordingsForUriRequestEncoder
-
- fromRecordingIdMinValue() - Static method in class io.aeron.archive.codecs.ListRecordingsRequestDecoder
-
- fromRecordingIdMinValue() - Static method in class io.aeron.archive.codecs.ListRecordingsRequestEncoder
-
- fromRecordingIdNullValue() - Static method in class io.aeron.archive.codecs.ListRecordingsForUriRequestDecoder
-
- fromRecordingIdNullValue() - Static method in class io.aeron.archive.codecs.ListRecordingsForUriRequestEncoder
-
- fromRecordingIdNullValue() - Static method in class io.aeron.archive.codecs.ListRecordingsRequestDecoder
-
- fromRecordingIdNullValue() - Static method in class io.aeron.archive.codecs.ListRecordingsRequestEncoder
-
- fromRecordingIdSinceVersion() - Static method in class io.aeron.archive.codecs.ListRecordingsForUriRequestDecoder
-
- fromRecordingIdSinceVersion() - Static method in class io.aeron.archive.codecs.ListRecordingsForUriRequestEncoder
-
- fromRecordingIdSinceVersion() - Static method in class io.aeron.archive.codecs.ListRecordingsRequestDecoder
-
- fromRecordingIdSinceVersion() - Static method in class io.aeron.archive.codecs.ListRecordingsRequestEncoder
-
- id() - Method in enum io.aeron.driver.status.SystemCounterDescriptor
-
The unique identity for the system counter.
- id() - Method in class io.aeron.samples.StreamStat.StreamPosition
-
The identifier for the registered entity, such as publication or subscription, to which the counter relates.
- IDLE_MAX_PARK_NS - Static variable in class io.aeron.driver.Configuration
-
Maximum back-off park time which doubles on each interval stepping up from the min park idle.
- IDLE_MAX_SPINS - Static variable in class io.aeron.driver.Configuration
-
Spin on no activity before backing off to yielding.
- IDLE_MAX_YIELDS - Static variable in class io.aeron.driver.Configuration
-
Yield the thread so others can run before backing off to parking.
- IDLE_MIN_PARK_NS - Static variable in class io.aeron.driver.Configuration
-
Park for the minimum period of time which is typically 50-55 microseconds on 64-bit non-virtualised Linux.
- IDLE_STRATEGY_NAME - Static variable in class io.aeron.samples.SampleConfiguration
-
- IDLE_STRATEGY_PROP - Static variable in class io.aeron.samples.SampleConfiguration
-
- idleStrategy(IdleStrategy) - Method in class io.aeron.Aeron.Context
-
Provides an
IdleStrategy
for the thread responsible for the client duty cycle.
- idleStrategy() - Method in class io.aeron.Aeron.Context
-
Get the
IdleStrategy
employed by the client for the client duty cycle.
- idleStrategy() - Method in class io.aeron.archive.Archive.Context
-
- idleStrategy(IdleStrategy) - Method in class io.aeron.archive.client.AeronArchive.Context
-
- idleStrategy() - Method in class io.aeron.archive.client.AeronArchive.Context
-
- idleStrategySupplier(StatusIndicator) - Static method in class io.aeron.archive.Archive.Configuration
-
- idleStrategySupplier(Supplier<IdleStrategy>) - Method in class io.aeron.archive.Archive.Context
-
- image() - Method in class io.aeron.archive.client.ReplayMerge
-
The
Image
which is a merge of the replay and live stream.
- Image - Class in io.aeron
-
- Image(Subscription, int, Position, LogBuffers, ErrorHandler, String, long) - Constructor for class io.aeron.Image
-
Construct a new image over a log to represent a stream of messages from a
Publication
.
- IMAGE_LIVENESS_TIMEOUT_DEFAULT_NS - Static variable in class io.aeron.driver.Configuration
-
Default timeout for
Image
liveness timeout..
- IMAGE_LIVENESS_TIMEOUT_PROP_NAME - Static variable in class io.aeron.driver.Configuration
-
Image
liveness timeout for how long it stays active without heartbeats or lingers around after being
drained.
- imageAtIndex(int) - Method in class io.aeron.Subscription
-
Get the
Image
at the given index from the images array.
- ImageBuffersReadyFlyweight - Class in io.aeron.command
-
Message to denote that new buffers for a publication image are ready for a subscription.
- ImageBuffersReadyFlyweight() - Constructor for class io.aeron.command.ImageBuffersReadyFlyweight
-
- imageBySessionId(int) - Method in class io.aeron.Subscription
-
Return the
Image
associated with the given sessionId.
- ImageConnection - Class in io.aeron.driver.media
-
State tracking for a connection endpoint to an image from a transport.
- ImageConnection(long, InetSocketAddress) - Constructor for class io.aeron.driver.media.ImageConnection
-
Construct a representation of a connection to an image.
- ImageControlledFragmentAssembler - Class in io.aeron
-
A
ControlledFragmentHandler
that sits in a chain-of-responsibility pattern that reassembles fragmented
messages so that the next handler in the chain only sees whole messages.
- ImageControlledFragmentAssembler(ControlledFragmentHandler) - Constructor for class io.aeron.ImageControlledFragmentAssembler
-
Construct an adapter to reassemble message fragments and delegate on whole messages.
- ImageControlledFragmentAssembler(ControlledFragmentHandler, int) - Constructor for class io.aeron.ImageControlledFragmentAssembler
-
Construct an adapter to reassemble message fragments and delegate on whole messages.
- ImageControlledFragmentAssembler(ControlledFragmentHandler, int, boolean) - Constructor for class io.aeron.ImageControlledFragmentAssembler
-
Construct an adapter to reassemble message fragments and delegate on whole messages.
- imageCount() - Method in class io.aeron.Subscription
-
Count of
Image
s associated to this subscription.
- ImageFragmentAssembler - Class in io.aeron
-
A
FragmentHandler
that sits in a chain-of-responsibility pattern that reassembles fragmented messages
so that the next handler in the chain only sees whole messages.
- ImageFragmentAssembler(FragmentHandler) - Constructor for class io.aeron.ImageFragmentAssembler
-
Construct an adapter to reassemble message fragments and delegate on only whole messages.
- ImageFragmentAssembler(FragmentHandler, int) - Constructor for class io.aeron.ImageFragmentAssembler
-
Construct an adapter to reassemble message fragments and delegate on only whole messages.
- ImageFragmentAssembler(FragmentHandler, int, boolean) - Constructor for class io.aeron.ImageFragmentAssembler
-
Construct an adapter to reassemble message fragments and delegate on only whole messages.
- imageLivenessTimeoutNs() - Static method in class io.aeron.driver.Configuration
-
Image
liveness timeout for how long it stays active without heartbeats or lingers around after being
drained.
- imageLivenessTimeoutNs() - Method in class io.aeron.driver.MediaDriver.Context
-
Time in nanoseconds an Image will be kept alive for its subscribers to consume it once disconnected.
- imageLivenessTimeoutNs(long) - Method in class io.aeron.driver.MediaDriver.Context
-
Time in nanoseconds an Image will be kept alive after for its subscribers to consume it once disconnected.
- ImageMessageFlyweight - Class in io.aeron.command
-
Control message flyweight for any message that needs to represent a connection
- ImageMessageFlyweight() - Constructor for class io.aeron.command.ImageMessageFlyweight
-
- ImageRateReporter - Class in io.aeron.samples
-
- ImageRateReporter(int, AtomicBoolean, ImageRateSubscriber) - Constructor for class io.aeron.samples.ImageRateReporter
-
Construct a reporter for a single image.
- ImageRateSubscriber - Class in io.aeron.samples
-
- ImageRateSubscriber(int, AtomicBoolean, Subscription) - Constructor for class io.aeron.samples.ImageRateSubscriber
-
- images() - Method in class io.aeron.Subscription
-
Get a
List
of active
Image
s that match this subscription.
- incRef() - Method in class io.aeron.driver.media.SendChannelEndpoint
-
Increment the reference count to the channel.
- incRef() - Method in class io.aeron.LogBuffers
-
Increment reference count.
- incRefToStream(int) - Method in class io.aeron.driver.media.ReceiveChannelEndpoint
-
Increment the reference count for a given stream id.
- incRefToStreamAndSession(int, int) - Method in class io.aeron.driver.media.ReceiveChannelEndpoint
-
Increment the reference count for a given stream id and session id.
- indexByPosition(long, int) - Static method in class io.aeron.logbuffer.LogBufferDescriptor
-
Determine the partition index given a stream position.
- indexByTerm(int, int) - Static method in class io.aeron.logbuffer.LogBufferDescriptor
-
Determine the partition index to be used given the initial term and active term ids.
- indexByTermCount(long) - Static method in class io.aeron.logbuffer.LogBufferDescriptor
-
Determine the partition index based on number of terms that have passed.
- IndexedReplicatedRecording - Class in io.aeron.samples.archive
-
Example of how to create a recorded stream that is replicated and indexed.
- indicateActive() - Method in class io.aeron.driver.media.ReceiveChannelEndpoint
-
Indicate that the channel as active after successfully opening it.
- indicateActive() - Method in class io.aeron.driver.media.SendChannelEndpoint
-
Indicate that the channel as active after successfully opening it.
- INFO_FLAG - Static variable in class io.aeron.samples.SampleConfiguration
-
- INFO_FLAG_PROP - Static variable in class io.aeron.samples.SampleConfiguration
-
- ingressEndpoints(List<String>) - Static method in class io.aeron.samples.cluster.tutorial.BasicAuctionClusterClient
-
Ingress endpoints generated from a list of hostnames.
- INITIAL_LENGTH - Static variable in class io.aeron.status.LocalSocketAddressStatus
-
Initial length length for a key, this will be expanded later when bound.
- INITIAL_RTT_NS - Static variable in class io.aeron.driver.ext.CubicCongestionControlConfiguration
-
Setting to be used for the initial RTT time when not measuring.
- INITIAL_RTT_NS_DEFAULT - Static variable in class io.aeron.driver.ext.CubicCongestionControlConfiguration
-
Default initial RTT measurement in nanoseconds.
- INITIAL_RTT_NS_PROP_NAME - Static variable in class io.aeron.driver.ext.CubicCongestionControlConfiguration
-
Property name for initial RTT measurement in nanoseconds.
- INITIAL_TERM_ID_PARAM_NAME - Static variable in class io.aeron.CommonContext
-
- INITIAL_WINDOW_LENGTH_DEFAULT - Static variable in class io.aeron.driver.Configuration
-
Default initial window length for flow control sender to receiver purposes.
- INITIAL_WINDOW_LENGTH_PROP_NAME - Static variable in class io.aeron.driver.Configuration
-
Property name for length of the initial window which must be sufficient for Bandwidth Delay Product (BDP).
- initialiseTailWithTermId(UnsafeBuffer, int, int) - Static method in class io.aeron.logbuffer.LogBufferDescriptor
-
Set the initial value for the termId in the upper bits of the tail counter.
- initialize(MediaDriver.Context, UdpChannel, int, int) - Method in class io.aeron.driver.AbstractMinMulticastFlowControl
-
Initialize the flow control strategy for a stream.
- initialize(MediaDriver.Context, UdpChannel, int, int) - Method in interface io.aeron.driver.FlowControl
-
Initialize the flow control strategy for a stream.
- initialize(MediaDriver.Context, UdpChannel, int, int) - Method in class io.aeron.driver.MaxMulticastFlowControl
-
Initialize the flow control strategy for a stream.
- initialize(MediaDriver.Context, UdpChannel, int, int) - Method in class io.aeron.driver.UnicastFlowControl
-
Initialize the flow control strategy for a stream.
- INITIALIZING - Static variable in class io.aeron.status.ChannelEndpointStatus
-
Channel is being initialized.
- initialOffset() - Method in class io.aeron.archive.codecs.AttachSegmentsRequestDecoder
-
- initialOffset() - Method in class io.aeron.archive.codecs.AttachSegmentsRequestEncoder
-
- initialOffset() - Method in class io.aeron.archive.codecs.AuthConnectRequestDecoder
-
- initialOffset() - Method in class io.aeron.archive.codecs.AuthConnectRequestEncoder
-
- initialOffset() - Method in class io.aeron.archive.codecs.BoundedReplayRequestDecoder
-
- initialOffset() - Method in class io.aeron.archive.codecs.BoundedReplayRequestEncoder
-
- initialOffset() - Method in class io.aeron.archive.codecs.CatalogHeaderDecoder
-
- initialOffset() - Method in class io.aeron.archive.codecs.CatalogHeaderEncoder
-
- initialOffset() - Method in class io.aeron.archive.codecs.ChallengeDecoder
-
- initialOffset() - Method in class io.aeron.archive.codecs.ChallengeEncoder
-
- initialOffset() - Method in class io.aeron.archive.codecs.ChallengeResponseDecoder
-
- initialOffset() - Method in class io.aeron.archive.codecs.ChallengeResponseEncoder
-
- initialOffset() - Method in class io.aeron.archive.codecs.CloseSessionRequestDecoder
-
- initialOffset() - Method in class io.aeron.archive.codecs.CloseSessionRequestEncoder
-
- initialOffset() - Method in class io.aeron.archive.codecs.ConnectRequestDecoder
-
- initialOffset() - Method in class io.aeron.archive.codecs.ConnectRequestEncoder
-
- initialOffset() - Method in class io.aeron.archive.codecs.ControlResponseDecoder
-
- initialOffset() - Method in class io.aeron.archive.codecs.ControlResponseEncoder
-
- initialOffset() - Method in class io.aeron.archive.codecs.DeleteDetachedSegmentsRequestDecoder
-
- initialOffset() - Method in class io.aeron.archive.codecs.DeleteDetachedSegmentsRequestEncoder
-
- initialOffset() - Method in class io.aeron.archive.codecs.DetachSegmentsRequestDecoder
-
- initialOffset() - Method in class io.aeron.archive.codecs.DetachSegmentsRequestEncoder
-
- initialOffset() - Method in class io.aeron.archive.codecs.ExtendRecordingRequest2Decoder
-
- initialOffset() - Method in class io.aeron.archive.codecs.ExtendRecordingRequest2Encoder
-
- initialOffset() - Method in class io.aeron.archive.codecs.ExtendRecordingRequestDecoder
-
- initialOffset() - Method in class io.aeron.archive.codecs.ExtendRecordingRequestEncoder
-
- initialOffset() - Method in class io.aeron.archive.codecs.FindLastMatchingRecordingRequestDecoder
-
- initialOffset() - Method in class io.aeron.archive.codecs.FindLastMatchingRecordingRequestEncoder
-
- initialOffset() - Method in class io.aeron.archive.codecs.KeepAliveRequestDecoder
-
- initialOffset() - Method in class io.aeron.archive.codecs.KeepAliveRequestEncoder
-
- initialOffset() - Method in class io.aeron.archive.codecs.ListRecordingRequestDecoder
-
- initialOffset() - Method in class io.aeron.archive.codecs.ListRecordingRequestEncoder
-
- initialOffset() - Method in class io.aeron.archive.codecs.ListRecordingsForUriRequestDecoder
-
- initialOffset() - Method in class io.aeron.archive.codecs.ListRecordingsForUriRequestEncoder
-
- initialOffset() - Method in class io.aeron.archive.codecs.ListRecordingsRequestDecoder
-
- initialOffset() - Method in class io.aeron.archive.codecs.ListRecordingsRequestEncoder
-
- initialOffset() - Method in class io.aeron.archive.codecs.ListRecordingSubscriptionsRequestDecoder
-
- initialOffset() - Method in class io.aeron.archive.codecs.ListRecordingSubscriptionsRequestEncoder
-
- initialOffset() - Method in class io.aeron.archive.codecs.mark.MarkFileHeaderDecoder
-
- initialOffset() - Method in class io.aeron.archive.codecs.mark.MarkFileHeaderEncoder
-
- initialOffset() - Method in class io.aeron.archive.codecs.MigrateSegmentsRequestDecoder
-
- initialOffset() - Method in class io.aeron.archive.codecs.MigrateSegmentsRequestEncoder
-
- initialOffset() - Method in class io.aeron.archive.codecs.PurgeRecordingRequestDecoder
-
- initialOffset() - Method in class io.aeron.archive.codecs.PurgeRecordingRequestEncoder
-
- initialOffset() - Method in class io.aeron.archive.codecs.PurgeSegmentsRequestDecoder
-
- initialOffset() - Method in class io.aeron.archive.codecs.PurgeSegmentsRequestEncoder
-
- initialOffset() - Method in class io.aeron.archive.codecs.RecordingDescriptorDecoder
-
- initialOffset() - Method in class io.aeron.archive.codecs.RecordingDescriptorEncoder
-
- initialOffset() - Method in class io.aeron.archive.codecs.RecordingDescriptorHeaderDecoder
-
- initialOffset() - Method in class io.aeron.archive.codecs.RecordingDescriptorHeaderEncoder
-
- initialOffset() - Method in class io.aeron.archive.codecs.RecordingPositionRequestDecoder
-
- initialOffset() - Method in class io.aeron.archive.codecs.RecordingPositionRequestEncoder
-
- initialOffset() - Method in class io.aeron.archive.codecs.RecordingProgressDecoder
-
- initialOffset() - Method in class io.aeron.archive.codecs.RecordingProgressEncoder
-
- initialOffset() - Method in class io.aeron.archive.codecs.RecordingSignalEventDecoder
-
- initialOffset() - Method in class io.aeron.archive.codecs.RecordingSignalEventEncoder
-
- initialOffset() - Method in class io.aeron.archive.codecs.RecordingStartedDecoder
-
- initialOffset() - Method in class io.aeron.archive.codecs.RecordingStartedEncoder
-
- initialOffset() - Method in class io.aeron.archive.codecs.RecordingStoppedDecoder
-
- initialOffset() - Method in class io.aeron.archive.codecs.RecordingStoppedEncoder
-
- initialOffset() - Method in class io.aeron.archive.codecs.RecordingSubscriptionDescriptorDecoder
-
- initialOffset() - Method in class io.aeron.archive.codecs.RecordingSubscriptionDescriptorEncoder
-
- initialOffset() - Method in class io.aeron.archive.codecs.ReplayRequestDecoder
-
- initialOffset() - Method in class io.aeron.archive.codecs.ReplayRequestEncoder
-
- initialOffset() - Method in class io.aeron.archive.codecs.ReplicateRequest2Decoder
-
- initialOffset() - Method in class io.aeron.archive.codecs.ReplicateRequest2Encoder
-
- initialOffset() - Method in class io.aeron.archive.codecs.ReplicateRequestDecoder
-
- initialOffset() - Method in class io.aeron.archive.codecs.ReplicateRequestEncoder
-
- initialOffset() - Method in class io.aeron.archive.codecs.StartPositionRequestDecoder
-
- initialOffset() - Method in class io.aeron.archive.codecs.StartPositionRequestEncoder
-
- initialOffset() - Method in class io.aeron.archive.codecs.StartRecordingRequest2Decoder
-
- initialOffset() - Method in class io.aeron.archive.codecs.StartRecordingRequest2Encoder
-
- initialOffset() - Method in class io.aeron.archive.codecs.StartRecordingRequestDecoder
-
- initialOffset() - Method in class io.aeron.archive.codecs.StartRecordingRequestEncoder
-
- initialOffset() - Method in class io.aeron.archive.codecs.StopAllReplaysRequestDecoder
-
- initialOffset() - Method in class io.aeron.archive.codecs.StopAllReplaysRequestEncoder
-
- initialOffset() - Method in class io.aeron.archive.codecs.StopPositionRequestDecoder
-
- initialOffset() - Method in class io.aeron.archive.codecs.StopPositionRequestEncoder
-
- initialOffset() - Method in class io.aeron.archive.codecs.StopRecordingByIdentityRequestDecoder
-
- initialOffset() - Method in class io.aeron.archive.codecs.StopRecordingByIdentityRequestEncoder
-
- initialOffset() - Method in class io.aeron.archive.codecs.StopRecordingRequestDecoder
-
- initialOffset() - Method in class io.aeron.archive.codecs.StopRecordingRequestEncoder
-
- initialOffset() - Method in class io.aeron.archive.codecs.StopRecordingSubscriptionRequestDecoder
-
- initialOffset() - Method in class io.aeron.archive.codecs.StopRecordingSubscriptionRequestEncoder
-
- initialOffset() - Method in class io.aeron.archive.codecs.StopReplayRequestDecoder
-
- initialOffset() - Method in class io.aeron.archive.codecs.StopReplayRequestEncoder
-
- initialOffset() - Method in class io.aeron.archive.codecs.StopReplicationRequestDecoder
-
- initialOffset() - Method in class io.aeron.archive.codecs.StopReplicationRequestEncoder
-
- initialOffset() - Method in class io.aeron.archive.codecs.TaggedReplicateRequestDecoder
-
- initialOffset() - Method in class io.aeron.archive.codecs.TaggedReplicateRequestEncoder
-
- initialOffset() - Method in class io.aeron.archive.codecs.TruncateRecordingRequestDecoder
-
- initialOffset() - Method in class io.aeron.archive.codecs.TruncateRecordingRequestEncoder
-
- initialPosition(long, int, int) - Method in class io.aeron.ChannelUri
-
Initialise a channel for restarting a publication at a given position.
- initialPosition(long, int, int) - Method in class io.aeron.ChannelUriStringBuilder
-
Initialise a channel for restarting a publication at a given position.
- initialTermId() - Method in class io.aeron.archive.codecs.RecordingDescriptorDecoder
-
- initialTermId(int) - Method in class io.aeron.archive.codecs.RecordingDescriptorEncoder
-
- initialTermId - Variable in class io.aeron.archive.RecordingSummary
-
The initial-term-id for the recorded stream.
- initialTermId(Integer) - Method in class io.aeron.ChannelUriStringBuilder
-
Set the initial term id at which a publication will start.
- initialTermId(ChannelUri) - Method in class io.aeron.ChannelUriStringBuilder
-
Set the initialTermId value to be what is in the
ChannelUri
which may be null.
- initialTermId() - Method in class io.aeron.ChannelUriStringBuilder
-
the initial term id at which a publication will start.
- initialTermId() - Method in class io.aeron.Image
-
The initial term at which the stream started for this session.
- initialTermId() - Method in class io.aeron.logbuffer.Header
-
Get the initial term id this stream started at.
- initialTermId(UnsafeBuffer) - Static method in class io.aeron.logbuffer.LogBufferDescriptor
-
Get the value of the initial Term id used for this log.
- initialTermId(UnsafeBuffer, int) - Static method in class io.aeron.logbuffer.LogBufferDescriptor
-
Set the initial term at which this log begins.
- initialTermId() - Method in class io.aeron.protocol.SetupFlyweight
-
Get initial term id field.
- initialTermId(int) - Method in class io.aeron.protocol.SetupFlyweight
-
Set initial term id field.
- initialTermId() - Method in class io.aeron.Publication
-
The initial term id assigned when this
Publication
was created.
- initialTermIdEncodingLength() - Static method in class io.aeron.archive.codecs.RecordingDescriptorDecoder
-
- initialTermIdEncodingLength() - Static method in class io.aeron.archive.codecs.RecordingDescriptorEncoder
-
- initialTermIdEncodingOffset() - Static method in class io.aeron.archive.codecs.RecordingDescriptorDecoder
-
- initialTermIdEncodingOffset() - Static method in class io.aeron.archive.codecs.RecordingDescriptorEncoder
-
- initialTermIdId() - Static method in class io.aeron.archive.codecs.RecordingDescriptorDecoder
-
- initialTermIdId() - Static method in class io.aeron.archive.codecs.RecordingDescriptorEncoder
-
- initialTermIdMaxValue() - Static method in class io.aeron.archive.codecs.RecordingDescriptorDecoder
-
- initialTermIdMaxValue() - Static method in class io.aeron.archive.codecs.RecordingDescriptorEncoder
-
- initialTermIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.RecordingDescriptorDecoder
-
- initialTermIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.RecordingDescriptorEncoder
-
- initialTermIdMinValue() - Static method in class io.aeron.archive.codecs.RecordingDescriptorDecoder
-
- initialTermIdMinValue() - Static method in class io.aeron.archive.codecs.RecordingDescriptorEncoder
-
- initialTermIdNullValue() - Static method in class io.aeron.archive.codecs.RecordingDescriptorDecoder
-
- initialTermIdNullValue() - Static method in class io.aeron.archive.codecs.RecordingDescriptorEncoder
-
- initialTermIdSinceVersion() - Static method in class io.aeron.archive.codecs.RecordingDescriptorDecoder
-
- initialTermIdSinceVersion() - Static method in class io.aeron.archive.codecs.RecordingDescriptorEncoder
-
- initialWindowLength() - Static method in class io.aeron.driver.Configuration
-
Length of the initial window which must be sufficient for Bandwidth Delay Product (BDP).
- initialWindowLength() - Method in interface io.aeron.driver.CongestionControl
-
- initialWindowLength() - Method in class io.aeron.driver.ext.CubicCongestionControl
-
- initialWindowLength() - Method in class io.aeron.driver.MediaDriver.Context
-
- initialWindowLength(int) - Method in class io.aeron.driver.MediaDriver.Context
-
- initialWindowLength() - Method in class io.aeron.driver.StaticWindowCongestionControl
-
- insert(UnsafeBuffer, int, UnsafeBuffer, int) - Static method in class io.aeron.logbuffer.TermRebuilder
-
Insert a packet of frames into the log at the appropriate termOffset as indicated by the term termOffset header.
- INSTANCE - Static variable in class io.aeron.driver.DefaultNameResolver
-
Singleton instance which can be used to avoid allocation.
- INSTANCE - Static variable in class io.aeron.driver.MaxMulticastFlowControl
-
Singleton instance which can be used to avoid allocation.
- INSTANCE - Static variable in class io.aeron.driver.UnicastFlowControl
-
Singleton instance which can be used to avoid allocation.
- INSTANCE - Static variable in class io.aeron.RethrowingErrorHandler
-
Singleton instance to avoid allocation.
- INTERFACE_PARAM_NAME - Static variable in class io.aeron.CommonContext
-
The network interface via which the socket will be routed.
- interServiceTimeoutNs() - Method in class io.aeron.Aeron.Context
-
Return the timeout between service calls to the duty cycle for the client.
- INVALID_EXTENSION - Static variable in exception io.aeron.archive.client.ArchiveException
-
The extend recording operation is not valid for the existing recording.
- INVALID_TAG - Static variable in class io.aeron.ChannelUri
-
- InvalidChannelException - Exception in io.aeron.driver.exceptions
-
Indicates an invalid URI for a channel has been received by the driver from a client.
- InvalidChannelException(String) - Constructor for exception io.aeron.driver.exceptions.InvalidChannelException
-
- InvalidChannelException(Exception) - Constructor for exception io.aeron.driver.exceptions.InvalidChannelException
-
- invoker() - Method in class io.aeron.archive.Archive
-
- io.aeron - package io.aeron
-
Aeron
client that is used to communicate to a local Media Driver for the publication and
subscription to message streams.
- io.aeron.archive - package io.aeron.archive
-
The aeron-archive is an module which enables Aeron data stream recording and replay from persistent storage.
- io.aeron.archive.checksum - package io.aeron.archive.checksum
-
Checksums can be added to recordings so that file corruption can be detected.
- io.aeron.archive.client - package io.aeron.archive.client
-
AeronArchive
client for communicating with a local or remote Archive.
- io.aeron.archive.codecs - package io.aeron.archive.codecs
-
Message Codecs for communicating with an Aeron Archive.
- io.aeron.archive.codecs.mark - package io.aeron.archive.codecs.mark
-
Codecs for Mark file of Aeron Archive.
- io.aeron.archive.status - package io.aeron.archive.status
-
Counters for tracking progress of recordings in a local Archive.
- io.aeron.command - package io.aeron.command
-
Command message codec flyweights for the communication protocol between Aeron clients and the Media Driver.
- io.aeron.driver - package io.aeron.driver
-
The
MediaDriver
manages sending and receiving from the underlying media and handling
request from the Aeron clients.
- io.aeron.driver.buffer - package io.aeron.driver.buffer
-
Encapsulates the creation and management of buffers used to contain the log buffers.
- io.aeron.driver.exceptions - package io.aeron.driver.exceptions
-
MediaDriver
specific exceptions which are all unchecked.
- io.aeron.driver.ext - package io.aeron.driver.ext
-
Package for extending the behaviour of the driver with features such as debug endpoints and congestion control
implementations.
- io.aeron.driver.media - package io.aeron.driver.media
-
Media, such as UDP, specific implementations used by the driver.
- io.aeron.driver.reports - package io.aeron.driver.reports
-
Reports of driver activity such the
LossReport
which tracks loss per stream.
- io.aeron.driver.status - package io.aeron.driver.status
-
Status counters that track progress or events experienced by the driver.
- io.aeron.exceptions - package io.aeron.exceptions
-
Common exception used by Aeron which are all unchecked.
- io.aeron.logbuffer - package io.aeron.logbuffer
-
Package of classes for working with message streams encoded into the log buffers.
- io.aeron.protocol - package io.aeron.protocol
-
Flyweight classes for encoding and decoding network protocol messages.
- io.aeron.samples - package io.aeron.samples
-
Samples for using the major features and measuring throughput and latency.
- io.aeron.samples.archive - package io.aeron.samples.archive
-
Samples for recording and replaying message streams to disk while measuring throughput.
- io.aeron.samples.cluster - package io.aeron.samples.cluster
-
Samples and supporting classes for using Aeron Cluster.
- io.aeron.samples.cluster.tutorial - package io.aeron.samples.cluster.tutorial
-
Samples for getting an overview of using Aeron Cluster with the basic tutorial.
- io.aeron.samples.raw - package io.aeron.samples.raw
-
Samples for measuring the raw Java NIO and network performance.
- io.aeron.security - package io.aeron.security
-
Basic security infrastructure for authenticating sessions by delegating to a supplied instance of an
Authenticator
.
- io.aeron.status - package io.aeron.status
-
Counters for tracking status relevant to client activity.
- IPC_CHANNEL - Static variable in class io.aeron.CommonContext
-
- IPC_MEDIA - Static variable in class io.aeron.CommonContext
-
- IPC_MTU_LENGTH_PROP_NAME - Static variable in class io.aeron.driver.Configuration
-
Length of the maximum transmission unit of the media driver's protocol for IPC.
- IPC_PUBLICATION_TERM_WINDOW_LENGTH_PROP_NAME - Static variable in class io.aeron.driver.Configuration
-
Property name for window limit for IPC publications.
- IPC_TERM_BUFFER_LENGTH_PROP_NAME - Static variable in class io.aeron.driver.Configuration
-
Length (in bytes) of the log buffers for IPC publication terms.
- ipcMtuLength() - Static method in class io.aeron.driver.Configuration
-
Length of the maximum transmission unit of the media driver's protocol for IPC.
- ipcMtuLength() - Method in class io.aeron.driver.MediaDriver.Context
-
MTU in bytes for datagrams sent over shared memory.
- ipcMtuLength(int) - Method in class io.aeron.driver.MediaDriver.Context
-
MTU in bytes for datagrams sent over shared memory.
- IpcPublication - Class in io.aeron.driver
-
Encapsulation of a stream used directly between publishers and subscribers for IPC over shared memory.
- ipcPublicationTermWindowLength() - Static method in class io.aeron.driver.Configuration
-
The window limit on IPC
Publication
side by which the publisher can get ahead of consumers.
- ipcPublicationTermWindowLength() - Method in class io.aeron.driver.MediaDriver.Context
-
Default length for a term buffer window on a IPC publication.
- ipcPublicationTermWindowLength(int) - Method in class io.aeron.driver.MediaDriver.Context
-
Default length for a term buffer window on a IPC publication.
- ipcTermBufferLength() - Static method in class io.aeron.driver.Configuration
-
Length (in bytes) of the log buffers for IPC publication terms.
- ipcTermBufferLength() - Method in class io.aeron.driver.MediaDriver.Context
-
Default length for a term buffer on a IPC publication.
- ipcTermBufferLength(int) - Method in class io.aeron.driver.MediaDriver.Context
-
Default length for a term buffer on a IPC publication.
- isActive(CountersReader, int, long) - Static method in class io.aeron.archive.status.RecordingPos
-
Is the recording counter still active.
- isActive(CountersReader, int, int, long) - Static method in class io.aeron.status.HeartbeatTimestamp
-
Is the counter active for usage? Checks to see if reclaimed or reused and matches registration id.
- isAnyLocalAddress(byte[], int) - Static method in class io.aeron.protocol.ResolutionEntryFlyweight
-
Is the local address a match for binding a socket to ANY IP.
- isClosed() - Method in class io.aeron.Aeron
-
Has the client been closed? If not then the CnC file may not be unmapped.
- isClosed() - Method in class io.aeron.Counter
-
Has this object been closed and should no longer be used?
- isClosed - Variable in class io.aeron.driver.media.UdpChannelTransport
-
Can be used to check if the transport is closed so an operation does not proceed.
- isClosed() - Method in class io.aeron.driver.media.UdpChannelTransport
-
- isClosed() - Method in class io.aeron.Image
-
Has this object been closed and should no longer be used?
- isClosed() - Method in class io.aeron.Publication
-
Has this object been closed and should no longer be used?
- isClosed() - Method in class io.aeron.status.ReadableCounter
-
Has this counters been closed and should no longer be used?
- isClosed() - Method in class io.aeron.Subscription
-
Has this object been closed and should no longer be used?
- isCncFileLengthSufficient(DirectBuffer, int) - Static method in class io.aeron.CncFileDescriptor
-
Is the provided length for the CnC file sufficient given the what is stored in the metadata.
- isCommandActive(long) - Method in class io.aeron.Aeron
-
Is the command still active for a given correlation id.
- isConnected(UnsafeBuffer) - Static method in class io.aeron.logbuffer.LogBufferDescriptor
-
Get whether the log is considered connected or not by the driver.
- isConnected(UnsafeBuffer, boolean) - Static method in class io.aeron.logbuffer.LogBufferDescriptor
-
Set whether the log is considered connected or not by the driver.
- isConnected() - Method in class io.aeron.Publication
-
Has the
Publication
seen an active Subscriber recently?
- isConnected() - Method in class io.aeron.Subscription
-
Is this subscription connected by having at least one open publication
Image
.
- isDirectByteBuffer() - Method in class io.aeron.ControlledFragmentAssembler
-
Is the underlying buffer used to assemble fragments a direct
ByteBuffer
?
- isDirectByteBuffer() - Method in class io.aeron.FragmentAssembler
-
Is the underlying buffer used to assemble fragments a direct
ByteBuffer
?
- isDispatchComplete() - Method in class io.aeron.archive.client.RecordingDescriptorPoller
-
Is the dispatch of descriptors complete?
- isDispatchComplete() - Method in class io.aeron.archive.client.RecordingSubscriptionDescriptorPoller
-
Is the dispatch of descriptors complete?
- isDone() - Method in class io.aeron.archive.client.RecordingSignalAdapter
-
Indicate that poll was successful and a signal or control response was received.
- isDriverActive(File, long, Consumer<String>) - Static method in class io.aeron.CommonContext
-
Is a media driver active in the given directory?
- isDriverActive(long, Consumer<String>) - Method in class io.aeron.CommonContext
-
Is a media driver active in the current Aeron directory?
- isDriverActive(long, Consumer<String>, ByteBuffer) - Static method in class io.aeron.CommonContext
-
Is a media driver active in the current mapped CnC buffer? If the driver is mid start then it will wait for
up to the driverTimeoutMs by checking for the cncVersion being set.
- isDynamicControlMode() - Method in class io.aeron.driver.media.UdpChannel
-
Does the channel have dynamic control mode specified.
- isEndOfStream() - Method in class io.aeron.Image
-
Is the current consumed position at the end of the stream?
- isEndOfStream(UnsafeBuffer) - Static method in class io.aeron.protocol.DataHeaderFlyweight
-
Does the data frame in the packet have the EOS flag set?
- isEos - Variable in class io.aeron.driver.media.ImageConnection
-
Is the end of the stream from source been observed.
- isHeartbeat(UnsafeBuffer, int) - Static method in class io.aeron.protocol.DataHeaderFlyweight
-
Is the frame at data frame at the beginning of packet a heartbeat message?
- isIpc() - Method in class io.aeron.ChannelUri
-
- isLiveAdded() - Method in class io.aeron.archive.client.ReplayMerge
-
- isManualControlMode() - Method in class io.aeron.driver.media.UdpChannel
-
Does the channel have manual control mode specified.
- isMerged() - Method in class io.aeron.archive.client.ReplayMerge
-
Is the live stream merged and the replay stopped?
- isMulticast() - Method in class io.aeron.driver.media.ReceiveChannelEndpoint
-
Is the primary transport multicast?
- isMulticast(int) - Method in class io.aeron.driver.media.ReceiveChannelEndpoint
-
Is a given transport index multicast?
- isMulticast() - Method in class io.aeron.driver.media.UdpChannel
-
Is the channel UDP multicast.
- isMulticast() - Method in class io.aeron.driver.media.UdpChannelTransport
-
Is transport representing a multicast media?
- isMultiDestination() - Method in class io.aeron.driver.media.UdpChannel
-
Is the channel configured as multi-destination.
- isOriginal() - Method in class io.aeron.Publication
-
Is this Publication the original instance added to the driver? If not then it was added after another client
has already added the publication.
- isPaddingFrame(UnsafeBuffer, int) - Static method in class io.aeron.logbuffer.FrameDescriptor
-
Is the frame starting at the termOffset a padding frame at the end of a buffer?
- isPollComplete() - Method in class io.aeron.archive.client.ControlResponsePoller
-
Has the last polling action received a complete message?
- isPollComplete() - Method in class io.aeron.archive.client.RecordingEventsPoller
-
Has the last polling action received a complete message?
- isPollComplete() - Method in class io.aeron.archive.client.RecordingSignalPoller
-
Has the last polling action received a complete message?
- isSessionIdTagged(boolean) - Method in class io.aeron.ChannelUriStringBuilder
-
- isSessionIdTagged() - Method in class io.aeron.ChannelUriStringBuilder
-
- isTagged(String) - Static method in class io.aeron.ChannelUri
-
Is the param value tagged? (starts with the "tag:" prefix)
- isUdp() - Method in class io.aeron.ChannelUri
-
- isValidFrame(UnsafeBuffer, int) - Method in class io.aeron.driver.media.UdpChannelTransport
-
Is the received frame valid.
- label(String) - Method in class io.aeron.command.CounterMessageFlyweight
-
Fill the label.
- label() - Method in enum io.aeron.driver.status.SystemCounterDescriptor
-
The human readable label to identify a system counter.
- label() - Method in class io.aeron.status.ReadableCounter
-
Return the counter label.
- labelBuffer(DirectBuffer, int, int) - Method in class io.aeron.command.CounterMessageFlyweight
-
Fill the label buffer.
- labelBufferLength() - Method in class io.aeron.command.CounterMessageFlyweight
-
Length of label buffer in bytes.
- labelBufferOffset() - Method in class io.aeron.command.CounterMessageFlyweight
-
Relative offset of label buffer.
- labelName(int) - Static method in class io.aeron.driver.status.StreamCounter
-
Return the label name for a counter type identifier.
- LAST_OBSERVATION_OFFSET - Static variable in class io.aeron.driver.reports.LossReport
-
Offset within an entry at which the last observation field begins.
- lastCorrelationId() - Method in class io.aeron.archive.client.AeronArchive
-
The last correlation id used for sending a request to the archive via method on this class.
- launch() - Static method in class io.aeron.archive.Archive
-
Launch an Archive using a default configuration.
- launch(Archive.Context) - Static method in class io.aeron.archive.Archive
-
Launch an Archive by providing a configuration context.
- launch() - Static method in class io.aeron.archive.ArchivingMediaDriver
-
- launch(MediaDriver.Context, Archive.Context) - Static method in class io.aeron.archive.ArchivingMediaDriver
-
- launch() - Static method in class io.aeron.driver.MediaDriver
-
Launch a MediaDriver embedded in the current process with default configuration.
- launch(MediaDriver.Context) - Static method in class io.aeron.driver.MediaDriver
-
Launch a MediaDriver embedded in the current process and provided a configuration ctx.
- launchEmbedded() - Static method in class io.aeron.driver.MediaDriver
-
Launch an isolated MediaDriver embedded in the current process with a generated aeronDirectoryName that can be
retrieved by calling aeronDirectoryName.
- launchEmbedded(MediaDriver.Context) - Static method in class io.aeron.driver.MediaDriver
-
Launch an isolated MediaDriver embedded in the current process with a provided configuration ctx and a generated
aeronDirectoryName (overwrites configured
CommonContext.aeronDirectoryName()
) that can be retrieved by calling
aeronDirectoryName.
- length() - Method in class io.aeron.archive.codecs.BoundedReplayRequestDecoder
-
- length(long) - Method in class io.aeron.archive.codecs.BoundedReplayRequestEncoder
-
- length() - Method in class io.aeron.archive.codecs.CatalogHeaderDecoder
-
- length(int) - Method in class io.aeron.archive.codecs.CatalogHeaderEncoder
-
- length() - Method in class io.aeron.archive.codecs.mark.VarAsciiEncodingDecoder
-
- length(long) - Method in class io.aeron.archive.codecs.mark.VarAsciiEncodingEncoder
-
- length() - Method in class io.aeron.archive.codecs.RecordingDescriptorHeaderDecoder
-
- length(int) - Method in class io.aeron.archive.codecs.RecordingDescriptorHeaderEncoder
-
- length() - Method in class io.aeron.archive.codecs.ReplayRequestDecoder
-
- length(long) - Method in class io.aeron.archive.codecs.ReplayRequestEncoder
-
- length() - Method in class io.aeron.archive.codecs.VarAsciiEncodingDecoder
-
- length(long) - Method in class io.aeron.archive.codecs.VarAsciiEncodingEncoder
-
- length() - Method in class io.aeron.archive.codecs.VarDataEncodingDecoder
-
- length(long) - Method in class io.aeron.archive.codecs.VarDataEncodingEncoder
-
- LENGTH - Static variable in class io.aeron.command.ClientTimeoutFlyweight
-
Length of the header.
- LENGTH - Static variable in class io.aeron.command.CorrelatedMessageFlyweight
-
Length of the header.
- length() - Method in class io.aeron.command.CounterMessageFlyweight
-
Get the length of the current message.
- LENGTH - Static variable in class io.aeron.command.CounterUpdateFlyweight
-
Length of the header.
- length() - Method in class io.aeron.command.DestinationMessageFlyweight
-
Length of the frame in bytes.
- length() - Method in class io.aeron.command.ErrorResponseFlyweight
-
Length of the error response in bytes.
- length() - Method in class io.aeron.command.ImageBuffersReadyFlyweight
-
Get the length of the current message
- length() - Method in class io.aeron.command.ImageMessageFlyweight
-
Get the length of the current message
- LENGTH - Static variable in class io.aeron.command.OperationSucceededFlyweight
-
Length of the header.
- length() - Method in class io.aeron.command.PublicationBuffersReadyFlyweight
-
Get the length of the current message
- length() - Method in class io.aeron.command.PublicationMessageFlyweight
-
Get the length of the current message.
- length() - Static method in class io.aeron.command.RemoveMessageFlyweight
-
Length of the message in bytes.
- length() - Method in class io.aeron.command.SubscriptionMessageFlyweight
-
Length of the message in bytes.
- LENGTH - Static variable in class io.aeron.command.SubscriptionReadyFlyweight
-
Length of the header.
- length() - Method in class io.aeron.command.TerminateDriverFlyweight
-
Get the length of the current message.
- length() - Method in class io.aeron.DirectBufferVector
-
Length of the vector in the buffer starting at the offset.
- length(int) - Method in class io.aeron.DirectBufferVector
-
Length of the vector in the buffer starting at the offset.
- length() - Method in class io.aeron.logbuffer.BufferClaim
-
The length of the claimed range in the buffer.
- length() - Method in class io.aeron.protocol.NakFlyweight
-
The length of the encoded frame.
- length(int) - Method in class io.aeron.protocol.NakFlyweight
-
Set length of the encoded frame.
- lengthEncodingLength() - Static method in class io.aeron.archive.codecs.BoundedReplayRequestDecoder
-
- lengthEncodingLength() - Static method in class io.aeron.archive.codecs.BoundedReplayRequestEncoder
-
- lengthEncodingLength() - Static method in class io.aeron.archive.codecs.CatalogHeaderDecoder
-
- lengthEncodingLength() - Static method in class io.aeron.archive.codecs.CatalogHeaderEncoder
-
- lengthEncodingLength() - Static method in class io.aeron.archive.codecs.mark.VarAsciiEncodingDecoder
-
- lengthEncodingLength() - Static method in class io.aeron.archive.codecs.mark.VarAsciiEncodingEncoder
-
- lengthEncodingLength() - Static method in class io.aeron.archive.codecs.RecordingDescriptorHeaderDecoder
-
- lengthEncodingLength() - Static method in class io.aeron.archive.codecs.RecordingDescriptorHeaderEncoder
-
- lengthEncodingLength() - Static method in class io.aeron.archive.codecs.ReplayRequestDecoder
-
- lengthEncodingLength() - Static method in class io.aeron.archive.codecs.ReplayRequestEncoder
-
- lengthEncodingLength() - Static method in class io.aeron.archive.codecs.VarAsciiEncodingDecoder
-
- lengthEncodingLength() - Static method in class io.aeron.archive.codecs.VarAsciiEncodingEncoder
-
- lengthEncodingLength() - Static method in class io.aeron.archive.codecs.VarDataEncodingDecoder
-
- lengthEncodingLength() - Static method in class io.aeron.archive.codecs.VarDataEncodingEncoder
-
- lengthEncodingOffset() - Static method in class io.aeron.archive.codecs.BoundedReplayRequestDecoder
-
- lengthEncodingOffset() - Static method in class io.aeron.archive.codecs.BoundedReplayRequestEncoder
-
- lengthEncodingOffset() - Static method in class io.aeron.archive.codecs.CatalogHeaderDecoder
-
- lengthEncodingOffset() - Static method in class io.aeron.archive.codecs.CatalogHeaderEncoder
-
- lengthEncodingOffset() - Static method in class io.aeron.archive.codecs.mark.VarAsciiEncodingDecoder
-
- lengthEncodingOffset() - Static method in class io.aeron.archive.codecs.mark.VarAsciiEncodingEncoder
-
- lengthEncodingOffset() - Static method in class io.aeron.archive.codecs.RecordingDescriptorHeaderDecoder
-
- lengthEncodingOffset() - Static method in class io.aeron.archive.codecs.RecordingDescriptorHeaderEncoder
-
- lengthEncodingOffset() - Static method in class io.aeron.archive.codecs.ReplayRequestDecoder
-
- lengthEncodingOffset() - Static method in class io.aeron.archive.codecs.ReplayRequestEncoder
-
- lengthEncodingOffset() - Static method in class io.aeron.archive.codecs.VarAsciiEncodingDecoder
-
- lengthEncodingOffset() - Static method in class io.aeron.archive.codecs.VarAsciiEncodingEncoder
-
- lengthEncodingOffset() - Static method in class io.aeron.archive.codecs.VarDataEncodingDecoder
-
- lengthEncodingOffset() - Static method in class io.aeron.archive.codecs.VarDataEncodingEncoder
-
- lengthId() - Static method in class io.aeron.archive.codecs.BoundedReplayRequestDecoder
-
- lengthId() - Static method in class io.aeron.archive.codecs.BoundedReplayRequestEncoder
-
- lengthId() - Static method in class io.aeron.archive.codecs.CatalogHeaderDecoder
-
- lengthId() - Static method in class io.aeron.archive.codecs.CatalogHeaderEncoder
-
- lengthId() - Static method in class io.aeron.archive.codecs.RecordingDescriptorHeaderDecoder
-
- lengthId() - Static method in class io.aeron.archive.codecs.RecordingDescriptorHeaderEncoder
-
- lengthId() - Static method in class io.aeron.archive.codecs.ReplayRequestDecoder
-
- lengthId() - Static method in class io.aeron.archive.codecs.ReplayRequestEncoder
-
- lengthMaxValue() - Static method in class io.aeron.archive.codecs.BoundedReplayRequestDecoder
-
- lengthMaxValue() - Static method in class io.aeron.archive.codecs.BoundedReplayRequestEncoder
-
- lengthMaxValue() - Static method in class io.aeron.archive.codecs.CatalogHeaderDecoder
-
- lengthMaxValue() - Static method in class io.aeron.archive.codecs.CatalogHeaderEncoder
-
- lengthMaxValue() - Static method in class io.aeron.archive.codecs.mark.VarAsciiEncodingDecoder
-
- lengthMaxValue() - Static method in class io.aeron.archive.codecs.mark.VarAsciiEncodingEncoder
-
- lengthMaxValue() - Static method in class io.aeron.archive.codecs.RecordingDescriptorHeaderDecoder
-
- lengthMaxValue() - Static method in class io.aeron.archive.codecs.RecordingDescriptorHeaderEncoder
-
- lengthMaxValue() - Static method in class io.aeron.archive.codecs.ReplayRequestDecoder
-
- lengthMaxValue() - Static method in class io.aeron.archive.codecs.ReplayRequestEncoder
-
- lengthMaxValue() - Static method in class io.aeron.archive.codecs.VarAsciiEncodingDecoder
-
- lengthMaxValue() - Static method in class io.aeron.archive.codecs.VarAsciiEncodingEncoder
-
- lengthMaxValue() - Static method in class io.aeron.archive.codecs.VarDataEncodingDecoder
-
- lengthMaxValue() - Static method in class io.aeron.archive.codecs.VarDataEncodingEncoder
-
- lengthMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.BoundedReplayRequestDecoder
-
- lengthMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.BoundedReplayRequestEncoder
-
- lengthMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.CatalogHeaderDecoder
-
- lengthMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.CatalogHeaderEncoder
-
- lengthMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.RecordingDescriptorHeaderDecoder
-
- lengthMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.RecordingDescriptorHeaderEncoder
-
- lengthMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.ReplayRequestDecoder
-
- lengthMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.ReplayRequestEncoder
-
- lengthMinValue() - Static method in class io.aeron.archive.codecs.BoundedReplayRequestDecoder
-
- lengthMinValue() - Static method in class io.aeron.archive.codecs.BoundedReplayRequestEncoder
-
- lengthMinValue() - Static method in class io.aeron.archive.codecs.CatalogHeaderDecoder
-
- lengthMinValue() - Static method in class io.aeron.archive.codecs.CatalogHeaderEncoder
-
- lengthMinValue() - Static method in class io.aeron.archive.codecs.mark.VarAsciiEncodingDecoder
-
- lengthMinValue() - Static method in class io.aeron.archive.codecs.mark.VarAsciiEncodingEncoder
-
- lengthMinValue() - Static method in class io.aeron.archive.codecs.RecordingDescriptorHeaderDecoder
-
- lengthMinValue() - Static method in class io.aeron.archive.codecs.RecordingDescriptorHeaderEncoder
-
- lengthMinValue() - Static method in class io.aeron.archive.codecs.ReplayRequestDecoder
-
- lengthMinValue() - Static method in class io.aeron.archive.codecs.ReplayRequestEncoder
-
- lengthMinValue() - Static method in class io.aeron.archive.codecs.VarAsciiEncodingDecoder
-
- lengthMinValue() - Static method in class io.aeron.archive.codecs.VarAsciiEncodingEncoder
-
- lengthMinValue() - Static method in class io.aeron.archive.codecs.VarDataEncodingDecoder
-
- lengthMinValue() - Static method in class io.aeron.archive.codecs.VarDataEncodingEncoder
-
- lengthNullValue() - Static method in class io.aeron.archive.codecs.BoundedReplayRequestDecoder
-
- lengthNullValue() - Static method in class io.aeron.archive.codecs.BoundedReplayRequestEncoder
-
- lengthNullValue() - Static method in class io.aeron.archive.codecs.CatalogHeaderDecoder
-
- lengthNullValue() - Static method in class io.aeron.archive.codecs.CatalogHeaderEncoder
-
- lengthNullValue() - Static method in class io.aeron.archive.codecs.mark.VarAsciiEncodingDecoder
-
- lengthNullValue() - Static method in class io.aeron.archive.codecs.mark.VarAsciiEncodingEncoder
-
- lengthNullValue() - Static method in class io.aeron.archive.codecs.RecordingDescriptorHeaderDecoder
-
- lengthNullValue() - Static method in class io.aeron.archive.codecs.RecordingDescriptorHeaderEncoder
-
- lengthNullValue() - Static method in class io.aeron.archive.codecs.ReplayRequestDecoder
-
- lengthNullValue() - Static method in class io.aeron.archive.codecs.ReplayRequestEncoder
-
- lengthNullValue() - Static method in class io.aeron.archive.codecs.VarAsciiEncodingDecoder
-
- lengthNullValue() - Static method in class io.aeron.archive.codecs.VarAsciiEncodingEncoder
-
- lengthNullValue() - Static method in class io.aeron.archive.codecs.VarDataEncodingDecoder
-
- lengthNullValue() - Static method in class io.aeron.archive.codecs.VarDataEncodingEncoder
-
- lengthOffset(int) - Static method in class io.aeron.logbuffer.FrameDescriptor
-
The buffer offset at which the length field begins.
- lengthSinceVersion() - Static method in class io.aeron.archive.codecs.BoundedReplayRequestDecoder
-
- lengthSinceVersion() - Static method in class io.aeron.archive.codecs.BoundedReplayRequestEncoder
-
- lengthSinceVersion() - Static method in class io.aeron.archive.codecs.CatalogHeaderDecoder
-
- lengthSinceVersion() - Static method in class io.aeron.archive.codecs.CatalogHeaderEncoder
-
- lengthSinceVersion() - Static method in class io.aeron.archive.codecs.mark.VarAsciiEncodingDecoder
-
- lengthSinceVersion() - Static method in class io.aeron.archive.codecs.RecordingDescriptorHeaderDecoder
-
- lengthSinceVersion() - Static method in class io.aeron.archive.codecs.RecordingDescriptorHeaderEncoder
-
- lengthSinceVersion() - Static method in class io.aeron.archive.codecs.ReplayRequestDecoder
-
- lengthSinceVersion() - Static method in class io.aeron.archive.codecs.ReplayRequestEncoder
-
- lengthSinceVersion() - Static method in class io.aeron.archive.codecs.VarAsciiEncodingDecoder
-
- lengthSinceVersion() - Static method in class io.aeron.archive.codecs.VarDataEncodingDecoder
-
- limit() - Method in class io.aeron.archive.codecs.AttachSegmentsRequestDecoder
-
- limit(int) - Method in class io.aeron.archive.codecs.AttachSegmentsRequestDecoder
-
- limit() - Method in class io.aeron.archive.codecs.AttachSegmentsRequestEncoder
-
- limit(int) - Method in class io.aeron.archive.codecs.AttachSegmentsRequestEncoder
-
- limit() - Method in class io.aeron.archive.codecs.AuthConnectRequestDecoder
-
- limit(int) - Method in class io.aeron.archive.codecs.AuthConnectRequestDecoder
-
- limit() - Method in class io.aeron.archive.codecs.AuthConnectRequestEncoder
-
- limit(int) - Method in class io.aeron.archive.codecs.AuthConnectRequestEncoder
-
- limit() - Method in class io.aeron.archive.codecs.BoundedReplayRequestDecoder
-
- limit(int) - Method in class io.aeron.archive.codecs.BoundedReplayRequestDecoder
-
- limit() - Method in class io.aeron.archive.codecs.BoundedReplayRequestEncoder
-
- limit(int) - Method in class io.aeron.archive.codecs.BoundedReplayRequestEncoder
-
- limit() - Method in class io.aeron.archive.codecs.CatalogHeaderDecoder
-
- limit(int) - Method in class io.aeron.archive.codecs.CatalogHeaderDecoder
-
- limit() - Method in class io.aeron.archive.codecs.CatalogHeaderEncoder
-
- limit(int) - Method in class io.aeron.archive.codecs.CatalogHeaderEncoder
-
- limit() - Method in class io.aeron.archive.codecs.ChallengeDecoder
-
- limit(int) - Method in class io.aeron.archive.codecs.ChallengeDecoder
-
- limit() - Method in class io.aeron.archive.codecs.ChallengeEncoder
-
- limit(int) - Method in class io.aeron.archive.codecs.ChallengeEncoder
-
- limit() - Method in class io.aeron.archive.codecs.ChallengeResponseDecoder
-
- limit(int) - Method in class io.aeron.archive.codecs.ChallengeResponseDecoder
-
- limit() - Method in class io.aeron.archive.codecs.ChallengeResponseEncoder
-
- limit(int) - Method in class io.aeron.archive.codecs.ChallengeResponseEncoder
-
- limit() - Method in class io.aeron.archive.codecs.CloseSessionRequestDecoder
-
- limit(int) - Method in class io.aeron.archive.codecs.CloseSessionRequestDecoder
-
- limit() - Method in class io.aeron.archive.codecs.CloseSessionRequestEncoder
-
- limit(int) - Method in class io.aeron.archive.codecs.CloseSessionRequestEncoder
-
- limit() - Method in class io.aeron.archive.codecs.ConnectRequestDecoder
-
- limit(int) - Method in class io.aeron.archive.codecs.ConnectRequestDecoder
-
- limit() - Method in class io.aeron.archive.codecs.ConnectRequestEncoder
-
- limit(int) - Method in class io.aeron.archive.codecs.ConnectRequestEncoder
-
- limit() - Method in class io.aeron.archive.codecs.ControlResponseDecoder
-
- limit(int) - Method in class io.aeron.archive.codecs.ControlResponseDecoder
-
- limit() - Method in class io.aeron.archive.codecs.ControlResponseEncoder
-
- limit(int) - Method in class io.aeron.archive.codecs.ControlResponseEncoder
-
- limit() - Method in class io.aeron.archive.codecs.DeleteDetachedSegmentsRequestDecoder
-
- limit(int) - Method in class io.aeron.archive.codecs.DeleteDetachedSegmentsRequestDecoder
-
- limit() - Method in class io.aeron.archive.codecs.DeleteDetachedSegmentsRequestEncoder
-
- limit(int) - Method in class io.aeron.archive.codecs.DeleteDetachedSegmentsRequestEncoder
-
- limit() - Method in class io.aeron.archive.codecs.DetachSegmentsRequestDecoder
-
- limit(int) - Method in class io.aeron.archive.codecs.DetachSegmentsRequestDecoder
-
- limit() - Method in class io.aeron.archive.codecs.DetachSegmentsRequestEncoder
-
- limit(int) - Method in class io.aeron.archive.codecs.DetachSegmentsRequestEncoder
-
- limit() - Method in class io.aeron.archive.codecs.ExtendRecordingRequest2Decoder
-
- limit(int) - Method in class io.aeron.archive.codecs.ExtendRecordingRequest2Decoder
-
- limit() - Method in class io.aeron.archive.codecs.ExtendRecordingRequest2Encoder
-
- limit(int) - Method in class io.aeron.archive.codecs.ExtendRecordingRequest2Encoder
-
- limit() - Method in class io.aeron.archive.codecs.ExtendRecordingRequestDecoder
-
- limit(int) - Method in class io.aeron.archive.codecs.ExtendRecordingRequestDecoder
-
- limit() - Method in class io.aeron.archive.codecs.ExtendRecordingRequestEncoder
-
- limit(int) - Method in class io.aeron.archive.codecs.ExtendRecordingRequestEncoder
-
- limit() - Method in class io.aeron.archive.codecs.FindLastMatchingRecordingRequestDecoder
-
- limit(int) - Method in class io.aeron.archive.codecs.FindLastMatchingRecordingRequestDecoder
-
- limit() - Method in class io.aeron.archive.codecs.FindLastMatchingRecordingRequestEncoder
-
- limit(int) - Method in class io.aeron.archive.codecs.FindLastMatchingRecordingRequestEncoder
-
- limit() - Method in class io.aeron.archive.codecs.KeepAliveRequestDecoder
-
- limit(int) - Method in class io.aeron.archive.codecs.KeepAliveRequestDecoder
-
- limit() - Method in class io.aeron.archive.codecs.KeepAliveRequestEncoder
-
- limit(int) - Method in class io.aeron.archive.codecs.KeepAliveRequestEncoder
-
- limit() - Method in class io.aeron.archive.codecs.ListRecordingRequestDecoder
-
- limit(int) - Method in class io.aeron.archive.codecs.ListRecordingRequestDecoder
-
- limit() - Method in class io.aeron.archive.codecs.ListRecordingRequestEncoder
-
- limit(int) - Method in class io.aeron.archive.codecs.ListRecordingRequestEncoder
-
- limit() - Method in class io.aeron.archive.codecs.ListRecordingsForUriRequestDecoder
-
- limit(int) - Method in class io.aeron.archive.codecs.ListRecordingsForUriRequestDecoder
-
- limit() - Method in class io.aeron.archive.codecs.ListRecordingsForUriRequestEncoder
-
- limit(int) - Method in class io.aeron.archive.codecs.ListRecordingsForUriRequestEncoder
-
- limit() - Method in class io.aeron.archive.codecs.ListRecordingsRequestDecoder
-
- limit(int) - Method in class io.aeron.archive.codecs.ListRecordingsRequestDecoder
-
- limit() - Method in class io.aeron.archive.codecs.ListRecordingsRequestEncoder
-
- limit(int) - Method in class io.aeron.archive.codecs.ListRecordingsRequestEncoder
-
- limit() - Method in class io.aeron.archive.codecs.ListRecordingSubscriptionsRequestDecoder
-
- limit(int) - Method in class io.aeron.archive.codecs.ListRecordingSubscriptionsRequestDecoder
-
- limit() - Method in class io.aeron.archive.codecs.ListRecordingSubscriptionsRequestEncoder
-
- limit(int) - Method in class io.aeron.archive.codecs.ListRecordingSubscriptionsRequestEncoder
-
- limit() - Method in class io.aeron.archive.codecs.mark.MarkFileHeaderDecoder
-
- limit(int) - Method in class io.aeron.archive.codecs.mark.MarkFileHeaderDecoder
-
- limit() - Method in class io.aeron.archive.codecs.mark.MarkFileHeaderEncoder
-
- limit(int) - Method in class io.aeron.archive.codecs.mark.MarkFileHeaderEncoder
-
- limit() - Method in class io.aeron.archive.codecs.MigrateSegmentsRequestDecoder
-
- limit(int) - Method in class io.aeron.archive.codecs.MigrateSegmentsRequestDecoder
-
- limit() - Method in class io.aeron.archive.codecs.MigrateSegmentsRequestEncoder
-
- limit(int) - Method in class io.aeron.archive.codecs.MigrateSegmentsRequestEncoder
-
- limit() - Method in class io.aeron.archive.codecs.PurgeRecordingRequestDecoder
-
- limit(int) - Method in class io.aeron.archive.codecs.PurgeRecordingRequestDecoder
-
- limit() - Method in class io.aeron.archive.codecs.PurgeRecordingRequestEncoder
-
- limit(int) - Method in class io.aeron.archive.codecs.PurgeRecordingRequestEncoder
-
- limit() - Method in class io.aeron.archive.codecs.PurgeSegmentsRequestDecoder
-
- limit(int) - Method in class io.aeron.archive.codecs.PurgeSegmentsRequestDecoder
-
- limit() - Method in class io.aeron.archive.codecs.PurgeSegmentsRequestEncoder
-
- limit(int) - Method in class io.aeron.archive.codecs.PurgeSegmentsRequestEncoder
-
- limit() - Method in class io.aeron.archive.codecs.RecordingDescriptorDecoder
-
- limit(int) - Method in class io.aeron.archive.codecs.RecordingDescriptorDecoder
-
- limit() - Method in class io.aeron.archive.codecs.RecordingDescriptorEncoder
-
- limit(int) - Method in class io.aeron.archive.codecs.RecordingDescriptorEncoder
-
- limit() - Method in class io.aeron.archive.codecs.RecordingDescriptorHeaderDecoder
-
- limit(int) - Method in class io.aeron.archive.codecs.RecordingDescriptorHeaderDecoder
-
- limit() - Method in class io.aeron.archive.codecs.RecordingDescriptorHeaderEncoder
-
- limit(int) - Method in class io.aeron.archive.codecs.RecordingDescriptorHeaderEncoder
-
- limit() - Method in class io.aeron.archive.codecs.RecordingPositionRequestDecoder
-
- limit(int) - Method in class io.aeron.archive.codecs.RecordingPositionRequestDecoder
-
- limit() - Method in class io.aeron.archive.codecs.RecordingPositionRequestEncoder
-
- limit(int) - Method in class io.aeron.archive.codecs.RecordingPositionRequestEncoder
-
- limit() - Method in class io.aeron.archive.codecs.RecordingProgressDecoder
-
- limit(int) - Method in class io.aeron.archive.codecs.RecordingProgressDecoder
-
- limit() - Method in class io.aeron.archive.codecs.RecordingProgressEncoder
-
- limit(int) - Method in class io.aeron.archive.codecs.RecordingProgressEncoder
-
- limit() - Method in class io.aeron.archive.codecs.RecordingSignalEventDecoder
-
- limit(int) - Method in class io.aeron.archive.codecs.RecordingSignalEventDecoder
-
- limit() - Method in class io.aeron.archive.codecs.RecordingSignalEventEncoder
-
- limit(int) - Method in class io.aeron.archive.codecs.RecordingSignalEventEncoder
-
- limit() - Method in class io.aeron.archive.codecs.RecordingStartedDecoder
-
- limit(int) - Method in class io.aeron.archive.codecs.RecordingStartedDecoder
-
- limit() - Method in class io.aeron.archive.codecs.RecordingStartedEncoder
-
- limit(int) - Method in class io.aeron.archive.codecs.RecordingStartedEncoder
-
- limit() - Method in class io.aeron.archive.codecs.RecordingStoppedDecoder
-
- limit(int) - Method in class io.aeron.archive.codecs.RecordingStoppedDecoder
-
- limit() - Method in class io.aeron.archive.codecs.RecordingStoppedEncoder
-
- limit(int) - Method in class io.aeron.archive.codecs.RecordingStoppedEncoder
-
- limit() - Method in class io.aeron.archive.codecs.RecordingSubscriptionDescriptorDecoder
-
- limit(int) - Method in class io.aeron.archive.codecs.RecordingSubscriptionDescriptorDecoder
-
- limit() - Method in class io.aeron.archive.codecs.RecordingSubscriptionDescriptorEncoder
-
- limit(int) - Method in class io.aeron.archive.codecs.RecordingSubscriptionDescriptorEncoder
-
- limit() - Method in class io.aeron.archive.codecs.ReplayRequestDecoder
-
- limit(int) - Method in class io.aeron.archive.codecs.ReplayRequestDecoder
-
- limit() - Method in class io.aeron.archive.codecs.ReplayRequestEncoder
-
- limit(int) - Method in class io.aeron.archive.codecs.ReplayRequestEncoder
-
- limit() - Method in class io.aeron.archive.codecs.ReplicateRequest2Decoder
-
- limit(int) - Method in class io.aeron.archive.codecs.ReplicateRequest2Decoder
-
- limit() - Method in class io.aeron.archive.codecs.ReplicateRequest2Encoder
-
- limit(int) - Method in class io.aeron.archive.codecs.ReplicateRequest2Encoder
-
- limit() - Method in class io.aeron.archive.codecs.ReplicateRequestDecoder
-
- limit(int) - Method in class io.aeron.archive.codecs.ReplicateRequestDecoder
-
- limit() - Method in class io.aeron.archive.codecs.ReplicateRequestEncoder
-
- limit(int) - Method in class io.aeron.archive.codecs.ReplicateRequestEncoder
-
- limit() - Method in class io.aeron.archive.codecs.StartPositionRequestDecoder
-
- limit(int) - Method in class io.aeron.archive.codecs.StartPositionRequestDecoder
-
- limit() - Method in class io.aeron.archive.codecs.StartPositionRequestEncoder
-
- limit(int) - Method in class io.aeron.archive.codecs.StartPositionRequestEncoder
-
- limit() - Method in class io.aeron.archive.codecs.StartRecordingRequest2Decoder
-
- limit(int) - Method in class io.aeron.archive.codecs.StartRecordingRequest2Decoder
-
- limit() - Method in class io.aeron.archive.codecs.StartRecordingRequest2Encoder
-
- limit(int) - Method in class io.aeron.archive.codecs.StartRecordingRequest2Encoder
-
- limit() - Method in class io.aeron.archive.codecs.StartRecordingRequestDecoder
-
- limit(int) - Method in class io.aeron.archive.codecs.StartRecordingRequestDecoder
-
- limit() - Method in class io.aeron.archive.codecs.StartRecordingRequestEncoder
-
- limit(int) - Method in class io.aeron.archive.codecs.StartRecordingRequestEncoder
-
- limit() - Method in class io.aeron.archive.codecs.StopAllReplaysRequestDecoder
-
- limit(int) - Method in class io.aeron.archive.codecs.StopAllReplaysRequestDecoder
-
- limit() - Method in class io.aeron.archive.codecs.StopAllReplaysRequestEncoder
-
- limit(int) - Method in class io.aeron.archive.codecs.StopAllReplaysRequestEncoder
-
- limit() - Method in class io.aeron.archive.codecs.StopPositionRequestDecoder
-
- limit(int) - Method in class io.aeron.archive.codecs.StopPositionRequestDecoder
-
- limit() - Method in class io.aeron.archive.codecs.StopPositionRequestEncoder
-
- limit(int) - Method in class io.aeron.archive.codecs.StopPositionRequestEncoder
-
- limit() - Method in class io.aeron.archive.codecs.StopRecordingByIdentityRequestDecoder
-
- limit(int) - Method in class io.aeron.archive.codecs.StopRecordingByIdentityRequestDecoder
-
- limit() - Method in class io.aeron.archive.codecs.StopRecordingByIdentityRequestEncoder
-
- limit(int) - Method in class io.aeron.archive.codecs.StopRecordingByIdentityRequestEncoder
-
- limit() - Method in class io.aeron.archive.codecs.StopRecordingRequestDecoder
-
- limit(int) - Method in class io.aeron.archive.codecs.StopRecordingRequestDecoder
-
- limit() - Method in class io.aeron.archive.codecs.StopRecordingRequestEncoder
-
- limit(int) - Method in class io.aeron.archive.codecs.StopRecordingRequestEncoder
-
- limit() - Method in class io.aeron.archive.codecs.StopRecordingSubscriptionRequestDecoder
-
- limit(int) - Method in class io.aeron.archive.codecs.StopRecordingSubscriptionRequestDecoder
-
- limit() - Method in class io.aeron.archive.codecs.StopRecordingSubscriptionRequestEncoder
-
- limit(int) - Method in class io.aeron.archive.codecs.StopRecordingSubscriptionRequestEncoder
-
- limit() - Method in class io.aeron.archive.codecs.StopReplayRequestDecoder
-
- limit(int) - Method in class io.aeron.archive.codecs.StopReplayRequestDecoder
-
- limit() - Method in class io.aeron.archive.codecs.StopReplayRequestEncoder
-
- limit(int) - Method in class io.aeron.archive.codecs.StopReplayRequestEncoder
-
- limit() - Method in class io.aeron.archive.codecs.StopReplicationRequestDecoder
-
- limit(int) - Method in class io.aeron.archive.codecs.StopReplicationRequestDecoder
-
- limit() - Method in class io.aeron.archive.codecs.StopReplicationRequestEncoder
-
- limit(int) - Method in class io.aeron.archive.codecs.StopReplicationRequestEncoder
-
- limit() - Method in class io.aeron.archive.codecs.TaggedReplicateRequestDecoder
-
- limit(int) - Method in class io.aeron.archive.codecs.TaggedReplicateRequestDecoder
-
- limit() - Method in class io.aeron.archive.codecs.TaggedReplicateRequestEncoder
-
- limit(int) - Method in class io.aeron.archive.codecs.TaggedReplicateRequestEncoder
-
- limit() - Method in class io.aeron.archive.codecs.TruncateRecordingRequestDecoder
-
- limit(int) - Method in class io.aeron.archive.codecs.TruncateRecordingRequestDecoder
-
- limit() - Method in class io.aeron.archive.codecs.TruncateRecordingRequestEncoder
-
- limit(int) - Method in class io.aeron.archive.codecs.TruncateRecordingRequestEncoder
-
- limit() - Method in class io.aeron.BufferBuilder
-
The current limit of the buffer that has been used by append operations.
- limit(int) - Method in class io.aeron.BufferBuilder
-
Set this limit for this buffer as the position at which the next append operation will occur.
- limitCounterId() - Method in class io.aeron.archive.codecs.BoundedReplayRequestDecoder
-
- limitCounterId(int) - Method in class io.aeron.archive.codecs.BoundedReplayRequestEncoder
-
- limitCounterIdEncodingLength() - Static method in class io.aeron.archive.codecs.BoundedReplayRequestDecoder
-
- limitCounterIdEncodingLength() - Static method in class io.aeron.archive.codecs.BoundedReplayRequestEncoder
-
- limitCounterIdEncodingOffset() - Static method in class io.aeron.archive.codecs.BoundedReplayRequestDecoder
-
- limitCounterIdEncodingOffset() - Static method in class io.aeron.archive.codecs.BoundedReplayRequestEncoder
-
- limitCounterIdId() - Static method in class io.aeron.archive.codecs.BoundedReplayRequestDecoder
-
- limitCounterIdId() - Static method in class io.aeron.archive.codecs.BoundedReplayRequestEncoder
-
- limitCounterIdMaxValue() - Static method in class io.aeron.archive.codecs.BoundedReplayRequestDecoder
-
- limitCounterIdMaxValue() - Static method in class io.aeron.archive.codecs.BoundedReplayRequestEncoder
-
- limitCounterIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.BoundedReplayRequestDecoder
-
- limitCounterIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.BoundedReplayRequestEncoder
-
- limitCounterIdMinValue() - Static method in class io.aeron.archive.codecs.BoundedReplayRequestDecoder
-
- limitCounterIdMinValue() - Static method in class io.aeron.archive.codecs.BoundedReplayRequestEncoder
-
- limitCounterIdNullValue() - Static method in class io.aeron.archive.codecs.BoundedReplayRequestDecoder
-
- limitCounterIdNullValue() - Static method in class io.aeron.archive.codecs.BoundedReplayRequestEncoder
-
- limitCounterIdSinceVersion() - Static method in class io.aeron.archive.codecs.BoundedReplayRequestDecoder
-
- limitCounterIdSinceVersion() - Static method in class io.aeron.archive.codecs.BoundedReplayRequestEncoder
-
- linger(Long) - Method in class io.aeron.ChannelUriStringBuilder
-
Set the time a network publication will linger in nanoseconds after being drained.
- linger(ChannelUri) - Method in class io.aeron.ChannelUriStringBuilder
-
Set the linger value to be what is in the
ChannelUri
which may be null.
- linger() - Method in class io.aeron.ChannelUriStringBuilder
-
Get the time a network publication will linger in nanoseconds after being drained.
- LINGER_PARAM_NAME - Static variable in class io.aeron.CommonContext
-
Key for the linger timeout for a publication to wait around after draining in nanoseconds.
- LINGER_TIMEOUT_MS - Static variable in class io.aeron.samples.SampleConfiguration
-
- LINGER_TIMEOUT_MS_PROP - Static variable in class io.aeron.samples.SampleConfiguration
-
- lingerDeadlineNs(long) - Method in class io.aeron.LogBuffers
-
Set the deadline for how long to linger around once unreferenced.
- lingerDeadlineNs() - Method in class io.aeron.LogBuffers
-
The deadline for how long to linger around once unreferenced.
- listRecording(File, long, RecordingDescriptorConsumer) - Static method in class io.aeron.archive.CatalogView
-
List a recording descriptor for a single recording id.
- listRecording(long, RecordingDescriptorConsumer) - Method in class io.aeron.archive.client.AeronArchive
-
List a recording descriptor for a single recording id.
- listRecording(long, long, long) - Method in class io.aeron.archive.client.ArchiveProxy
-
List a recording descriptor for a given recording id.
- ListRecordingRequestDecoder - Class in io.aeron.archive.codecs
-
Request a descriptor for a recording id.
- ListRecordingRequestDecoder() - Constructor for class io.aeron.archive.codecs.ListRecordingRequestDecoder
-
- ListRecordingRequestEncoder - Class in io.aeron.archive.codecs
-
Request a descriptor for a recording id.
- ListRecordingRequestEncoder() - Constructor for class io.aeron.archive.codecs.ListRecordingRequestEncoder
-
- listRecordings(File, RecordingDescriptorConsumer) - Static method in class io.aeron.archive.CatalogView
-
List all recording descriptors in a Catalog
.
- listRecordings(long, int, RecordingDescriptorConsumer) - Method in class io.aeron.archive.client.AeronArchive
-
List all recording descriptors from a recording id with a limit of record count.
- listRecordings(long, int, long, long) - Method in class io.aeron.archive.client.ArchiveProxy
-
List a range of recording descriptors.
- listRecordingsForUri(long, int, String, int, RecordingDescriptorConsumer) - Method in class io.aeron.archive.client.AeronArchive
-
List recording descriptors from a recording id with a limit of record count for a given channelFragment and
stream id.
- listRecordingsForUri(long, int, String, int, long, long) - Method in class io.aeron.archive.client.ArchiveProxy
-
List a range of recording descriptors which match a channel URI fragment and stream id.
- ListRecordingsForUriRequestDecoder - Class in io.aeron.archive.codecs
-
Request a range of recording descriptors.
- ListRecordingsForUriRequestDecoder() - Constructor for class io.aeron.archive.codecs.ListRecordingsForUriRequestDecoder
-
- ListRecordingsForUriRequestEncoder - Class in io.aeron.archive.codecs
-
Request a range of recording descriptors.
- ListRecordingsForUriRequestEncoder() - Constructor for class io.aeron.archive.codecs.ListRecordingsForUriRequestEncoder
-
- ListRecordingsRequestDecoder - Class in io.aeron.archive.codecs
-
Request a range of recording descriptors.
- ListRecordingsRequestDecoder() - Constructor for class io.aeron.archive.codecs.ListRecordingsRequestDecoder
-
- ListRecordingsRequestEncoder - Class in io.aeron.archive.codecs
-
Request a range of recording descriptors.
- ListRecordingsRequestEncoder() - Constructor for class io.aeron.archive.codecs.ListRecordingsRequestEncoder
-
- listRecordingSubscriptions(int, int, String, int, boolean, RecordingSubscriptionDescriptorConsumer) - Method in class io.aeron.archive.client.AeronArchive
-
List active recording subscriptions in the archive.
- listRecordingSubscriptions(int, int, String, int, boolean, long, long) - Method in class io.aeron.archive.client.ArchiveProxy
-
List registered subscriptions in the archive which have been used to record streams.
- ListRecordingSubscriptionsRequestDecoder - Class in io.aeron.archive.codecs
-
Request a range of active recording subscriptions which match a criteria.
- ListRecordingSubscriptionsRequestDecoder() - Constructor for class io.aeron.archive.codecs.ListRecordingSubscriptionsRequestDecoder
-
- ListRecordingSubscriptionsRequestEncoder - Class in io.aeron.archive.codecs
-
Request a range of active recording subscriptions which match a criteria.
- ListRecordingSubscriptionsRequestEncoder() - Constructor for class io.aeron.archive.codecs.ListRecordingSubscriptionsRequestEncoder
-
- LIVE_ADD_MAX_WINDOW - Static variable in class io.aeron.archive.client.ReplayMerge
-
The maximum window at which a live destination should be added when trying to merge.
- liveDestination() - Method in class io.aeron.archive.codecs.ReplicateRequest2Decoder
-
- liveDestination(String) - Method in class io.aeron.archive.codecs.ReplicateRequest2Encoder
-
- liveDestination(CharSequence) - Method in class io.aeron.archive.codecs.ReplicateRequest2Encoder
-
- liveDestination() - Method in class io.aeron.archive.codecs.ReplicateRequestDecoder
-
- liveDestination(String) - Method in class io.aeron.archive.codecs.ReplicateRequestEncoder
-
- liveDestination(CharSequence) - Method in class io.aeron.archive.codecs.ReplicateRequestEncoder
-
- liveDestination() - Method in class io.aeron.archive.codecs.TaggedReplicateRequestDecoder
-
- liveDestination(String) - Method in class io.aeron.archive.codecs.TaggedReplicateRequestEncoder
-
- liveDestination(CharSequence) - Method in class io.aeron.archive.codecs.TaggedReplicateRequestEncoder
-
- liveDestinationCharacterEncoding() - Static method in class io.aeron.archive.codecs.ReplicateRequest2Decoder
-
- liveDestinationCharacterEncoding() - Static method in class io.aeron.archive.codecs.ReplicateRequest2Encoder
-
- liveDestinationCharacterEncoding() - Static method in class io.aeron.archive.codecs.ReplicateRequestDecoder
-
- liveDestinationCharacterEncoding() - Static method in class io.aeron.archive.codecs.ReplicateRequestEncoder
-
- liveDestinationCharacterEncoding() - Static method in class io.aeron.archive.codecs.TaggedReplicateRequestDecoder
-
- liveDestinationCharacterEncoding() - Static method in class io.aeron.archive.codecs.TaggedReplicateRequestEncoder
-
- liveDestinationHeaderLength() - Static method in class io.aeron.archive.codecs.ReplicateRequest2Decoder
-
- liveDestinationHeaderLength() - Static method in class io.aeron.archive.codecs.ReplicateRequest2Encoder
-
- liveDestinationHeaderLength() - Static method in class io.aeron.archive.codecs.ReplicateRequestDecoder
-
- liveDestinationHeaderLength() - Static method in class io.aeron.archive.codecs.ReplicateRequestEncoder
-
- liveDestinationHeaderLength() - Static method in class io.aeron.archive.codecs.TaggedReplicateRequestDecoder
-
- liveDestinationHeaderLength() - Static method in class io.aeron.archive.codecs.TaggedReplicateRequestEncoder
-
- liveDestinationId() - Static method in class io.aeron.archive.codecs.ReplicateRequest2Decoder
-
- liveDestinationId() - Static method in class io.aeron.archive.codecs.ReplicateRequest2Encoder
-
- liveDestinationId() - Static method in class io.aeron.archive.codecs.ReplicateRequestDecoder
-
- liveDestinationId() - Static method in class io.aeron.archive.codecs.ReplicateRequestEncoder
-
- liveDestinationId() - Static method in class io.aeron.archive.codecs.TaggedReplicateRequestDecoder
-
- liveDestinationId() - Static method in class io.aeron.archive.codecs.TaggedReplicateRequestEncoder
-
- liveDestinationLength() - Method in class io.aeron.archive.codecs.ReplicateRequest2Decoder
-
- liveDestinationLength() - Method in class io.aeron.archive.codecs.ReplicateRequestDecoder
-
- liveDestinationLength() - Method in class io.aeron.archive.codecs.TaggedReplicateRequestDecoder
-
- liveDestinationMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.ReplicateRequest2Decoder
-
- liveDestinationMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.ReplicateRequest2Encoder
-
- liveDestinationMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.ReplicateRequestDecoder
-
- liveDestinationMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.ReplicateRequestEncoder
-
- liveDestinationMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.TaggedReplicateRequestDecoder
-
- liveDestinationMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.TaggedReplicateRequestEncoder
-
- liveDestinationSinceVersion() - Static method in class io.aeron.archive.codecs.ReplicateRequest2Decoder
-
- liveDestinationSinceVersion() - Static method in class io.aeron.archive.codecs.ReplicateRequestDecoder
-
- liveDestinationSinceVersion() - Static method in class io.aeron.archive.codecs.TaggedReplicateRequestDecoder
-
- LOCAL_CONTROL_CHANNEL_DEFAULT - Static variable in class io.aeron.archive.client.AeronArchive.Configuration
-
Channel for sending control messages to a driver local archive.
- LOCAL_CONTROL_CHANNEL_PROP_NAME - Static variable in class io.aeron.archive.client.AeronArchive.Configuration
-
Channel for sending control messages to a driver local archive.
- LOCAL_CONTROL_STREAM_ID_DEFAULT - Static variable in class io.aeron.archive.client.AeronArchive.Configuration
-
Stream id within a channel for sending control messages to a driver local archive.
- LOCAL_CONTROL_STREAM_ID_PROP_NAME - Static variable in class io.aeron.archive.client.AeronArchive.Configuration
-
Stream id within a channel for sending control messages to a driver local archive.
- LOCAL_SOCKET_ADDRESS_STATUS_TYPE_ID - Static variable in class io.aeron.status.LocalSocketAddressStatus
-
Type of the counter used to track a local socket address and port.
- localControl() - Method in class io.aeron.driver.media.UdpChannel
-
Local control address and port.
- localControlChannel() - Method in class io.aeron.archive.Archive.Context
-
Get the driver local channel URI on which the control request subscription will listen.
- localControlChannel(String) - Method in class io.aeron.archive.Archive.Context
-
Set the driver local channel URI on which the control request subscription will listen.
- localControlChannel() - Static method in class io.aeron.archive.client.AeronArchive.Configuration
-
- localControlChannel() - Method in class io.aeron.archive.codecs.mark.MarkFileHeaderDecoder
-
- localControlChannel(String) - Method in class io.aeron.archive.codecs.mark.MarkFileHeaderEncoder
-
- localControlChannel(CharSequence) - Method in class io.aeron.archive.codecs.mark.MarkFileHeaderEncoder
-
- localControlChannelCharacterEncoding() - Static method in class io.aeron.archive.codecs.mark.MarkFileHeaderDecoder
-
- localControlChannelCharacterEncoding() - Static method in class io.aeron.archive.codecs.mark.MarkFileHeaderEncoder
-
- localControlChannelHeaderLength() - Static method in class io.aeron.archive.codecs.mark.MarkFileHeaderDecoder
-
- localControlChannelHeaderLength() - Static method in class io.aeron.archive.codecs.mark.MarkFileHeaderEncoder
-
- localControlChannelId() - Static method in class io.aeron.archive.codecs.mark.MarkFileHeaderDecoder
-
- localControlChannelId() - Static method in class io.aeron.archive.codecs.mark.MarkFileHeaderEncoder
-
- localControlChannelLength() - Method in class io.aeron.archive.codecs.mark.MarkFileHeaderDecoder
-
- localControlChannelMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.mark.MarkFileHeaderDecoder
-
- localControlChannelMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.mark.MarkFileHeaderEncoder
-
- localControlChannelSinceVersion() - Static method in class io.aeron.archive.codecs.mark.MarkFileHeaderDecoder
-
- localControlStreamId() - Method in class io.aeron.archive.Archive.Context
-
Get the local stream id on which the control request subscription will listen.
- localControlStreamId(int) - Method in class io.aeron.archive.Archive.Context
-
Set the local stream id on which the control request subscription will listen.
- localControlStreamId() - Static method in class io.aeron.archive.client.AeronArchive.Configuration
-
- localControlStreamId() - Method in class io.aeron.archive.codecs.mark.MarkFileHeaderDecoder
-
- localControlStreamId(int) - Method in class io.aeron.archive.codecs.mark.MarkFileHeaderEncoder
-
- localControlStreamIdEncodingLength() - Static method in class io.aeron.archive.codecs.mark.MarkFileHeaderDecoder
-
- localControlStreamIdEncodingLength() - Static method in class io.aeron.archive.codecs.mark.MarkFileHeaderEncoder
-
- localControlStreamIdEncodingOffset() - Static method in class io.aeron.archive.codecs.mark.MarkFileHeaderDecoder
-
- localControlStreamIdEncodingOffset() - Static method in class io.aeron.archive.codecs.mark.MarkFileHeaderEncoder
-
- localControlStreamIdId() - Static method in class io.aeron.archive.codecs.mark.MarkFileHeaderDecoder
-
- localControlStreamIdId() - Static method in class io.aeron.archive.codecs.mark.MarkFileHeaderEncoder
-
- localControlStreamIdMaxValue() - Static method in class io.aeron.archive.codecs.mark.MarkFileHeaderDecoder
-
- localControlStreamIdMaxValue() - Static method in class io.aeron.archive.codecs.mark.MarkFileHeaderEncoder
-
- localControlStreamIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.mark.MarkFileHeaderDecoder
-
- localControlStreamIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.mark.MarkFileHeaderEncoder
-
- localControlStreamIdMinValue() - Static method in class io.aeron.archive.codecs.mark.MarkFileHeaderDecoder
-
- localControlStreamIdMinValue() - Static method in class io.aeron.archive.codecs.mark.MarkFileHeaderEncoder
-
- localControlStreamIdNullValue() - Static method in class io.aeron.archive.codecs.mark.MarkFileHeaderDecoder
-
- localControlStreamIdNullValue() - Static method in class io.aeron.archive.codecs.mark.MarkFileHeaderEncoder
-
- localControlStreamIdSinceVersion() - Static method in class io.aeron.archive.codecs.mark.MarkFileHeaderDecoder
-
- localControlStreamIdSinceVersion() - Static method in class io.aeron.archive.codecs.mark.MarkFileHeaderEncoder
-
- localData() - Method in class io.aeron.driver.media.UdpChannel
-
Local data address and port.
- localInterface() - Method in class io.aeron.driver.media.UdpChannel
-
Local interface to be used by the channel.
- localSocketAddresses() - Method in class io.aeron.Publication
-
Fetches the local socket address for this publication.
- localSocketAddresses() - Method in class io.aeron.Subscription
-
Fetches the local socket addresses for this subscription.
- localSocketAddressIndicator(AtomicCounter) - Method in class io.aeron.driver.media.ReceiveChannelEndpoint
-
Set a channel binding status counter, if required (not used by control-mode=manual).
- localSocketAddressIndicator(AtomicCounter) - Method in class io.aeron.driver.media.SendChannelEndpoint
-
Set a channel binding status counter.
- LocalSocketAddressStatus - Class in io.aeron.status
-
Counter used to store the status of a bind address and port for the local end of a channel.
- LocalSocketAddressStatus() - Constructor for class io.aeron.status.LocalSocketAddressStatus
-
- lock(Lock) - Method in class io.aeron.archive.client.AeronArchive.Context
-
- lock() - Method in class io.aeron.archive.client.AeronArchive.Context
-
Get the
Lock
that is used to provide mutual exclusion in the
AeronArchive
client.
- LOG_ACTIVE_TERM_COUNT_OFFSET - Static variable in class io.aeron.logbuffer.LogBufferDescriptor
-
Offset within the log metadata where the active partition index is stored.
- LOG_ACTIVE_TRANSPORT_COUNT - Static variable in class io.aeron.logbuffer.LogBufferDescriptor
-
Offset within the log metadata where the count of active transports is stored.
- LOG_CORRELATION_ID_OFFSET - Static variable in class io.aeron.logbuffer.LogBufferDescriptor
-
Offset within the log metadata which the correlation id is stored.
- LOG_DEFAULT_FRAME_HEADER_LENGTH_OFFSET - Static variable in class io.aeron.logbuffer.LogBufferDescriptor
-
Offset within the log metadata which the length field for the frame header is stored.
- LOG_DEFAULT_FRAME_HEADER_MAX_LENGTH - Static variable in class io.aeron.logbuffer.LogBufferDescriptor
-
Maximum length of a frame header.
- LOG_DEFAULT_FRAME_HEADER_OFFSET - Static variable in class io.aeron.logbuffer.LogBufferDescriptor
-
Offset at which the default frame headers begin.
- LOG_END_OF_STREAM_POSITION_OFFSET - Static variable in class io.aeron.logbuffer.LogBufferDescriptor
-
Offset within the log metadata where the position of the End of Stream is stored.
- LOG_INITIAL_TERM_ID_OFFSET - Static variable in class io.aeron.logbuffer.LogBufferDescriptor
-
Offset within the log metadata where the active term id is stored.
- LOG_IS_CONNECTED_OFFSET - Static variable in class io.aeron.logbuffer.LogBufferDescriptor
-
Offset within the log metadata where whether the log is connected or not is stored.
- LOG_META_DATA_LENGTH - Static variable in class io.aeron.logbuffer.LogBufferDescriptor
-
Total length of the log metadata buffer in bytes.
- LOG_META_DATA_SECTION_INDEX - Static variable in class io.aeron.logbuffer.LogBufferDescriptor
-
Section index for which buffer contains the log meta data.
- LOG_MTU_LENGTH_OFFSET - Static variable in class io.aeron.logbuffer.LogBufferDescriptor
-
Offset within the log metadata which the MTU length is stored.
- LOG_PAGE_SIZE_OFFSET - Static variable in class io.aeron.logbuffer.LogBufferDescriptor
-
Offset within the log metadata which the page size is stored.
- LOG_PORT_OFFSET - Static variable in class io.aeron.samples.cluster.ClusterConfig
-
- LOG_TERM_LENGTH_OFFSET - Static variable in class io.aeron.logbuffer.LogBufferDescriptor
-
Offset within the log metadata which the term length is stored.
- LogBufferDescriptor - Class in io.aeron.logbuffer
-
Layout description for log buffers which contains partitions of terms with associated term meta data,
plus ending with overall log meta data.
- LogBufferDescriptor() - Constructor for class io.aeron.logbuffer.LogBufferDescriptor
-
- LogBuffers - Class in io.aeron
-
Takes a log file name and maps the file into memory and wraps it with
UnsafeBuffer
s as appropriate.
- LogBuffers(String) - Constructor for class io.aeron.LogBuffers
-
Construct the log buffers for a given log file.
- logBuffersFactory() - Method in class io.aeron.Aeron.Context
-
Get the factory for making log buffers.
- LogBufferUnblocker - Class in io.aeron.logbuffer
-
Provides the functionality to unblock a log at a given position.
- LogBufferUnblocker() - Constructor for class io.aeron.logbuffer.LogBufferUnblocker
-
- LogFactory - Interface in io.aeron.driver.buffer
-
Factory interface for creating the log buffers under publications and images.
- logFileName() - Method in class io.aeron.command.ImageBuffersReadyFlyweight
-
The Log Filename in ASCII.
- logFileName(String) - Method in class io.aeron.command.ImageBuffersReadyFlyweight
-
Set the log filename in ASCII
- logFileName() - Method in class io.aeron.command.PublicationBuffersReadyFlyweight
-
Get the log file name in ASCII.
- logFileName(String) - Method in class io.aeron.command.PublicationBuffersReadyFlyweight
-
Set the log file name in ASCII.
- LogInspector - Class in io.aeron.samples
-
Command line utility for inspecting a log buffer to see what terms and messages it contains.
- LogInspector() - Constructor for class io.aeron.samples.LogInspector
-
- lookup(String, String, boolean) - Method in interface io.aeron.driver.NameResolver
-
Lookup the name and return a string of the form name:port that represents the endpoint or control param
of the URI.
- LOSS_REPORT_BUFFER_LENGTH_DEFAULT - Static variable in class io.aeron.driver.Configuration
-
- LOSS_REPORT_BUFFER_LENGTH_PROP_NAME - Static variable in class io.aeron.driver.Configuration
-
Property name for length of the memory mapped buffer for the
LossReport
.
- LOSS_REPORT_CSV_HEADER - Static variable in class io.aeron.driver.reports.LossReportReader
-
- LOSS_REPORT_FILE_NAME - Static variable in class io.aeron.driver.reports.LossReportUtil
-
Name of the error report file in the Aeron directory.
- LossDetector - Class in io.aeron.driver
-
Detecting and handling of gaps in a message stream.
- LossDetector(FeedbackDelayGenerator, LossHandler) - Constructor for class io.aeron.driver.LossDetector
-
Create a loss detector for a channel.
- lossFound(long) - Static method in class io.aeron.driver.LossDetector
-
Has loss been found in the scan?
- LossGenerator - Interface in io.aeron.driver.ext
-
Interface for loss generators.
- lossGeneratorSupplier(double, long) - Static method in class io.aeron.driver.ext.DebugChannelEndpointConfiguration
-
Supplier of
LossGenerator
s with provided loss rate and seed for randomisation.
- LossHandler - Interface in io.aeron.driver
-
Handler for dealing with detected loss on a message stream.
- LossReport - Class in io.aeron.driver.reports
-
A report of loss events on a message stream.
- LossReport(AtomicBuffer) - Constructor for class io.aeron.driver.reports.LossReport
-
Create a loss report which wraps a buffer which is ideally memory mapped so it can
be read from another process.
- LossReport.ReportEntry - Class in io.aeron.driver.reports
-
Report entry for a specific stream.
- lossReportBufferLength() - Static method in class io.aeron.driver.Configuration
-
Length of the memory mapped buffer for the
LossReport
.
- lossReportBufferLength() - Method in class io.aeron.driver.MediaDriver.Context
-
The length in bytes of the loss report buffer.
- lossReportBufferLength(int) - Method in class io.aeron.driver.MediaDriver.Context
-
The length in bytes of the loss report buffer.
- LossReportReader - Class in io.aeron.driver.reports
-
Reader that provides the function to read entries from a
LossReport
.
- LossReportReader() - Constructor for class io.aeron.driver.reports.LossReportReader
-
- LossReportReader.EntryConsumer - Interface in io.aeron.driver.reports
-
Consumer function to be implemented by caller of the read method.
- LossReportUtil - Class in io.aeron.driver.reports
-
Utility functions for dealing with the Loss Report.
- LossReportUtil() - Constructor for class io.aeron.driver.reports.LossReportUtil
-
- LossStat - Class in io.aeron.samples
-
Application that prints a report of loss observed by stream to
System.out
.
- LossStat() - Constructor for class io.aeron.samples.LossStat
-
- LOW_FILE_STORE_WARNING_THRESHOLD_DEFAULT - Static variable in class io.aeron.driver.Configuration
-
Default value in bytes for low file storage warning threshold.
- LOW_FILE_STORE_WARNING_THRESHOLD_PROP_NAME - Static variable in class io.aeron.driver.Configuration
-
Property name low file storage warning threshold in bytes.
- LOW_STORAGE_SPACE_THRESHOLD_DEFAULT - Static variable in class io.aeron.archive.Archive.Configuration
-
Default threshold below which the archive will reject new recording requests.
- LOW_STORAGE_SPACE_THRESHOLD_PROP_NAME - Static variable in class io.aeron.archive.Archive.Configuration
-
Threshold below which the archive will reject new recording requests.
- LowLatencyMediaDriver - Class in io.aeron.samples
-
Sample setup for a
MediaDriver
that is configured for low latency communications.
- LowLatencyMediaDriver() - Constructor for class io.aeron.samples.LowLatencyMediaDriver
-
- lowStorageSpaceThreshold() - Static method in class io.aeron.archive.Archive.Configuration
-
The low storage space threshold beyond which the archive will reject new requests to record streams.
- lowStorageSpaceThreshold(long) - Method in class io.aeron.archive.Archive.Context
-
Threshold below which the archive will reject new recording requests.
- lowStorageSpaceThreshold() - Method in class io.aeron.archive.Archive.Context
-
Threshold below which the archive will reject new recording requests.
- lowStorageWarningThreshold() - Static method in class io.aeron.driver.Configuration
-
Low file storage warning threshold in bytes for when performing storage checks.
- lowStorageWarningThreshold() - Method in class io.aeron.driver.MediaDriver.Context
-
Get the threshold in bytes below which storage warnings are issued.
- lowStorageWarningThreshold(long) - Method in class io.aeron.driver.MediaDriver.Context
-
Get the threshold in bytes below which storage warnings are issued.
- main(String[]) - Static method in class io.aeron.archive.Archive
-
Launch an
Archive
with that communicates with an out of process
MediaDriver
and await a shutdown signal.
- main(String[]) - Static method in class io.aeron.archive.ArchiveTool
-
Main method for launching the process.
- main(String[]) - Static method in class io.aeron.archive.ArchivingMediaDriver
-
- main(String[]) - Static method in class io.aeron.archive.CatalogTool
-
Main method for launching the process.
- main(String[]) - Static method in class io.aeron.driver.MediaDriver
-
Main method for launching the process.
- main(String[]) - Static method in class io.aeron.samples.AeronStat
-
Main method for launching the process.
- main(String[]) - Static method in class io.aeron.samples.archive.ArchiveCreator
-
Main method for launching the process.
- main(String[]) - Static method in class io.aeron.samples.archive.EmbeddedRecordingThroughput
-
Main method for launching the process.
- main(String[]) - Static method in class io.aeron.samples.archive.EmbeddedReplayThroughput
-
Main method for launching the process.
- main(String[]) - Static method in class io.aeron.samples.archive.IndexedReplicatedRecording
-
Main method for launching the process.
- main(String[]) - Static method in class io.aeron.samples.archive.RecordedBasicPublisher
-
Main method for launching the process.
- main(String[]) - Static method in class io.aeron.samples.archive.ReplayedBasicSubscriber
-
Main method for launching the process.
- main(String[]) - Static method in class io.aeron.samples.archive.SegmentInspector
-
Main method for launching the process.
- main(String[]) - Static method in class io.aeron.samples.BacklogStat
-
Main method for launching the process.
- main(String[]) - Static method in class io.aeron.samples.BasicPublisher
-
Main method for launching the process.
- main(String[]) - Static method in class io.aeron.samples.BasicSubscriber
-
Main method for launching the process.
- main(String[]) - Static method in class io.aeron.samples.cluster.EchoServiceNode
-
Main method for launching the process.
- main(String[]) - Static method in class io.aeron.samples.cluster.tutorial.BasicAuctionClusterClient
-
Main method for launching the process.
- main(String[]) - Static method in class io.aeron.samples.cluster.tutorial.BasicAuctionClusteredServiceNode
-
Main method for launching the process.
- main(String[]) - Static method in class io.aeron.samples.cluster.tutorial.SingleNodeCluster
-
Main method for launching the process.
- main(String[]) - Static method in class io.aeron.samples.DriverTool
-
Main method for launching the process.
- main(String[]) - Static method in class io.aeron.samples.EmbeddedBufferClaimIpcThroughput
-
Main method for launching the process.
- main(String[]) - Static method in class io.aeron.samples.EmbeddedDualExclusiveThroughput
-
Main method for launching the process.
- main(String[]) - Static method in class io.aeron.samples.EmbeddedExclusiveBufferClaimIpcThroughput
-
Main method for launching the process.
- main(String[]) - Static method in class io.aeron.samples.EmbeddedExclusiveIpcThroughput
-
Main method for launching the process.
- main(String[]) - Static method in class io.aeron.samples.EmbeddedExclusiveSpiedThroughput
-
Main method for launching the process.
- main(String[]) - Static method in class io.aeron.samples.EmbeddedExclusiveThroughput
-
Main method for launching the process.
- main(String[]) - Static method in class io.aeron.samples.EmbeddedExclusiveVectoredIpcThroughput
-
Main method for launching the process.
- main(String[]) - Static method in class io.aeron.samples.EmbeddedIpcThroughput
-
Main method for launching the process.
- main(String[]) - Static method in class io.aeron.samples.EmbeddedPingPong
-
Main method for launching the process.
- main(String[]) - Static method in class io.aeron.samples.EmbeddedThroughput
-
Main method for launching the process.
- main(String[]) - Static method in class io.aeron.samples.ErrorStat
-
Main method for launching the process.
- main(String[]) - Static method in class io.aeron.samples.FileReceiver
-
Main method for launching the process.
- main(String[]) - Static method in class io.aeron.samples.FileSender
-
Main method for launching the process.
- main(String[]) - Static method in class io.aeron.samples.LogInspector
-
Main method for launching the process.
- main(String[]) - Static method in class io.aeron.samples.LossStat
-
Main method for launching the process.
- main(String[]) - Static method in class io.aeron.samples.LowLatencyMediaDriver
-
Main method for launching the process.
- main(String[]) - Static method in class io.aeron.samples.MultiplePublishersWithFragmentation
-
Main method for launching the process.
- main(String[]) - Static method in class io.aeron.samples.MultipleSubscribersWithFragmentAssembly
-
Main method for launching the process.
- main(String[]) - Static method in class io.aeron.samples.Ping
-
Main method for launching the process.
- main(String[]) - Static method in class io.aeron.samples.Pong
-
Main method for launching the process.
- main(String[]) - Static method in class io.aeron.samples.RateSubscriber
-
Main method for launching the process.
- main(String[]) - Static method in class io.aeron.samples.raw.BurstSendReceiveUdpPing
-
Main method for launching the process.
- main(String[]) - Static method in class io.aeron.samples.raw.HackSelectReceiveSendUdpPong
-
Main method for launching the process.
- main(String[]) - Static method in class io.aeron.samples.raw.ReceiveSendUdpPong
-
Main method for launching the process.
- main(String[]) - Static method in class io.aeron.samples.raw.ReceiveWriteUdpPong
-
Main method for launching the process.
- main(String[]) - Static method in class io.aeron.samples.raw.SelectReceiveSendUdpPong
-
Main method for launching the process.
- main(String[]) - Static method in class io.aeron.samples.raw.SendHackSelectReceiveUdpPing
-
Main method for launching the process.
- main(String[]) - Static method in class io.aeron.samples.raw.SendReceiveUdpPing
-
Main method for launching the process.
- main(String[]) - Static method in class io.aeron.samples.raw.SendSelectReceiveUdpPing
-
Main method for launching the process.
- main(String[]) - Static method in class io.aeron.samples.raw.WriteReceiveUdpPing
-
Main method for launching the process.
- main(String[]) - Static method in class io.aeron.samples.SetControllableIdleStrategy
-
Main method for launching the process.
- main(String[]) - Static method in class io.aeron.samples.SimplePublisher
-
Main method for launching the process.
- main(String[]) - Static method in class io.aeron.samples.SimpleSubscriber
-
Main method for launching the process.
- main(String[]) - Static method in class io.aeron.samples.StreamingPublisher
-
Main method for launching the process.
- main(String[]) - Static method in class io.aeron.samples.StreamStat
-
Main method for launching the process.
- MAJOR_VERSION - Static variable in class io.aeron.archive.ArchiveMarkFile
-
Major version for the archive files stored on disk.
- map() - Static method in class io.aeron.samples.CncFileReader
-
Map an existing CnC file.
- mapCounters() - Static method in class io.aeron.samples.SamplesUtil
-
Map an existing CnC file.
- mapCounters(MutableInteger) - Static method in class io.aeron.samples.SamplesUtil
-
Map an existing CnC file.
- mapExistingCncFile(Consumer<String>) - Method in class io.aeron.CommonContext
-
Map the CnC file if it exists.
- mapExistingFileReadOnly(File) - Static method in class io.aeron.samples.SamplesUtil
-
Map an existing file as a read only buffer.
- mapLossReport(String, int) - Static method in class io.aeron.driver.reports.LossReportUtil
-
Map a new loss report in the Aeron directory for a given length.
- mapLossReportReadOnly(String) - Static method in class io.aeron.driver.reports.LossReportUtil
-
Map a new loss report in the Aeron directory for a given length.
- MarkFileHeaderDecoder - Class in io.aeron.archive.codecs.mark
-
Mark file header.
- MarkFileHeaderDecoder() - Constructor for class io.aeron.archive.codecs.mark.MarkFileHeaderDecoder
-
- MarkFileHeaderEncoder - Class in io.aeron.archive.codecs.mark
-
Mark file header.
- MarkFileHeaderEncoder() - Constructor for class io.aeron.archive.codecs.mark.MarkFileHeaderEncoder
-
- matchesTag(UdpChannel) - Method in class io.aeron.driver.media.ReceiveChannelEndpoint
-
Does the channel have a matching tag?
- matchesTag(UdpChannel) - Method in class io.aeron.driver.media.UdpChannel
-
Does this channel have a tag match to another channel having INADDR_ANY endpoints.
- MAX_CATALOG_ENTRIES_DEFAULT - Static variable in class io.aeron.archive.Archive.Configuration
-
Deprecated.
- MAX_CATALOG_ENTRIES_PROP_NAME - Static variable in class io.aeron.archive.Archive.Configuration
-
- MAX_CHANNEL_LENGTH - Static variable in class io.aeron.driver.status.StreamCounter
-
The maximum length in bytes of the encoded channel identity.
- MAX_CHANNEL_LENGTH - Static variable in class io.aeron.status.ChannelEndpointStatus
-
The maximum length in bytes of the encoded channel identity.
- MAX_CONCURRENT_RECORDINGS_DEFAULT - Static variable in class io.aeron.archive.Archive.Configuration
-
Default maximum number of concurrent recordings.
- MAX_CONCURRENT_RECORDINGS_PROP_NAME - Static variable in class io.aeron.archive.Archive.Configuration
-
Maximum number of concurrent recordings which can be active at a time.
- MAX_CONCURRENT_REPLAYS_DEFAULT - Static variable in class io.aeron.archive.Archive.Configuration
-
Default maximum number of concurrent replays.
- MAX_CONCURRENT_REPLAYS_PROP_NAME - Static variable in class io.aeron.archive.Archive.Configuration
-
Maximum number of concurrent replays.
- MAX_MESSAGE_LENGTH - Static variable in class io.aeron.logbuffer.FrameDescriptor
-
Set a pragmatic maximum message length regardless of term length to encourage better design.
- MAX_NAME_LENGTH - Static variable in class io.aeron.protocol.ResolutionEntryFlyweight
-
Maximum length allowed for a name.
- MAX_POSITION_EXCEEDED - Static variable in class io.aeron.Publication
-
The offer failed due to reaching the maximum position of the stream given term buffer length times the total
possible number of terms.
- MAX_RECORDINGS - Static variable in exception io.aeron.archive.client.ArchiveException
-
The archive has reached its maximum concurrent recording sessions.
- MAX_REPLAYS - Static variable in exception io.aeron.archive.client.ArchiveException
-
The archive has reached its maximum concurrent replay sessions.
- MAX_RETRANSMITS_DEFAULT - Static variable in class io.aeron.driver.Configuration
-
Default max number of active retransmissions per connected stream.
- MAX_UDP_PAYLOAD_LENGTH - Static variable in class io.aeron.driver.Configuration
-
Maximum UDP datagram payload size for IPv4.
- maxCatalogEntries() - Static method in class io.aeron.archive.Archive.Configuration
-
- maxCatalogEntries(long) - Method in class io.aeron.archive.Archive.Context
-
- maxCatalogEntries() - Method in class io.aeron.archive.Archive.Context
-
- maxConcurrentRecordings() - Static method in class io.aeron.archive.Archive.Configuration
-
The maximum number of recordings that can operate concurrently after which new requests will be rejected.
- maxConcurrentRecordings() - Method in class io.aeron.archive.Archive.Context
-
Get the max number of concurrent recordings.
- maxConcurrentRecordings(int) - Method in class io.aeron.archive.Archive.Context
-
Set the max number of concurrent recordings.
- maxConcurrentReplays() - Static method in class io.aeron.archive.Archive.Configuration
-
The maximum number of replays that can operate concurrently after which new requests will be rejected.
- maxConcurrentReplays() - Method in class io.aeron.archive.Archive.Context
-
Get the max number of concurrent replays.
- maxConcurrentReplays(int) - Method in class io.aeron.archive.Archive.Context
-
Set the max number of concurrent replays.
- maxEntries(File) - Static method in class io.aeron.archive.ArchiveTool
-
- maxEntries(File, long) - Static method in class io.aeron.archive.ArchiveTool
-
- maxMessageLength() - Method in class io.aeron.Publication
-
Maximum message length supported in bytes.
- MaxMulticastFlowControl - Class in io.aeron.driver
-
Default multicast sender flow control strategy.
- MaxMulticastFlowControl() - Constructor for class io.aeron.driver.MaxMulticastFlowControl
-
- MaxMulticastFlowControlSupplier - Class in io.aeron.driver
-
- MaxMulticastFlowControlSupplier() - Constructor for class io.aeron.driver.MaxMulticastFlowControlSupplier
-
- maxPayloadLength() - Method in class io.aeron.Publication
-
Maximum length of a message payload that fits within a message fragment.
- maxPossiblePosition() - Method in class io.aeron.Publication
-
The maximum possible position this stream can reach due to its term buffer length.
- MDC_CONTROL_MODE_DYNAMIC - Static variable in class io.aeron.CommonContext
-
- MDC_CONTROL_MODE_MANUAL - Static variable in class io.aeron.CommonContext
-
- MDC_CONTROL_MODE_PARAM_NAME - Static variable in class io.aeron.CommonContext
-
Key for the mode of control that such be used for multi-destination-cast semantics.
- MDC_CONTROL_PARAM_NAME - Static variable in class io.aeron.CommonContext
-
The param for the control channel IP address and port for multi-destination-cast semantics.
- MEASURE_RTT - Static variable in class io.aeron.driver.ext.CubicCongestionControlConfiguration
-
Should RTT be measured.
- MEASURE_RTT_PROP_NAME - Static variable in class io.aeron.driver.ext.CubicCongestionControlConfiguration
-
Property name for measuring RTT or using static constant based on initial value.
- media() - Method in class io.aeron.ChannelUri
-
The media over which the channel operates.
- media(String) - Method in class io.aeron.ChannelUri
-
Set the media over which the channel operates.
- media(String) - Method in class io.aeron.ChannelUriStringBuilder
-
Set the media for this channel.
- media(ChannelUri) - Method in class io.aeron.ChannelUriStringBuilder
-
Set the endpoint value to be what is in the
ChannelUri
.
- media() - Method in class io.aeron.ChannelUriStringBuilder
-
The media over which the channel transmits.
- mediaDriver() - Method in class io.aeron.archive.ArchivingMediaDriver
-
- MediaDriver - Class in io.aeron.driver
-
Main class for JVM-based media driver
- MediaDriver.Context - Class in io.aeron.driver
-
- mediaDriverAgentInvoker(AgentInvoker) - Method in class io.aeron.archive.Archive.Context
-
Set the
AgentInvoker
that should be used for the Media Driver if running in a lightweight mode.
- mediaDriverContext() - Method in class io.aeron.samples.cluster.ClusterConfig
-
Gets the configuration's media driver context.
- MEMBER_FACING_PORT_OFFSET - Static variable in class io.aeron.samples.cluster.ClusterConfig
-
- MESSAGE_LENGTH - Static variable in class io.aeron.samples.SampleConfiguration
-
- MESSAGE_LENGTH_PROP - Static variable in class io.aeron.samples.SampleConfiguration
-
- MESSAGE_TIMEOUT_DEFAULT_NS - Static variable in class io.aeron.archive.client.AeronArchive.Configuration
-
Timeout when waiting on a message to be sent or received.
- MESSAGE_TIMEOUT_PROP_NAME - Static variable in class io.aeron.archive.client.AeronArchive.Configuration
-
Timeout in nanoseconds when waiting on a message to be sent or received.
- MessageHeaderDecoder - Class in io.aeron.archive.codecs.mark
-
Message identifiers and length of message root.
- MessageHeaderDecoder() - Constructor for class io.aeron.archive.codecs.mark.MessageHeaderDecoder
-
- MessageHeaderDecoder - Class in io.aeron.archive.codecs
-
Message identifiers and length of message root.
- MessageHeaderDecoder() - Constructor for class io.aeron.archive.codecs.MessageHeaderDecoder
-
- MessageHeaderEncoder - Class in io.aeron.archive.codecs.mark
-
Message identifiers and length of message root.
- MessageHeaderEncoder() - Constructor for class io.aeron.archive.codecs.mark.MessageHeaderEncoder
-
- MessageHeaderEncoder - Class in io.aeron.archive.codecs
-
Message identifiers and length of message root.
- MessageHeaderEncoder() - Constructor for class io.aeron.archive.codecs.MessageHeaderEncoder
-
- messageTimeoutNs() - Static method in class io.aeron.archive.client.AeronArchive.Configuration
-
The timeout in nanoseconds to wait for a message.
- messageTimeoutNs(long) - Method in class io.aeron.archive.client.AeronArchive.Context
-
Set the message timeout in nanoseconds to wait for sending or receiving a message.
- messageTimeoutNs() - Method in class io.aeron.archive.client.AeronArchive.Context
-
The message timeout in nanoseconds to wait for sending or receiving a message.
- META_DATA_LENGTH - Static variable in class io.aeron.CncFileDescriptor
-
Length of the metadata header for the CnC file.
- MetaAttribute - Enum in io.aeron.archive.codecs.mark
-
Meta attribute enum for selecting a particular meta attribute value.
- MetaAttribute - Enum in io.aeron.archive.codecs
-
Meta attribute enum for selecting a particular meta attribute value.
- metaData() - Method in interface io.aeron.driver.buffer.RawLog
-
The meta data storage for the overall log.
- metaDataBuffer() - Method in class io.aeron.LogBuffers
-
Get the buffer which holds the log metadata.
- migrate(PrintStream, File) - Static method in class io.aeron.archive.ArchiveTool
-
Migrate previous archive
MarkFile
,
Catalog
, and recordings from previous version
to latest version.
- migrateSegments(long, long) - Method in class io.aeron.archive.client.AeronArchive
-
Migrate segments from a source recording and attach them to the beginning of a destination recording.
- migrateSegments(long, long, long, long) - Method in class io.aeron.archive.client.ArchiveProxy
-
Migrate segments from a source recording and attach them to the beginning of a destination recording.
- MigrateSegmentsRequestDecoder - Class in io.aeron.archive.codecs
-
Migrate segments to beginning of a recording to give a new start position.
- MigrateSegmentsRequestDecoder() - Constructor for class io.aeron.archive.codecs.MigrateSegmentsRequestDecoder
-
- MigrateSegmentsRequestEncoder - Class in io.aeron.archive.codecs
-
Migrate segments to beginning of a recording to give a new start position.
- MigrateSegmentsRequestEncoder() - Constructor for class io.aeron.archive.codecs.MigrateSegmentsRequestEncoder
-
- MIN_HEADER_LENGTH - Static variable in class io.aeron.protocol.HeaderFlyweight
-
Minimum length of any Aeron frame.
- minFlowControl(Integer, String) - Method in class io.aeron.ChannelUriStringBuilder
-
Set min flow control settings to be used on stream.
- MinMulticastFlowControl - Class in io.aeron.driver
-
Minimum multicast sender flow control strategy.
- MinMulticastFlowControlSupplier - Class in io.aeron.driver
-
- MinMulticastFlowControlSupplier() - Constructor for class io.aeron.driver.MinMulticastFlowControlSupplier
-
- MINOR_VERSION - Static variable in class io.aeron.archive.ArchiveMarkFile
-
Minor version for the archive files stored on disk.
- minRecordingId() - Method in class io.aeron.archive.codecs.FindLastMatchingRecordingRequestDecoder
-
- minRecordingId(long) - Method in class io.aeron.archive.codecs.FindLastMatchingRecordingRequestEncoder
-
- minRecordingIdEncodingLength() - Static method in class io.aeron.archive.codecs.FindLastMatchingRecordingRequestDecoder
-
- minRecordingIdEncodingLength() - Static method in class io.aeron.archive.codecs.FindLastMatchingRecordingRequestEncoder
-
- minRecordingIdEncodingOffset() - Static method in class io.aeron.archive.codecs.FindLastMatchingRecordingRequestDecoder
-
- minRecordingIdEncodingOffset() - Static method in class io.aeron.archive.codecs.FindLastMatchingRecordingRequestEncoder
-
- minRecordingIdId() - Static method in class io.aeron.archive.codecs.FindLastMatchingRecordingRequestDecoder
-
- minRecordingIdId() - Static method in class io.aeron.archive.codecs.FindLastMatchingRecordingRequestEncoder
-
- minRecordingIdMaxValue() - Static method in class io.aeron.archive.codecs.FindLastMatchingRecordingRequestDecoder
-
- minRecordingIdMaxValue() - Static method in class io.aeron.archive.codecs.FindLastMatchingRecordingRequestEncoder
-
- minRecordingIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.FindLastMatchingRecordingRequestDecoder
-
- minRecordingIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.FindLastMatchingRecordingRequestEncoder
-
- minRecordingIdMinValue() - Static method in class io.aeron.archive.codecs.FindLastMatchingRecordingRequestDecoder
-
- minRecordingIdMinValue() - Static method in class io.aeron.archive.codecs.FindLastMatchingRecordingRequestEncoder
-
- minRecordingIdNullValue() - Static method in class io.aeron.archive.codecs.FindLastMatchingRecordingRequestDecoder
-
- minRecordingIdNullValue() - Static method in class io.aeron.archive.codecs.FindLastMatchingRecordingRequestEncoder
-
- minRecordingIdSinceVersion() - Static method in class io.aeron.archive.codecs.FindLastMatchingRecordingRequestDecoder
-
- minRecordingIdSinceVersion() - Static method in class io.aeron.archive.codecs.FindLastMatchingRecordingRequestEncoder
-
- mtu(Integer) - Method in class io.aeron.ChannelUriStringBuilder
-
Set the maximum transmission unit (MTU) including Aeron header for a datagram payload.
- mtu(ChannelUri) - Method in class io.aeron.ChannelUriStringBuilder
-
Set the mtu value to be what is in the
ChannelUri
which may be null.
- mtu() - Method in class io.aeron.ChannelUriStringBuilder
-
Get the maximum transmission unit (MTU) including Aeron header for a datagram payload.
- MTU_LENGTH_DEFAULT - Static variable in class io.aeron.driver.Configuration
-
The default is conservative to avoid fragmentation on IPv4 or IPv6 over Ethernet with PPPoE header,
or for clouds such as Google, Azure, and AWS.
- MTU_LENGTH_PARAM_NAME - Static variable in class io.aeron.CommonContext
-
MTU length parameter name for using as a channel URI param.
- MTU_LENGTH_PROP_NAME - Static variable in class io.aeron.driver.Configuration
-
Length of the maximum transmission unit of the media driver's protocol.
- mtuLength() - Method in class io.aeron.archive.codecs.RecordingDescriptorDecoder
-
- mtuLength(int) - Method in class io.aeron.archive.codecs.RecordingDescriptorEncoder
-
- mtuLength - Variable in class io.aeron.archive.RecordingSummary
-
UDP datagram length, or MTU, of the recording.
- mtuLength() - Static method in class io.aeron.driver.Configuration
-
Length of the maximum transmission unit of the media driver's protocol.
- mtuLength() - Method in class io.aeron.driver.MediaDriver.Context
-
MTU in bytes for datagrams sent to the network.
- mtuLength(int) - Method in class io.aeron.driver.MediaDriver.Context
-
MTU in bytes for datagrams sent to the network.
- mtuLength() - Method in class io.aeron.Image
-
The length in bytes of the MTU (Maximum Transmission Unit) the Sender used for the datagram.
- mtuLength(UnsafeBuffer) - Static method in class io.aeron.logbuffer.LogBufferDescriptor
-
Get the value of the MTU length used for this log.
- mtuLength(UnsafeBuffer, int) - Static method in class io.aeron.logbuffer.LogBufferDescriptor
-
Set the MTU length used for this log.
- mtuLength() - Method in class io.aeron.protocol.SetupFlyweight
-
Get MTU length field.
- mtuLength(int) - Method in class io.aeron.protocol.SetupFlyweight
-
Set MTU length field.
- mtuLengthEncodingLength() - Static method in class io.aeron.archive.codecs.RecordingDescriptorDecoder
-
- mtuLengthEncodingLength() - Static method in class io.aeron.archive.codecs.RecordingDescriptorEncoder
-
- mtuLengthEncodingOffset() - Static method in class io.aeron.archive.codecs.RecordingDescriptorDecoder
-
- mtuLengthEncodingOffset() - Static method in class io.aeron.archive.codecs.RecordingDescriptorEncoder
-
- mtuLengthId() - Static method in class io.aeron.archive.codecs.RecordingDescriptorDecoder
-
- mtuLengthId() - Static method in class io.aeron.archive.codecs.RecordingDescriptorEncoder
-
- mtuLengthMaxValue() - Static method in class io.aeron.archive.codecs.RecordingDescriptorDecoder
-
- mtuLengthMaxValue() - Static method in class io.aeron.archive.codecs.RecordingDescriptorEncoder
-
- mtuLengthMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.RecordingDescriptorDecoder
-
- mtuLengthMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.RecordingDescriptorEncoder
-
- mtuLengthMinValue() - Static method in class io.aeron.archive.codecs.RecordingDescriptorDecoder
-
- mtuLengthMinValue() - Static method in class io.aeron.archive.codecs.RecordingDescriptorEncoder
-
- mtuLengthNullValue() - Static method in class io.aeron.archive.codecs.RecordingDescriptorDecoder
-
- mtuLengthNullValue() - Static method in class io.aeron.archive.codecs.RecordingDescriptorEncoder
-
- mtuLengthSinceVersion() - Static method in class io.aeron.archive.codecs.RecordingDescriptorDecoder
-
- mtuLengthSinceVersion() - Static method in class io.aeron.archive.codecs.RecordingDescriptorEncoder
-
- MULTICAST_FLOW_CONTROL_STRATEGY - Static variable in class io.aeron.driver.Configuration
-
- MULTICAST_FLOW_CONTROL_STRATEGY_PROP_NAME - Static variable in class io.aeron.driver.Configuration
-
Property name for
FlowControl
to be employed for multicast channels.
- MULTICAST_FLOW_CONTROL_STRATEGY_SUPPLIER_PROP_NAME - Static variable in class io.aeron.driver.Configuration
-
- multicastFeedbackDelayGenerator() - Method in class io.aeron.driver.MediaDriver.Context
-
- multicastFeedbackDelayGenerator(FeedbackDelayGenerator) - Method in class io.aeron.driver.MediaDriver.Context
-
- multicastFlowControlSupplier() - Static method in class io.aeron.driver.Configuration
-
Get the supplier of
FlowControl
s which can be used for changing behavior of flow control for multicast
publications.
- multicastFlowControlSupplier() - Method in class io.aeron.driver.MediaDriver.Context
-
Supplier of dynamically created
FlowControl
strategies for multicast connections.
- multicastFlowControlSupplier(FlowControlSupplier) - Method in class io.aeron.driver.MediaDriver.Context
-
Supplier of dynamically created
FlowControl
strategies for multicast connections.
- multicastTtl() - Method in class io.aeron.driver.media.ReceiveChannelEndpoint
-
Get the multicast TTL for the primary transport.
- multicastTtl(int) - Method in class io.aeron.driver.media.ReceiveChannelEndpoint
-
Get the multicast TTL for the transport index.
- multicastTtl() - Method in class io.aeron.driver.media.UdpChannel
-
Multicast TTL value.
- multicastTtl() - Method in class io.aeron.driver.media.UdpChannelTransport
-
Get the multicast TTL value for sending datagrams on the channel.
- MultiplePublishersWithFragmentation - Class in io.aeron.samples
-
A publisher application with multiple publications which send fragmented messages to a channel and two different
stream IDs.
- MultiplePublishersWithFragmentation() - Constructor for class io.aeron.samples.MultiplePublishersWithFragmentation
-
- MultipleSubscribersWithFragmentAssembly - Class in io.aeron.samples
-
A subscriber application with two subscriptions which can receive fragmented messages.
- MultipleSubscribersWithFragmentAssembly() - Constructor for class io.aeron.samples.MultipleSubscribersWithFragmentAssembly
-
- OBSERVATION_COUNT_OFFSET - Static variable in class io.aeron.driver.reports.LossReport
-
Offset within an entry at which the observation count begins.
- offendingCommandCorrelationId() - Method in class io.aeron.command.ErrorResponseFlyweight
-
Return correlation ID of the offending command.
- offendingCommandCorrelationId(long) - Method in class io.aeron.command.ErrorResponseFlyweight
-
Set correlation ID of the offending command.
- offer(DirectBuffer, int, int, ReservedValueSupplier) - Method in class io.aeron.ConcurrentPublication
-
Non-blocking publish of a partial buffer containing a message.
- offer(DirectBuffer, int, int, DirectBuffer, int, int, ReservedValueSupplier) - Method in class io.aeron.ConcurrentPublication
-
Non-blocking publish of a message composed of two parts, e.g.
- offer(DirectBufferVector[], ReservedValueSupplier) - Method in class io.aeron.ConcurrentPublication
-
Non-blocking publish by gathering buffer vectors into a message.
- offer(DirectBuffer, int, int, ReservedValueSupplier) - Method in class io.aeron.ExclusivePublication
-
Non-blocking publish of a partial buffer containing a message.
- offer(DirectBuffer, int, int, DirectBuffer, int, int, ReservedValueSupplier) - Method in class io.aeron.ExclusivePublication
-
Non-blocking publish of a message composed of two parts, e.g.
- offer(DirectBufferVector[], ReservedValueSupplier) - Method in class io.aeron.ExclusivePublication
-
Non-blocking publish by gathering buffer vectors into a message.
- offer(DirectBuffer) - Method in class io.aeron.Publication
-
Non-blocking publish of a buffer containing a message.
- offer(DirectBuffer, int, int) - Method in class io.aeron.Publication
-
Non-blocking publish of a partial buffer containing a message.
- offer(DirectBuffer, int, int, ReservedValueSupplier) - Method in class io.aeron.Publication
-
Non-blocking publish of a partial buffer containing a message.
- offer(DirectBuffer, int, int, DirectBuffer, int, int) - Method in class io.aeron.Publication
-
Non-blocking publish of a message composed of two parts, e.g.
- offer(DirectBuffer, int, int, DirectBuffer, int, int, ReservedValueSupplier) - Method in class io.aeron.Publication
-
Non-blocking publish of a message composed of two parts, e.g.
- offer(DirectBufferVector[]) - Method in class io.aeron.Publication
-
Non-blocking publish by gathering buffer vectors into a message.
- offer(DirectBufferVector[], ReservedValueSupplier) - Method in class io.aeron.Publication
-
Non-blocking publish by gathering buffer vectors into a message.
- offerBlock(MutableDirectBuffer, int, int) - Method in class io.aeron.ExclusivePublication
-
Offer a block of pre-formatted message fragments directly into the current term.
- offset() - Method in class io.aeron.archive.codecs.AttachSegmentsRequestDecoder
-
- offset() - Method in class io.aeron.archive.codecs.AttachSegmentsRequestEncoder
-
- offset() - Method in class io.aeron.archive.codecs.AuthConnectRequestDecoder
-
- offset() - Method in class io.aeron.archive.codecs.AuthConnectRequestEncoder
-
- offset() - Method in class io.aeron.archive.codecs.BoundedReplayRequestDecoder
-
- offset() - Method in class io.aeron.archive.codecs.BoundedReplayRequestEncoder
-
- offset() - Method in class io.aeron.archive.codecs.CatalogHeaderDecoder
-
- offset() - Method in class io.aeron.archive.codecs.CatalogHeaderEncoder
-
- offset() - Method in class io.aeron.archive.codecs.ChallengeDecoder
-
- offset() - Method in class io.aeron.archive.codecs.ChallengeEncoder
-
- offset() - Method in class io.aeron.archive.codecs.ChallengeResponseDecoder
-
- offset() - Method in class io.aeron.archive.codecs.ChallengeResponseEncoder
-
- offset() - Method in class io.aeron.archive.codecs.CloseSessionRequestDecoder
-
- offset() - Method in class io.aeron.archive.codecs.CloseSessionRequestEncoder
-
- offset() - Method in class io.aeron.archive.codecs.ConnectRequestDecoder
-
- offset() - Method in class io.aeron.archive.codecs.ConnectRequestEncoder
-
- offset() - Method in class io.aeron.archive.codecs.ControlResponseDecoder
-
- offset() - Method in class io.aeron.archive.codecs.ControlResponseEncoder
-
- offset() - Method in class io.aeron.archive.codecs.DeleteDetachedSegmentsRequestDecoder
-
- offset() - Method in class io.aeron.archive.codecs.DeleteDetachedSegmentsRequestEncoder
-
- offset() - Method in class io.aeron.archive.codecs.DetachSegmentsRequestDecoder
-
- offset() - Method in class io.aeron.archive.codecs.DetachSegmentsRequestEncoder
-
- offset() - Method in class io.aeron.archive.codecs.ExtendRecordingRequest2Decoder
-
- offset() - Method in class io.aeron.archive.codecs.ExtendRecordingRequest2Encoder
-
- offset() - Method in class io.aeron.archive.codecs.ExtendRecordingRequestDecoder
-
- offset() - Method in class io.aeron.archive.codecs.ExtendRecordingRequestEncoder
-
- offset() - Method in class io.aeron.archive.codecs.FindLastMatchingRecordingRequestDecoder
-
- offset() - Method in class io.aeron.archive.codecs.FindLastMatchingRecordingRequestEncoder
-
- offset() - Method in class io.aeron.archive.codecs.KeepAliveRequestDecoder
-
- offset() - Method in class io.aeron.archive.codecs.KeepAliveRequestEncoder
-
- offset() - Method in class io.aeron.archive.codecs.ListRecordingRequestDecoder
-
- offset() - Method in class io.aeron.archive.codecs.ListRecordingRequestEncoder
-
- offset() - Method in class io.aeron.archive.codecs.ListRecordingsForUriRequestDecoder
-
- offset() - Method in class io.aeron.archive.codecs.ListRecordingsForUriRequestEncoder
-
- offset() - Method in class io.aeron.archive.codecs.ListRecordingsRequestDecoder
-
- offset() - Method in class io.aeron.archive.codecs.ListRecordingsRequestEncoder
-
- offset() - Method in class io.aeron.archive.codecs.ListRecordingSubscriptionsRequestDecoder
-
- offset() - Method in class io.aeron.archive.codecs.ListRecordingSubscriptionsRequestEncoder
-
- offset() - Method in class io.aeron.archive.codecs.mark.MarkFileHeaderDecoder
-
- offset() - Method in class io.aeron.archive.codecs.mark.MarkFileHeaderEncoder
-
- offset() - Method in class io.aeron.archive.codecs.mark.MessageHeaderDecoder
-
- offset() - Method in class io.aeron.archive.codecs.mark.MessageHeaderEncoder
-
- offset() - Method in class io.aeron.archive.codecs.mark.VarAsciiEncodingDecoder
-
- offset() - Method in class io.aeron.archive.codecs.mark.VarAsciiEncodingEncoder
-
- offset() - Method in class io.aeron.archive.codecs.MessageHeaderDecoder
-
- offset() - Method in class io.aeron.archive.codecs.MessageHeaderEncoder
-
- offset() - Method in class io.aeron.archive.codecs.MigrateSegmentsRequestDecoder
-
- offset() - Method in class io.aeron.archive.codecs.MigrateSegmentsRequestEncoder
-
- offset() - Method in class io.aeron.archive.codecs.PurgeRecordingRequestDecoder
-
- offset() - Method in class io.aeron.archive.codecs.PurgeRecordingRequestEncoder
-
- offset() - Method in class io.aeron.archive.codecs.PurgeSegmentsRequestDecoder
-
- offset() - Method in class io.aeron.archive.codecs.PurgeSegmentsRequestEncoder
-
- offset() - Method in class io.aeron.archive.codecs.RecordingDescriptorDecoder
-
- offset() - Method in class io.aeron.archive.codecs.RecordingDescriptorEncoder
-
- offset() - Method in class io.aeron.archive.codecs.RecordingDescriptorHeaderDecoder
-
- offset() - Method in class io.aeron.archive.codecs.RecordingDescriptorHeaderEncoder
-
- offset() - Method in class io.aeron.archive.codecs.RecordingPositionRequestDecoder
-
- offset() - Method in class io.aeron.archive.codecs.RecordingPositionRequestEncoder
-
- offset() - Method in class io.aeron.archive.codecs.RecordingProgressDecoder
-
- offset() - Method in class io.aeron.archive.codecs.RecordingProgressEncoder
-
- offset() - Method in class io.aeron.archive.codecs.RecordingSignalEventDecoder
-
- offset() - Method in class io.aeron.archive.codecs.RecordingSignalEventEncoder
-
- offset() - Method in class io.aeron.archive.codecs.RecordingStartedDecoder
-
- offset() - Method in class io.aeron.archive.codecs.RecordingStartedEncoder
-
- offset() - Method in class io.aeron.archive.codecs.RecordingStoppedDecoder
-
- offset() - Method in class io.aeron.archive.codecs.RecordingStoppedEncoder
-
- offset() - Method in class io.aeron.archive.codecs.RecordingSubscriptionDescriptorDecoder
-
- offset() - Method in class io.aeron.archive.codecs.RecordingSubscriptionDescriptorEncoder
-
- offset() - Method in class io.aeron.archive.codecs.ReplayRequestDecoder
-
- offset() - Method in class io.aeron.archive.codecs.ReplayRequestEncoder
-
- offset() - Method in class io.aeron.archive.codecs.ReplicateRequest2Decoder
-
- offset() - Method in class io.aeron.archive.codecs.ReplicateRequest2Encoder
-
- offset() - Method in class io.aeron.archive.codecs.ReplicateRequestDecoder
-
- offset() - Method in class io.aeron.archive.codecs.ReplicateRequestEncoder
-
- offset() - Method in class io.aeron.archive.codecs.StartPositionRequestDecoder
-
- offset() - Method in class io.aeron.archive.codecs.StartPositionRequestEncoder
-
- offset() - Method in class io.aeron.archive.codecs.StartRecordingRequest2Decoder
-
- offset() - Method in class io.aeron.archive.codecs.StartRecordingRequest2Encoder
-
- offset() - Method in class io.aeron.archive.codecs.StartRecordingRequestDecoder
-
- offset() - Method in class io.aeron.archive.codecs.StartRecordingRequestEncoder
-
- offset() - Method in class io.aeron.archive.codecs.StopAllReplaysRequestDecoder
-
- offset() - Method in class io.aeron.archive.codecs.StopAllReplaysRequestEncoder
-
- offset() - Method in class io.aeron.archive.codecs.StopPositionRequestDecoder
-
- offset() - Method in class io.aeron.archive.codecs.StopPositionRequestEncoder
-
- offset() - Method in class io.aeron.archive.codecs.StopRecordingByIdentityRequestDecoder
-
- offset() - Method in class io.aeron.archive.codecs.StopRecordingByIdentityRequestEncoder
-
- offset() - Method in class io.aeron.archive.codecs.StopRecordingRequestDecoder
-
- offset() - Method in class io.aeron.archive.codecs.StopRecordingRequestEncoder
-
- offset() - Method in class io.aeron.archive.codecs.StopRecordingSubscriptionRequestDecoder
-
- offset() - Method in class io.aeron.archive.codecs.StopRecordingSubscriptionRequestEncoder
-
- offset() - Method in class io.aeron.archive.codecs.StopReplayRequestDecoder
-
- offset() - Method in class io.aeron.archive.codecs.StopReplayRequestEncoder
-
- offset() - Method in class io.aeron.archive.codecs.StopReplicationRequestDecoder
-
- offset() - Method in class io.aeron.archive.codecs.StopReplicationRequestEncoder
-
- offset() - Method in class io.aeron.archive.codecs.TaggedReplicateRequestDecoder
-
- offset() - Method in class io.aeron.archive.codecs.TaggedReplicateRequestEncoder
-
- offset() - Method in class io.aeron.archive.codecs.TruncateRecordingRequestDecoder
-
- offset() - Method in class io.aeron.archive.codecs.TruncateRecordingRequestEncoder
-
- offset() - Method in class io.aeron.archive.codecs.VarAsciiEncodingDecoder
-
- offset() - Method in class io.aeron.archive.codecs.VarAsciiEncodingEncoder
-
- offset() - Method in class io.aeron.archive.codecs.VarDataEncodingDecoder
-
- offset() - Method in class io.aeron.archive.codecs.VarDataEncodingEncoder
-
- offset() - Method in class io.aeron.DirectBufferVector
-
Offset in the buffer at which the vector starts.
- offset(int) - Method in class io.aeron.DirectBufferVector
-
Offset in the buffer at which the vector starts.
- offset() - Method in class io.aeron.logbuffer.BufferClaim
-
The offset in the buffer at which the claimed range begins.
- offset(int) - Method in class io.aeron.logbuffer.Header
-
Set the offset at which the header begins in the log.
- offset() - Method in class io.aeron.logbuffer.Header
-
The offset at which the frame begins.
- offset(long) - Static method in class io.aeron.logbuffer.TermReader
-
The offset up to which the term has progressed.
- ON_AVAILABLE_IMAGE - Static variable in class io.aeron.command.ControlProtocolEvents
-
Subscribed Image buffers are available notification.
- ON_CLIENT_TIMEOUT - Static variable in class io.aeron.command.ControlProtocolEvents
-
Inform clients of client timeout.
- ON_COUNTER_READY - Static variable in class io.aeron.command.ControlProtocolEvents
-
New counter is ready notification.
- ON_ERROR - Static variable in class io.aeron.command.ControlProtocolEvents
-
Error Response as a result of attempting to process a client command operation.
- ON_EXCLUSIVE_PUBLICATION_READY - Static variable in class io.aeron.command.ControlProtocolEvents
-
New Exclusive Publication buffers are ready notification.
- ON_OPERATION_SUCCESS - Static variable in class io.aeron.command.ControlProtocolEvents
-
Operation has succeeded.
- ON_PUBLICATION_READY - Static variable in class io.aeron.command.ControlProtocolEvents
-
New Publication buffers are ready notification.
- ON_SUBSCRIPTION_READY - Static variable in class io.aeron.command.ControlProtocolEvents
-
New Subscription is ready notification.
- ON_UNAVAILABLE_COUNTER - Static variable in class io.aeron.command.ControlProtocolEvents
-
Inform clients of removal of counter.
- ON_UNAVAILABLE_IMAGE - Static variable in class io.aeron.command.ControlProtocolEvents
-
Inform client of timeout and removal of an inactive Image.
- onAvailableCounter(CountersReader, long, int) - Method in interface io.aeron.AvailableCounterHandler
-
Method called by Aeron to deliver notification of a
Counter
being available.
- onAvailableImage(Image) - Method in interface io.aeron.AvailableImageHandler
-
Method called by Aeron to deliver notification of a new
Image
being available for polling.
- onBlock(DirectBuffer, int, int, int, int) - Method in interface io.aeron.logbuffer.BlockHandler
-
Callback for handling a block of messages being read from a log.
- onBlock(FileChannel, long, UnsafeBuffer, int, int, int, int) - Method in interface io.aeron.logbuffer.RawBlockHandler
-
Notification of an available block of fragments.
- onChallenge(byte[]) - Method in interface io.aeron.security.CredentialsSupplier
-
Given some encoded challenge, provide the credentials to be included in a Challenge Response as part of
authentication with a system.
- onChallenge(byte[]) - Method in class io.aeron.security.NullCredentialsSupplier
-
Given some encoded challenge, provide the credentials to be included in a Challenge Response as part of
authentication with a system.
- onChallengedSession(SessionProxy, long) - Method in class io.aeron.samples.archive.SampleAuthenticator
-
The client has been challenged and is awaiting a response.
- onChallengedSession(SessionProxy, long) - Method in interface io.aeron.security.Authenticator
-
Called when a challenged client should be able to accept a response from the authenticator.
- onChallengeResponse(long, byte[], long) - Method in class io.aeron.samples.archive.SampleAuthenticator
-
Client has returned a response to a challenge.
- onChallengeResponse(long, byte[], long) - Method in interface io.aeron.security.Authenticator
-
Called upon reception of a Challenge Response from an unauthenticated client.
- onClose() - Method in class io.aeron.driver.DriverConductor
- onClose() - Method in class io.aeron.driver.Receiver
- onClose() - Method in class io.aeron.driver.Sender
- onConnectedSession(SessionProxy, long) - Method in class io.aeron.samples.archive.SampleAuthenticator
-
Client session is now connected so a response can be sent.
- onConnectedSession(SessionProxy, long) - Method in interface io.aeron.security.Authenticator
-
Called when a client's response channel has been connected.
- onConnectRequest(long, byte[], long) - Method in class io.aeron.samples.archive.SampleAuthenticator
-
Client is attempting to connect.
- onConnectRequest(long, byte[], long) - Method in interface io.aeron.security.Authenticator
-
- onDataPacket(ReceiveChannelEndpoint, DataHeaderFlyweight, UnsafeBuffer, int, InetSocketAddress, int) - Method in class io.aeron.driver.DataPacketDispatcher
-
Dispatch a data packet to the registered interest.
- onDataPacket(DataHeaderFlyweight, UnsafeBuffer, int, InetSocketAddress, int) - Method in class io.aeron.driver.ext.DebugReceiveChannelEndpoint
-
Callback to handle a received data packet.
- onDataPacket(DataHeaderFlyweight, UnsafeBuffer, int, InetSocketAddress, int) - Method in class io.aeron.driver.media.ReceiveChannelEndpoint
-
Callback to handle a received data packet.
- onError(Throwable) - Method in class io.aeron.RethrowingErrorHandler
- onFragment(DirectBuffer, int, int, Header) - Method in class io.aeron.archive.client.RecordingEventsAdapter
-
Callback for handling fragments of data being read from a log.
- onFragment(DirectBuffer, int, int, Header) - Method in class io.aeron.archive.client.RecordingEventsPoller
-
Callback for handling fragments of data being read from a log.
- onFragment(DirectBuffer, int, int, Header) - Method in class io.aeron.ControlledFragmentAssembler
-
- onFragment(DirectBuffer, int, int, Header) - Method in class io.aeron.FragmentAssembler
-
The implementation of
FragmentHandler
that reassembles and forwards whole messages.
- onFragment(DirectBuffer, int, int, Header) - Method in class io.aeron.ImageControlledFragmentAssembler
-
- onFragment(DirectBuffer, int, int, Header) - Method in class io.aeron.ImageFragmentAssembler
-
The implementation of
FragmentHandler
that reassembles and forwards whole messages.
- onFragment(DirectBuffer, int, int, Header) - Method in interface io.aeron.logbuffer.ControlledFragmentHandler
-
Callback for handling fragments of data being read from a log.
- onFragment(DirectBuffer, int, int, Header) - Method in interface io.aeron.logbuffer.FragmentHandler
-
Callback for handling fragments of data being read from a log.
- onFrame(UnsafeBuffer, int, InetSocketAddress, long) - Method in interface io.aeron.driver.media.UdpNameResolutionTransport.UdpFrameHandler
-
Callback for processing the received frames.
- onGap(int, int, int) - Method in class io.aeron.driver.LossDetector
-
Gap detected in log buffer that is being rebuilt.
- onGap(int, int, int) - Method in interface io.aeron.logbuffer.TermGapScanner.GapHandler
-
Gap detected in log buffer that is being rebuilt.
- onGapDetected(int, int, int) - Method in interface io.aeron.driver.LossHandler
-
Called when a gap in the message stream has been detected.
- onGapDetected(int, int, int) - Method in class io.aeron.driver.PublicationImage
-
- onIdle(long, long, long, boolean) - Method in class io.aeron.driver.AbstractMinMulticastFlowControl
-
Perform any maintenance needed by the flow control strategy and return current sender limit position.
- onIdle(long, long, long, boolean) - Method in interface io.aeron.driver.FlowControl
-
Perform any maintenance needed by the flow control strategy and return current sender limit position.
- onIdle(long, long, long, boolean) - Method in class io.aeron.driver.MaxMulticastFlowControl
-
Perform any maintenance needed by the flow control strategy and return current sender limit position.
- onIdle(long, long, long, boolean) - Method in class io.aeron.driver.UnicastFlowControl
-
Perform any maintenance needed by the flow control strategy and return current sender limit position.
- onMessage(long, long, DirectBuffer, int, int, Header) - Method in class io.aeron.samples.cluster.tutorial.BasicAuctionClusterClient
- onMessage(long) - Method in class io.aeron.samples.RateReporter
-
Notify rate reporter of number of messages and length received, sent, etc.
- onNak(int, int, int) - Method in class io.aeron.driver.NetworkPublication
-
Process a NAK message so a retransmit can occur.
- onNak(int, int, int, int, RetransmitSender) - Method in class io.aeron.driver.RetransmitHandler
-
Called on reception of a NAK to start retransmits handling.
- onNakMessage(NakFlyweight, UnsafeBuffer, int, InetSocketAddress) - Method in class io.aeron.driver.ext.DebugSendChannelEndpoint
-
Callback back handler for received NAK messages.
- onNakMessage(NakFlyweight, UnsafeBuffer, int, InetSocketAddress) - Method in class io.aeron.driver.media.SendChannelEndpoint
-
Callback back handler for received NAK messages.
- onNewLeader(long, long, int, String) - Method in class io.aeron.samples.cluster.tutorial.BasicAuctionClusterClient
- onProgress(long, long, long) - Method in interface io.aeron.archive.client.RecordingEventsListener
-
Progress indication of an active recording.
- onRecordingDescriptor(long, long, long, long, long, long, long, int, int, int, int, int, int, String, String, String) - Method in interface io.aeron.archive.client.RecordingDescriptorConsumer
-
A recording descriptor returned as a result of requesting a listing of recordings.
- onReport(double, double, long, long) - Method in interface io.aeron.samples.RateReporter.Reporter
-
Called for a rate report.
- onResponse(long, long, long, ControlResponseCode, String) - Method in interface io.aeron.archive.client.ControlEventListener
-
An event has been received from the Archive in response to a request with a given correlation id.
- onRetransmitReceived(int, int) - Method in class io.aeron.driver.RetransmitHandler
-
Called to indicate a retransmission is received that may obviate the need to send one ourselves.
- onRoleChange(Cluster.Role) - Method in class io.aeron.samples.cluster.tutorial.BasicAuctionClusteredService
- onRttMeasurement(long, long, InetSocketAddress) - Method in interface io.aeron.driver.CongestionControl
-
Called by
Receiver
on reception of an RTT Measurement.
- onRttMeasurement(ReceiveChannelEndpoint, RttMeasurementFlyweight, InetSocketAddress, int) - Method in class io.aeron.driver.DataPacketDispatcher
-
Dispatch an RTT measurement message to registered interest.
- onRttMeasurement(long, long, InetSocketAddress) - Method in class io.aeron.driver.ext.CubicCongestionControl
-
Called by
Receiver
on reception of an RTT Measurement.
- onRttMeasurement(RttMeasurementFlyweight, UnsafeBuffer, int, InetSocketAddress, int) - Method in class io.aeron.driver.ext.DebugReceiveChannelEndpoint
-
Callback to handle a received RTT Measurement frame.
- onRttMeasurement(RttMeasurementFlyweight, UnsafeBuffer, int, InetSocketAddress) - Method in class io.aeron.driver.ext.DebugSendChannelEndpoint
-
Callback back handler for received RTT Measurement messages.
- onRttMeasurement(RttMeasurementFlyweight, UnsafeBuffer, int, InetSocketAddress, int) - Method in class io.aeron.driver.media.ReceiveChannelEndpoint
-
Callback to handle a received RTT Measurement frame.
- onRttMeasurement(RttMeasurementFlyweight, UnsafeBuffer, int, InetSocketAddress) - Method in class io.aeron.driver.media.SendChannelEndpoint
-
Callback back handler for received RTT Measurement messages.
- onRttMeasurement(RttMeasurementFlyweight, InetSocketAddress) - Method in class io.aeron.driver.NetworkPublication
-
Process a RTT (Round Trip Timing) message from a receiver.
- onRttMeasurement(long, long, InetSocketAddress) - Method in class io.aeron.driver.StaticWindowCongestionControl
-
Called by
Receiver
on reception of an RTT Measurement.
- onRttMeasurementSent(long) - Method in interface io.aeron.driver.CongestionControl
-
Called by
Receiver
to record that a measurement request has been sent.
- onRttMeasurementSent(long) - Method in class io.aeron.driver.ext.CubicCongestionControl
-
Called by
Receiver
to record that a measurement request has been sent.
- onRttMeasurementSent(long) - Method in class io.aeron.driver.StaticWindowCongestionControl
-
Called by
Receiver
to record that a measurement request has been sent.
- onSessionClose(ClientSession, long, CloseReason) - Method in class io.aeron.samples.cluster.tutorial.BasicAuctionClusteredService
- onSessionEvent(long, long, long, int, EventCode, String) - Method in class io.aeron.samples.cluster.tutorial.BasicAuctionClusterClient
- onSessionMessage(ClientSession, long, DirectBuffer, int, int, Header) - Method in class io.aeron.samples.cluster.tutorial.BasicAuctionClusteredService
- onSessionOpen(ClientSession, long) - Method in class io.aeron.samples.cluster.tutorial.BasicAuctionClusteredService
- onSetupMessage(ReceiveChannelEndpoint, SetupFlyweight, InetSocketAddress, int) - Method in class io.aeron.driver.DataPacketDispatcher
-
Dispatch a setup message to registered interest.
- onSetupMessage(SetupFlyweight, UnsafeBuffer, int, InetSocketAddress, int) - Method in class io.aeron.driver.ext.DebugReceiveChannelEndpoint
-
Callback to handle a received setup frame.
- onSetupMessage(SetupFlyweight, UnsafeBuffer, int, InetSocketAddress, int) - Method in class io.aeron.driver.media.ReceiveChannelEndpoint
-
Callback to handle a received setup frame.
- onSignal(long, long, long, long, long, RecordingSignal) - Method in interface io.aeron.archive.client.RecordingSignalConsumer
-
Signal of operation taken on a recording.
- onStart(long, long, int, int, String, String) - Method in interface io.aeron.archive.client.RecordingEventsListener
-
Fired when a recording is started.
- onStart() - Method in class io.aeron.driver.DriverConductor
- onStart() - Method in class io.aeron.driver.Receiver
- onStart() - Method in class io.aeron.driver.Sender
- onStart(Cluster, Image) - Method in class io.aeron.samples.cluster.tutorial.BasicAuctionClusteredService
- onStatusMessage(StatusMessageFlyweight, UnsafeBuffer, int, InetSocketAddress) - Method in class io.aeron.driver.ext.DebugSendChannelEndpoint
-
Callback back handler for received status messages.
- onStatusMessage(StatusMessageFlyweight, InetSocketAddress, long, int, int, long) - Method in interface io.aeron.driver.FlowControl
-
Update the sender flow control strategy based on a status message from the receiver.
- onStatusMessage(StatusMessageFlyweight, InetSocketAddress, long, int, int, long) - Method in class io.aeron.driver.MaxMulticastFlowControl
-
Update the sender flow control strategy based on a status message from the receiver.
- onStatusMessage(StatusMessageFlyweight, UnsafeBuffer, int, InetSocketAddress) - Method in class io.aeron.driver.media.SendChannelEndpoint
-
Callback back handler for received status messages.
- onStatusMessage(StatusMessageFlyweight, InetSocketAddress, long, int, int, long) - Method in class io.aeron.driver.MinMulticastFlowControl
-
Update the sender flow control strategy based on a status message from the receiver.
- onStatusMessage(StatusMessageFlyweight, InetSocketAddress) - Method in class io.aeron.driver.NetworkPublication
-
Process a status message to track connectivity and apply flow control.
- onStatusMessage(StatusMessageFlyweight, InetSocketAddress, long, int, int, long) - Method in class io.aeron.driver.TaggedMulticastFlowControl
-
Update the sender flow control strategy based on a status message from the receiver.
- onStatusMessage(StatusMessageFlyweight, InetSocketAddress, long, int, int, long) - Method in class io.aeron.driver.UnicastFlowControl
-
Update the sender flow control strategy based on a status message from the receiver.
- onStop(long, long, long) - Method in interface io.aeron.archive.client.RecordingEventsListener
-
Fired when a recording is stopped.
- onSubscriptionDescriptor(long, long, long, int, String) - Method in interface io.aeron.archive.client.RecordingSubscriptionDescriptorConsumer
-
Descriptor for an active recording subscription on the archive.
- onTakeSnapshot(ExclusivePublication) - Method in class io.aeron.samples.cluster.tutorial.BasicAuctionClusteredService
- onTerminate(Cluster) - Method in class io.aeron.samples.cluster.tutorial.BasicAuctionClusteredService
- onTimeEvent(long, long, DriverConductor) - Method in interface io.aeron.driver.DriverManagedResource
-
Inform resource of timeNs passing and pass it DriverConductor to inform of any state transitions.
- onTimeEvent(long, long, DriverConductor) - Method in class io.aeron.driver.IpcPublication
-
Inform resource of timeNs passing and pass it DriverConductor to inform of any state transitions.
- onTimeEvent(long, long, DriverConductor) - Method in class io.aeron.driver.NetworkPublication
-
Inform resource of timeNs passing and pass it DriverConductor to inform of any state transitions.
- onTimeEvent(long, long, DriverConductor) - Method in class io.aeron.driver.PublicationImage
-
Inform resource of timeNs passing and pass it DriverConductor to inform of any state transitions.
- onTimeEvent(long, long, DriverConductor) - Method in class io.aeron.driver.SubscriptionLink
-
Inform resource of timeNs passing and pass it DriverConductor to inform of any state transitions.
- onTimerEvent(long, long) - Method in class io.aeron.samples.cluster.tutorial.BasicAuctionClusteredService
- onTrackRebuild(long, long, long, long, long, long, boolean) - Method in interface io.aeron.driver.CongestionControl
-
- onTrackRebuild(long, long, long, long, long, long, boolean) - Method in class io.aeron.driver.ext.CubicCongestionControl
-
- onTrackRebuild(long, long, long, long, long, long, boolean) - Method in class io.aeron.driver.StaticWindowCongestionControl
-
- onUnavailableCounter(CountersReader, long, int) - Method in interface io.aeron.UnavailableCounterHandler
-
Method called by Aeron to deliver notification of counter being removed.
- onUnavailableImage(Image) - Method in interface io.aeron.UnavailableImageHandler
-
Method called by Aeron to deliver notification that an
Image
is no longer available for polling.
- openChannel(DriverConductorProxy) - Method in class io.aeron.driver.media.ReceiveChannelEndpoint
-
Open the underlying sockets for the channel.
- openChannel(DriverConductorProxy, AtomicCounter) - Method in class io.aeron.driver.media.ReceiveDestinationTransport
-
Open the channel by the receiver.
- openChannel(DriverConductorProxy) - Method in class io.aeron.driver.media.SendChannelEndpoint
-
Open the underlying sockets for the channel.
- openDatagramChannel(AtomicCounter) - Method in class io.aeron.driver.media.UdpChannelTransport
-
Open the underlying channel for reading and writing.
- OperationSucceededFlyweight - Class in io.aeron.command
-
Indicate a given operation is done and has succeeded.
- OperationSucceededFlyweight() - Constructor for class io.aeron.command.OperationSucceededFlyweight
-
- OptimalMulticastDelayGenerator - Class in io.aeron.driver
-
Feedback delay used for NAKs as well as for some retransmission use cases.
- OptimalMulticastDelayGenerator(double, double) - Constructor for class io.aeron.driver.OptimalMulticastDelayGenerator
-
Create new feedback delay generator based on estimates.
- originalChannel() - Method in class io.aeron.archive.codecs.RecordingDescriptorDecoder
-
- originalChannel(String) - Method in class io.aeron.archive.codecs.RecordingDescriptorEncoder
-
- originalChannel(CharSequence) - Method in class io.aeron.archive.codecs.RecordingDescriptorEncoder
-
- originalChannelCharacterEncoding() - Static method in class io.aeron.archive.codecs.RecordingDescriptorDecoder
-
- originalChannelCharacterEncoding() - Static method in class io.aeron.archive.codecs.RecordingDescriptorEncoder
-
- originalChannelHeaderLength() - Static method in class io.aeron.archive.codecs.RecordingDescriptorDecoder
-
- originalChannelHeaderLength() - Static method in class io.aeron.archive.codecs.RecordingDescriptorEncoder
-
- originalChannelId() - Static method in class io.aeron.archive.codecs.RecordingDescriptorDecoder
-
- originalChannelId() - Static method in class io.aeron.archive.codecs.RecordingDescriptorEncoder
-
- originalChannelLength() - Method in class io.aeron.archive.codecs.RecordingDescriptorDecoder
-
- originalChannelMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.RecordingDescriptorDecoder
-
- originalChannelMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.RecordingDescriptorEncoder
-
- originalChannelSinceVersion() - Static method in class io.aeron.archive.codecs.RecordingDescriptorDecoder
-
- originalRegistrationId() - Method in class io.aeron.Publication
-
Get the registration used to register this Publication with the media driver by the first publisher.
- originalUriString() - Method in class io.aeron.driver.media.ReceiveChannelEndpoint
-
The original URI String used when a subscription was added.
- originalUriString() - Method in class io.aeron.driver.media.SendChannelEndpoint
-
The original URI String used when a subscription was added.
- originalUriString() - Method in class io.aeron.driver.media.UdpChannel
-
Original URI of the channel URI.
- ownsAeronClient(boolean) - Method in class io.aeron.archive.Archive.Context
-
- ownsAeronClient() - Method in class io.aeron.archive.Archive.Context
-
- ownsAeronClient(boolean) - Method in class io.aeron.archive.client.AeronArchive.Context
-
- ownsAeronClient() - Method in class io.aeron.archive.client.AeronArchive.Context
-
- pack(int, boolean) - Static method in class io.aeron.driver.LossDetector
-
Pack the values for workCount and rebuildOffset into a long for returning on the stack.
- pack(int, int) - Static method in class io.aeron.logbuffer.TermReader
-
Pack the values for fragmentsRead and offset into a long for returning on the stack.
- pack(int, int) - Static method in class io.aeron.logbuffer.TermScanner
-
Pack the values for available and padding into a long for returning on the stack.
- packOutcome(int, boolean) - Static method in interface io.aeron.driver.CongestionControl
-
Pack values into a long so they can be returned on the stack without allocation.
- packTail(int, int) - Static method in class io.aeron.logbuffer.LogBufferDescriptor
-
Pack a termId and termOffset into a raw tail value.
- padding(long) - Static method in class io.aeron.logbuffer.TermScanner
-
The count of bytes that should be added for padding to the position on top of what is available.
- PADDING_FRAME_TYPE - Static variable in class io.aeron.logbuffer.FrameDescriptor
-
Padding frame type to indicate the message should be ignored.
- PAGE_MAX_SIZE - Static variable in class io.aeron.logbuffer.LogBufferDescriptor
-
Maximum page size.
- PAGE_MIN_SIZE - Static variable in class io.aeron.logbuffer.LogBufferDescriptor
-
Minimum page size.
- pageSize(UnsafeBuffer) - Static method in class io.aeron.logbuffer.LogBufferDescriptor
-
Get the value of the page size used for this log.
- pageSize(UnsafeBuffer, int) - Static method in class io.aeron.logbuffer.LogBufferDescriptor
-
Set the page size used for this log.
- parse(CharSequence) - Static method in class io.aeron.ChannelUri
-
- parse(String) - Static method in enum io.aeron.CommonContext.InferableBoolean
-
Parse the string looking for true
, false
, or infer
.
- parse(String) - Static method in class io.aeron.driver.media.UdpChannel
-
Parse channel URI and create a
UdpChannel
using the default name resolver..
- parse(String, NameResolver) - Static method in class io.aeron.driver.media.UdpChannel
-
- parse(String, NameResolver, boolean) - Static method in class io.aeron.driver.media.UdpChannel
-
- parseBufferLength(ChannelUri, String) - Static method in class io.aeron.driver.media.UdpChannel
-
- PARTITION_COUNT - Static variable in class io.aeron.logbuffer.LogBufferDescriptor
-
The number of partitions the log is divided into.
- PATCH_VERSION - Static variable in class io.aeron.archive.ArchiveMarkFile
-
Patch version for the archive files stored on disk.
- PENDING_SETUPS_TIMEOUT_NS - Static variable in class io.aeron.driver.Configuration
-
Timeout on cleaning up pending SETUP message state on subscriber.
- PER_IMAGE_TYPE_ID - Static variable in class io.aeron.driver.status.PerImageIndicator
-
Type id of a per Image indicator.
- PERFORM_STORAGE_CHECKS_PROP_NAME - Static variable in class io.aeron.driver.Configuration
-
Property name for boolean value for if storage checks should be performed when allocating files.
- performStorageChecks() - Static method in class io.aeron.driver.Configuration
-
Should storage checks should be performed before allocating files.
- performStorageChecks() - Method in class io.aeron.driver.MediaDriver.Context
-
Should the driver perform storage checks when allocating files.
- performStorageChecks(boolean) - Method in class io.aeron.driver.MediaDriver.Context
-
Should the driver perform storage checks when allocating files.
- PerImageIndicator - Class in io.aeron.driver.status
-
- PerImageIndicator() - Constructor for class io.aeron.driver.status.PerImageIndicator
-
- pid(File) - Static method in class io.aeron.archive.ArchiveTool
-
Get the pid of the process for the
Archive
.
- pid() - Method in class io.aeron.archive.codecs.mark.MarkFileHeaderDecoder
-
- pid(long) - Method in class io.aeron.archive.codecs.mark.MarkFileHeaderEncoder
-
- pid(DirectBuffer) - Static method in class io.aeron.CncFileDescriptor
-
Get the process PID hosting the driver.
- PID_FIELD_OFFSET - Static variable in class io.aeron.CncFileDescriptor
-
Offset at which the PID value for the driver can be found.
- pidEncodingLength() - Static method in class io.aeron.archive.codecs.mark.MarkFileHeaderDecoder
-
- pidEncodingLength() - Static method in class io.aeron.archive.codecs.mark.MarkFileHeaderEncoder
-
- pidEncodingOffset() - Static method in class io.aeron.archive.codecs.mark.MarkFileHeaderDecoder
-
- pidEncodingOffset() - Static method in class io.aeron.archive.codecs.mark.MarkFileHeaderEncoder
-
- pidId() - Static method in class io.aeron.archive.codecs.mark.MarkFileHeaderDecoder
-
- pidId() - Static method in class io.aeron.archive.codecs.mark.MarkFileHeaderEncoder
-
- pidMaxValue() - Static method in class io.aeron.archive.codecs.mark.MarkFileHeaderDecoder
-
- pidMaxValue() - Static method in class io.aeron.archive.codecs.mark.MarkFileHeaderEncoder
-
- pidMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.mark.MarkFileHeaderDecoder
-
- pidMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.mark.MarkFileHeaderEncoder
-
- pidMinValue() - Static method in class io.aeron.archive.codecs.mark.MarkFileHeaderDecoder
-
- pidMinValue() - Static method in class io.aeron.archive.codecs.mark.MarkFileHeaderEncoder
-
- pidNullValue() - Static method in class io.aeron.archive.codecs.mark.MarkFileHeaderDecoder
-
- pidNullValue() - Static method in class io.aeron.archive.codecs.mark.MarkFileHeaderEncoder
-
- pidOffset(int) - Static method in class io.aeron.CncFileDescriptor
-
Offset in the buffer at which the driver process PID field exists.
- pidSinceVersion() - Static method in class io.aeron.archive.codecs.mark.MarkFileHeaderDecoder
-
- pidSinceVersion() - Static method in class io.aeron.archive.codecs.mark.MarkFileHeaderEncoder
-
- Ping - Class in io.aeron.samples
-
Ping component of Ping-Pong latency test recorded to a histogram to capture full distribution..
- Ping() - Constructor for class io.aeron.samples.Ping
-
- PING_CHANNEL - Static variable in class io.aeron.samples.SampleConfiguration
-
- PING_CHANNEL_PROP - Static variable in class io.aeron.samples.SampleConfiguration
-
- PING_PORT - Static variable in class io.aeron.samples.raw.Common
-
UDP port on which Ping with listen.
- PING_STREAM_ID - Static variable in class io.aeron.samples.SampleConfiguration
-
- PING_STREAM_ID_PROP - Static variable in class io.aeron.samples.SampleConfiguration
-
- poll() - Method in class io.aeron.archive.client.AeronArchive.AsyncConnect
-
Poll for a complete connection.
- poll() - Method in class io.aeron.archive.client.ControlResponseAdapter
-
- poll() - Method in class io.aeron.archive.client.ControlResponsePoller
-
Poll for control response events.
- poll() - Method in class io.aeron.archive.client.RecordingDescriptorPoller
-
Poll for recording events.
- poll() - Method in class io.aeron.archive.client.RecordingEventsAdapter
-
- poll() - Method in class io.aeron.archive.client.RecordingEventsPoller
-
Poll for recording events.
- poll() - Method in class io.aeron.archive.client.RecordingSignalAdapter
-
- poll() - Method in class io.aeron.archive.client.RecordingSignalPoller
-
Poll for control response events.
- poll() - Method in class io.aeron.archive.client.RecordingSubscriptionDescriptorPoller
-
- poll(FragmentHandler, int) - Method in class io.aeron.archive.client.ReplayMerge
-
Poll the
Image
used for replay and merging and live stream.
- poll(UdpNameResolutionTransport.UdpFrameHandler, long) - Method in class io.aeron.driver.media.UdpNameResolutionTransport
-
- poll(FragmentHandler, int) - Method in class io.aeron.Image
-
Poll for new messages in a stream.
- poll(FragmentHandler, int) - Method in class io.aeron.Subscription
-
Poll the
Image
s under the subscription for available message fragments.
- pollForErrorResponse() - Method in class io.aeron.archive.client.AeronArchive
-
Poll the response stream once for an error.
- pollTransports() - Method in class io.aeron.driver.media.ControlTransportPoller
-
Explicit event loop processing as a poll
- pollTransports() - Method in class io.aeron.driver.media.DataTransportPoller
-
Explicit event loop processing as a poll
- pollTransports() - Method in class io.aeron.driver.media.UdpTransportPoller
-
Explicit event loop processing as a poll
- Pong - Class in io.aeron.samples
-
Pong component of Ping-Pong.
- Pong() - Constructor for class io.aeron.samples.Pong
-
- PONG_CHANNEL - Static variable in class io.aeron.samples.SampleConfiguration
-
- PONG_CHANNEL_PROP - Static variable in class io.aeron.samples.SampleConfiguration
-
- PONG_PORT - Static variable in class io.aeron.samples.raw.Common
-
UDP port on which Pong will listen.
- PONG_STREAM_ID - Static variable in class io.aeron.samples.SampleConfiguration
-
- PONG_STREAM_ID_PROP - Static variable in class io.aeron.samples.SampleConfiguration
-
- PORT_BASE - Static variable in class io.aeron.samples.cluster.ClusterConfig
-
- PORTS_PER_NODE - Static variable in class io.aeron.samples.cluster.ClusterConfig
-
- position() - Method in class io.aeron.archive.codecs.BoundedReplayRequestDecoder
-
- position(long) - Method in class io.aeron.archive.codecs.BoundedReplayRequestEncoder
-
- position() - Method in class io.aeron.archive.codecs.RecordingProgressDecoder
-
- position(long) - Method in class io.aeron.archive.codecs.RecordingProgressEncoder
-
- position() - Method in class io.aeron.archive.codecs.RecordingSignalEventDecoder
-
- position(long) - Method in class io.aeron.archive.codecs.RecordingSignalEventEncoder
-
- position() - Method in class io.aeron.archive.codecs.ReplayRequestDecoder
-
- position(long) - Method in class io.aeron.archive.codecs.ReplayRequestEncoder
-
- position() - Method in class io.aeron.archive.codecs.TruncateRecordingRequestDecoder
-
- position(long) - Method in class io.aeron.archive.codecs.TruncateRecordingRequestEncoder
-
- position() - Method in class io.aeron.ExclusivePublication
-
Get the current position to which the publication has advanced for this stream.
- position() - Method in class io.aeron.Image
-
The position this
Image
has been consumed to by the subscriber.
- position(long) - Method in class io.aeron.Image
-
Set the subscriber position for this
Image
to indicate where it has been consumed to.
- position() - Method in class io.aeron.logbuffer.Header
-
Get the current position to which the image has advanced on reading this message.
- position() - Method in class io.aeron.Publication
-
Get the current position to which the publication has advanced for this stream.
- positionBitsToShift() - Method in class io.aeron.Image
-
Number of bits to right shift a position to get a term count for how far the stream has progressed.
- positionBitsToShift() - Method in class io.aeron.logbuffer.Header
-
The number of times to left shift the term count to multiply by term length.
- positionBitsToShift(int) - Static method in class io.aeron.logbuffer.LogBufferDescriptor
-
Get the number of bits to shift when dividing or multiplying by the term buffer length.
- positionBitsToShift() - Method in class io.aeron.Publication
-
Number of bits to right shift a position to get a term count for how far the stream has progressed.
- positionEncodingLength() - Static method in class io.aeron.archive.codecs.BoundedReplayRequestDecoder
-
- positionEncodingLength() - Static method in class io.aeron.archive.codecs.BoundedReplayRequestEncoder
-
- positionEncodingLength() - Static method in class io.aeron.archive.codecs.RecordingProgressDecoder
-
- positionEncodingLength() - Static method in class io.aeron.archive.codecs.RecordingProgressEncoder
-
- positionEncodingLength() - Static method in class io.aeron.archive.codecs.RecordingSignalEventDecoder
-
- positionEncodingLength() - Static method in class io.aeron.archive.codecs.RecordingSignalEventEncoder
-
- positionEncodingLength() - Static method in class io.aeron.archive.codecs.ReplayRequestDecoder
-
- positionEncodingLength() - Static method in class io.aeron.archive.codecs.ReplayRequestEncoder
-
- positionEncodingLength() - Static method in class io.aeron.archive.codecs.TruncateRecordingRequestDecoder
-
- positionEncodingLength() - Static method in class io.aeron.archive.codecs.TruncateRecordingRequestEncoder
-
- positionEncodingOffset() - Static method in class io.aeron.archive.codecs.BoundedReplayRequestDecoder
-
- positionEncodingOffset() - Static method in class io.aeron.archive.codecs.BoundedReplayRequestEncoder
-
- positionEncodingOffset() - Static method in class io.aeron.archive.codecs.RecordingProgressDecoder
-
- positionEncodingOffset() - Static method in class io.aeron.archive.codecs.RecordingProgressEncoder
-
- positionEncodingOffset() - Static method in class io.aeron.archive.codecs.RecordingSignalEventDecoder
-
- positionEncodingOffset() - Static method in class io.aeron.archive.codecs.RecordingSignalEventEncoder
-
- positionEncodingOffset() - Static method in class io.aeron.archive.codecs.ReplayRequestDecoder
-
- positionEncodingOffset() - Static method in class io.aeron.archive.codecs.ReplayRequestEncoder
-
- positionEncodingOffset() - Static method in class io.aeron.archive.codecs.TruncateRecordingRequestDecoder
-
- positionEncodingOffset() - Static method in class io.aeron.archive.codecs.TruncateRecordingRequestEncoder
-
- positionId() - Static method in class io.aeron.archive.codecs.BoundedReplayRequestDecoder
-
- positionId() - Static method in class io.aeron.archive.codecs.BoundedReplayRequestEncoder
-
- positionId() - Static method in class io.aeron.archive.codecs.RecordingProgressDecoder
-
- positionId() - Static method in class io.aeron.archive.codecs.RecordingProgressEncoder
-
- positionId() - Static method in class io.aeron.archive.codecs.RecordingSignalEventDecoder
-
- positionId() - Static method in class io.aeron.archive.codecs.RecordingSignalEventEncoder
-
- positionId() - Static method in class io.aeron.archive.codecs.ReplayRequestDecoder
-
- positionId() - Static method in class io.aeron.archive.codecs.ReplayRequestEncoder
-
- positionId() - Static method in class io.aeron.archive.codecs.TruncateRecordingRequestDecoder
-
- positionId() - Static method in class io.aeron.archive.codecs.TruncateRecordingRequestEncoder
-
- positionLimit() - Method in class io.aeron.Publication
-
Get the position limit beyond which this
Publication
will be back pressured.
- positionLimitId() - Method in class io.aeron.Publication
-
Get the counter id for the position limit after which the publication will be back pressured.
- positionMaxValue() - Static method in class io.aeron.archive.codecs.BoundedReplayRequestDecoder
-
- positionMaxValue() - Static method in class io.aeron.archive.codecs.BoundedReplayRequestEncoder
-
- positionMaxValue() - Static method in class io.aeron.archive.codecs.RecordingProgressDecoder
-
- positionMaxValue() - Static method in class io.aeron.archive.codecs.RecordingProgressEncoder
-
- positionMaxValue() - Static method in class io.aeron.archive.codecs.RecordingSignalEventDecoder
-
- positionMaxValue() - Static method in class io.aeron.archive.codecs.RecordingSignalEventEncoder
-
- positionMaxValue() - Static method in class io.aeron.archive.codecs.ReplayRequestDecoder
-
- positionMaxValue() - Static method in class io.aeron.archive.codecs.ReplayRequestEncoder
-
- positionMaxValue() - Static method in class io.aeron.archive.codecs.TruncateRecordingRequestDecoder
-
- positionMaxValue() - Static method in class io.aeron.archive.codecs.TruncateRecordingRequestEncoder
-
- positionMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.BoundedReplayRequestDecoder
-
- positionMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.BoundedReplayRequestEncoder
-
- positionMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.RecordingProgressDecoder
-
- positionMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.RecordingProgressEncoder
-
- positionMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.RecordingSignalEventDecoder
-
- positionMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.RecordingSignalEventEncoder
-
- positionMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.ReplayRequestDecoder
-
- positionMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.ReplayRequestEncoder
-
- positionMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.TruncateRecordingRequestDecoder
-
- positionMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.TruncateRecordingRequestEncoder
-
- positionMinValue() - Static method in class io.aeron.archive.codecs.BoundedReplayRequestDecoder
-
- positionMinValue() - Static method in class io.aeron.archive.codecs.BoundedReplayRequestEncoder
-
- positionMinValue() - Static method in class io.aeron.archive.codecs.RecordingProgressDecoder
-
- positionMinValue() - Static method in class io.aeron.archive.codecs.RecordingProgressEncoder
-
- positionMinValue() - Static method in class io.aeron.archive.codecs.RecordingSignalEventDecoder
-
- positionMinValue() - Static method in class io.aeron.archive.codecs.RecordingSignalEventEncoder
-
- positionMinValue() - Static method in class io.aeron.archive.codecs.ReplayRequestDecoder
-
- positionMinValue() - Static method in class io.aeron.archive.codecs.ReplayRequestEncoder
-
- positionMinValue() - Static method in class io.aeron.archive.codecs.TruncateRecordingRequestDecoder
-
- positionMinValue() - Static method in class io.aeron.archive.codecs.TruncateRecordingRequestEncoder
-
- positionNullValue() - Static method in class io.aeron.archive.codecs.BoundedReplayRequestDecoder
-
- positionNullValue() - Static method in class io.aeron.archive.codecs.BoundedReplayRequestEncoder
-
- positionNullValue() - Static method in class io.aeron.archive.codecs.RecordingProgressDecoder
-
- positionNullValue() - Static method in class io.aeron.archive.codecs.RecordingProgressEncoder
-
- positionNullValue() - Static method in class io.aeron.archive.codecs.RecordingSignalEventDecoder
-
- positionNullValue() - Static method in class io.aeron.archive.codecs.RecordingSignalEventEncoder
-
- positionNullValue() - Static method in class io.aeron.archive.codecs.ReplayRequestDecoder
-
- positionNullValue() - Static method in class io.aeron.archive.codecs.ReplayRequestEncoder
-
- positionNullValue() - Static method in class io.aeron.archive.codecs.TruncateRecordingRequestDecoder
-
- positionNullValue() - Static method in class io.aeron.archive.codecs.TruncateRecordingRequestEncoder
-
- positionSinceVersion() - Static method in class io.aeron.archive.codecs.BoundedReplayRequestDecoder
-
- positionSinceVersion() - Static method in class io.aeron.archive.codecs.BoundedReplayRequestEncoder
-
- positionSinceVersion() - Static method in class io.aeron.archive.codecs.RecordingProgressDecoder
-
- positionSinceVersion() - Static method in class io.aeron.archive.codecs.RecordingProgressEncoder
-
- positionSinceVersion() - Static method in class io.aeron.archive.codecs.RecordingSignalEventDecoder
-
- positionSinceVersion() - Static method in class io.aeron.archive.codecs.RecordingSignalEventEncoder
-
- positionSinceVersion() - Static method in class io.aeron.archive.codecs.ReplayRequestDecoder
-
- positionSinceVersion() - Static method in class io.aeron.archive.codecs.ReplayRequestEncoder
-
- positionSinceVersion() - Static method in class io.aeron.archive.codecs.TruncateRecordingRequestDecoder
-
- positionSinceVersion() - Static method in class io.aeron.archive.codecs.TruncateRecordingRequestEncoder
-
- possibleTtlAsymmetryEncountered() - Method in class io.aeron.driver.media.ReceiveChannelEndpoint
-
- PRE_TOUCH_MAPPED_MEMORY_DEFAULT - Static variable in class io.aeron.Aeron.Configuration
-
Default for if a memory-mapped filed should be pre-touched to fault it into a process.
- PRE_TOUCH_MAPPED_MEMORY_PROP_NAME - Static variable in class io.aeron.Aeron.Configuration
-
Should memory-mapped files be pre-touched so that they are already faulted into a process.
- PREFERRED_ASF_DEFAULT - Static variable in class io.aeron.driver.PreferredMulticastFlowControl
-
Deprecated.
Default Application Specific Feedback (ASF) value.
- PREFERRED_ASF_PROP_NAME - Static variable in class io.aeron.driver.PreferredMulticastFlowControl
-
Deprecated.
Property name used to set Application Specific Feedback (ASF) in Status Messages to identify preferred receivers.
- PreferredMulticastFlowControl - Class in io.aeron.driver
-
- PreferredMulticastFlowControl() - Constructor for class io.aeron.driver.PreferredMulticastFlowControl
-
Deprecated.
- PreferredMulticastFlowControlSupplier - Class in io.aeron.driver
-
- PreferredMulticastFlowControlSupplier() - Constructor for class io.aeron.driver.PreferredMulticastFlowControlSupplier
-
Deprecated.
- prefix() - Method in class io.aeron.ChannelUri
-
The prefix for the channel.
- prefix(String) - Method in class io.aeron.ChannelUri
-
Change the prefix from what has been parsed.
- prefix(String) - Method in class io.aeron.ChannelUriStringBuilder
-
Set the prefix for taking an addition action such as spying on an outgoing publication with "aeron-spy".
- prefix(ChannelUri) - Method in class io.aeron.ChannelUriStringBuilder
-
Set the prefix value to be what is in the
ChannelUri
.
- prefix() - Method in class io.aeron.ChannelUriStringBuilder
-
Get the prefix for the additional action to be taken on the request.
- preTouch() - Method in class io.aeron.LogBuffers
-
Pre touch memory pages so they are faulted in to be available before access.
- preTouchMappedMemory() - Static method in class io.aeron.Aeron.Configuration
-
Should memory-mapped files be pre-touched so that they are already faulted into a process.
- preTouchMappedMemory(boolean) - Method in class io.aeron.Aeron.Context
-
Should mapped-memory be pre-touched to avoid soft page faults.
- preTouchMappedMemory() - Method in class io.aeron.Aeron.Context
-
Should mapped-memory be pre-touched to avoid soft page faults.
- PRICE_OFFSET - Static variable in class io.aeron.samples.cluster.tutorial.BasicAuctionClusteredService
-
- print(PrintStream) - Method in class io.aeron.samples.BacklogStat
-
Print a snapshot of the stream backlog with some explanation to a
PrintStream
.
- print(PrintStream) - Method in class io.aeron.samples.StreamStat
-
Print a snapshot of the stream positions to a
PrintStream
.
- PRINT_CONFIGURATION_ON_START_PROP_NAME - Static variable in class io.aeron.driver.Configuration
-
Should the driver print its configuration on start to
System.out
.
- printAsciiMessage(int) - Static method in class io.aeron.samples.SamplesUtil
-
- printAvailableImage(Image) - Static method in class io.aeron.samples.SamplesUtil
-
Print the information for an available image to stdout.
- printConfigurationOnStart() - Static method in class io.aeron.driver.Configuration
-
Should the driver configuration be printed on start.
- printConfigurationOnStart() - Method in class io.aeron.driver.MediaDriver.Context
-
- printConfigurationOnStart(boolean) - Method in class io.aeron.driver.MediaDriver.Context
-
- printCounters(PrintStream) - Method in class io.aeron.Aeron
-
- printError(String, int, int, String, HeaderFlyweight) - Static method in class io.aeron.samples.SamplesUtil
-
Generic error handler that just prints message to stdout.
- printErrorLog(AtomicBuffer, PrintStream) - Static method in class io.aeron.CommonContext
-
Print the contents of an error log to a
PrintStream
in human readable format.
- printErrors(PrintStream, File) - Static method in class io.aeron.archive.ArchiveTool
-
- printRate(double, double, long, long) - Static method in class io.aeron.samples.SamplesUtil
-
Print the rates to stdout.
- printUnavailableImage(Image) - Static method in class io.aeron.samples.SamplesUtil
-
Print the information for an unavailable image to stdout.
- processStatusMessage(StatusMessageFlyweight, long, int, int, long, boolean) - Method in class io.aeron.driver.AbstractMinMulticastFlowControl
-
Process a received status message.
- processTimeouts(long, RetransmitSender) - Method in class io.aeron.driver.RetransmitHandler
-
Called to process any outstanding timeouts.
- producerWindowLength(int, int) - Static method in class io.aeron.driver.Configuration
-
How far ahead a producer can get from a consumer position.
- PROTOCOL_MAJOR_VERSION - Static variable in class io.aeron.archive.client.AeronArchive.Configuration
-
Major version of the network protocol from client to archive.
- PROTOCOL_MINOR_VERSION - Static variable in class io.aeron.archive.client.AeronArchive.Configuration
-
Minor version of the network protocol from client to archive.
- PROTOCOL_PATCH_VERSION - Static variable in class io.aeron.archive.client.AeronArchive.Configuration
-
Patch version of the network protocol from client to archive.
- PROTOCOL_SEMANTIC_VERSION - Static variable in class io.aeron.archive.client.AeronArchive.Configuration
-
Combined semantic version for the archive control protocol.
- protocolFamily() - Method in class io.aeron.driver.media.UdpChannel
-
- pseudoIndex() - Method in class io.aeron.archive.codecs.ListRecordingSubscriptionsRequestDecoder
-
- pseudoIndex(int) - Method in class io.aeron.archive.codecs.ListRecordingSubscriptionsRequestEncoder
-
- pseudoIndexEncodingLength() - Static method in class io.aeron.archive.codecs.ListRecordingSubscriptionsRequestDecoder
-
- pseudoIndexEncodingLength() - Static method in class io.aeron.archive.codecs.ListRecordingSubscriptionsRequestEncoder
-
- pseudoIndexEncodingOffset() - Static method in class io.aeron.archive.codecs.ListRecordingSubscriptionsRequestDecoder
-
- pseudoIndexEncodingOffset() - Static method in class io.aeron.archive.codecs.ListRecordingSubscriptionsRequestEncoder
-
- pseudoIndexId() - Static method in class io.aeron.archive.codecs.ListRecordingSubscriptionsRequestDecoder
-
- pseudoIndexId() - Static method in class io.aeron.archive.codecs.ListRecordingSubscriptionsRequestEncoder
-
- pseudoIndexMaxValue() - Static method in class io.aeron.archive.codecs.ListRecordingSubscriptionsRequestDecoder
-
- pseudoIndexMaxValue() - Static method in class io.aeron.archive.codecs.ListRecordingSubscriptionsRequestEncoder
-
- pseudoIndexMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.ListRecordingSubscriptionsRequestDecoder
-
- pseudoIndexMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.ListRecordingSubscriptionsRequestEncoder
-
- pseudoIndexMinValue() - Static method in class io.aeron.archive.codecs.ListRecordingSubscriptionsRequestDecoder
-
- pseudoIndexMinValue() - Static method in class io.aeron.archive.codecs.ListRecordingSubscriptionsRequestEncoder
-
- pseudoIndexNullValue() - Static method in class io.aeron.archive.codecs.ListRecordingSubscriptionsRequestDecoder
-
- pseudoIndexNullValue() - Static method in class io.aeron.archive.codecs.ListRecordingSubscriptionsRequestEncoder
-
- pseudoIndexSinceVersion() - Static method in class io.aeron.archive.codecs.ListRecordingSubscriptionsRequestDecoder
-
- pseudoIndexSinceVersion() - Static method in class io.aeron.archive.codecs.ListRecordingSubscriptionsRequestEncoder
-
- publication() - Method in class io.aeron.archive.client.ArchiveProxy
-
- Publication - Class in io.aeron
-
Aeron publisher API for sending messages to subscribers of a given channel and streamId pair.
- PUBLICATION_CONNECTION_TIMEOUT_DEFAULT_NS - Static variable in class io.aeron.driver.Configuration
-
Timeout for
Publication
connection timeout in nanoseconds
- PUBLICATION_CONNECTION_TIMEOUT_PROP_NAME - Static variable in class io.aeron.driver.Configuration
-
Property name for
Publication
timeout due to lack of status messages which indicate a connection.
- PUBLICATION_HEARTBEAT_TIMEOUT_NS - Static variable in class io.aeron.driver.Configuration
-
Timeout between heartbeats for publications.
- PUBLICATION_LINGER_DEFAULT_NS - Static variable in class io.aeron.driver.Configuration
-
Default time for
Publication
s to linger after draining and before cleanup in nanoseconds.
- PUBLICATION_LINGER_PROP_NAME - Static variable in class io.aeron.driver.Configuration
-
Property name for linger timeout after draining on
Publication
s so they can respond to NAKs.
- PUBLICATION_RESERVED_SESSION_ID_HIGH_DEFAULT - Static variable in class io.aeron.driver.Configuration
-
High-end of the publication reserved session-id range which will not be automatically assigned.
- PUBLICATION_RESERVED_SESSION_ID_HIGH_PROP_NAME - Static variable in class io.aeron.driver.Configuration
-
High-end of the publication reserved session-id range which will not be automatically assigned.
- PUBLICATION_RESERVED_SESSION_ID_LOW_DEFAULT - Static variable in class io.aeron.driver.Configuration
-
Low-end of the publication reserved session-id range which will not be automatically assigned.
- PUBLICATION_RESERVED_SESSION_ID_LOW_PROP_NAME - Static variable in class io.aeron.driver.Configuration
-
Property name for low end of the publication reserved session-id range which will not be automatically assigned.
- PUBLICATION_SETUP_TIMEOUT_NS - Static variable in class io.aeron.driver.Configuration
-
Timeout between SETUP messages for publications during initial setup phase.
- PUBLICATION_TERM_WINDOW_LENGTH_PROP_NAME - Static variable in class io.aeron.driver.Configuration
-
Property name for window limit on
Publication
side by which the publisher can get ahead of consumers.
- PUBLICATION_UNBLOCK_TIMEOUT_DEFAULT_NS - Static variable in class io.aeron.driver.Configuration
-
- PUBLICATION_UNBLOCK_TIMEOUT_PROP_NAME - Static variable in class io.aeron.driver.Configuration
-
Publication
unblock timeout due to client crash or untimely commit.
- PublicationBuffersReadyFlyweight - Class in io.aeron.command
-
Message to denote that new buffers have been setup for a publication.
- PublicationBuffersReadyFlyweight() - Constructor for class io.aeron.command.PublicationBuffersReadyFlyweight
-
- publicationConnectionTimeoutNs() - Static method in class io.aeron.driver.Configuration
-
Publication
timeout due to lack of status messages which indicate a connection.
- publicationConnectionTimeoutNs() - Method in class io.aeron.driver.MediaDriver.Context
-
Timeout in nanoseconds after which a publication will be considered not connected if no status messages are
received.
- publicationConnectionTimeoutNs(long) - Method in class io.aeron.driver.MediaDriver.Context
-
Timeout in nanoseconds after which a publication will be considered not connected if no status messages are
received.
- PublicationImage - Class in io.aeron.driver
-
State maintained for active sessionIds within a channel for receiver processing
- publicationLimitCounterId() - Method in class io.aeron.command.PublicationBuffersReadyFlyweight
-
The publication limit counter id.
- publicationLimitCounterId(int) - Method in class io.aeron.command.PublicationBuffersReadyFlyweight
-
set position counter id field.
- publicationLingerTimeoutNs() - Static method in class io.aeron.driver.Configuration
-
Linger timeout after draining on
Publication
s so they can respond to NAKs.
- publicationLingerTimeoutNs() - Method in class io.aeron.driver.MediaDriver.Context
-
Time in nanoseconds a publication will linger once it is drained to recover potential tail loss.
- publicationLingerTimeoutNs(long) - Method in class io.aeron.driver.MediaDriver.Context
-
Time in nanoseconds a publication will linger once it is drained to recover potential tail loss.
- PublicationMessageFlyweight - Class in io.aeron.command
-
Control message for adding or removing a publication
- PublicationMessageFlyweight() - Constructor for class io.aeron.command.PublicationMessageFlyweight
-
- publicationReservedSessionIdHigh() - Static method in class io.aeron.driver.Configuration
-
High-end of the publication reserved session-id range which will not be automatically assigned.
- publicationReservedSessionIdHigh() - Method in class io.aeron.driver.MediaDriver.Context
-
High end of the publication reserved session id range which will not be automatically assigned.
- publicationReservedSessionIdHigh(int) - Method in class io.aeron.driver.MediaDriver.Context
-
High end of the publication reserved session id range which will not be automatically assigned.
- publicationReservedSessionIdLow() - Static method in class io.aeron.driver.Configuration
-
Low-end of the publication reserved session-id range which will not be automatically assigned.
- publicationReservedSessionIdLow() - Method in class io.aeron.driver.MediaDriver.Context
-
Low end of the publication reserved session id range which will not be automatically assigned.
- publicationReservedSessionIdLow(int) - Method in class io.aeron.driver.MediaDriver.Context
-
Low end of the publication reserved session id range which will not be automatically assigned.
- publicationTermBufferLength() - Method in class io.aeron.driver.MediaDriver.Context
-
Default length for a term buffer on a network publication.
- publicationTermBufferLength(int) - Method in class io.aeron.driver.MediaDriver.Context
-
Default length for a term buffer on a network publication.
- publicationTermWindowLength() - Static method in class io.aeron.driver.Configuration
-
The window limit on UDP
Publication
side by which the publisher can get ahead of consumers.
- publicationTermWindowLength() - Method in class io.aeron.driver.MediaDriver.Context
-
Default length for a term buffer window on a network publication.
- publicationTermWindowLength(int) - Method in class io.aeron.driver.MediaDriver.Context
-
Default length for a term buffer window on a network publication.
- publicationUnblockTimeoutNs() - Static method in class io.aeron.driver.Configuration
-
Publication
unblock timeout due to client crash or untimely commit.
- publicationUnblockTimeoutNs() - Method in class io.aeron.driver.MediaDriver.Context
-
Timeout in nanoseconds after which a publication will be unblocked if a offer is partially complete to allow
other publishers to make progress.
- publicationUnblockTimeoutNs(long) - Method in class io.aeron.driver.MediaDriver.Context
-
Timeout in nanoseconds after which a publication will be unblocked if a offer is partially complete to allow
other publishers to make progress.
- PUBLISHER_LIMIT_TYPE_ID - Static variable in class io.aeron.driver.status.PublisherLimit
-
Type id of a publisher limit counter.
- PUBLISHER_POS_TYPE_ID - Static variable in class io.aeron.driver.status.PublisherPos
-
Type id of a publisher limit counter.
- PublisherLimit - Class in io.aeron.driver.status
-
The limit as a position in bytes applied to publishers on a session-channel-stream tuple.
- PublisherLimit() - Constructor for class io.aeron.driver.status.PublisherLimit
-
- PublisherPos - Class in io.aeron.driver.status
-
The position in bytes a publication has reached appending to the log.
- PublisherPos() - Constructor for class io.aeron.driver.status.PublisherPos
-
- purgeRecording(long) - Method in class io.aeron.archive.client.AeronArchive
-
Purge a stopped recording, i.e.
- purgeRecording(long, long, long) - Method in class io.aeron.archive.client.ArchiveProxy
-
Purge a stopped recording, i.e.
- PurgeRecordingRequestDecoder - Class in io.aeron.archive.codecs
-
Request the invalidation of stopped recording.
- PurgeRecordingRequestDecoder() - Constructor for class io.aeron.archive.codecs.PurgeRecordingRequestDecoder
-
- PurgeRecordingRequestEncoder - Class in io.aeron.archive.codecs
-
Request the invalidation of stopped recording.
- PurgeRecordingRequestEncoder() - Constructor for class io.aeron.archive.codecs.PurgeRecordingRequestEncoder
-
- purgeSegments(long, long) - Method in class io.aeron.archive.client.AeronArchive
-
Purge (detach and delete) segments from the beginning of a recording up to the provided new start position.
- purgeSegments(long, long, long, long) - Method in class io.aeron.archive.client.ArchiveProxy
-
Purge (detach and delete) segments from the beginning of a recording up to the provided new start position.
- PurgeSegmentsRequestDecoder - Class in io.aeron.archive.codecs
-
Purge (detach and delete) segments from a recording to give a new start position.
- PurgeSegmentsRequestDecoder() - Constructor for class io.aeron.archive.codecs.PurgeSegmentsRequestDecoder
-
- PurgeSegmentsRequestEncoder - Class in io.aeron.archive.codecs
-
Purge (detach and delete) segments from a recording to give a new start position.
- PurgeSegmentsRequestEncoder() - Constructor for class io.aeron.archive.codecs.PurgeSegmentsRequestEncoder
-
- put(String, String) - Method in class io.aeron.ChannelUri
-
Put a key and value pair in the map of params.
- putAddress(byte[]) - Method in class io.aeron.protocol.ResolutionEntryFlyweight
-
Put the address into the resolution entry.
- putAeronDirectory(DirectBuffer, int, int) - Method in class io.aeron.archive.codecs.mark.MarkFileHeaderEncoder
-
- putAeronDirectory(byte[], int, int) - Method in class io.aeron.archive.codecs.mark.MarkFileHeaderEncoder
-
- putBytes(DirectBuffer, int, int) - Method in class io.aeron.logbuffer.BufferClaim
-
Put bytes into the claimed buffer space for a message.
- putChannel(DirectBuffer, int, int) - Method in class io.aeron.archive.codecs.ExtendRecordingRequest2Encoder
-
- putChannel(byte[], int, int) - Method in class io.aeron.archive.codecs.ExtendRecordingRequest2Encoder
-
- putChannel(DirectBuffer, int, int) - Method in class io.aeron.archive.codecs.ExtendRecordingRequestEncoder
-
- putChannel(byte[], int, int) - Method in class io.aeron.archive.codecs.ExtendRecordingRequestEncoder
-
- putChannel(DirectBuffer, int, int) - Method in class io.aeron.archive.codecs.FindLastMatchingRecordingRequestEncoder
-
- putChannel(byte[], int, int) - Method in class io.aeron.archive.codecs.FindLastMatchingRecordingRequestEncoder
-
- putChannel(DirectBuffer, int, int) - Method in class io.aeron.archive.codecs.ListRecordingsForUriRequestEncoder
-
- putChannel(byte[], int, int) - Method in class io.aeron.archive.codecs.ListRecordingsForUriRequestEncoder
-
- putChannel(DirectBuffer, int, int) - Method in class io.aeron.archive.codecs.ListRecordingSubscriptionsRequestEncoder
-
- putChannel(byte[], int, int) - Method in class io.aeron.archive.codecs.ListRecordingSubscriptionsRequestEncoder
-
- putChannel(DirectBuffer, int, int) - Method in class io.aeron.archive.codecs.RecordingStartedEncoder
-
- putChannel(byte[], int, int) - Method in class io.aeron.archive.codecs.RecordingStartedEncoder
-
- putChannel(DirectBuffer, int, int) - Method in class io.aeron.archive.codecs.StartRecordingRequest2Encoder
-
- putChannel(byte[], int, int) - Method in class io.aeron.archive.codecs.StartRecordingRequest2Encoder
-
- putChannel(DirectBuffer, int, int) - Method in class io.aeron.archive.codecs.StartRecordingRequestEncoder
-
- putChannel(byte[], int, int) - Method in class io.aeron.archive.codecs.StartRecordingRequestEncoder
-
- putChannel(DirectBuffer, int, int) - Method in class io.aeron.archive.codecs.StopRecordingRequestEncoder
-
- putChannel(byte[], int, int) - Method in class io.aeron.archive.codecs.StopRecordingRequestEncoder
-
- putControlChannel(DirectBuffer, int, int) - Method in class io.aeron.archive.codecs.mark.MarkFileHeaderEncoder
-
- putControlChannel(byte[], int, int) - Method in class io.aeron.archive.codecs.mark.MarkFileHeaderEncoder
-
- putEncodedChallenge(DirectBuffer, int, int) - Method in class io.aeron.archive.codecs.ChallengeEncoder
-
- putEncodedChallenge(byte[], int, int) - Method in class io.aeron.archive.codecs.ChallengeEncoder
-
- putEncodedCredentials(DirectBuffer, int, int) - Method in class io.aeron.archive.codecs.AuthConnectRequestEncoder
-
- putEncodedCredentials(byte[], int, int) - Method in class io.aeron.archive.codecs.AuthConnectRequestEncoder
-
- putEncodedCredentials(DirectBuffer, int, int) - Method in class io.aeron.archive.codecs.ChallengeResponseEncoder
-
- putEncodedCredentials(byte[], int, int) - Method in class io.aeron.archive.codecs.ChallengeResponseEncoder
-
- putErrorMessage(DirectBuffer, int, int) - Method in class io.aeron.archive.codecs.ControlResponseEncoder
-
- putErrorMessage(byte[], int, int) - Method in class io.aeron.archive.codecs.ControlResponseEncoder
-
- putEventsChannel(DirectBuffer, int, int) - Method in class io.aeron.archive.codecs.mark.MarkFileHeaderEncoder
-
- putEventsChannel(byte[], int, int) - Method in class io.aeron.archive.codecs.mark.MarkFileHeaderEncoder
-
- putLiveDestination(DirectBuffer, int, int) - Method in class io.aeron.archive.codecs.ReplicateRequest2Encoder
-
- putLiveDestination(byte[], int, int) - Method in class io.aeron.archive.codecs.ReplicateRequest2Encoder
-
- putLiveDestination(DirectBuffer, int, int) - Method in class io.aeron.archive.codecs.ReplicateRequestEncoder
-
- putLiveDestination(byte[], int, int) - Method in class io.aeron.archive.codecs.ReplicateRequestEncoder
-
- putLiveDestination(DirectBuffer, int, int) - Method in class io.aeron.archive.codecs.TaggedReplicateRequestEncoder
-
- putLiveDestination(byte[], int, int) - Method in class io.aeron.archive.codecs.TaggedReplicateRequestEncoder
-
- putLocalControlChannel(DirectBuffer, int, int) - Method in class io.aeron.archive.codecs.mark.MarkFileHeaderEncoder
-
- putLocalControlChannel(byte[], int, int) - Method in class io.aeron.archive.codecs.mark.MarkFileHeaderEncoder
-
- putLongUnaligned(int, long) - Method in class io.aeron.protocol.StatusMessageFlyweight
-
Set long value into a field that is not aligned on an 8 byte boundary.
- putName(byte[]) - Method in class io.aeron.protocol.ResolutionEntryFlyweight
-
Put the name for the resolution entry into the frame.
- putOriginalChannel(DirectBuffer, int, int) - Method in class io.aeron.archive.codecs.RecordingDescriptorEncoder
-
- putOriginalChannel(byte[], int, int) - Method in class io.aeron.archive.codecs.RecordingDescriptorEncoder
-
- putReplayChannel(DirectBuffer, int, int) - Method in class io.aeron.archive.codecs.BoundedReplayRequestEncoder
-
- putReplayChannel(byte[], int, int) - Method in class io.aeron.archive.codecs.BoundedReplayRequestEncoder
-
- putReplayChannel(DirectBuffer, int, int) - Method in class io.aeron.archive.codecs.ReplayRequestEncoder
-
- putReplayChannel(byte[], int, int) - Method in class io.aeron.archive.codecs.ReplayRequestEncoder
-
- putReplicationChannel(DirectBuffer, int, int) - Method in class io.aeron.archive.codecs.ReplicateRequest2Encoder
-
- putReplicationChannel(byte[], int, int) - Method in class io.aeron.archive.codecs.ReplicateRequest2Encoder
-
- putResponseChannel(DirectBuffer, int, int) - Method in class io.aeron.archive.codecs.AuthConnectRequestEncoder
-
- putResponseChannel(byte[], int, int) - Method in class io.aeron.archive.codecs.AuthConnectRequestEncoder
-
- putResponseChannel(DirectBuffer, int, int) - Method in class io.aeron.archive.codecs.ConnectRequestEncoder
-
- putResponseChannel(byte[], int, int) - Method in class io.aeron.archive.codecs.ConnectRequestEncoder
-
- putSourceIdentity(DirectBuffer, int, int) - Method in class io.aeron.archive.codecs.RecordingDescriptorEncoder
-
- putSourceIdentity(byte[], int, int) - Method in class io.aeron.archive.codecs.RecordingDescriptorEncoder
-
- putSourceIdentity(DirectBuffer, int, int) - Method in class io.aeron.archive.codecs.RecordingStartedEncoder
-
- putSourceIdentity(byte[], int, int) - Method in class io.aeron.archive.codecs.RecordingStartedEncoder
-
- putSrcControlChannel(DirectBuffer, int, int) - Method in class io.aeron.archive.codecs.ReplicateRequest2Encoder
-
- putSrcControlChannel(byte[], int, int) - Method in class io.aeron.archive.codecs.ReplicateRequest2Encoder
-
- putSrcControlChannel(DirectBuffer, int, int) - Method in class io.aeron.archive.codecs.ReplicateRequestEncoder
-
- putSrcControlChannel(byte[], int, int) - Method in class io.aeron.archive.codecs.ReplicateRequestEncoder
-
- putSrcControlChannel(DirectBuffer, int, int) - Method in class io.aeron.archive.codecs.TaggedReplicateRequestEncoder
-
- putSrcControlChannel(byte[], int, int) - Method in class io.aeron.archive.codecs.TaggedReplicateRequestEncoder
-
- putStrippedChannel(DirectBuffer, int, int) - Method in class io.aeron.archive.codecs.RecordingDescriptorEncoder
-
- putStrippedChannel(byte[], int, int) - Method in class io.aeron.archive.codecs.RecordingDescriptorEncoder
-
- putStrippedChannel(DirectBuffer, int, int) - Method in class io.aeron.archive.codecs.RecordingSubscriptionDescriptorEncoder
-
- putStrippedChannel(byte[], int, int) - Method in class io.aeron.archive.codecs.RecordingSubscriptionDescriptorEncoder
-
- RANDOM_MESSAGE_LENGTH - Static variable in class io.aeron.samples.SampleConfiguration
-
- RANDOM_MESSAGE_LENGTH_PROP - Static variable in class io.aeron.samples.SampleConfiguration
-
- RandomLossGenerator - Class in io.aeron.driver.ext
-
Uniform random loss generator which can be used for testing loss scenarios.
- RandomLossGenerator(double) - Constructor for class io.aeron.driver.ext.RandomLossGenerator
-
Construct loss generator with given loss rate as percentage.
- RandomLossGenerator(double, long) - Constructor for class io.aeron.driver.ext.RandomLossGenerator
-
Construct loss generator with given loss rate as percentage and random seed
- RateReporter - Class in io.aeron.samples
-
Tracker and reporter of throughput rates.
- RateReporter(long, RateReporter.Reporter) - Constructor for class io.aeron.samples.RateReporter
-
Create a rate reporter with the given report interval in nanoseconds and the reporting function.
- RateReporter.Reporter - Interface in io.aeron.samples
-
Interface for reporting of rate information
- rateReporterHandler(RateReporter) - Static method in class io.aeron.samples.SamplesUtil
-
- RateSubscriber - Class in io.aeron.samples
-
Example that displays current throughput rate while receiving data.
- RateSubscriber() - Constructor for class io.aeron.samples.RateSubscriber
-
- RawBlockHandler - Interface in io.aeron.logbuffer
-
Function for handling a raw block of fragments from the log that are contained in the underlying file.
- RawLog - Interface in io.aeron.driver.buffer
-
Represents the collection of term and associated state buffers for the image between a publisher and subscriber
image for the replicated log.
- rawPoll(RawBlockHandler, int) - Method in class io.aeron.Image
-
Poll for new messages in a stream.
- rawPoll(RawBlockHandler, int) - Method in class io.aeron.Subscription
-
Poll the
Image
s under the subscription for available message fragments in blocks.
- rawTail(UnsafeBuffer, int, long) - Static method in class io.aeron.logbuffer.LogBufferDescriptor
-
Set the raw value of the tail for the given partition.
- rawTail(UnsafeBuffer, int) - Static method in class io.aeron.logbuffer.LogBufferDescriptor
-
Get the raw value of the tail for the given partition.
- rawTailVolatile(UnsafeBuffer, int, long) - Static method in class io.aeron.logbuffer.LogBufferDescriptor
-
Set the raw value of the tail for the given partition.
- rawTailVolatile(UnsafeBuffer, int) - Static method in class io.aeron.logbuffer.LogBufferDescriptor
-
Get the raw value of the tail for the given partition.
- rawTailVolatile(UnsafeBuffer) - Static method in class io.aeron.logbuffer.LogBufferDescriptor
-
Get the raw value of the tail for the current active partition.
- rawTailVolatile() - Method in class io.aeron.logbuffer.TermAppender
-
Get the raw current tail value in a volatile memory ordering fashion.
- RE_RESOLUTION_CHECK_INTERVAL_DEFAULT_NS - Static variable in class io.aeron.driver.Configuration
-
Default value for the re-resolution check interval.
- RE_RESOLUTION_CHECK_INTERVAL_PROP_NAME - Static variable in class io.aeron.driver.Configuration
-
Property name for re-resolution check interval for resolving names to IP address.
- read(AtomicBuffer, LossReportReader.EntryConsumer) - Static method in class io.aeron.driver.reports.LossReportReader
-
- read(UnsafeBuffer, int, FragmentHandler, int, Header, ErrorHandler, long, Position) - Static method in class io.aeron.logbuffer.TermReader
-
Reads data from a term in a log buffer and updates a passed
Position
so progress is not lost in the
event of an exception.
- read(UnsafeBuffer, int, FragmentHandler, int, Header, ErrorHandler) - Static method in class io.aeron.logbuffer.TermReader
-
Reads data from a term in a log buffer.
- ReadableCounter - Class in io.aeron.status
-
Readonly view of an associated
Counter
.
- ReadableCounter(CountersReader, long, int) - Constructor for class io.aeron.status.ReadableCounter
-
Construct a view of an existing counter.
- ReadableCounter(CountersReader, int) - Constructor for class io.aeron.status.ReadableCounter
-
Construct a view of an existing counter.
- reassembledMessage1(int) - Static method in class io.aeron.samples.MultipleSubscribersWithFragmentAssembly
-
Return a reusable, parameterized
FragmentHandler
that prints to stdout for the first stream(STREAM).
- reassembledMessage2(int) - Static method in class io.aeron.samples.MultipleSubscribersWithFragmentAssembly
-
A reusable, parameterised
FragmentHandler
that prints to stdout for the second stream (STREAM + 1).
- rebuildOffset(long) - Static method in class io.aeron.driver.LossDetector
-
The offset up to which the log has been rebuilt.
- receive(ByteBuffer) - Method in class io.aeron.driver.media.UdpChannelTransport
-
Receive a datagram from the media layer.
- RECEIVE_CHANNEL_ENDPOINT_SUPPLIER_PROP_NAME - Static variable in class io.aeron.driver.Configuration
-
- RECEIVE_CHANNEL_STATUS_TYPE_ID - Static variable in class io.aeron.driver.status.ReceiveChannelStatus
-
Type id of a receive channel status indicator.
- RECEIVE_CONTROL_LOSS_RATE_PROP_NAME - Static variable in class io.aeron.driver.ext.DebugChannelEndpointConfiguration
-
Property name for receiver outbound control loss rate.
- RECEIVE_CONTROL_LOSS_SEED_PROP_NAME - Static variable in class io.aeron.driver.ext.DebugChannelEndpointConfiguration
-
Property name for receiver outbound control loss seed.
- RECEIVE_DATA_LOSS_RATE_PROP_NAME - Static variable in class io.aeron.driver.ext.DebugChannelEndpointConfiguration
-
Property name for receiver inbound data loss rate.
- RECEIVE_DATA_LOSS_SEED_PROP_NAME - Static variable in class io.aeron.driver.ext.DebugChannelEndpointConfiguration
-
Property name for receiver inbound data loss seed.
- ReceiveChannelEndpoint - Class in io.aeron.driver.media
-
Aggregator of multiple subscriptions onto a single transport channel for receiving of data and setup frames
plus sending status and NAK frames.
- ReceiveChannelEndpoint(UdpChannel, DataPacketDispatcher, AtomicCounter, MediaDriver.Context) - Constructor for class io.aeron.driver.media.ReceiveChannelEndpoint
-
Construct the receiver end for data streams.
- receiveChannelEndpointSupplier() - Static method in class io.aeron.driver.Configuration
-
Get the supplier of
ReceiveChannelEndpoint
s which can be used for
debugging, monitoring, or modifying the behaviour when receiving from the channel.
- receiveChannelEndpointSupplier() - Method in class io.aeron.driver.MediaDriver.Context
-
Supplier of dynamically created
ReceiveChannelEndpoint
subclasses for specialising interactions
with the receive side of a network channel.
- receiveChannelEndpointSupplier(ReceiveChannelEndpointSupplier) - Method in class io.aeron.driver.MediaDriver.Context
-
Supplier of dynamically created
ReceiveChannelEndpoint
subclasses for specialising interactions
with the receive side of a network channel.
- ReceiveChannelEndpointSupplier - Interface in io.aeron.driver
-
Supplier of channel endpoints which extend
ReceiveChannelEndpoint
to add specialised behaviour for the
receiver.
- ReceiveChannelEndpointThreadLocals - Class in io.aeron.driver.media
-
Thread local variables that will only be accessed in the context of the Receiver agent thread from within a
ReceiveChannelEndpoint
subclass.
- ReceiveChannelEndpointThreadLocals() - Constructor for class io.aeron.driver.media.ReceiveChannelEndpointThreadLocals
-
Construct a set of local state to be use by the receiver thread.
- receiveChannelEndpointThreadLocals() - Method in class io.aeron.driver.MediaDriver.Context
-
- receiveChannelEndpointThreadLocals(ReceiveChannelEndpointThreadLocals) - Method in class io.aeron.driver.MediaDriver.Context
-
- ReceiveChannelStatus - Class in io.aeron.driver.status
-
The status of a receive channel endpoint represented as a counter value.
- ReceiveChannelStatus() - Constructor for class io.aeron.driver.status.ReceiveChannelStatus
-
- receiveChannelStatus(CountersReader, String) - Static method in class io.aeron.driver.status.StatusUtil
-
Return the read-only status indicator for the given receive channel URI.
- receiveControlLossGeneratorSupplier() - Static method in class io.aeron.driver.ext.DebugChannelEndpointConfiguration
-
The supplier of
LossGenerator
s for the receive end of a control stream.
- receiveDatagramChannel - Variable in class io.aeron.driver.media.UdpChannelTransport
-
Channel to be used for receiving frames from the perspective of the endpoint.
- receiveDatagramChannel() - Method in class io.aeron.driver.media.UdpChannelTransport
-
- receiveDataLossGeneratorSupplier() - Static method in class io.aeron.driver.ext.DebugChannelEndpointConfiguration
-
The supplier of
LossGenerator
s for the receive end of a data stream.
- ReceiveDestinationTransport - Class in io.aeron.driver.media
-
Destination endpoint representation for reception into an image from a UDP transport.
- ReceiveDestinationTransport(UdpChannel, MediaDriver.Context, AtomicCounter, int, int) - Constructor for class io.aeron.driver.media.ReceiveDestinationTransport
-
Construct a new transport for a receive destination.
- receiveHook(UnsafeBuffer, int, InetSocketAddress) - Method in class io.aeron.driver.media.UdpChannelTransport
-
Receive packet hook that can be usef for logging.
- ReceiveLocalSocketAddress - Class in io.aeron.driver.status
-
The receive end of a local socket address, i.e the destination or endpoint for a subscription.
- ReceiveLocalSocketAddress() - Constructor for class io.aeron.driver.status.ReceiveLocalSocketAddress
-
- Receiver - Class in io.aeron.driver
-
Agent that receives messages streams and rebuilds
PublicationImage
s, plus iterates over them sending status
and control messages back to the
Sender
.
- RECEIVER_GROUP_TAG_PROP_NAME - Static variable in class io.aeron.driver.Configuration
-
Property name for default group tag (gtag) to send in all Status Messages.
- RECEIVER_HWM_TYPE_ID - Static variable in class io.aeron.driver.status.ReceiverHwm
-
Type id of a receiver high-water-mark position counter.
- RECEIVER_IDLE_STRATEGY_PROP_NAME - Static variable in class io.aeron.driver.Configuration
-
- RECEIVER_POS_TYPE_ID - Static variable in class io.aeron.driver.status.ReceiverPos
-
Type id of a receiver position counter.
- RECEIVER_WINDOW_LENGTH_PARAM_NAME - Static variable in class io.aeron.CommonContext
-
Parameter name for the congestion control's initial receiver window length.
- receiverCachedNanoClock() - Method in class io.aeron.driver.MediaDriver.Context
-
The
CachedNanoClock
as a source of time in nanoseconds for measuring duration.
- receiverCachedNanoClock(CachedNanoClock) - Method in class io.aeron.driver.MediaDriver.Context
-
- receiverGroupConsideration() - Static method in class io.aeron.driver.Configuration
-
Should subscriptions should be considered a group member or individual connection, e.g.
- receiverGroupConsideration() - Method in class io.aeron.driver.MediaDriver.Context
-
Should network subscriptions be considered part of a group even if using a unicast endpoint, should it be
considered an individual even if using a multicast endpoint, or should the use of a unicast/multicast
endpoint infer the usage.
- receiverGroupConsideration(CommonContext.InferableBoolean) - Method in class io.aeron.driver.MediaDriver.Context
-
Should network subscriptions be considered part of a group even if using a unicast endpoint, should it be
considered an individual even if using a multicast endpoint, or should the use of a unicast/multicast
endpoint infer the usage.
- receiverGroupTag() - Method in class io.aeron.driver.MediaDriver.Context
-
Get the group tag (gtag) to be sent in Status Messages from the Receiver.
- receiverGroupTag(Long) - Method in class io.aeron.driver.MediaDriver.Context
-
Set the group tag (gtag) to be sent in Status Messages from the Receiver.
- ReceiverHwm - Class in io.aeron.driver.status
-
The highest position the Receiver has observed on a session-channel-stream tuple while rebuilding the stream.
- ReceiverHwm() - Constructor for class io.aeron.driver.status.ReceiverHwm
-
- receiverId() - Method in class io.aeron.protocol.RttMeasurementFlyweight
-
The receiver-id which uniquely identifies a receiver of a stream.
- receiverId(long) - Method in class io.aeron.protocol.RttMeasurementFlyweight
-
Set receiver-id which uniquely identifies a receiver of a stream.
- receiverId() - Method in class io.aeron.protocol.StatusMessageFlyweight
-
Identifier for the receiver to distinguish them for FlowControl strategies.
- receiverId(long) - Method in class io.aeron.protocol.StatusMessageFlyweight
-
Identifier for the receiver to distinguish them for FlowControl strategies.
- receiverIdleStrategy(StatusIndicator) - Static method in class io.aeron.driver.Configuration
-
- receiverIdleStrategy() - Method in class io.aeron.driver.MediaDriver.Context
-
- receiverIdleStrategy(IdleStrategy) - Method in class io.aeron.driver.MediaDriver.Context
-
- ReceiverPos - Class in io.aeron.driver.status
-
The highest position the Receiver has rebuilt up to on a session-channel-stream tuple while rebuilding the stream.
- ReceiverPos() - Constructor for class io.aeron.driver.status.ReceiverPos
-
- receiverThreadFactory() - Method in class io.aeron.driver.MediaDriver.Context
-
- receiverThreadFactory(ThreadFactory) - Method in class io.aeron.driver.MediaDriver.Context
-
- receiverTimeoutNs() - Method in class io.aeron.driver.AbstractMinMulticastFlowControl
-
Timeout after which an inactive receiver will be dropped.
- receiverWindowLength(Integer) - Method in class io.aeron.ChannelUriStringBuilder
-
Set the congestion control initial receiver window length for this channel.
- receiverWindowLength(ChannelUri) - Method in class io.aeron.ChannelUriStringBuilder
-
Set the congestion control initial receiver window length for this channel from an existing
ChannelUri
,
which may have a null value for this field.
- receiverWindowLength() - Method in class io.aeron.ChannelUriStringBuilder
-
Get the receiver window length to be used as the initial receiver window for congestion control.
- receiverWindowLength(long) - Static method in interface io.aeron.driver.CongestionControl
-
Extract the receiver window length from the packed value.
- receiverWindowLength() - Method in class io.aeron.driver.media.UdpChannel
-
Get the receiver window length used as the initial window length for congestion control.
- receiverWindowLength() - Method in class io.aeron.protocol.StatusMessageFlyweight
-
The receiver window length they will accept.
- receiverWindowLength(int) - Method in class io.aeron.protocol.StatusMessageFlyweight
-
Set the receiver window length they will accept.
- receiverWindowLengthOrDefault(int) - Method in class io.aeron.driver.media.UdpChannel
-
Get the receiver window length used as the initial window length for congestion control.
- ReceiveSendUdpPong - Class in io.aeron.samples.raw
-
Benchmark used to calculate latency of underlying system.
- ReceiveSendUdpPong() - Constructor for class io.aeron.samples.raw.ReceiveSendUdpPong
-
- ReceiveWriteUdpPong - Class in io.aeron.samples.raw
-
Benchmark used to calculate latency of underlying system.
- ReceiveWriteUdpPong() - Constructor for class io.aeron.samples.raw.ReceiveWriteUdpPong
-
- receptionDelta() - Method in class io.aeron.protocol.RttMeasurementFlyweight
-
Time in nanoseconds between receiving original RTT Measurement and sending Reply RTT Measurement.
- receptionDelta(long) - Method in class io.aeron.protocol.RttMeasurementFlyweight
-
Set time in nanoseconds between receiving original RTT Measurement and sending Reply RTT Measurement.
- RECORD_CHECKSUM_PROP_NAME - Static variable in class io.aeron.archive.Archive.Configuration
-
Property that specifies fully qualified class name of the
Checksum
to be used for checksum computation during recording.
- recordChecksum() - Static method in class io.aeron.archive.Archive.Configuration
-
Fully qualified class name of the
Checksum
implementation to use during
recording to compute checksums.
- recordChecksum(Checksum) - Method in class io.aeron.archive.Archive.Context
-
Provides an explicit
Checksum
for checksum computation during recording.
- recordChecksum() - Method in class io.aeron.archive.Archive.Context
-
Get the
Checksum
for checksum computation during recording.
- recordCount() - Method in class io.aeron.archive.codecs.ListRecordingsForUriRequestDecoder
-
- recordCount(int) - Method in class io.aeron.archive.codecs.ListRecordingsForUriRequestEncoder
-
- recordCount() - Method in class io.aeron.archive.codecs.ListRecordingsRequestDecoder
-
- recordCount(int) - Method in class io.aeron.archive.codecs.ListRecordingsRequestEncoder
-
- recordCountEncodingLength() - Static method in class io.aeron.archive.codecs.ListRecordingsForUriRequestDecoder
-
- recordCountEncodingLength() - Static method in class io.aeron.archive.codecs.ListRecordingsForUriRequestEncoder
-
- recordCountEncodingLength() - Static method in class io.aeron.archive.codecs.ListRecordingsRequestDecoder
-
- recordCountEncodingLength() - Static method in class io.aeron.archive.codecs.ListRecordingsRequestEncoder
-
- recordCountEncodingOffset() - Static method in class io.aeron.archive.codecs.ListRecordingsForUriRequestDecoder
-
- recordCountEncodingOffset() - Static method in class io.aeron.archive.codecs.ListRecordingsForUriRequestEncoder
-
- recordCountEncodingOffset() - Static method in class io.aeron.archive.codecs.ListRecordingsRequestDecoder
-
- recordCountEncodingOffset() - Static method in class io.aeron.archive.codecs.ListRecordingsRequestEncoder
-
- recordCountId() - Static method in class io.aeron.archive.codecs.ListRecordingsForUriRequestDecoder
-
- recordCountId() - Static method in class io.aeron.archive.codecs.ListRecordingsForUriRequestEncoder
-
- recordCountId() - Static method in class io.aeron.archive.codecs.ListRecordingsRequestDecoder
-
- recordCountId() - Static method in class io.aeron.archive.codecs.ListRecordingsRequestEncoder
-
- recordCountMaxValue() - Static method in class io.aeron.archive.codecs.ListRecordingsForUriRequestDecoder
-
- recordCountMaxValue() - Static method in class io.aeron.archive.codecs.ListRecordingsForUriRequestEncoder
-
- recordCountMaxValue() - Static method in class io.aeron.archive.codecs.ListRecordingsRequestDecoder
-
- recordCountMaxValue() - Static method in class io.aeron.archive.codecs.ListRecordingsRequestEncoder
-
- recordCountMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.ListRecordingsForUriRequestDecoder
-
- recordCountMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.ListRecordingsForUriRequestEncoder
-
- recordCountMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.ListRecordingsRequestDecoder
-
- recordCountMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.ListRecordingsRequestEncoder
-
- recordCountMinValue() - Static method in class io.aeron.archive.codecs.ListRecordingsForUriRequestDecoder
-
- recordCountMinValue() - Static method in class io.aeron.archive.codecs.ListRecordingsForUriRequestEncoder
-
- recordCountMinValue() - Static method in class io.aeron.archive.codecs.ListRecordingsRequestDecoder
-
- recordCountMinValue() - Static method in class io.aeron.archive.codecs.ListRecordingsRequestEncoder
-
- recordCountNullValue() - Static method in class io.aeron.archive.codecs.ListRecordingsForUriRequestDecoder
-
- recordCountNullValue() - Static method in class io.aeron.archive.codecs.ListRecordingsForUriRequestEncoder
-
- recordCountNullValue() - Static method in class io.aeron.archive.codecs.ListRecordingsRequestDecoder
-
- recordCountNullValue() - Static method in class io.aeron.archive.codecs.ListRecordingsRequestEncoder
-
- recordCountSinceVersion() - Static method in class io.aeron.archive.codecs.ListRecordingsForUriRequestDecoder
-
- recordCountSinceVersion() - Static method in class io.aeron.archive.codecs.ListRecordingsForUriRequestEncoder
-
- recordCountSinceVersion() - Static method in class io.aeron.archive.codecs.ListRecordingsRequestDecoder
-
- recordCountSinceVersion() - Static method in class io.aeron.archive.codecs.ListRecordingsRequestEncoder
-
- RecordedBasicPublisher - Class in io.aeron.samples.archive
-
Basic Aeron publisher application which is recorded in an archive.
- RecordedBasicPublisher() - Constructor for class io.aeron.samples.archive.RecordedBasicPublisher
-
- recorderIdleStrategy() - Method in class io.aeron.archive.Archive.Context
-
- recorderIdleStrategySupplier(StatusIndicator) - Static method in class io.aeron.archive.Archive.Configuration
-
- recorderIdleStrategySupplier(Supplier<IdleStrategy>) - Method in class io.aeron.archive.Archive.Context
-
- RECORDING_EVENTS_CHANNEL_DEFAULT - Static variable in class io.aeron.archive.client.AeronArchive.Configuration
-
Channel for receiving progress events of recordings from an archive.
- RECORDING_EVENTS_CHANNEL_PROP_NAME - Static variable in class io.aeron.archive.client.AeronArchive.Configuration
-
Channel for receiving progress events of recordings from an archive.
- RECORDING_EVENTS_ENABLED_DEFAULT - Static variable in class io.aeron.archive.client.AeronArchive.Configuration
-
Channel enabled for recording progress events of recordings from an archive which defaults to true.
- RECORDING_EVENTS_ENABLED_PROP_NAME - Static variable in class io.aeron.archive.client.AeronArchive.Configuration
-
Is channel enabled for recording progress events of recordings from an archive.
- RECORDING_EVENTS_STREAM_ID_DEFAULT - Static variable in class io.aeron.archive.client.AeronArchive.Configuration
-
Stream id within a channel for receiving progress of recordings from an archive.
- RECORDING_EVENTS_STREAM_ID_PROP_NAME - Static variable in class io.aeron.archive.client.AeronArchive.Configuration
-
Stream id within a channel for receiving progress of recordings from an archive.
- RECORDING_POSITION_TYPE_ID - Static variable in class io.aeron.archive.status.RecordingPos
-
Type id of a recording position counter.
- RecordingDescriptorConsumer - Interface in io.aeron.archive.client
-
Consumer of events describing Aeron stream recordings.
- RecordingDescriptorDecoder - Class in io.aeron.archive.codecs
-
Describes a recording in the catalog.
- RecordingDescriptorDecoder() - Constructor for class io.aeron.archive.codecs.RecordingDescriptorDecoder
-
- RecordingDescriptorEncoder - Class in io.aeron.archive.codecs
-
Describes a recording in the catalog.
- RecordingDescriptorEncoder() - Constructor for class io.aeron.archive.codecs.RecordingDescriptorEncoder
-
- RecordingDescriptorHeaderDecoder - Class in io.aeron.archive.codecs
-
Used in the catalog to describe the recording descriptor entry which follows.
- RecordingDescriptorHeaderDecoder() - Constructor for class io.aeron.archive.codecs.RecordingDescriptorHeaderDecoder
-
- RecordingDescriptorHeaderEncoder - Class in io.aeron.archive.codecs
-
Used in the catalog to describe the recording descriptor entry which follows.
- RecordingDescriptorHeaderEncoder() - Constructor for class io.aeron.archive.codecs.RecordingDescriptorHeaderEncoder
-
- recordingDescriptorPoller() - Method in class io.aeron.archive.client.AeronArchive
-
- RecordingDescriptorPoller - Class in io.aeron.archive.client
-
Encapsulate the polling, decoding, dispatching of recording descriptors from an archive.
- RecordingDescriptorPoller(Subscription, ErrorHandler, long, int) - Constructor for class io.aeron.archive.client.RecordingDescriptorPoller
-
Create a poller for a given subscription to an archive for control response messages.
- RecordingEventsAdapter - Class in io.aeron.archive.client
-
Encapsulate the polling, decoding, and dispatching of recording events.
- RecordingEventsAdapter(RecordingEventsListener, Subscription, int) - Constructor for class io.aeron.archive.client.RecordingEventsAdapter
-
Create an adapter for a given subscription to an archive for recording events.
- recordingEventsChannel() - Method in class io.aeron.archive.Archive.Context
-
Get the channel URI on which the recording events publication will publish.
- recordingEventsChannel(String) - Method in class io.aeron.archive.Archive.Context
-
Set the channel URI on which the recording events publication will publish.
- recordingEventsChannel() - Static method in class io.aeron.archive.client.AeronArchive.Configuration
-
- recordingEventsChannel() - Method in class io.aeron.archive.client.AeronArchive.Context
-
Get the channel URI on which the recording events publication will publish.
- recordingEventsChannel(String) - Method in class io.aeron.archive.client.AeronArchive.Context
-
Set the channel URI on which the recording events publication will publish.
- recordingEventsEnabled() - Method in class io.aeron.archive.Archive.Context
-
Should the recording events channel be enabled.
- recordingEventsEnabled(boolean) - Method in class io.aeron.archive.Archive.Context
-
Set if the recording events channel should be enabled.
- recordingEventsEnabled() - Static method in class io.aeron.archive.client.AeronArchive.Configuration
-
Should the recording events stream be enabled.
- RecordingEventsListener - Interface in io.aeron.archive.client
-
Event listener for observing the status of recordings for an Archive.
- RecordingEventsPoller - Class in io.aeron.archive.client
-
Encapsulate the polling and decoding of recording events.
- RecordingEventsPoller(Subscription) - Constructor for class io.aeron.archive.client.RecordingEventsPoller
-
Create a poller for a given subscription to an archive for recording events.
- recordingEventsStreamId() - Method in class io.aeron.archive.Archive.Context
-
Get the stream id on which the recording events publication will publish.
- recordingEventsStreamId(int) - Method in class io.aeron.archive.Archive.Context
-
Set the stream id on which the recording events publication will publish.
- recordingEventsStreamId() - Static method in class io.aeron.archive.client.AeronArchive.Configuration
-
- recordingEventsStreamId() - Method in class io.aeron.archive.client.AeronArchive.Context
-
Get the stream id on which the recording events publication will publish.
- recordingEventsStreamId(int) - Method in class io.aeron.archive.client.AeronArchive.Context
-
Set the stream id on which the recording events publication will publish.
- recordingId() - Method in class io.aeron.archive.client.RecordingEventsPoller
-
Get the recording id of the last received event.
- recordingId() - Method in class io.aeron.archive.client.RecordingSignalPoller
-
Get the recording id of the last received message.
- recordingId() - Method in class io.aeron.archive.codecs.AttachSegmentsRequestDecoder
-
- recordingId(long) - Method in class io.aeron.archive.codecs.AttachSegmentsRequestEncoder
-
- recordingId() - Method in class io.aeron.archive.codecs.BoundedReplayRequestDecoder
-
- recordingId(long) - Method in class io.aeron.archive.codecs.BoundedReplayRequestEncoder
-
- recordingId() - Method in class io.aeron.archive.codecs.DeleteDetachedSegmentsRequestDecoder
-
- recordingId(long) - Method in class io.aeron.archive.codecs.DeleteDetachedSegmentsRequestEncoder
-
- recordingId() - Method in class io.aeron.archive.codecs.DetachSegmentsRequestDecoder
-
- recordingId(long) - Method in class io.aeron.archive.codecs.DetachSegmentsRequestEncoder
-
- recordingId() - Method in class io.aeron.archive.codecs.ExtendRecordingRequest2Decoder
-
- recordingId(long) - Method in class io.aeron.archive.codecs.ExtendRecordingRequest2Encoder
-
- recordingId() - Method in class io.aeron.archive.codecs.ExtendRecordingRequestDecoder
-
- recordingId(long) - Method in class io.aeron.archive.codecs.ExtendRecordingRequestEncoder
-
- recordingId() - Method in class io.aeron.archive.codecs.ListRecordingRequestDecoder
-
- recordingId(long) - Method in class io.aeron.archive.codecs.ListRecordingRequestEncoder
-
- recordingId() - Method in class io.aeron.archive.codecs.PurgeRecordingRequestDecoder
-
- recordingId(long) - Method in class io.aeron.archive.codecs.PurgeRecordingRequestEncoder
-
- recordingId() - Method in class io.aeron.archive.codecs.PurgeSegmentsRequestDecoder
-
- recordingId(long) - Method in class io.aeron.archive.codecs.PurgeSegmentsRequestEncoder
-
- recordingId() - Method in class io.aeron.archive.codecs.RecordingDescriptorDecoder
-
- recordingId(long) - Method in class io.aeron.archive.codecs.RecordingDescriptorEncoder
-
- recordingId() - Method in class io.aeron.archive.codecs.RecordingPositionRequestDecoder
-
- recordingId(long) - Method in class io.aeron.archive.codecs.RecordingPositionRequestEncoder
-
- recordingId() - Method in class io.aeron.archive.codecs.RecordingProgressDecoder
-
- recordingId(long) - Method in class io.aeron.archive.codecs.RecordingProgressEncoder
-
- recordingId() - Method in class io.aeron.archive.codecs.RecordingSignalEventDecoder
-
- recordingId(long) - Method in class io.aeron.archive.codecs.RecordingSignalEventEncoder
-
- recordingId() - Method in class io.aeron.archive.codecs.RecordingStartedDecoder
-
- recordingId(long) - Method in class io.aeron.archive.codecs.RecordingStartedEncoder
-
- recordingId() - Method in class io.aeron.archive.codecs.RecordingStoppedDecoder
-
- recordingId(long) - Method in class io.aeron.archive.codecs.RecordingStoppedEncoder
-
- recordingId() - Method in class io.aeron.archive.codecs.ReplayRequestDecoder
-
- recordingId(long) - Method in class io.aeron.archive.codecs.ReplayRequestEncoder
-
- recordingId() - Method in class io.aeron.archive.codecs.StartPositionRequestDecoder
-
- recordingId(long) - Method in class io.aeron.archive.codecs.StartPositionRequestEncoder
-
- recordingId() - Method in class io.aeron.archive.codecs.StopAllReplaysRequestDecoder
-
- recordingId(long) - Method in class io.aeron.archive.codecs.StopAllReplaysRequestEncoder
-
- recordingId() - Method in class io.aeron.archive.codecs.StopPositionRequestDecoder
-
- recordingId(long) - Method in class io.aeron.archive.codecs.StopPositionRequestEncoder
-
- recordingId() - Method in class io.aeron.archive.codecs.StopRecordingByIdentityRequestDecoder
-
- recordingId(long) - Method in class io.aeron.archive.codecs.StopRecordingByIdentityRequestEncoder
-
- recordingId() - Method in class io.aeron.archive.codecs.TruncateRecordingRequestDecoder
-
- recordingId(long) - Method in class io.aeron.archive.codecs.TruncateRecordingRequestEncoder
-
- recordingId - Variable in class io.aeron.archive.RecordingSummary
-
Unique identity of a recording.
- recordingIdEncodingLength() - Static method in class io.aeron.archive.codecs.AttachSegmentsRequestDecoder
-
- recordingIdEncodingLength() - Static method in class io.aeron.archive.codecs.AttachSegmentsRequestEncoder
-
- recordingIdEncodingLength() - Static method in class io.aeron.archive.codecs.BoundedReplayRequestDecoder
-
- recordingIdEncodingLength() - Static method in class io.aeron.archive.codecs.BoundedReplayRequestEncoder
-
- recordingIdEncodingLength() - Static method in class io.aeron.archive.codecs.DeleteDetachedSegmentsRequestDecoder
-
- recordingIdEncodingLength() - Static method in class io.aeron.archive.codecs.DeleteDetachedSegmentsRequestEncoder
-
- recordingIdEncodingLength() - Static method in class io.aeron.archive.codecs.DetachSegmentsRequestDecoder
-
- recordingIdEncodingLength() - Static method in class io.aeron.archive.codecs.DetachSegmentsRequestEncoder
-
- recordingIdEncodingLength() - Static method in class io.aeron.archive.codecs.ExtendRecordingRequest2Decoder
-
- recordingIdEncodingLength() - Static method in class io.aeron.archive.codecs.ExtendRecordingRequest2Encoder
-
- recordingIdEncodingLength() - Static method in class io.aeron.archive.codecs.ExtendRecordingRequestDecoder
-
- recordingIdEncodingLength() - Static method in class io.aeron.archive.codecs.ExtendRecordingRequestEncoder
-
- recordingIdEncodingLength() - Static method in class io.aeron.archive.codecs.ListRecordingRequestDecoder
-
- recordingIdEncodingLength() - Static method in class io.aeron.archive.codecs.ListRecordingRequestEncoder
-
- recordingIdEncodingLength() - Static method in class io.aeron.archive.codecs.PurgeRecordingRequestDecoder
-
- recordingIdEncodingLength() - Static method in class io.aeron.archive.codecs.PurgeRecordingRequestEncoder
-
- recordingIdEncodingLength() - Static method in class io.aeron.archive.codecs.PurgeSegmentsRequestDecoder
-
- recordingIdEncodingLength() - Static method in class io.aeron.archive.codecs.PurgeSegmentsRequestEncoder
-
- recordingIdEncodingLength() - Static method in class io.aeron.archive.codecs.RecordingDescriptorDecoder
-
- recordingIdEncodingLength() - Static method in class io.aeron.archive.codecs.RecordingDescriptorEncoder
-
- recordingIdEncodingLength() - Static method in class io.aeron.archive.codecs.RecordingPositionRequestDecoder
-
- recordingIdEncodingLength() - Static method in class io.aeron.archive.codecs.RecordingPositionRequestEncoder
-
- recordingIdEncodingLength() - Static method in class io.aeron.archive.codecs.RecordingProgressDecoder
-
- recordingIdEncodingLength() - Static method in class io.aeron.archive.codecs.RecordingProgressEncoder
-
- recordingIdEncodingLength() - Static method in class io.aeron.archive.codecs.RecordingSignalEventDecoder
-
- recordingIdEncodingLength() - Static method in class io.aeron.archive.codecs.RecordingSignalEventEncoder
-
- recordingIdEncodingLength() - Static method in class io.aeron.archive.codecs.RecordingStartedDecoder
-
- recordingIdEncodingLength() - Static method in class io.aeron.archive.codecs.RecordingStartedEncoder
-
- recordingIdEncodingLength() - Static method in class io.aeron.archive.codecs.RecordingStoppedDecoder
-
- recordingIdEncodingLength() - Static method in class io.aeron.archive.codecs.RecordingStoppedEncoder
-
- recordingIdEncodingLength() - Static method in class io.aeron.archive.codecs.ReplayRequestDecoder
-
- recordingIdEncodingLength() - Static method in class io.aeron.archive.codecs.ReplayRequestEncoder
-
- recordingIdEncodingLength() - Static method in class io.aeron.archive.codecs.StartPositionRequestDecoder
-
- recordingIdEncodingLength() - Static method in class io.aeron.archive.codecs.StartPositionRequestEncoder
-
- recordingIdEncodingLength() - Static method in class io.aeron.archive.codecs.StopAllReplaysRequestDecoder
-
- recordingIdEncodingLength() - Static method in class io.aeron.archive.codecs.StopAllReplaysRequestEncoder
-
- recordingIdEncodingLength() - Static method in class io.aeron.archive.codecs.StopPositionRequestDecoder
-
- recordingIdEncodingLength() - Static method in class io.aeron.archive.codecs.StopPositionRequestEncoder
-
- recordingIdEncodingLength() - Static method in class io.aeron.archive.codecs.StopRecordingByIdentityRequestDecoder
-
- recordingIdEncodingLength() - Static method in class io.aeron.archive.codecs.StopRecordingByIdentityRequestEncoder
-
- recordingIdEncodingLength() - Static method in class io.aeron.archive.codecs.TruncateRecordingRequestDecoder
-
- recordingIdEncodingLength() - Static method in class io.aeron.archive.codecs.TruncateRecordingRequestEncoder
-
- recordingIdEncodingOffset() - Static method in class io.aeron.archive.codecs.AttachSegmentsRequestDecoder
-
- recordingIdEncodingOffset() - Static method in class io.aeron.archive.codecs.AttachSegmentsRequestEncoder
-
- recordingIdEncodingOffset() - Static method in class io.aeron.archive.codecs.BoundedReplayRequestDecoder
-
- recordingIdEncodingOffset() - Static method in class io.aeron.archive.codecs.BoundedReplayRequestEncoder
-
- recordingIdEncodingOffset() - Static method in class io.aeron.archive.codecs.DeleteDetachedSegmentsRequestDecoder
-
- recordingIdEncodingOffset() - Static method in class io.aeron.archive.codecs.DeleteDetachedSegmentsRequestEncoder
-
- recordingIdEncodingOffset() - Static method in class io.aeron.archive.codecs.DetachSegmentsRequestDecoder
-
- recordingIdEncodingOffset() - Static method in class io.aeron.archive.codecs.DetachSegmentsRequestEncoder
-
- recordingIdEncodingOffset() - Static method in class io.aeron.archive.codecs.ExtendRecordingRequest2Decoder
-
- recordingIdEncodingOffset() - Static method in class io.aeron.archive.codecs.ExtendRecordingRequest2Encoder
-
- recordingIdEncodingOffset() - Static method in class io.aeron.archive.codecs.ExtendRecordingRequestDecoder
-
- recordingIdEncodingOffset() - Static method in class io.aeron.archive.codecs.ExtendRecordingRequestEncoder
-
- recordingIdEncodingOffset() - Static method in class io.aeron.archive.codecs.ListRecordingRequestDecoder
-
- recordingIdEncodingOffset() - Static method in class io.aeron.archive.codecs.ListRecordingRequestEncoder
-
- recordingIdEncodingOffset() - Static method in class io.aeron.archive.codecs.PurgeRecordingRequestDecoder
-
- recordingIdEncodingOffset() - Static method in class io.aeron.archive.codecs.PurgeRecordingRequestEncoder
-
- recordingIdEncodingOffset() - Static method in class io.aeron.archive.codecs.PurgeSegmentsRequestDecoder
-
- recordingIdEncodingOffset() - Static method in class io.aeron.archive.codecs.PurgeSegmentsRequestEncoder
-
- recordingIdEncodingOffset() - Static method in class io.aeron.archive.codecs.RecordingDescriptorDecoder
-
- recordingIdEncodingOffset() - Static method in class io.aeron.archive.codecs.RecordingDescriptorEncoder
-
- recordingIdEncodingOffset() - Static method in class io.aeron.archive.codecs.RecordingPositionRequestDecoder
-
- recordingIdEncodingOffset() - Static method in class io.aeron.archive.codecs.RecordingPositionRequestEncoder
-
- recordingIdEncodingOffset() - Static method in class io.aeron.archive.codecs.RecordingProgressDecoder
-
- recordingIdEncodingOffset() - Static method in class io.aeron.archive.codecs.RecordingProgressEncoder
-
- recordingIdEncodingOffset() - Static method in class io.aeron.archive.codecs.RecordingSignalEventDecoder
-
- recordingIdEncodingOffset() - Static method in class io.aeron.archive.codecs.RecordingSignalEventEncoder
-
- recordingIdEncodingOffset() - Static method in class io.aeron.archive.codecs.RecordingStartedDecoder
-
- recordingIdEncodingOffset() - Static method in class io.aeron.archive.codecs.RecordingStartedEncoder
-
- recordingIdEncodingOffset() - Static method in class io.aeron.archive.codecs.RecordingStoppedDecoder
-
- recordingIdEncodingOffset() - Static method in class io.aeron.archive.codecs.RecordingStoppedEncoder
-
- recordingIdEncodingOffset() - Static method in class io.aeron.archive.codecs.ReplayRequestDecoder
-
- recordingIdEncodingOffset() - Static method in class io.aeron.archive.codecs.ReplayRequestEncoder
-
- recordingIdEncodingOffset() - Static method in class io.aeron.archive.codecs.StartPositionRequestDecoder
-
- recordingIdEncodingOffset() - Static method in class io.aeron.archive.codecs.StartPositionRequestEncoder
-
- recordingIdEncodingOffset() - Static method in class io.aeron.archive.codecs.StopAllReplaysRequestDecoder
-
- recordingIdEncodingOffset() - Static method in class io.aeron.archive.codecs.StopAllReplaysRequestEncoder
-
- recordingIdEncodingOffset() - Static method in class io.aeron.archive.codecs.StopPositionRequestDecoder
-
- recordingIdEncodingOffset() - Static method in class io.aeron.archive.codecs.StopPositionRequestEncoder
-
- recordingIdEncodingOffset() - Static method in class io.aeron.archive.codecs.StopRecordingByIdentityRequestDecoder
-
- recordingIdEncodingOffset() - Static method in class io.aeron.archive.codecs.StopRecordingByIdentityRequestEncoder
-
- recordingIdEncodingOffset() - Static method in class io.aeron.archive.codecs.TruncateRecordingRequestDecoder
-
- recordingIdEncodingOffset() - Static method in class io.aeron.archive.codecs.TruncateRecordingRequestEncoder
-
- recordingIdId() - Static method in class io.aeron.archive.codecs.AttachSegmentsRequestDecoder
-
- recordingIdId() - Static method in class io.aeron.archive.codecs.AttachSegmentsRequestEncoder
-
- recordingIdId() - Static method in class io.aeron.archive.codecs.BoundedReplayRequestDecoder
-
- recordingIdId() - Static method in class io.aeron.archive.codecs.BoundedReplayRequestEncoder
-
- recordingIdId() - Static method in class io.aeron.archive.codecs.DeleteDetachedSegmentsRequestDecoder
-
- recordingIdId() - Static method in class io.aeron.archive.codecs.DeleteDetachedSegmentsRequestEncoder
-
- recordingIdId() - Static method in class io.aeron.archive.codecs.DetachSegmentsRequestDecoder
-
- recordingIdId() - Static method in class io.aeron.archive.codecs.DetachSegmentsRequestEncoder
-
- recordingIdId() - Static method in class io.aeron.archive.codecs.ExtendRecordingRequest2Decoder
-
- recordingIdId() - Static method in class io.aeron.archive.codecs.ExtendRecordingRequest2Encoder
-
- recordingIdId() - Static method in class io.aeron.archive.codecs.ExtendRecordingRequestDecoder
-
- recordingIdId() - Static method in class io.aeron.archive.codecs.ExtendRecordingRequestEncoder
-
- recordingIdId() - Static method in class io.aeron.archive.codecs.ListRecordingRequestDecoder
-
- recordingIdId() - Static method in class io.aeron.archive.codecs.ListRecordingRequestEncoder
-
- recordingIdId() - Static method in class io.aeron.archive.codecs.PurgeRecordingRequestDecoder
-
- recordingIdId() - Static method in class io.aeron.archive.codecs.PurgeRecordingRequestEncoder
-
- recordingIdId() - Static method in class io.aeron.archive.codecs.PurgeSegmentsRequestDecoder
-
- recordingIdId() - Static method in class io.aeron.archive.codecs.PurgeSegmentsRequestEncoder
-
- recordingIdId() - Static method in class io.aeron.archive.codecs.RecordingDescriptorDecoder
-
- recordingIdId() - Static method in class io.aeron.archive.codecs.RecordingDescriptorEncoder
-
- recordingIdId() - Static method in class io.aeron.archive.codecs.RecordingPositionRequestDecoder
-
- recordingIdId() - Static method in class io.aeron.archive.codecs.RecordingPositionRequestEncoder
-
- recordingIdId() - Static method in class io.aeron.archive.codecs.RecordingProgressDecoder
-
- recordingIdId() - Static method in class io.aeron.archive.codecs.RecordingProgressEncoder
-
- recordingIdId() - Static method in class io.aeron.archive.codecs.RecordingSignalEventDecoder
-
- recordingIdId() - Static method in class io.aeron.archive.codecs.RecordingSignalEventEncoder
-
- recordingIdId() - Static method in class io.aeron.archive.codecs.RecordingStartedDecoder
-
- recordingIdId() - Static method in class io.aeron.archive.codecs.RecordingStartedEncoder
-
- recordingIdId() - Static method in class io.aeron.archive.codecs.RecordingStoppedDecoder
-
- recordingIdId() - Static method in class io.aeron.archive.codecs.RecordingStoppedEncoder
-
- recordingIdId() - Static method in class io.aeron.archive.codecs.ReplayRequestDecoder
-
- recordingIdId() - Static method in class io.aeron.archive.codecs.ReplayRequestEncoder
-
- recordingIdId() - Static method in class io.aeron.archive.codecs.StartPositionRequestDecoder
-
- recordingIdId() - Static method in class io.aeron.archive.codecs.StartPositionRequestEncoder
-
- recordingIdId() - Static method in class io.aeron.archive.codecs.StopAllReplaysRequestDecoder
-
- recordingIdId() - Static method in class io.aeron.archive.codecs.StopAllReplaysRequestEncoder
-
- recordingIdId() - Static method in class io.aeron.archive.codecs.StopPositionRequestDecoder
-
- recordingIdId() - Static method in class io.aeron.archive.codecs.StopPositionRequestEncoder
-
- recordingIdId() - Static method in class io.aeron.archive.codecs.StopRecordingByIdentityRequestDecoder
-
- recordingIdId() - Static method in class io.aeron.archive.codecs.StopRecordingByIdentityRequestEncoder
-
- recordingIdId() - Static method in class io.aeron.archive.codecs.TruncateRecordingRequestDecoder
-
- recordingIdId() - Static method in class io.aeron.archive.codecs.TruncateRecordingRequestEncoder
-
- recordingIdMaxValue() - Static method in class io.aeron.archive.codecs.AttachSegmentsRequestDecoder
-
- recordingIdMaxValue() - Static method in class io.aeron.archive.codecs.AttachSegmentsRequestEncoder
-
- recordingIdMaxValue() - Static method in class io.aeron.archive.codecs.BoundedReplayRequestDecoder
-
- recordingIdMaxValue() - Static method in class io.aeron.archive.codecs.BoundedReplayRequestEncoder
-
- recordingIdMaxValue() - Static method in class io.aeron.archive.codecs.DeleteDetachedSegmentsRequestDecoder
-
- recordingIdMaxValue() - Static method in class io.aeron.archive.codecs.DeleteDetachedSegmentsRequestEncoder
-
- recordingIdMaxValue() - Static method in class io.aeron.archive.codecs.DetachSegmentsRequestDecoder
-
- recordingIdMaxValue() - Static method in class io.aeron.archive.codecs.DetachSegmentsRequestEncoder
-
- recordingIdMaxValue() - Static method in class io.aeron.archive.codecs.ExtendRecordingRequest2Decoder
-
- recordingIdMaxValue() - Static method in class io.aeron.archive.codecs.ExtendRecordingRequest2Encoder
-
- recordingIdMaxValue() - Static method in class io.aeron.archive.codecs.ExtendRecordingRequestDecoder
-
- recordingIdMaxValue() - Static method in class io.aeron.archive.codecs.ExtendRecordingRequestEncoder
-
- recordingIdMaxValue() - Static method in class io.aeron.archive.codecs.ListRecordingRequestDecoder
-
- recordingIdMaxValue() - Static method in class io.aeron.archive.codecs.ListRecordingRequestEncoder
-
- recordingIdMaxValue() - Static method in class io.aeron.archive.codecs.PurgeRecordingRequestDecoder
-
- recordingIdMaxValue() - Static method in class io.aeron.archive.codecs.PurgeRecordingRequestEncoder
-
- recordingIdMaxValue() - Static method in class io.aeron.archive.codecs.PurgeSegmentsRequestDecoder
-
- recordingIdMaxValue() - Static method in class io.aeron.archive.codecs.PurgeSegmentsRequestEncoder
-
- recordingIdMaxValue() - Static method in class io.aeron.archive.codecs.RecordingDescriptorDecoder
-
- recordingIdMaxValue() - Static method in class io.aeron.archive.codecs.RecordingDescriptorEncoder
-
- recordingIdMaxValue() - Static method in class io.aeron.archive.codecs.RecordingPositionRequestDecoder
-
- recordingIdMaxValue() - Static method in class io.aeron.archive.codecs.RecordingPositionRequestEncoder
-
- recordingIdMaxValue() - Static method in class io.aeron.archive.codecs.RecordingProgressDecoder
-
- recordingIdMaxValue() - Static method in class io.aeron.archive.codecs.RecordingProgressEncoder
-
- recordingIdMaxValue() - Static method in class io.aeron.archive.codecs.RecordingSignalEventDecoder
-
- recordingIdMaxValue() - Static method in class io.aeron.archive.codecs.RecordingSignalEventEncoder
-
- recordingIdMaxValue() - Static method in class io.aeron.archive.codecs.RecordingStartedDecoder
-
- recordingIdMaxValue() - Static method in class io.aeron.archive.codecs.RecordingStartedEncoder
-
- recordingIdMaxValue() - Static method in class io.aeron.archive.codecs.RecordingStoppedDecoder
-
- recordingIdMaxValue() - Static method in class io.aeron.archive.codecs.RecordingStoppedEncoder
-
- recordingIdMaxValue() - Static method in class io.aeron.archive.codecs.ReplayRequestDecoder
-
- recordingIdMaxValue() - Static method in class io.aeron.archive.codecs.ReplayRequestEncoder
-
- recordingIdMaxValue() - Static method in class io.aeron.archive.codecs.StartPositionRequestDecoder
-
- recordingIdMaxValue() - Static method in class io.aeron.archive.codecs.StartPositionRequestEncoder
-
- recordingIdMaxValue() - Static method in class io.aeron.archive.codecs.StopAllReplaysRequestDecoder
-
- recordingIdMaxValue() - Static method in class io.aeron.archive.codecs.StopAllReplaysRequestEncoder
-
- recordingIdMaxValue() - Static method in class io.aeron.archive.codecs.StopPositionRequestDecoder
-
- recordingIdMaxValue() - Static method in class io.aeron.archive.codecs.StopPositionRequestEncoder
-
- recordingIdMaxValue() - Static method in class io.aeron.archive.codecs.StopRecordingByIdentityRequestDecoder
-
- recordingIdMaxValue() - Static method in class io.aeron.archive.codecs.StopRecordingByIdentityRequestEncoder
-
- recordingIdMaxValue() - Static method in class io.aeron.archive.codecs.TruncateRecordingRequestDecoder
-
- recordingIdMaxValue() - Static method in class io.aeron.archive.codecs.TruncateRecordingRequestEncoder
-
- recordingIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.AttachSegmentsRequestDecoder
-
- recordingIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.AttachSegmentsRequestEncoder
-
- recordingIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.BoundedReplayRequestDecoder
-
- recordingIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.BoundedReplayRequestEncoder
-
- recordingIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.DeleteDetachedSegmentsRequestDecoder
-
- recordingIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.DeleteDetachedSegmentsRequestEncoder
-
- recordingIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.DetachSegmentsRequestDecoder
-
- recordingIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.DetachSegmentsRequestEncoder
-
- recordingIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.ExtendRecordingRequest2Decoder
-
- recordingIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.ExtendRecordingRequest2Encoder
-
- recordingIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.ExtendRecordingRequestDecoder
-
- recordingIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.ExtendRecordingRequestEncoder
-
- recordingIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.ListRecordingRequestDecoder
-
- recordingIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.ListRecordingRequestEncoder
-
- recordingIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.PurgeRecordingRequestDecoder
-
- recordingIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.PurgeRecordingRequestEncoder
-
- recordingIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.PurgeSegmentsRequestDecoder
-
- recordingIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.PurgeSegmentsRequestEncoder
-
- recordingIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.RecordingDescriptorDecoder
-
- recordingIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.RecordingDescriptorEncoder
-
- recordingIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.RecordingPositionRequestDecoder
-
- recordingIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.RecordingPositionRequestEncoder
-
- recordingIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.RecordingProgressDecoder
-
- recordingIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.RecordingProgressEncoder
-
- recordingIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.RecordingSignalEventDecoder
-
- recordingIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.RecordingSignalEventEncoder
-
- recordingIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.RecordingStartedDecoder
-
- recordingIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.RecordingStartedEncoder
-
- recordingIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.RecordingStoppedDecoder
-
- recordingIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.RecordingStoppedEncoder
-
- recordingIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.ReplayRequestDecoder
-
- recordingIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.ReplayRequestEncoder
-
- recordingIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.StartPositionRequestDecoder
-
- recordingIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.StartPositionRequestEncoder
-
- recordingIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.StopAllReplaysRequestDecoder
-
- recordingIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.StopAllReplaysRequestEncoder
-
- recordingIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.StopPositionRequestDecoder
-
- recordingIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.StopPositionRequestEncoder
-
- recordingIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.StopRecordingByIdentityRequestDecoder
-
- recordingIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.StopRecordingByIdentityRequestEncoder
-
- recordingIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.TruncateRecordingRequestDecoder
-
- recordingIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.TruncateRecordingRequestEncoder
-
- recordingIdMinValue() - Static method in class io.aeron.archive.codecs.AttachSegmentsRequestDecoder
-
- recordingIdMinValue() - Static method in class io.aeron.archive.codecs.AttachSegmentsRequestEncoder
-
- recordingIdMinValue() - Static method in class io.aeron.archive.codecs.BoundedReplayRequestDecoder
-
- recordingIdMinValue() - Static method in class io.aeron.archive.codecs.BoundedReplayRequestEncoder
-
- recordingIdMinValue() - Static method in class io.aeron.archive.codecs.DeleteDetachedSegmentsRequestDecoder
-
- recordingIdMinValue() - Static method in class io.aeron.archive.codecs.DeleteDetachedSegmentsRequestEncoder
-
- recordingIdMinValue() - Static method in class io.aeron.archive.codecs.DetachSegmentsRequestDecoder
-
- recordingIdMinValue() - Static method in class io.aeron.archive.codecs.DetachSegmentsRequestEncoder
-
- recordingIdMinValue() - Static method in class io.aeron.archive.codecs.ExtendRecordingRequest2Decoder
-
- recordingIdMinValue() - Static method in class io.aeron.archive.codecs.ExtendRecordingRequest2Encoder
-
- recordingIdMinValue() - Static method in class io.aeron.archive.codecs.ExtendRecordingRequestDecoder
-
- recordingIdMinValue() - Static method in class io.aeron.archive.codecs.ExtendRecordingRequestEncoder
-
- recordingIdMinValue() - Static method in class io.aeron.archive.codecs.ListRecordingRequestDecoder
-
- recordingIdMinValue() - Static method in class io.aeron.archive.codecs.ListRecordingRequestEncoder
-
- recordingIdMinValue() - Static method in class io.aeron.archive.codecs.PurgeRecordingRequestDecoder
-
- recordingIdMinValue() - Static method in class io.aeron.archive.codecs.PurgeRecordingRequestEncoder
-
- recordingIdMinValue() - Static method in class io.aeron.archive.codecs.PurgeSegmentsRequestDecoder
-
- recordingIdMinValue() - Static method in class io.aeron.archive.codecs.PurgeSegmentsRequestEncoder
-
- recordingIdMinValue() - Static method in class io.aeron.archive.codecs.RecordingDescriptorDecoder
-
- recordingIdMinValue() - Static method in class io.aeron.archive.codecs.RecordingDescriptorEncoder
-
- recordingIdMinValue() - Static method in class io.aeron.archive.codecs.RecordingPositionRequestDecoder
-
- recordingIdMinValue() - Static method in class io.aeron.archive.codecs.RecordingPositionRequestEncoder
-
- recordingIdMinValue() - Static method in class io.aeron.archive.codecs.RecordingProgressDecoder
-
- recordingIdMinValue() - Static method in class io.aeron.archive.codecs.RecordingProgressEncoder
-
- recordingIdMinValue() - Static method in class io.aeron.archive.codecs.RecordingSignalEventDecoder
-
- recordingIdMinValue() - Static method in class io.aeron.archive.codecs.RecordingSignalEventEncoder
-
- recordingIdMinValue() - Static method in class io.aeron.archive.codecs.RecordingStartedDecoder
-
- recordingIdMinValue() - Static method in class io.aeron.archive.codecs.RecordingStartedEncoder
-
- recordingIdMinValue() - Static method in class io.aeron.archive.codecs.RecordingStoppedDecoder
-
- recordingIdMinValue() - Static method in class io.aeron.archive.codecs.RecordingStoppedEncoder
-
- recordingIdMinValue() - Static method in class io.aeron.archive.codecs.ReplayRequestDecoder
-
- recordingIdMinValue() - Static method in class io.aeron.archive.codecs.ReplayRequestEncoder
-
- recordingIdMinValue() - Static method in class io.aeron.archive.codecs.StartPositionRequestDecoder
-
- recordingIdMinValue() - Static method in class io.aeron.archive.codecs.StartPositionRequestEncoder
-
- recordingIdMinValue() - Static method in class io.aeron.archive.codecs.StopAllReplaysRequestDecoder
-
- recordingIdMinValue() - Static method in class io.aeron.archive.codecs.StopAllReplaysRequestEncoder
-
- recordingIdMinValue() - Static method in class io.aeron.archive.codecs.StopPositionRequestDecoder
-
- recordingIdMinValue() - Static method in class io.aeron.archive.codecs.StopPositionRequestEncoder
-
- recordingIdMinValue() - Static method in class io.aeron.archive.codecs.StopRecordingByIdentityRequestDecoder
-
- recordingIdMinValue() - Static method in class io.aeron.archive.codecs.StopRecordingByIdentityRequestEncoder
-
- recordingIdMinValue() - Static method in class io.aeron.archive.codecs.TruncateRecordingRequestDecoder
-
- recordingIdMinValue() - Static method in class io.aeron.archive.codecs.TruncateRecordingRequestEncoder
-
- recordingIdNullValue() - Static method in class io.aeron.archive.codecs.AttachSegmentsRequestDecoder
-
- recordingIdNullValue() - Static method in class io.aeron.archive.codecs.AttachSegmentsRequestEncoder
-
- recordingIdNullValue() - Static method in class io.aeron.archive.codecs.BoundedReplayRequestDecoder
-
- recordingIdNullValue() - Static method in class io.aeron.archive.codecs.BoundedReplayRequestEncoder
-
- recordingIdNullValue() - Static method in class io.aeron.archive.codecs.DeleteDetachedSegmentsRequestDecoder
-
- recordingIdNullValue() - Static method in class io.aeron.archive.codecs.DeleteDetachedSegmentsRequestEncoder
-
- recordingIdNullValue() - Static method in class io.aeron.archive.codecs.DetachSegmentsRequestDecoder
-
- recordingIdNullValue() - Static method in class io.aeron.archive.codecs.DetachSegmentsRequestEncoder
-
- recordingIdNullValue() - Static method in class io.aeron.archive.codecs.ExtendRecordingRequest2Decoder
-
- recordingIdNullValue() - Static method in class io.aeron.archive.codecs.ExtendRecordingRequest2Encoder
-
- recordingIdNullValue() - Static method in class io.aeron.archive.codecs.ExtendRecordingRequestDecoder
-
- recordingIdNullValue() - Static method in class io.aeron.archive.codecs.ExtendRecordingRequestEncoder
-
- recordingIdNullValue() - Static method in class io.aeron.archive.codecs.ListRecordingRequestDecoder
-
- recordingIdNullValue() - Static method in class io.aeron.archive.codecs.ListRecordingRequestEncoder
-
- recordingIdNullValue() - Static method in class io.aeron.archive.codecs.PurgeRecordingRequestDecoder
-
- recordingIdNullValue() - Static method in class io.aeron.archive.codecs.PurgeRecordingRequestEncoder
-
- recordingIdNullValue() - Static method in class io.aeron.archive.codecs.PurgeSegmentsRequestDecoder
-
- recordingIdNullValue() - Static method in class io.aeron.archive.codecs.PurgeSegmentsRequestEncoder
-
- recordingIdNullValue() - Static method in class io.aeron.archive.codecs.RecordingDescriptorDecoder
-
- recordingIdNullValue() - Static method in class io.aeron.archive.codecs.RecordingDescriptorEncoder
-
- recordingIdNullValue() - Static method in class io.aeron.archive.codecs.RecordingPositionRequestDecoder
-
- recordingIdNullValue() - Static method in class io.aeron.archive.codecs.RecordingPositionRequestEncoder
-
- recordingIdNullValue() - Static method in class io.aeron.archive.codecs.RecordingProgressDecoder
-
- recordingIdNullValue() - Static method in class io.aeron.archive.codecs.RecordingProgressEncoder
-
- recordingIdNullValue() - Static method in class io.aeron.archive.codecs.RecordingSignalEventDecoder
-
- recordingIdNullValue() - Static method in class io.aeron.archive.codecs.RecordingSignalEventEncoder
-
- recordingIdNullValue() - Static method in class io.aeron.archive.codecs.RecordingStartedDecoder
-
- recordingIdNullValue() - Static method in class io.aeron.archive.codecs.RecordingStartedEncoder
-
- recordingIdNullValue() - Static method in class io.aeron.archive.codecs.RecordingStoppedDecoder
-
- recordingIdNullValue() - Static method in class io.aeron.archive.codecs.RecordingStoppedEncoder
-
- recordingIdNullValue() - Static method in class io.aeron.archive.codecs.ReplayRequestDecoder
-
- recordingIdNullValue() - Static method in class io.aeron.archive.codecs.ReplayRequestEncoder
-
- recordingIdNullValue() - Static method in class io.aeron.archive.codecs.StartPositionRequestDecoder
-
- recordingIdNullValue() - Static method in class io.aeron.archive.codecs.StartPositionRequestEncoder
-
- recordingIdNullValue() - Static method in class io.aeron.archive.codecs.StopAllReplaysRequestDecoder
-
- recordingIdNullValue() - Static method in class io.aeron.archive.codecs.StopAllReplaysRequestEncoder
-
- recordingIdNullValue() - Static method in class io.aeron.archive.codecs.StopPositionRequestDecoder
-
- recordingIdNullValue() - Static method in class io.aeron.archive.codecs.StopPositionRequestEncoder
-
- recordingIdNullValue() - Static method in class io.aeron.archive.codecs.StopRecordingByIdentityRequestDecoder
-
- recordingIdNullValue() - Static method in class io.aeron.archive.codecs.StopRecordingByIdentityRequestEncoder
-
- recordingIdNullValue() - Static method in class io.aeron.archive.codecs.TruncateRecordingRequestDecoder
-
- recordingIdNullValue() - Static method in class io.aeron.archive.codecs.TruncateRecordingRequestEncoder
-
- recordingIdSinceVersion() - Static method in class io.aeron.archive.codecs.AttachSegmentsRequestDecoder
-
- recordingIdSinceVersion() - Static method in class io.aeron.archive.codecs.AttachSegmentsRequestEncoder
-
- recordingIdSinceVersion() - Static method in class io.aeron.archive.codecs.BoundedReplayRequestDecoder
-
- recordingIdSinceVersion() - Static method in class io.aeron.archive.codecs.BoundedReplayRequestEncoder
-
- recordingIdSinceVersion() - Static method in class io.aeron.archive.codecs.DeleteDetachedSegmentsRequestDecoder
-
- recordingIdSinceVersion() - Static method in class io.aeron.archive.codecs.DeleteDetachedSegmentsRequestEncoder
-
- recordingIdSinceVersion() - Static method in class io.aeron.archive.codecs.DetachSegmentsRequestDecoder
-
- recordingIdSinceVersion() - Static method in class io.aeron.archive.codecs.DetachSegmentsRequestEncoder
-
- recordingIdSinceVersion() - Static method in class io.aeron.archive.codecs.ExtendRecordingRequest2Decoder
-
- recordingIdSinceVersion() - Static method in class io.aeron.archive.codecs.ExtendRecordingRequest2Encoder
-
- recordingIdSinceVersion() - Static method in class io.aeron.archive.codecs.ExtendRecordingRequestDecoder
-
- recordingIdSinceVersion() - Static method in class io.aeron.archive.codecs.ExtendRecordingRequestEncoder
-
- recordingIdSinceVersion() - Static method in class io.aeron.archive.codecs.ListRecordingRequestDecoder
-
- recordingIdSinceVersion() - Static method in class io.aeron.archive.codecs.ListRecordingRequestEncoder
-
- recordingIdSinceVersion() - Static method in class io.aeron.archive.codecs.PurgeRecordingRequestDecoder
-
- recordingIdSinceVersion() - Static method in class io.aeron.archive.codecs.PurgeRecordingRequestEncoder
-
- recordingIdSinceVersion() - Static method in class io.aeron.archive.codecs.PurgeSegmentsRequestDecoder
-
- recordingIdSinceVersion() - Static method in class io.aeron.archive.codecs.PurgeSegmentsRequestEncoder
-
- recordingIdSinceVersion() - Static method in class io.aeron.archive.codecs.RecordingDescriptorDecoder
-
- recordingIdSinceVersion() - Static method in class io.aeron.archive.codecs.RecordingDescriptorEncoder
-
- recordingIdSinceVersion() - Static method in class io.aeron.archive.codecs.RecordingPositionRequestDecoder
-
- recordingIdSinceVersion() - Static method in class io.aeron.archive.codecs.RecordingPositionRequestEncoder
-
- recordingIdSinceVersion() - Static method in class io.aeron.archive.codecs.RecordingProgressDecoder
-
- recordingIdSinceVersion() - Static method in class io.aeron.archive.codecs.RecordingProgressEncoder
-
- recordingIdSinceVersion() - Static method in class io.aeron.archive.codecs.RecordingSignalEventDecoder
-
- recordingIdSinceVersion() - Static method in class io.aeron.archive.codecs.RecordingSignalEventEncoder
-
- recordingIdSinceVersion() - Static method in class io.aeron.archive.codecs.RecordingStartedDecoder
-
- recordingIdSinceVersion() - Static method in class io.aeron.archive.codecs.RecordingStartedEncoder
-
- recordingIdSinceVersion() - Static method in class io.aeron.archive.codecs.RecordingStoppedDecoder
-
- recordingIdSinceVersion() - Static method in class io.aeron.archive.codecs.RecordingStoppedEncoder
-
- recordingIdSinceVersion() - Static method in class io.aeron.archive.codecs.ReplayRequestDecoder
-
- recordingIdSinceVersion() - Static method in class io.aeron.archive.codecs.ReplayRequestEncoder
-
- recordingIdSinceVersion() - Static method in class io.aeron.archive.codecs.StartPositionRequestDecoder
-
- recordingIdSinceVersion() - Static method in class io.aeron.archive.codecs.StartPositionRequestEncoder
-
- recordingIdSinceVersion() - Static method in class io.aeron.archive.codecs.StopAllReplaysRequestDecoder
-
- recordingIdSinceVersion() - Static method in class io.aeron.archive.codecs.StopAllReplaysRequestEncoder
-
- recordingIdSinceVersion() - Static method in class io.aeron.archive.codecs.StopPositionRequestDecoder
-
- recordingIdSinceVersion() - Static method in class io.aeron.archive.codecs.StopPositionRequestEncoder
-
- recordingIdSinceVersion() - Static method in class io.aeron.archive.codecs.StopRecordingByIdentityRequestDecoder
-
- recordingIdSinceVersion() - Static method in class io.aeron.archive.codecs.StopRecordingByIdentityRequestEncoder
-
- recordingIdSinceVersion() - Static method in class io.aeron.archive.codecs.TruncateRecordingRequestDecoder
-
- recordingIdSinceVersion() - Static method in class io.aeron.archive.codecs.TruncateRecordingRequestEncoder
-
- RecordingPos - Class in io.aeron.archive.status
-
The position a recording has reached when being archived.
- RecordingPos() - Constructor for class io.aeron.archive.status.RecordingPos
-
- recordingPosition() - Method in class io.aeron.archive.client.RecordingEventsPoller
-
Get the current recording position.
- recordingPosition() - Method in class io.aeron.archive.client.RecordingSignalPoller
-
Get the recording position of the last received message.
- RecordingPositionRequestDecoder - Class in io.aeron.archive.codecs
-
Request the recorded position of an active recording.
- RecordingPositionRequestDecoder() - Constructor for class io.aeron.archive.codecs.RecordingPositionRequestDecoder
-
- RecordingPositionRequestEncoder - Class in io.aeron.archive.codecs
-
Request the recorded position of an active recording.
- RecordingPositionRequestEncoder() - Constructor for class io.aeron.archive.codecs.RecordingPositionRequestEncoder
-
- RecordingProgressDecoder - Class in io.aeron.archive.codecs
-
Recording progress notification for an Image.
- RecordingProgressDecoder() - Constructor for class io.aeron.archive.codecs.RecordingProgressDecoder
-
- RecordingProgressEncoder - Class in io.aeron.archive.codecs
-
Recording progress notification for an Image.
- RecordingProgressEncoder() - Constructor for class io.aeron.archive.codecs.RecordingProgressEncoder
-
- recordingSignal() - Method in class io.aeron.archive.client.RecordingSignalPoller
-
Get the recording signal of the last received message.
- RecordingSignal - Enum in io.aeron.archive.codecs
-
Signal of operations happening to a recording.
- RecordingSignalAdapter - Class in io.aeron.archive.client
-
Encapsulate the polling, decoding, and dispatching of recording transition events for a session plus the
asynchronous events to check for errors.
- RecordingSignalAdapter(long, ControlEventListener, RecordingSignalConsumer, Subscription, int) - Constructor for class io.aeron.archive.client.RecordingSignalAdapter
-
Create an adapter for a given subscription to an archive for recording events.
- RecordingSignalConsumer - Interface in io.aeron.archive.client
-
Consumer of signals representing operations applied to a recording.
- RecordingSignalEventDecoder - Class in io.aeron.archive.codecs
-
Signal of operations which happen to a recording.
- RecordingSignalEventDecoder() - Constructor for class io.aeron.archive.codecs.RecordingSignalEventDecoder
-
- RecordingSignalEventEncoder - Class in io.aeron.archive.codecs
-
Signal of operations which happen to a recording.
- RecordingSignalEventEncoder() - Constructor for class io.aeron.archive.codecs.RecordingSignalEventEncoder
-
- RecordingSignalPoller - Class in io.aeron.archive.client
-
Encapsulate the polling and decoding of archive control protocol response and recording signal messages.
- RecordingSignalPoller(long, Subscription) - Constructor for class io.aeron.archive.client.RecordingSignalPoller
-
- RecordingStartedDecoder - Class in io.aeron.archive.codecs
-
Describes a new image recording as a notification.
- RecordingStartedDecoder() - Constructor for class io.aeron.archive.codecs.RecordingStartedDecoder
-
- RecordingStartedEncoder - Class in io.aeron.archive.codecs
-
Describes a new image recording as a notification.
- RecordingStartedEncoder() - Constructor for class io.aeron.archive.codecs.RecordingStartedEncoder
-
- recordingStartPosition() - Method in class io.aeron.archive.client.RecordingEventsPoller
-
Get the position the recording started at.
- RecordingState - Enum in io.aeron.archive.codecs
-
State of a recording in the Catalog.
- RecordingStoppedDecoder - Class in io.aeron.archive.codecs
-
Recording termination notification.
- RecordingStoppedDecoder() - Constructor for class io.aeron.archive.codecs.RecordingStoppedDecoder
-
- RecordingStoppedEncoder - Class in io.aeron.archive.codecs
-
Recording termination notification.
- RecordingStoppedEncoder() - Constructor for class io.aeron.archive.codecs.RecordingStoppedEncoder
-
- recordingStopPosition() - Method in class io.aeron.archive.client.RecordingEventsPoller
-
Get the position the recording stopped at.
- RecordingSubscriptionDescriptorConsumer - Interface in io.aeron.archive.client
-
Consumer for descriptors of active archive recording
Subscription
s.
- RecordingSubscriptionDescriptorDecoder - Class in io.aeron.archive.codecs
-
Describes a recording subscription that has been started and not yet stopped.
- RecordingSubscriptionDescriptorDecoder() - Constructor for class io.aeron.archive.codecs.RecordingSubscriptionDescriptorDecoder
-
- RecordingSubscriptionDescriptorEncoder - Class in io.aeron.archive.codecs
-
Describes a recording subscription that has been started and not yet stopped.
- RecordingSubscriptionDescriptorEncoder() - Constructor for class io.aeron.archive.codecs.RecordingSubscriptionDescriptorEncoder
-
- recordingSubscriptionDescriptorPoller() - Method in class io.aeron.archive.client.AeronArchive
-
- RecordingSubscriptionDescriptorPoller - Class in io.aeron.archive.client
-
Encapsulate the polling, decoding, dispatching of recording descriptors from an archive.
- RecordingSubscriptionDescriptorPoller(Subscription, ErrorHandler, long, int) - Constructor for class io.aeron.archive.client.RecordingSubscriptionDescriptorPoller
-
Create a poller for a given subscription to an archive for control response messages.
- recordingSubscriptionId() - Method in class io.aeron.archive.client.RecordingSignalPoller
-
Get the recording subscription id of the last received message.
- RecordingSummary - Class in io.aeron.archive
-
- RecordingSummary() - Constructor for class io.aeron.archive.RecordingSummary
-
- recordObservation(long, long) - Method in class io.aeron.driver.reports.LossReport.ReportEntry
-
Record a loss observation for a particular stream.
- registerForRead(UdpChannelTransport) - Method in class io.aeron.driver.media.ControlTransportPoller
-
Register channel for read.
- registerForRead(SendChannelEndpoint) - Method in class io.aeron.driver.media.ControlTransportPoller
-
Register a new transport to read for control messages.
- registerForRead(UdpChannelTransport) - Method in class io.aeron.driver.media.DataTransportPoller
-
Register channel for read.
- registerForRead(ReceiveChannelEndpoint, UdpChannelTransport, int) - Method in class io.aeron.driver.media.DataTransportPoller
-
Register a new transport to be read.
- registerForRead(UdpTransportPoller) - Method in class io.aeron.driver.media.UdpChannelTransport
-
- registerForRead(UdpChannelTransport) - Method in class io.aeron.driver.media.UdpTransportPoller
-
Register channel for read.
- registerForSend(NetworkPublication) - Method in class io.aeron.driver.media.SendChannelEndpoint
-
Called from the
Sender
to add information to the control packet dispatcher.
- REGISTRATION_ID_OFFSET - Static variable in class io.aeron.driver.status.StreamCounter
-
Offset in the key meta data for the registration id of the counter.
- REGISTRATION_ID_OFFSET - Static variable in class io.aeron.status.HeartbeatTimestamp
-
Offset in the key meta data for the registration id of the counter.
- registrationCorrelationId() - Method in class io.aeron.command.DestinationMessageFlyweight
-
return correlation id used in registration field.
- registrationCorrelationId(long) - Method in class io.aeron.command.DestinationMessageFlyweight
-
set registration correlation id field.
- registrationCorrelationId() - Method in class io.aeron.command.SubscriptionMessageFlyweight
-
The correlation id used in registration field.
- registrationCorrelationId(long) - Method in class io.aeron.command.SubscriptionMessageFlyweight
-
Set the registration correlation id field.
- RegistrationException - Exception in io.aeron.exceptions
-
- RegistrationException(long, int, ErrorCode, String) - Constructor for exception io.aeron.exceptions.RegistrationException
-
Construct a exception to represent an error which occurred during registration of a resource such as a
Publication, Subscription, or Counter.
- registrationId() - Method in class io.aeron.command.PublicationBuffersReadyFlyweight
-
Get the registration id field.
- registrationId(long) - Method in class io.aeron.command.PublicationBuffersReadyFlyweight
-
Set the correlation id field.
- registrationId() - Method in class io.aeron.command.RemoveMessageFlyweight
-
Get the registration id field.
- registrationId(long) - Method in class io.aeron.command.RemoveMessageFlyweight
-
Set registration id field.
- registrationId() - Method in class io.aeron.Counter
-
Return the registration id used to register this counter with the media driver.
- registrationId() - Method in class io.aeron.driver.SubscriptionLink
-
Registration id of the subscription.
- registrationId() - Method in class io.aeron.Publication
-
Get the registration id used to register this Publication with the media driver.
- registrationId() - Method in class io.aeron.status.ReadableCounter
-
Return the registration Id for the counter.
- registrationId() - Method in class io.aeron.Subscription
-
Return the registration id used to register this Subscription with the media driver.
- reject() - Method in interface io.aeron.security.SessionProxy
-
Inform the system that the session should be rejected.
- rejoin(Boolean) - Method in class io.aeron.ChannelUriStringBuilder
-
Set the subscription semantics for if a stream should be rejoined after going unavailable.
- rejoin(ChannelUri) - Method in class io.aeron.ChannelUriStringBuilder
-
Set the rejoin value to be what is in the
ChannelUri
which may be null.
- rejoin() - Method in class io.aeron.ChannelUriStringBuilder
-
Get the subscription semantics for if a stream should be rejoined after going unavailable.
- REJOIN_PARAM_NAME - Static variable in class io.aeron.CommonContext
-
Parameter name for Subscription URI param to indicate if Images that go unavailable should be allowed to
rejoin after a short cooldown or not.
- REJOIN_STREAM_PROP_NAME - Static variable in class io.aeron.driver.Configuration
-
Property name for default boolean value for if a stream can be rejoined.
- rejoinStream() - Static method in class io.aeron.driver.Configuration
-
Default boolean value for if a stream can be rejoined.
- rejoinStream() - Method in class io.aeron.driver.MediaDriver.Context
-
Does a subscription attempt to rejoin an unavailable stream after a cooldown or not.
- rejoinStream(boolean) - Method in class io.aeron.driver.MediaDriver.Context
-
Does a subscription attempt to rejoin an unavailable stream after a cooldown or not.
- relevantId() - Method in class io.aeron.archive.client.ControlResponsePoller
-
Get the relevant id returned with the response, e.g.
- relevantId() - Method in class io.aeron.archive.client.RecordingSignalPoller
-
Get the relevant id returned with the response, e.g.
- relevantId() - Method in class io.aeron.archive.codecs.ControlResponseDecoder
-
- relevantId(long) - Method in class io.aeron.archive.codecs.ControlResponseEncoder
-
- relevantIdEncodingLength() - Static method in class io.aeron.archive.codecs.ControlResponseDecoder
-
- relevantIdEncodingLength() - Static method in class io.aeron.archive.codecs.ControlResponseEncoder
-
- relevantIdEncodingOffset() - Static method in class io.aeron.archive.codecs.ControlResponseDecoder
-
- relevantIdEncodingOffset() - Static method in class io.aeron.archive.codecs.ControlResponseEncoder
-
- relevantIdId() - Static method in class io.aeron.archive.codecs.ControlResponseDecoder
-
- relevantIdId() - Static method in class io.aeron.archive.codecs.ControlResponseEncoder
-
- relevantIdMaxValue() - Static method in class io.aeron.archive.codecs.ControlResponseDecoder
-
- relevantIdMaxValue() - Static method in class io.aeron.archive.codecs.ControlResponseEncoder
-
- relevantIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.ControlResponseDecoder
-
- relevantIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.ControlResponseEncoder
-
- relevantIdMinValue() - Static method in class io.aeron.archive.codecs.ControlResponseDecoder
-
- relevantIdMinValue() - Static method in class io.aeron.archive.codecs.ControlResponseEncoder
-
- relevantIdNullValue() - Static method in class io.aeron.archive.codecs.ControlResponseDecoder
-
- relevantIdNullValue() - Static method in class io.aeron.archive.codecs.ControlResponseEncoder
-
- relevantIdSinceVersion() - Static method in class io.aeron.archive.codecs.ControlResponseDecoder
-
- relevantIdSinceVersion() - Static method in class io.aeron.archive.codecs.ControlResponseEncoder
-
- reliable(Boolean) - Method in class io.aeron.ChannelUriStringBuilder
-
Set the subscription semantics for if loss is acceptable, or not, for a reliable message delivery.
- reliable(ChannelUri) - Method in class io.aeron.ChannelUriStringBuilder
-
Set the reliable value to be what is in the
ChannelUri
which may be null.
- reliable() - Method in class io.aeron.ChannelUriStringBuilder
-
Get the subscription semantics for if loss is acceptable, or not, for a reliable message delivery.
- RELIABLE_STREAM_PARAM_NAME - Static variable in class io.aeron.CommonContext
-
Parameter name for channel URI param to indicate if a subscribed stream must be reliable or not.
- RELIABLE_STREAM_PROP_NAME - Static variable in class io.aeron.driver.Configuration
-
Property name for default boolean value for if a stream is reliable.
- reliableStream() - Static method in class io.aeron.driver.Configuration
-
Default boolean value for if a stream is reliable.
- reliableStream() - Method in class io.aeron.driver.MediaDriver.Context
-
Does a stream NAK when loss is detected, reliable=true, or gap fill, reliable=false.
- reliableStream(boolean) - Method in class io.aeron.driver.MediaDriver.Context
-
Does a stream NAK when loss is detected, reliable=true, or gap fill, reliable=false.
- remainingRecordCount() - Method in class io.aeron.archive.client.RecordingDescriptorPoller
-
Get the number of remaining records are expected.
- remainingSubscriptionCount() - Method in class io.aeron.archive.client.RecordingSubscriptionDescriptorPoller
-
Get the number of remaining subscriptions expected.
- remoteControl() - Method in class io.aeron.driver.media.UdpChannel
-
Remote control address information
- remoteData() - Method in class io.aeron.driver.media.UdpChannel
-
Remote data address and port.
- remove(String) - Method in class io.aeron.ChannelUri
-
Remove a key pair in the map of params.
- REMOVE_COUNTER - Static variable in class io.aeron.command.ControlProtocolEvents
-
Remove a Counter from the counters manager.
- REMOVE_DESTINATION - Static variable in class io.aeron.command.ControlProtocolEvents
-
Remove Destination from an existing Publication.
- REMOVE_PUBLICATION - Static variable in class io.aeron.command.ControlProtocolEvents
-
Remove a Publication.
- REMOVE_RCV_DESTINATION - Static variable in class io.aeron.command.ControlProtocolEvents
-
Remove Destination for existing Subscription.
- REMOVE_SUBSCRIPTION - Static variable in class io.aeron.command.ControlProtocolEvents
-
Remove a Subscriber.
- removeAvailableCounterHandler(long) - Method in class io.aeron.Aeron
-
Remove a previously added handler to the list be called when
Counter
s become available.
- removeAvailableCounterHandler(AvailableCounterHandler) - Method in class io.aeron.Aeron
-
- removeCloseHandler(long) - Method in class io.aeron.Aeron
-
Remove a previously added handler to the list be called when the Aeron client is closed.
- removeCloseHandler(Runnable) - Method in class io.aeron.Aeron
-
- removeCoolDown(int, int) - Method in class io.aeron.driver.DataPacketDispatcher
-
Remove a cool down action once it has expired
- removeCounter(long) - Method in class io.aeron.DriverProxy
-
Instruct the media driver to remove an existing counter by its registration id.
- removeDestination(int) - Method in class io.aeron.driver.media.ReceiveChannelEndpoint
-
Remove a transport by index from the channel.
- removeDestination(ChannelUri, InetSocketAddress) - Method in class io.aeron.driver.media.SendChannelEndpoint
-
Remove a destination from an MDC channel.
- removeDestination(long, String) - Method in class io.aeron.DriverProxy
-
Remove a destination from the send channel of an existing MDC Publication.
- removeDestination(String) - Method in class io.aeron.Publication
-
Remove a previously added destination manually from a multi-destination-cast Publication.
- removeDestination(String) - Method in class io.aeron.Subscription
-
Remove a previously added destination from a multi-destination Subscription.
- RemoveMessageFlyweight - Class in io.aeron.command
-
Control message for removing a Publication or Subscription.
- RemoveMessageFlyweight() - Constructor for class io.aeron.command.RemoveMessageFlyweight
-
- removePendingSetup(int, int) - Method in class io.aeron.driver.DataPacketDispatcher
-
Remove a pending setup message action once it has been handled.
- removePublication(long) - Method in class io.aeron.DriverProxy
-
Instruct the driver to remove a publication by its registration id.
- removePublicationImage(PublicationImage) - Method in class io.aeron.driver.DataPacketDispatcher
-
Remove a previously added
PublicationImage
so packets are not longer dispatched to it.
- removeRcvDestination(long, String) - Method in class io.aeron.DriverProxy
-
Remove a destination from the receive channel of an existing MDS Subscription.
- removeSubscriber(SubscriptionLink, ReadablePosition) - Method in class io.aeron.driver.IpcPublication
-
Remove a subscriber and its position used for tracking consumption.
- removeSubscriber(SubscriptionLink, ReadablePosition) - Method in class io.aeron.driver.NetworkPublication
-
Remove a subscriber and its position used for tracking consumption.
- removeSubscriber(SubscriptionLink, ReadablePosition) - Method in class io.aeron.driver.PublicationImage
-
Remove a subscriber and its position used for tracking consumption.
- removeSubscriber(SubscriptionLink, ReadablePosition) - Method in interface io.aeron.driver.Subscribable
-
Remove a subscriber and its position used for tracking consumption.
- removeSubscription(int) - Method in class io.aeron.driver.DataPacketDispatcher
-
Remove a subscription for a previously registered given stream id and wildcard session id.
- removeSubscription(int, int) - Method in class io.aeron.driver.DataPacketDispatcher
-
Remove a subscription for a previously registered given stream id and session id.
- removeSubscription(long) - Method in class io.aeron.DriverProxy
-
Instruct the driver to remove a subscription by its registration id.
- removeUnavailableCounterHandler(long) - Method in class io.aeron.Aeron
-
Remove a previously added handler to the list be called when
Counter
s become unavailable.
- removeUnavailableCounterHandler(UnavailableCounterHandler) - Method in class io.aeron.Aeron
-
- replay(long, long, long, String, int) - Method in class io.aeron.archive.client.AeronArchive
-
Replay a length in bytes of a recording from a position and for convenience create a
Subscription
to receive the replay.
- replay(long, long, long, String, int, AvailableImageHandler, UnavailableImageHandler) - Method in class io.aeron.archive.client.AeronArchive
-
Replay a length in bytes of a recording from a position and for convenience create a
Subscription
to receive the replay.
- replay(long, long, long, String, int, long, long) - Method in class io.aeron.archive.client.ArchiveProxy
-
Replay a recording from a given position.
- REPLAY_CHECKSUM_PROP_NAME - Static variable in class io.aeron.archive.Archive.Configuration
-
Property that specifies fully qualified class name of the
Checksum
to be used for checksum validation during replay.
- REPLAY_LINGER_TIMEOUT_DEFAULT_NS - Static variable in class io.aeron.archive.Archive.Configuration
-
- REPLAY_LINGER_TIMEOUT_PROP_NAME - Static variable in class io.aeron.archive.Archive.Configuration
-
How long a replay publication should linger after all data is sent.
- replayChannel() - Method in class io.aeron.archive.codecs.BoundedReplayRequestDecoder
-
- replayChannel(String) - Method in class io.aeron.archive.codecs.BoundedReplayRequestEncoder
-
- replayChannel(CharSequence) - Method in class io.aeron.archive.codecs.BoundedReplayRequestEncoder
-
- replayChannel() - Method in class io.aeron.archive.codecs.ReplayRequestDecoder
-
- replayChannel(String) - Method in class io.aeron.archive.codecs.ReplayRequestEncoder
-
- replayChannel(CharSequence) - Method in class io.aeron.archive.codecs.ReplayRequestEncoder
-
- replayChannelCharacterEncoding() - Static method in class io.aeron.archive.codecs.BoundedReplayRequestDecoder
-
- replayChannelCharacterEncoding() - Static method in class io.aeron.archive.codecs.BoundedReplayRequestEncoder
-
- replayChannelCharacterEncoding() - Static method in class io.aeron.archive.codecs.ReplayRequestDecoder
-
- replayChannelCharacterEncoding() - Static method in class io.aeron.archive.codecs.ReplayRequestEncoder
-
- replayChannelHeaderLength() - Static method in class io.aeron.archive.codecs.BoundedReplayRequestDecoder
-
- replayChannelHeaderLength() - Static method in class io.aeron.archive.codecs.BoundedReplayRequestEncoder
-
- replayChannelHeaderLength() - Static method in class io.aeron.archive.codecs.ReplayRequestDecoder
-
- replayChannelHeaderLength() - Static method in class io.aeron.archive.codecs.ReplayRequestEncoder
-
- replayChannelId() - Static method in class io.aeron.archive.codecs.BoundedReplayRequestDecoder
-
- replayChannelId() - Static method in class io.aeron.archive.codecs.BoundedReplayRequestEncoder
-
- replayChannelId() - Static method in class io.aeron.archive.codecs.ReplayRequestDecoder
-
- replayChannelId() - Static method in class io.aeron.archive.codecs.ReplayRequestEncoder
-
- replayChannelLength() - Method in class io.aeron.archive.codecs.BoundedReplayRequestDecoder
-
- replayChannelLength() - Method in class io.aeron.archive.codecs.ReplayRequestDecoder
-
- replayChannelMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.BoundedReplayRequestDecoder
-
- replayChannelMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.BoundedReplayRequestEncoder
-
- replayChannelMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.ReplayRequestDecoder
-
- replayChannelMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.ReplayRequestEncoder
-
- replayChannelSinceVersion() - Static method in class io.aeron.archive.codecs.BoundedReplayRequestDecoder
-
- replayChannelSinceVersion() - Static method in class io.aeron.archive.codecs.ReplayRequestDecoder
-
- replayChecksum() - Static method in class io.aeron.archive.Archive.Configuration
-
Fully qualified class name of the
Checksum
implementation to use during
replay for the checksum.
- replayChecksum(Checksum) - Method in class io.aeron.archive.Archive.Context
-
The
Checksum
for checksum computation during replay.
- replayChecksum() - Method in class io.aeron.archive.Archive.Context
-
Get the
Checksum
for checksum computation during replay.
- ReplayedBasicSubscriber - Class in io.aeron.samples.archive
-
A basic subscriber application which requests a replay from the archive and consumes it.
- ReplayedBasicSubscriber() - Constructor for class io.aeron.samples.archive.ReplayedBasicSubscriber
-
- replayerIdleStrategy() - Method in class io.aeron.archive.Archive.Context
-
- replayerIdleStrategySupplier(StatusIndicator) - Static method in class io.aeron.archive.Archive.Configuration
-
- replayerIdleStrategySupplier(Supplier<IdleStrategy>) - Method in class io.aeron.archive.Archive.Context
-
- replayLingerTimeoutNs() - Static method in class io.aeron.archive.Archive.Configuration
-
The timeout in nanoseconds to for a replay network publication to linger after draining.
- replayLingerTimeoutNs(long) - Method in class io.aeron.archive.Archive.Context
-
The timeout in nanoseconds for or a replay publication to linger after draining.
- replayLingerTimeoutNs() - Method in class io.aeron.archive.Archive.Context
-
The timeout in nanoseconds for a replay publication to linger after draining.
- ReplayMerge - Class in io.aeron.archive.client
-
Replay a recorded stream from a starting position and merge with live stream for a full history of a stream.
- ReplayMerge(Subscription, AeronArchive, String, String, String, long, long, EpochClock, long) - Constructor for class io.aeron.archive.client.ReplayMerge
-
Create a
ReplayMerge
to manage the merging of a replayed stream and switching over to live stream as
appropriate.
- ReplayMerge(Subscription, AeronArchive, String, String, String, long, long) - Constructor for class io.aeron.archive.client.ReplayMerge
-
Create a
ReplayMerge
to manage the merging of a replayed stream and switching over to live stream as
appropriate.
- ReplayRequestDecoder - Class in io.aeron.archive.codecs
-
Replay recording range request.
- ReplayRequestDecoder() - Constructor for class io.aeron.archive.codecs.ReplayRequestDecoder
-
- ReplayRequestEncoder - Class in io.aeron.archive.codecs
-
Replay recording range request.
- ReplayRequestEncoder() - Constructor for class io.aeron.archive.codecs.ReplayRequestEncoder
-
- replaySessionId() - Method in class io.aeron.archive.codecs.StopReplayRequestDecoder
-
- replaySessionId(long) - Method in class io.aeron.archive.codecs.StopReplayRequestEncoder
-
- replaySessionIdEncodingLength() - Static method in class io.aeron.archive.codecs.StopReplayRequestDecoder
-
- replaySessionIdEncodingLength() - Static method in class io.aeron.archive.codecs.StopReplayRequestEncoder
-
- replaySessionIdEncodingOffset() - Static method in class io.aeron.archive.codecs.StopReplayRequestDecoder
-
- replaySessionIdEncodingOffset() - Static method in class io.aeron.archive.codecs.StopReplayRequestEncoder
-
- replaySessionIdId() - Static method in class io.aeron.archive.codecs.StopReplayRequestDecoder
-
- replaySessionIdId() - Static method in class io.aeron.archive.codecs.StopReplayRequestEncoder
-
- replaySessionIdMaxValue() - Static method in class io.aeron.archive.codecs.StopReplayRequestDecoder
-
- replaySessionIdMaxValue() - Static method in class io.aeron.archive.codecs.StopReplayRequestEncoder
-
- replaySessionIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.StopReplayRequestDecoder
-
- replaySessionIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.StopReplayRequestEncoder
-
- replaySessionIdMinValue() - Static method in class io.aeron.archive.codecs.StopReplayRequestDecoder
-
- replaySessionIdMinValue() - Static method in class io.aeron.archive.codecs.StopReplayRequestEncoder
-
- replaySessionIdNullValue() - Static method in class io.aeron.archive.codecs.StopReplayRequestDecoder
-
- replaySessionIdNullValue() - Static method in class io.aeron.archive.codecs.StopReplayRequestEncoder
-
- replaySessionIdSinceVersion() - Static method in class io.aeron.archive.codecs.StopReplayRequestDecoder
-
- replaySessionIdSinceVersion() - Static method in class io.aeron.archive.codecs.StopReplayRequestEncoder
-
- replayStreamId() - Method in class io.aeron.archive.codecs.BoundedReplayRequestDecoder
-
- replayStreamId(int) - Method in class io.aeron.archive.codecs.BoundedReplayRequestEncoder
-
- replayStreamId() - Method in class io.aeron.archive.codecs.ReplayRequestDecoder
-
- replayStreamId(int) - Method in class io.aeron.archive.codecs.ReplayRequestEncoder
-
- replayStreamIdEncodingLength() - Static method in class io.aeron.archive.codecs.BoundedReplayRequestDecoder
-
- replayStreamIdEncodingLength() - Static method in class io.aeron.archive.codecs.BoundedReplayRequestEncoder
-
- replayStreamIdEncodingLength() - Static method in class io.aeron.archive.codecs.ReplayRequestDecoder
-
- replayStreamIdEncodingLength() - Static method in class io.aeron.archive.codecs.ReplayRequestEncoder
-
- replayStreamIdEncodingOffset() - Static method in class io.aeron.archive.codecs.BoundedReplayRequestDecoder
-
- replayStreamIdEncodingOffset() - Static method in class io.aeron.archive.codecs.BoundedReplayRequestEncoder
-
- replayStreamIdEncodingOffset() - Static method in class io.aeron.archive.codecs.ReplayRequestDecoder
-
- replayStreamIdEncodingOffset() - Static method in class io.aeron.archive.codecs.ReplayRequestEncoder
-
- replayStreamIdId() - Static method in class io.aeron.archive.codecs.BoundedReplayRequestDecoder
-
- replayStreamIdId() - Static method in class io.aeron.archive.codecs.BoundedReplayRequestEncoder
-
- replayStreamIdId() - Static method in class io.aeron.archive.codecs.ReplayRequestDecoder
-
- replayStreamIdId() - Static method in class io.aeron.archive.codecs.ReplayRequestEncoder
-
- replayStreamIdMaxValue() - Static method in class io.aeron.archive.codecs.BoundedReplayRequestDecoder
-
- replayStreamIdMaxValue() - Static method in class io.aeron.archive.codecs.BoundedReplayRequestEncoder
-
- replayStreamIdMaxValue() - Static method in class io.aeron.archive.codecs.ReplayRequestDecoder
-
- replayStreamIdMaxValue() - Static method in class io.aeron.archive.codecs.ReplayRequestEncoder
-
- replayStreamIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.BoundedReplayRequestDecoder
-
- replayStreamIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.BoundedReplayRequestEncoder
-
- replayStreamIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.ReplayRequestDecoder
-
- replayStreamIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.ReplayRequestEncoder
-
- replayStreamIdMinValue() - Static method in class io.aeron.archive.codecs.BoundedReplayRequestDecoder
-
- replayStreamIdMinValue() - Static method in class io.aeron.archive.codecs.BoundedReplayRequestEncoder
-
- replayStreamIdMinValue() - Static method in class io.aeron.archive.codecs.ReplayRequestDecoder
-
- replayStreamIdMinValue() - Static method in class io.aeron.archive.codecs.ReplayRequestEncoder
-
- replayStreamIdNullValue() - Static method in class io.aeron.archive.codecs.BoundedReplayRequestDecoder
-
- replayStreamIdNullValue() - Static method in class io.aeron.archive.codecs.BoundedReplayRequestEncoder
-
- replayStreamIdNullValue() - Static method in class io.aeron.archive.codecs.ReplayRequestDecoder
-
- replayStreamIdNullValue() - Static method in class io.aeron.archive.codecs.ReplayRequestEncoder
-
- replayStreamIdSinceVersion() - Static method in class io.aeron.archive.codecs.BoundedReplayRequestDecoder
-
- replayStreamIdSinceVersion() - Static method in class io.aeron.archive.codecs.BoundedReplayRequestEncoder
-
- replayStreamIdSinceVersion() - Static method in class io.aeron.archive.codecs.ReplayRequestDecoder
-
- replayStreamIdSinceVersion() - Static method in class io.aeron.archive.codecs.ReplayRequestEncoder
-
- replicate(long, long, int, String, String) - Method in class io.aeron.archive.client.AeronArchive
-
Replicate a recording from a source archive to a destination which can be considered a backup for a primary
archive.
- replicate(long, long, long, int, String, String, String) - Method in class io.aeron.archive.client.AeronArchive
-
Replicate a recording from a source archive to a destination which can be considered a backup for a primary
archive.
- replicate(long, long, int, String, String, long, long) - Method in class io.aeron.archive.client.ArchiveProxy
-
Replicate a recording from a source archive to a destination which can be considered a backup for a primary
archive.
- replicate(long, long, long, int, String, String, String, long, long) - Method in class io.aeron.archive.client.ArchiveProxy
-
Replicate a recording from a source archive to a destination which can be considered a backup for a primary
archive.
- ReplicateRequest2Decoder - Class in io.aeron.archive.codecs
-
Replicate a recording from another archive.
- ReplicateRequest2Decoder() - Constructor for class io.aeron.archive.codecs.ReplicateRequest2Decoder
-
- ReplicateRequest2Encoder - Class in io.aeron.archive.codecs
-
Replicate a recording from another archive.
- ReplicateRequest2Encoder() - Constructor for class io.aeron.archive.codecs.ReplicateRequest2Encoder
-
- ReplicateRequestDecoder - Class in io.aeron.archive.codecs
-
Replicate a recording from another archive.
- ReplicateRequestDecoder() - Constructor for class io.aeron.archive.codecs.ReplicateRequestDecoder
-
- ReplicateRequestEncoder - Class in io.aeron.archive.codecs
-
Replicate a recording from another archive.
- ReplicateRequestEncoder() - Constructor for class io.aeron.archive.codecs.ReplicateRequestEncoder
-
- REPLICATION_CHANNEL_DEFAULT - Static variable in class io.aeron.archive.Archive.Configuration
-
Channel for receiving replication streams replayed from another archive.
- REPLICATION_CHANNEL_PROP_NAME - Static variable in class io.aeron.archive.Archive.Configuration
-
Channel for receiving replication streams replayed from another archive.
- replicationChannel() - Static method in class io.aeron.archive.Archive.Configuration
-
- replicationChannel() - Method in class io.aeron.archive.Archive.Context
-
Get the channel URI for replicating stream from another archive as replays.
- replicationChannel(String) - Method in class io.aeron.archive.Archive.Context
-
The channel URI for replicating stream from another archive as replays.
- replicationChannel() - Method in class io.aeron.archive.codecs.ReplicateRequest2Decoder
-
- replicationChannel(String) - Method in class io.aeron.archive.codecs.ReplicateRequest2Encoder
-
- replicationChannel(CharSequence) - Method in class io.aeron.archive.codecs.ReplicateRequest2Encoder
-
- replicationChannelCharacterEncoding() - Static method in class io.aeron.archive.codecs.ReplicateRequest2Decoder
-
- replicationChannelCharacterEncoding() - Static method in class io.aeron.archive.codecs.ReplicateRequest2Encoder
-
- replicationChannelHeaderLength() - Static method in class io.aeron.archive.codecs.ReplicateRequest2Decoder
-
- replicationChannelHeaderLength() - Static method in class io.aeron.archive.codecs.ReplicateRequest2Encoder
-
- replicationChannelId() - Static method in class io.aeron.archive.codecs.ReplicateRequest2Decoder
-
- replicationChannelId() - Static method in class io.aeron.archive.codecs.ReplicateRequest2Encoder
-
- replicationChannelLength() - Method in class io.aeron.archive.codecs.ReplicateRequest2Decoder
-
- replicationChannelMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.ReplicateRequest2Decoder
-
- replicationChannelMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.ReplicateRequest2Encoder
-
- replicationChannelSinceVersion() - Static method in class io.aeron.archive.codecs.ReplicateRequest2Decoder
-
- replicationId() - Method in class io.aeron.archive.codecs.StopReplicationRequestDecoder
-
- replicationId(long) - Method in class io.aeron.archive.codecs.StopReplicationRequestEncoder
-
- replicationIdEncodingLength() - Static method in class io.aeron.archive.codecs.StopReplicationRequestDecoder
-
- replicationIdEncodingLength() - Static method in class io.aeron.archive.codecs.StopReplicationRequestEncoder
-
- replicationIdEncodingOffset() - Static method in class io.aeron.archive.codecs.StopReplicationRequestDecoder
-
- replicationIdEncodingOffset() - Static method in class io.aeron.archive.codecs.StopReplicationRequestEncoder
-
- replicationIdId() - Static method in class io.aeron.archive.codecs.StopReplicationRequestDecoder
-
- replicationIdId() - Static method in class io.aeron.archive.codecs.StopReplicationRequestEncoder
-
- replicationIdMaxValue() - Static method in class io.aeron.archive.codecs.StopReplicationRequestDecoder
-
- replicationIdMaxValue() - Static method in class io.aeron.archive.codecs.StopReplicationRequestEncoder
-
- replicationIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.StopReplicationRequestDecoder
-
- replicationIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.StopReplicationRequestEncoder
-
- replicationIdMinValue() - Static method in class io.aeron.archive.codecs.StopReplicationRequestDecoder
-
- replicationIdMinValue() - Static method in class io.aeron.archive.codecs.StopReplicationRequestEncoder
-
- replicationIdNullValue() - Static method in class io.aeron.archive.codecs.StopReplicationRequestDecoder
-
- replicationIdNullValue() - Static method in class io.aeron.archive.codecs.StopReplicationRequestEncoder
-
- replicationIdSinceVersion() - Static method in class io.aeron.archive.codecs.StopReplicationRequestDecoder
-
- replicationIdSinceVersion() - Static method in class io.aeron.archive.codecs.StopReplicationRequestEncoder
-
- REPLY_FLAG - Static variable in class io.aeron.protocol.RttMeasurementFlyweight
-
Flag set to indicate this is a reply message.
- requestDriverTermination(File, DirectBuffer, int, int) - Static method in class io.aeron.CommonContext
-
Request a driver to run its termination hook.
- reResolutionCheckIntervalNs() - Static method in class io.aeron.driver.Configuration
-
Re-resolution check interval for resolving names to IP address when they may have changed.
- reResolutionCheckIntervalNs() - Method in class io.aeron.driver.MediaDriver.Context
-
Get the interval for checking if a re-resolution for endpoints and controls should be done.
- reResolutionCheckIntervalNs(long) - Method in class io.aeron.driver.MediaDriver.Context
-
Set the interval for checking if a re-resolution for endpoints and controls should be done.
- reResolveControl(String, UdpChannel, ReceiveChannelEndpoint, InetSocketAddress) - Method in class io.aeron.driver.DriverConductorProxy
-
Re-resolve a control endpoint for a channel.
- reResolveEndpoint(String, SendChannelEndpoint, InetSocketAddress) - Method in class io.aeron.driver.DriverConductorProxy
-
Request the conductor re-resolve an endpoint address.
- RES_FLAGS_FIELD_OFFSET - Static variable in class io.aeron.protocol.ResolutionEntryFlyweight
-
Offset in the frame at which the res-flags field begins.
- RES_TYPE_FIELD_OFFSET - Static variable in class io.aeron.protocol.ResolutionEntryFlyweight
-
Offset in the frame at which the res-type (resolution type) field begins.
- RES_TYPE_NAME_TO_IP4_MD - Static variable in class io.aeron.protocol.ResolutionEntryFlyweight
-
Resolution type field flag for IPv4.
- RES_TYPE_NAME_TO_IP6_MD - Static variable in class io.aeron.protocol.ResolutionEntryFlyweight
-
Resolution type field flag for IPv6.
- resend(int, int, int) - Method in class io.aeron.driver.NetworkPublication
-
Called when a retransmit should be sent.
- resend(int, int, int) - Method in interface io.aeron.driver.RetransmitSender
-
Called when a retransmit should be sent.
- reserved() - Method in class io.aeron.archive.codecs.CatalogHeaderDecoder
-
- reserved(byte) - Method in class io.aeron.archive.codecs.CatalogHeaderEncoder
-
- reserved() - Method in class io.aeron.archive.codecs.RecordingDescriptorHeaderDecoder
-
- reserved(byte) - Method in class io.aeron.archive.codecs.RecordingDescriptorHeaderEncoder
-
- RESERVED_VALUE_OFFSET - Static variable in class io.aeron.protocol.DataHeaderFlyweight
-
Offset in the frame at which the reserved value field begins.
- reservedEncodingLength() - Static method in class io.aeron.archive.codecs.CatalogHeaderDecoder
-
- reservedEncodingLength() - Static method in class io.aeron.archive.codecs.CatalogHeaderEncoder
-
- reservedEncodingLength() - Static method in class io.aeron.archive.codecs.RecordingDescriptorHeaderDecoder
-
- reservedEncodingLength() - Static method in class io.aeron.archive.codecs.RecordingDescriptorHeaderEncoder
-
- reservedEncodingOffset() - Static method in class io.aeron.archive.codecs.CatalogHeaderDecoder
-
- reservedEncodingOffset() - Static method in class io.aeron.archive.codecs.CatalogHeaderEncoder
-
- reservedEncodingOffset() - Static method in class io.aeron.archive.codecs.RecordingDescriptorHeaderDecoder
-
- reservedEncodingOffset() - Static method in class io.aeron.archive.codecs.RecordingDescriptorHeaderEncoder
-
- reservedId() - Static method in class io.aeron.archive.codecs.CatalogHeaderDecoder
-
- reservedId() - Static method in class io.aeron.archive.codecs.CatalogHeaderEncoder
-
- reservedId() - Static method in class io.aeron.archive.codecs.RecordingDescriptorHeaderDecoder
-
- reservedId() - Static method in class io.aeron.archive.codecs.RecordingDescriptorHeaderEncoder
-
- reservedMaxValue() - Static method in class io.aeron.archive.codecs.CatalogHeaderDecoder
-
- reservedMaxValue() - Static method in class io.aeron.archive.codecs.CatalogHeaderEncoder
-
- reservedMaxValue() - Static method in class io.aeron.archive.codecs.RecordingDescriptorHeaderDecoder
-
- reservedMaxValue() - Static method in class io.aeron.archive.codecs.RecordingDescriptorHeaderEncoder
-
- reservedMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.CatalogHeaderDecoder
-
- reservedMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.CatalogHeaderEncoder
-
- reservedMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.RecordingDescriptorHeaderDecoder
-
- reservedMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.RecordingDescriptorHeaderEncoder
-
- reservedMinValue() - Static method in class io.aeron.archive.codecs.CatalogHeaderDecoder
-
- reservedMinValue() - Static method in class io.aeron.archive.codecs.CatalogHeaderEncoder
-
- reservedMinValue() - Static method in class io.aeron.archive.codecs.RecordingDescriptorHeaderDecoder
-
- reservedMinValue() - Static method in class io.aeron.archive.codecs.RecordingDescriptorHeaderEncoder
-
- reservedNullValue() - Static method in class io.aeron.archive.codecs.CatalogHeaderDecoder
-
- reservedNullValue() - Static method in class io.aeron.archive.codecs.CatalogHeaderEncoder
-
- reservedNullValue() - Static method in class io.aeron.archive.codecs.RecordingDescriptorHeaderDecoder
-
- reservedNullValue() - Static method in class io.aeron.archive.codecs.RecordingDescriptorHeaderEncoder
-
- reservedSinceVersion() - Static method in class io.aeron.archive.codecs.CatalogHeaderDecoder
-
- reservedSinceVersion() - Static method in class io.aeron.archive.codecs.CatalogHeaderEncoder
-
- reservedSinceVersion() - Static method in class io.aeron.archive.codecs.RecordingDescriptorHeaderDecoder
-
- reservedSinceVersion() - Static method in class io.aeron.archive.codecs.RecordingDescriptorHeaderEncoder
-
- reservedValue() - Method in class io.aeron.logbuffer.BufferClaim
-
Get the value stored in the reserve space at the end of a data frame header.
- reservedValue(long) - Method in class io.aeron.logbuffer.BufferClaim
-
Write the provided value into the reserved space at the end of the data frame header.
- reservedValue() - Method in class io.aeron.logbuffer.Header
-
Get the value stored in the reserve space at the end of a data frame header.
- reservedValue() - Method in class io.aeron.protocol.DataHeaderFlyweight
-
Get the reserved value in LITTLE_ENDIAN format.
- reservedValue(UnsafeBuffer, int) - Static method in class io.aeron.protocol.DataHeaderFlyweight
-
Get the reserved value field from the header.
- reservedValue(long) - Method in class io.aeron.protocol.DataHeaderFlyweight
-
Set the reserved value in LITTLE_ENDIAN format.
- ReservedValueSupplier - Interface in io.aeron
-
Supplies the reserved value field for a data frame header.
- reset(long, int, RecordingDescriptorConsumer) - Method in class io.aeron.archive.client.RecordingDescriptorPoller
-
Reset the poller to dispatch the descriptors returned from a query.
- reset(long, int, RecordingSubscriptionDescriptorConsumer) - Method in class io.aeron.archive.client.RecordingSubscriptionDescriptorPoller
-
Reset the poller to dispatch the descriptors returned from a query.
- reset() - Method in class io.aeron.BufferBuilder
-
Reset the builder to restart append operations.
- reset(DirectBuffer, int, int) - Method in class io.aeron.DirectBufferVector
-
Reset the values.
- resolutionChange(String, InetSocketAddress) - Method in class io.aeron.driver.media.SendChannelEndpoint
-
Update the endpoint for the channel on address change.
- ResolutionEntryFlyweight - Class in io.aeron.protocol
-
Flyweight for Resolution Entry header.
- ResolutionEntryFlyweight() - Constructor for class io.aeron.protocol.ResolutionEntryFlyweight
-
Default constructor which can later be use to wrap a frame.
- ResolutionEntryFlyweight(UnsafeBuffer) - Constructor for class io.aeron.protocol.ResolutionEntryFlyweight
-
Construct the flyweight over a frame.
- ResolutionEntryFlyweight(ByteBuffer) - Constructor for class io.aeron.protocol.ResolutionEntryFlyweight
-
Construct the flyweight over a frame.
- resolve(String, String, boolean) - Method in class io.aeron.driver.DefaultNameResolver
-
Resolve a name and return the most up to date
InetAddress
that represents the name.
- resolve(String, String, boolean, NameResolver) - Static method in class io.aeron.driver.media.UdpChannel
-
- resolve(String, String, boolean) - Method in interface io.aeron.driver.NameResolver
-
Resolve a name and return the most up to date
InetAddress
that represents the name.
- resolvedEndpoint() - Method in class io.aeron.Subscription
-
Find the resolved endpoint for the channel.
- RESOLVER_BOOTSTRAP_NEIGHBOR_PROP_NAME - Static variable in class io.aeron.driver.Configuration
-
Property name for resolver bootstrap neighbor for which it can bootstrap naming, format is hostname:port.
- RESOLVER_INTERFACE_PROP_NAME - Static variable in class io.aeron.driver.Configuration
-
Property name for resolver interface to which network connections are made.
- RESOLVER_NAME_PROP_NAME - Static variable in class io.aeron.driver.Configuration
-
Property name for resolver name of the Media Driver used in name resolution.
- resolverBootstrapNeighbor() - Static method in class io.aeron.driver.Configuration
-
Resolver bootstrap neighbor for which it can bootstrap naming, format is hostname:port.
- resolverBootstrapNeighbor() - Method in class io.aeron.driver.MediaDriver.Context
-
Get the bootstrap neighbor of the
MediaDriver
for name resolver purposes.
- resolverBootstrapNeighbor(String) - Method in class io.aeron.driver.MediaDriver.Context
-
Set the bootstrap neighbor of the
MediaDriver
for name resolver purposes.
- resolverInterface() - Static method in class io.aeron.driver.Configuration
-
Property name for resolver interface to which network connections are made, format is hostname:port.
- resolverInterface() - Method in class io.aeron.driver.MediaDriver.Context
-
Get the interface of the
MediaDriver
for name resolver purposes.
- resolverInterface(String) - Method in class io.aeron.driver.MediaDriver.Context
-
Set the interface of the
MediaDriver
for name resolver purposes.
- resolverName() - Static method in class io.aeron.driver.Configuration
-
Resolver name of the Media Driver used in name resolution.
- resolverName() - Method in class io.aeron.driver.MediaDriver.Context
-
Get the name of the
MediaDriver
for name resolver purposes.
- resolverName(String) - Method in class io.aeron.driver.MediaDriver.Context
-
Set the name of the
MediaDriver
for name resolver purposes.
- RESOURCE_LINGER_DURATION_DEFAULT_NS - Static variable in class io.aeron.Aeron.Configuration
-
Default duration a resource should linger before deletion.
- RESOURCE_LINGER_DURATION_PROP_NAME - Static variable in class io.aeron.Aeron.Configuration
-
Duration to wait while lingering a entity such as an
Image
before deleting underlying resources
such as memory mapped files.
- resourceLingerDurationNs() - Static method in class io.aeron.Aeron.Configuration
-
Duration to wait while lingering a entity such as an
Image
before deleting underlying resources
such as memory mapped files.
- resourceLingerDurationNs(long) - Method in class io.aeron.Aeron.Context
-
Duration to wait while lingering a entity such as an
Image
before deleting underlying resources
such as memory mapped files.
- resourceLingerDurationNs() - Method in class io.aeron.Aeron.Context
-
Duration to wait while lingering a entity such as an
Image
before deleting underlying resources
such as memory mapped files.
- responseChannel() - Method in class io.aeron.archive.codecs.AuthConnectRequestDecoder
-
- responseChannel(String) - Method in class io.aeron.archive.codecs.AuthConnectRequestEncoder
-
- responseChannel(CharSequence) - Method in class io.aeron.archive.codecs.AuthConnectRequestEncoder
-
- responseChannel() - Method in class io.aeron.archive.codecs.ConnectRequestDecoder
-
- responseChannel(String) - Method in class io.aeron.archive.codecs.ConnectRequestEncoder
-
- responseChannel(CharSequence) - Method in class io.aeron.archive.codecs.ConnectRequestEncoder
-
- responseChannelCharacterEncoding() - Static method in class io.aeron.archive.codecs.AuthConnectRequestDecoder
-
- responseChannelCharacterEncoding() - Static method in class io.aeron.archive.codecs.AuthConnectRequestEncoder
-
- responseChannelCharacterEncoding() - Static method in class io.aeron.archive.codecs.ConnectRequestDecoder
-
- responseChannelCharacterEncoding() - Static method in class io.aeron.archive.codecs.ConnectRequestEncoder
-
- responseChannelHeaderLength() - Static method in class io.aeron.archive.codecs.AuthConnectRequestDecoder
-
- responseChannelHeaderLength() - Static method in class io.aeron.archive.codecs.AuthConnectRequestEncoder
-
- responseChannelHeaderLength() - Static method in class io.aeron.archive.codecs.ConnectRequestDecoder
-
- responseChannelHeaderLength() - Static method in class io.aeron.archive.codecs.ConnectRequestEncoder
-
- responseChannelId() - Static method in class io.aeron.archive.codecs.AuthConnectRequestDecoder
-
- responseChannelId() - Static method in class io.aeron.archive.codecs.AuthConnectRequestEncoder
-
- responseChannelId() - Static method in class io.aeron.archive.codecs.ConnectRequestDecoder
-
- responseChannelId() - Static method in class io.aeron.archive.codecs.ConnectRequestEncoder
-
- responseChannelLength() - Method in class io.aeron.archive.codecs.AuthConnectRequestDecoder
-
- responseChannelLength() - Method in class io.aeron.archive.codecs.ConnectRequestDecoder
-
- responseChannelMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.AuthConnectRequestDecoder
-
- responseChannelMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.AuthConnectRequestEncoder
-
- responseChannelMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.ConnectRequestDecoder
-
- responseChannelMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.ConnectRequestEncoder
-
- responseChannelSinceVersion() - Static method in class io.aeron.archive.codecs.AuthConnectRequestDecoder
-
- responseChannelSinceVersion() - Static method in class io.aeron.archive.codecs.ConnectRequestDecoder
-
- responseStreamId() - Method in class io.aeron.archive.codecs.AuthConnectRequestDecoder
-
- responseStreamId(int) - Method in class io.aeron.archive.codecs.AuthConnectRequestEncoder
-
- responseStreamId() - Method in class io.aeron.archive.codecs.ConnectRequestDecoder
-
- responseStreamId(int) - Method in class io.aeron.archive.codecs.ConnectRequestEncoder
-
- responseStreamIdEncodingLength() - Static method in class io.aeron.archive.codecs.AuthConnectRequestDecoder
-
- responseStreamIdEncodingLength() - Static method in class io.aeron.archive.codecs.AuthConnectRequestEncoder
-
- responseStreamIdEncodingLength() - Static method in class io.aeron.archive.codecs.ConnectRequestDecoder
-
- responseStreamIdEncodingLength() - Static method in class io.aeron.archive.codecs.ConnectRequestEncoder
-
- responseStreamIdEncodingOffset() - Static method in class io.aeron.archive.codecs.AuthConnectRequestDecoder
-
- responseStreamIdEncodingOffset() - Static method in class io.aeron.archive.codecs.AuthConnectRequestEncoder
-
- responseStreamIdEncodingOffset() - Static method in class io.aeron.archive.codecs.ConnectRequestDecoder
-
- responseStreamIdEncodingOffset() - Static method in class io.aeron.archive.codecs.ConnectRequestEncoder
-
- responseStreamIdId() - Static method in class io.aeron.archive.codecs.AuthConnectRequestDecoder
-
- responseStreamIdId() - Static method in class io.aeron.archive.codecs.AuthConnectRequestEncoder
-
- responseStreamIdId() - Static method in class io.aeron.archive.codecs.ConnectRequestDecoder
-
- responseStreamIdId() - Static method in class io.aeron.archive.codecs.ConnectRequestEncoder
-
- responseStreamIdMaxValue() - Static method in class io.aeron.archive.codecs.AuthConnectRequestDecoder
-
- responseStreamIdMaxValue() - Static method in class io.aeron.archive.codecs.AuthConnectRequestEncoder
-
- responseStreamIdMaxValue() - Static method in class io.aeron.archive.codecs.ConnectRequestDecoder
-
- responseStreamIdMaxValue() - Static method in class io.aeron.archive.codecs.ConnectRequestEncoder
-
- responseStreamIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.AuthConnectRequestDecoder
-
- responseStreamIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.AuthConnectRequestEncoder
-
- responseStreamIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.ConnectRequestDecoder
-
- responseStreamIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.ConnectRequestEncoder
-
- responseStreamIdMinValue() - Static method in class io.aeron.archive.codecs.AuthConnectRequestDecoder
-
- responseStreamIdMinValue() - Static method in class io.aeron.archive.codecs.AuthConnectRequestEncoder
-
- responseStreamIdMinValue() - Static method in class io.aeron.archive.codecs.ConnectRequestDecoder
-
- responseStreamIdMinValue() - Static method in class io.aeron.archive.codecs.ConnectRequestEncoder
-
- responseStreamIdNullValue() - Static method in class io.aeron.archive.codecs.AuthConnectRequestDecoder
-
- responseStreamIdNullValue() - Static method in class io.aeron.archive.codecs.AuthConnectRequestEncoder
-
- responseStreamIdNullValue() - Static method in class io.aeron.archive.codecs.ConnectRequestDecoder
-
- responseStreamIdNullValue() - Static method in class io.aeron.archive.codecs.ConnectRequestEncoder
-
- responseStreamIdSinceVersion() - Static method in class io.aeron.archive.codecs.AuthConnectRequestDecoder
-
- responseStreamIdSinceVersion() - Static method in class io.aeron.archive.codecs.AuthConnectRequestEncoder
-
- responseStreamIdSinceVersion() - Static method in class io.aeron.archive.codecs.ConnectRequestDecoder
-
- responseStreamIdSinceVersion() - Static method in class io.aeron.archive.codecs.ConnectRequestEncoder
-
- resType(byte) - Method in class io.aeron.protocol.ResolutionEntryFlyweight
-
Set the protocol type of the resolution.
- resType() - Method in class io.aeron.protocol.ResolutionEntryFlyweight
-
Get the protocol type of the resolution entry.
- RethrowingErrorHandler - Class in io.aeron
-
Error handler that will rethrow a
Throwable
as an unchecked exception.
- RethrowingErrorHandler() - Constructor for class io.aeron.RethrowingErrorHandler
-
- RETRANSMIT_UNICAST_DELAY_DEFAULT_NS - Static variable in class io.aeron.driver.Configuration
-
Default delay before retransmission of data for unicast in nanoseconds.
- RETRANSMIT_UNICAST_DELAY_PROP_NAME - Static variable in class io.aeron.driver.Configuration
-
Property for setting how long to delay before sending a retransmit after receiving a NAK.
- RETRANSMIT_UNICAST_LINGER_DEFAULT_NS - Static variable in class io.aeron.driver.Configuration
-
Default delay for linger for unicast in nanoseconds.
- RETRANSMIT_UNICAST_LINGER_PROP_NAME - Static variable in class io.aeron.driver.Configuration
-
Property for setting how long to linger after delay on a NAK before responding to another NAK.
- RetransmitHandler - Class in io.aeron.driver
-
Tracking and handling of retransmit request, NAKs, for senders, and receivers.
- RetransmitHandler(NanoClock, AtomicCounter, FeedbackDelayGenerator, FeedbackDelayGenerator) - Constructor for class io.aeron.driver.RetransmitHandler
-
Create a retransmit handler.
- RetransmitSender - Interface in io.aeron.driver
-
Handler for sending a retransmit
- retransmitUnicastDelayGenerator() - Method in class io.aeron.driver.MediaDriver.Context
-
- retransmitUnicastDelayGenerator(FeedbackDelayGenerator) - Method in class io.aeron.driver.MediaDriver.Context
-
- retransmitUnicastDelayNs() - Static method in class io.aeron.driver.Configuration
-
Setting how long to delay before sending a retransmit after receiving a NAK.
- retransmitUnicastDelayNs() - Method in class io.aeron.driver.MediaDriver.Context
-
The delay before retransmitting after a NAK.
- retransmitUnicastDelayNs(long) - Method in class io.aeron.driver.MediaDriver.Context
-
The delay before retransmitting after a NAK.
- retransmitUnicastLingerGenerator() - Method in class io.aeron.driver.MediaDriver.Context
-
- retransmitUnicastLingerGenerator(FeedbackDelayGenerator) - Method in class io.aeron.driver.MediaDriver.Context
-
- retransmitUnicastLingerNs() - Static method in class io.aeron.driver.Configuration
-
Setting how long to linger after delay on a NAK before responding to another NAK.
- retransmitUnicastLingerNs() - Method in class io.aeron.driver.MediaDriver.Context
-
How long to linger after delay on a NAK before responding to another NAK.
- retransmitUnicastLingerNs(long) - Method in class io.aeron.driver.MediaDriver.Context
-
How long to linger after delay on a NAK before responding to another NAK.
- roleName() - Method in class io.aeron.driver.DriverConductor
- roleName() - Method in class io.aeron.driver.Receiver
- roleName() - Method in class io.aeron.driver.Sender
- rotateLog(UnsafeBuffer, int, int) - Static method in class io.aeron.logbuffer.LogBufferDescriptor
-
Rotate the log and update the tail counter for the new term.
- rttMeasurementBuffer() - Method in class io.aeron.driver.media.ReceiveChannelEndpointThreadLocals
-
Buffer for writing RTT measurement messages to send.
- rttMeasurementFlyweight() - Method in class io.aeron.driver.media.ReceiveChannelEndpointThreadLocals
-
- RttMeasurementFlyweight - Class in io.aeron.protocol
-
Flyweight for an RTT Measurement Frame Header.
- RttMeasurementFlyweight() - Constructor for class io.aeron.protocol.RttMeasurementFlyweight
-
Default constructor which can later be use to wrap a frame.
- RttMeasurementFlyweight(ByteBuffer) - Constructor for class io.aeron.protocol.RttMeasurementFlyweight
-
Construct the flyweight over a frame.
- RttMeasurementFlyweight(UnsafeBuffer) - Constructor for class io.aeron.protocol.RttMeasurementFlyweight
-
Construct the flyweight over a frame.
- run() - Method in class io.aeron.samples.ImageRateReporter
- run() - Method in class io.aeron.samples.ImageRateSubscriber
- run() - Method in class io.aeron.samples.RateReporter
-
Run loop for the rate reporter
- SampleAuthenticator - Class in io.aeron.samples.archive
-
A sample
Authenticator
to demonstrate usage based on some hardcoded credentials.
- SampleAuthenticator() - Constructor for class io.aeron.samples.archive.SampleAuthenticator
-
- SampleAuthenticatorSupplier - Class in io.aeron.samples.archive
-
- SampleAuthenticatorSupplier() - Constructor for class io.aeron.samples.archive.SampleAuthenticatorSupplier
-
- SampleConfiguration - Class in io.aeron.samples
-
Configuration used for samples with defaults which can be overridden by system properties.
- SampleConfiguration() - Constructor for class io.aeron.samples.SampleConfiguration
-
- SamplesUtil - Class in io.aeron.samples
-
Utility functions for the samples.
- SamplesUtil() - Constructor for class io.aeron.samples.SamplesUtil
-
- saveErrorLog(PrintStream) - Method in class io.aeron.CommonContext
-
- saveErrorLog(PrintStream, ByteBuffer) - Method in class io.aeron.CommonContext
-
- saveExistingErrors(File, AtomicBuffer, PrintStream) - Static method in class io.aeron.archive.ArchiveMarkFile
-
- sbeBlockLength() - Method in class io.aeron.archive.codecs.AttachSegmentsRequestDecoder
-
- sbeBlockLength() - Method in class io.aeron.archive.codecs.AttachSegmentsRequestEncoder
-
- sbeBlockLength() - Method in class io.aeron.archive.codecs.AuthConnectRequestDecoder
-
- sbeBlockLength() - Method in class io.aeron.archive.codecs.AuthConnectRequestEncoder
-
- sbeBlockLength() - Method in class io.aeron.archive.codecs.BoundedReplayRequestDecoder
-
- sbeBlockLength() - Method in class io.aeron.archive.codecs.BoundedReplayRequestEncoder
-
- sbeBlockLength() - Method in class io.aeron.archive.codecs.CatalogHeaderDecoder
-
- sbeBlockLength() - Method in class io.aeron.archive.codecs.CatalogHeaderEncoder
-
- sbeBlockLength() - Method in class io.aeron.archive.codecs.ChallengeDecoder
-
- sbeBlockLength() - Method in class io.aeron.archive.codecs.ChallengeEncoder
-
- sbeBlockLength() - Method in class io.aeron.archive.codecs.ChallengeResponseDecoder
-
- sbeBlockLength() - Method in class io.aeron.archive.codecs.ChallengeResponseEncoder
-
- sbeBlockLength() - Method in class io.aeron.archive.codecs.CloseSessionRequestDecoder
-
- sbeBlockLength() - Method in class io.aeron.archive.codecs.CloseSessionRequestEncoder
-
- sbeBlockLength() - Method in class io.aeron.archive.codecs.ConnectRequestDecoder
-
- sbeBlockLength() - Method in class io.aeron.archive.codecs.ConnectRequestEncoder
-
- sbeBlockLength() - Method in class io.aeron.archive.codecs.ControlResponseDecoder
-
- sbeBlockLength() - Method in class io.aeron.archive.codecs.ControlResponseEncoder
-
- sbeBlockLength() - Method in class io.aeron.archive.codecs.DeleteDetachedSegmentsRequestDecoder
-
- sbeBlockLength() - Method in class io.aeron.archive.codecs.DeleteDetachedSegmentsRequestEncoder
-
- sbeBlockLength() - Method in class io.aeron.archive.codecs.DetachSegmentsRequestDecoder
-
- sbeBlockLength() - Method in class io.aeron.archive.codecs.DetachSegmentsRequestEncoder
-
- sbeBlockLength() - Method in class io.aeron.archive.codecs.ExtendRecordingRequest2Decoder
-
- sbeBlockLength() - Method in class io.aeron.archive.codecs.ExtendRecordingRequest2Encoder
-
- sbeBlockLength() - Method in class io.aeron.archive.codecs.ExtendRecordingRequestDecoder
-
- sbeBlockLength() - Method in class io.aeron.archive.codecs.ExtendRecordingRequestEncoder
-
- sbeBlockLength() - Method in class io.aeron.archive.codecs.FindLastMatchingRecordingRequestDecoder
-
- sbeBlockLength() - Method in class io.aeron.archive.codecs.FindLastMatchingRecordingRequestEncoder
-
- sbeBlockLength() - Method in class io.aeron.archive.codecs.KeepAliveRequestDecoder
-
- sbeBlockLength() - Method in class io.aeron.archive.codecs.KeepAliveRequestEncoder
-
- sbeBlockLength() - Method in class io.aeron.archive.codecs.ListRecordingRequestDecoder
-
- sbeBlockLength() - Method in class io.aeron.archive.codecs.ListRecordingRequestEncoder
-
- sbeBlockLength() - Method in class io.aeron.archive.codecs.ListRecordingsForUriRequestDecoder
-
- sbeBlockLength() - Method in class io.aeron.archive.codecs.ListRecordingsForUriRequestEncoder
-
- sbeBlockLength() - Method in class io.aeron.archive.codecs.ListRecordingsRequestDecoder
-
- sbeBlockLength() - Method in class io.aeron.archive.codecs.ListRecordingsRequestEncoder
-
- sbeBlockLength() - Method in class io.aeron.archive.codecs.ListRecordingSubscriptionsRequestDecoder
-
- sbeBlockLength() - Method in class io.aeron.archive.codecs.ListRecordingSubscriptionsRequestEncoder
-
- sbeBlockLength() - Method in class io.aeron.archive.codecs.mark.MarkFileHeaderDecoder
-
- sbeBlockLength() - Method in class io.aeron.archive.codecs.mark.MarkFileHeaderEncoder
-
- sbeBlockLength() - Method in class io.aeron.archive.codecs.MigrateSegmentsRequestDecoder
-
- sbeBlockLength() - Method in class io.aeron.archive.codecs.MigrateSegmentsRequestEncoder
-
- sbeBlockLength() - Method in class io.aeron.archive.codecs.PurgeRecordingRequestDecoder
-
- sbeBlockLength() - Method in class io.aeron.archive.codecs.PurgeRecordingRequestEncoder
-
- sbeBlockLength() - Method in class io.aeron.archive.codecs.PurgeSegmentsRequestDecoder
-
- sbeBlockLength() - Method in class io.aeron.archive.codecs.PurgeSegmentsRequestEncoder
-
- sbeBlockLength() - Method in class io.aeron.archive.codecs.RecordingDescriptorDecoder
-
- sbeBlockLength() - Method in class io.aeron.archive.codecs.RecordingDescriptorEncoder
-
- sbeBlockLength() - Method in class io.aeron.archive.codecs.RecordingDescriptorHeaderDecoder
-
- sbeBlockLength() - Method in class io.aeron.archive.codecs.RecordingDescriptorHeaderEncoder
-
- sbeBlockLength() - Method in class io.aeron.archive.codecs.RecordingPositionRequestDecoder
-
- sbeBlockLength() - Method in class io.aeron.archive.codecs.RecordingPositionRequestEncoder
-
- sbeBlockLength() - Method in class io.aeron.archive.codecs.RecordingProgressDecoder
-
- sbeBlockLength() - Method in class io.aeron.archive.codecs.RecordingProgressEncoder
-
- sbeBlockLength() - Method in class io.aeron.archive.codecs.RecordingSignalEventDecoder
-
- sbeBlockLength() - Method in class io.aeron.archive.codecs.RecordingSignalEventEncoder
-
- sbeBlockLength() - Method in class io.aeron.archive.codecs.RecordingStartedDecoder
-
- sbeBlockLength() - Method in class io.aeron.archive.codecs.RecordingStartedEncoder
-
- sbeBlockLength() - Method in class io.aeron.archive.codecs.RecordingStoppedDecoder
-
- sbeBlockLength() - Method in class io.aeron.archive.codecs.RecordingStoppedEncoder
-
- sbeBlockLength() - Method in class io.aeron.archive.codecs.RecordingSubscriptionDescriptorDecoder
-
- sbeBlockLength() - Method in class io.aeron.archive.codecs.RecordingSubscriptionDescriptorEncoder
-
- sbeBlockLength() - Method in class io.aeron.archive.codecs.ReplayRequestDecoder
-
- sbeBlockLength() - Method in class io.aeron.archive.codecs.ReplayRequestEncoder
-
- sbeBlockLength() - Method in class io.aeron.archive.codecs.ReplicateRequest2Decoder
-
- sbeBlockLength() - Method in class io.aeron.archive.codecs.ReplicateRequest2Encoder
-
- sbeBlockLength() - Method in class io.aeron.archive.codecs.ReplicateRequestDecoder
-
- sbeBlockLength() - Method in class io.aeron.archive.codecs.ReplicateRequestEncoder
-
- sbeBlockLength() - Method in class io.aeron.archive.codecs.StartPositionRequestDecoder
-
- sbeBlockLength() - Method in class io.aeron.archive.codecs.StartPositionRequestEncoder
-
- sbeBlockLength() - Method in class io.aeron.archive.codecs.StartRecordingRequest2Decoder
-
- sbeBlockLength() - Method in class io.aeron.archive.codecs.StartRecordingRequest2Encoder
-
- sbeBlockLength() - Method in class io.aeron.archive.codecs.StartRecordingRequestDecoder
-
- sbeBlockLength() - Method in class io.aeron.archive.codecs.StartRecordingRequestEncoder
-
- sbeBlockLength() - Method in class io.aeron.archive.codecs.StopAllReplaysRequestDecoder
-
- sbeBlockLength() - Method in class io.aeron.archive.codecs.StopAllReplaysRequestEncoder
-
- sbeBlockLength() - Method in class io.aeron.archive.codecs.StopPositionRequestDecoder
-
- sbeBlockLength() - Method in class io.aeron.archive.codecs.StopPositionRequestEncoder
-
- sbeBlockLength() - Method in class io.aeron.archive.codecs.StopRecordingByIdentityRequestDecoder
-
- sbeBlockLength() - Method in class io.aeron.archive.codecs.StopRecordingByIdentityRequestEncoder
-
- sbeBlockLength() - Method in class io.aeron.archive.codecs.StopRecordingRequestDecoder
-
- sbeBlockLength() - Method in class io.aeron.archive.codecs.StopRecordingRequestEncoder
-
- sbeBlockLength() - Method in class io.aeron.archive.codecs.StopRecordingSubscriptionRequestDecoder
-
- sbeBlockLength() - Method in class io.aeron.archive.codecs.StopRecordingSubscriptionRequestEncoder
-
- sbeBlockLength() - Method in class io.aeron.archive.codecs.StopReplayRequestDecoder
-
- sbeBlockLength() - Method in class io.aeron.archive.codecs.StopReplayRequestEncoder
-
- sbeBlockLength() - Method in class io.aeron.archive.codecs.StopReplicationRequestDecoder
-
- sbeBlockLength() - Method in class io.aeron.archive.codecs.StopReplicationRequestEncoder
-
- sbeBlockLength() - Method in class io.aeron.archive.codecs.TaggedReplicateRequestDecoder
-
- sbeBlockLength() - Method in class io.aeron.archive.codecs.TaggedReplicateRequestEncoder
-
- sbeBlockLength() - Method in class io.aeron.archive.codecs.TruncateRecordingRequestDecoder
-
- sbeBlockLength() - Method in class io.aeron.archive.codecs.TruncateRecordingRequestEncoder
-
- sbeSchemaId() - Method in class io.aeron.archive.codecs.AttachSegmentsRequestDecoder
-
- sbeSchemaId() - Method in class io.aeron.archive.codecs.AttachSegmentsRequestEncoder
-
- sbeSchemaId() - Method in class io.aeron.archive.codecs.AuthConnectRequestDecoder
-
- sbeSchemaId() - Method in class io.aeron.archive.codecs.AuthConnectRequestEncoder
-
- sbeSchemaId() - Method in class io.aeron.archive.codecs.BoundedReplayRequestDecoder
-
- sbeSchemaId() - Method in class io.aeron.archive.codecs.BoundedReplayRequestEncoder
-
- sbeSchemaId() - Method in class io.aeron.archive.codecs.CatalogHeaderDecoder
-
- sbeSchemaId() - Method in class io.aeron.archive.codecs.CatalogHeaderEncoder
-
- sbeSchemaId() - Method in class io.aeron.archive.codecs.ChallengeDecoder
-
- sbeSchemaId() - Method in class io.aeron.archive.codecs.ChallengeEncoder
-
- sbeSchemaId() - Method in class io.aeron.archive.codecs.ChallengeResponseDecoder
-
- sbeSchemaId() - Method in class io.aeron.archive.codecs.ChallengeResponseEncoder
-
- sbeSchemaId() - Method in class io.aeron.archive.codecs.CloseSessionRequestDecoder
-
- sbeSchemaId() - Method in class io.aeron.archive.codecs.CloseSessionRequestEncoder
-
- sbeSchemaId() - Method in class io.aeron.archive.codecs.ConnectRequestDecoder
-
- sbeSchemaId() - Method in class io.aeron.archive.codecs.ConnectRequestEncoder
-
- sbeSchemaId() - Method in class io.aeron.archive.codecs.ControlResponseDecoder
-
- sbeSchemaId() - Method in class io.aeron.archive.codecs.ControlResponseEncoder
-
- sbeSchemaId() - Method in class io.aeron.archive.codecs.DeleteDetachedSegmentsRequestDecoder
-
- sbeSchemaId() - Method in class io.aeron.archive.codecs.DeleteDetachedSegmentsRequestEncoder
-
- sbeSchemaId() - Method in class io.aeron.archive.codecs.DetachSegmentsRequestDecoder
-
- sbeSchemaId() - Method in class io.aeron.archive.codecs.DetachSegmentsRequestEncoder
-
- sbeSchemaId() - Method in class io.aeron.archive.codecs.ExtendRecordingRequest2Decoder
-
- sbeSchemaId() - Method in class io.aeron.archive.codecs.ExtendRecordingRequest2Encoder
-
- sbeSchemaId() - Method in class io.aeron.archive.codecs.ExtendRecordingRequestDecoder
-
- sbeSchemaId() - Method in class io.aeron.archive.codecs.ExtendRecordingRequestEncoder
-
- sbeSchemaId() - Method in class io.aeron.archive.codecs.FindLastMatchingRecordingRequestDecoder
-
- sbeSchemaId() - Method in class io.aeron.archive.codecs.FindLastMatchingRecordingRequestEncoder
-
- sbeSchemaId() - Method in class io.aeron.archive.codecs.KeepAliveRequestDecoder
-
- sbeSchemaId() - Method in class io.aeron.archive.codecs.KeepAliveRequestEncoder
-
- sbeSchemaId() - Method in class io.aeron.archive.codecs.ListRecordingRequestDecoder
-
- sbeSchemaId() - Method in class io.aeron.archive.codecs.ListRecordingRequestEncoder
-
- sbeSchemaId() - Method in class io.aeron.archive.codecs.ListRecordingsForUriRequestDecoder
-
- sbeSchemaId() - Method in class io.aeron.archive.codecs.ListRecordingsForUriRequestEncoder
-
- sbeSchemaId() - Method in class io.aeron.archive.codecs.ListRecordingsRequestDecoder
-
- sbeSchemaId() - Method in class io.aeron.archive.codecs.ListRecordingsRequestEncoder
-
- sbeSchemaId() - Method in class io.aeron.archive.codecs.ListRecordingSubscriptionsRequestDecoder
-
- sbeSchemaId() - Method in class io.aeron.archive.codecs.ListRecordingSubscriptionsRequestEncoder
-
- sbeSchemaId() - Method in class io.aeron.archive.codecs.mark.MarkFileHeaderDecoder
-
- sbeSchemaId() - Method in class io.aeron.archive.codecs.mark.MarkFileHeaderEncoder
-
- sbeSchemaId() - Method in class io.aeron.archive.codecs.mark.MessageHeaderDecoder
-
- sbeSchemaId() - Method in class io.aeron.archive.codecs.mark.MessageHeaderEncoder
-
- sbeSchemaId() - Method in class io.aeron.archive.codecs.mark.VarAsciiEncodingDecoder
-
- sbeSchemaId() - Method in class io.aeron.archive.codecs.mark.VarAsciiEncodingEncoder
-
- sbeSchemaId() - Method in class io.aeron.archive.codecs.MessageHeaderDecoder
-
- sbeSchemaId() - Method in class io.aeron.archive.codecs.MessageHeaderEncoder
-
- sbeSchemaId() - Method in class io.aeron.archive.codecs.MigrateSegmentsRequestDecoder
-
- sbeSchemaId() - Method in class io.aeron.archive.codecs.MigrateSegmentsRequestEncoder
-
- sbeSchemaId() - Method in class io.aeron.archive.codecs.PurgeRecordingRequestDecoder
-
- sbeSchemaId() - Method in class io.aeron.archive.codecs.PurgeRecordingRequestEncoder
-
- sbeSchemaId() - Method in class io.aeron.archive.codecs.PurgeSegmentsRequestDecoder
-
- sbeSchemaId() - Method in class io.aeron.archive.codecs.PurgeSegmentsRequestEncoder
-
- sbeSchemaId() - Method in class io.aeron.archive.codecs.RecordingDescriptorDecoder
-
- sbeSchemaId() - Method in class io.aeron.archive.codecs.RecordingDescriptorEncoder
-
- sbeSchemaId() - Method in class io.aeron.archive.codecs.RecordingDescriptorHeaderDecoder
-
- sbeSchemaId() - Method in class io.aeron.archive.codecs.RecordingDescriptorHeaderEncoder
-
- sbeSchemaId() - Method in class io.aeron.archive.codecs.RecordingPositionRequestDecoder
-
- sbeSchemaId() - Method in class io.aeron.archive.codecs.RecordingPositionRequestEncoder
-
- sbeSchemaId() - Method in class io.aeron.archive.codecs.RecordingProgressDecoder
-
- sbeSchemaId() - Method in class io.aeron.archive.codecs.RecordingProgressEncoder
-
- sbeSchemaId() - Method in class io.aeron.archive.codecs.RecordingSignalEventDecoder
-
- sbeSchemaId() - Method in class io.aeron.archive.codecs.RecordingSignalEventEncoder
-
- sbeSchemaId() - Method in class io.aeron.archive.codecs.RecordingStartedDecoder
-
- sbeSchemaId() - Method in class io.aeron.archive.codecs.RecordingStartedEncoder
-
- sbeSchemaId() - Method in class io.aeron.archive.codecs.RecordingStoppedDecoder
-
- sbeSchemaId() - Method in class io.aeron.archive.codecs.RecordingStoppedEncoder
-
- sbeSchemaId() - Method in class io.aeron.archive.codecs.RecordingSubscriptionDescriptorDecoder
-
- sbeSchemaId() - Method in class io.aeron.archive.codecs.RecordingSubscriptionDescriptorEncoder
-
- sbeSchemaId() - Method in class io.aeron.archive.codecs.ReplayRequestDecoder
-
- sbeSchemaId() - Method in class io.aeron.archive.codecs.ReplayRequestEncoder
-
- sbeSchemaId() - Method in class io.aeron.archive.codecs.ReplicateRequest2Decoder
-
- sbeSchemaId() - Method in class io.aeron.archive.codecs.ReplicateRequest2Encoder
-
- sbeSchemaId() - Method in class io.aeron.archive.codecs.ReplicateRequestDecoder
-
- sbeSchemaId() - Method in class io.aeron.archive.codecs.ReplicateRequestEncoder
-
- sbeSchemaId() - Method in class io.aeron.archive.codecs.StartPositionRequestDecoder
-
- sbeSchemaId() - Method in class io.aeron.archive.codecs.StartPositionRequestEncoder
-
- sbeSchemaId() - Method in class io.aeron.archive.codecs.StartRecordingRequest2Decoder
-
- sbeSchemaId() - Method in class io.aeron.archive.codecs.StartRecordingRequest2Encoder
-
- sbeSchemaId() - Method in class io.aeron.archive.codecs.StartRecordingRequestDecoder
-
- sbeSchemaId() - Method in class io.aeron.archive.codecs.StartRecordingRequestEncoder
-
- sbeSchemaId() - Method in class io.aeron.archive.codecs.StopAllReplaysRequestDecoder
-
- sbeSchemaId() - Method in class io.aeron.archive.codecs.StopAllReplaysRequestEncoder
-
- sbeSchemaId() - Method in class io.aeron.archive.codecs.StopPositionRequestDecoder
-
- sbeSchemaId() - Method in class io.aeron.archive.codecs.StopPositionRequestEncoder
-
- sbeSchemaId() - Method in class io.aeron.archive.codecs.StopRecordingByIdentityRequestDecoder
-
- sbeSchemaId() - Method in class io.aeron.archive.codecs.StopRecordingByIdentityRequestEncoder
-
- sbeSchemaId() - Method in class io.aeron.archive.codecs.StopRecordingRequestDecoder
-
- sbeSchemaId() - Method in class io.aeron.archive.codecs.StopRecordingRequestEncoder
-
- sbeSchemaId() - Method in class io.aeron.archive.codecs.StopRecordingSubscriptionRequestDecoder
-
- sbeSchemaId() - Method in class io.aeron.archive.codecs.StopRecordingSubscriptionRequestEncoder
-
- sbeSchemaId() - Method in class io.aeron.archive.codecs.StopReplayRequestDecoder
-
- sbeSchemaId() - Method in class io.aeron.archive.codecs.StopReplayRequestEncoder
-
- sbeSchemaId() - Method in class io.aeron.archive.codecs.StopReplicationRequestDecoder
-
- sbeSchemaId() - Method in class io.aeron.archive.codecs.StopReplicationRequestEncoder
-
- sbeSchemaId() - Method in class io.aeron.archive.codecs.TaggedReplicateRequestDecoder
-
- sbeSchemaId() - Method in class io.aeron.archive.codecs.TaggedReplicateRequestEncoder
-
- sbeSchemaId() - Method in class io.aeron.archive.codecs.TruncateRecordingRequestDecoder
-
- sbeSchemaId() - Method in class io.aeron.archive.codecs.TruncateRecordingRequestEncoder
-
- sbeSchemaId() - Method in class io.aeron.archive.codecs.VarAsciiEncodingDecoder
-
- sbeSchemaId() - Method in class io.aeron.archive.codecs.VarAsciiEncodingEncoder
-
- sbeSchemaId() - Method in class io.aeron.archive.codecs.VarDataEncodingDecoder
-
- sbeSchemaId() - Method in class io.aeron.archive.codecs.VarDataEncodingEncoder
-
- sbeSchemaVersion() - Method in class io.aeron.archive.codecs.AttachSegmentsRequestDecoder
-
- sbeSchemaVersion() - Method in class io.aeron.archive.codecs.AttachSegmentsRequestEncoder
-
- sbeSchemaVersion() - Method in class io.aeron.archive.codecs.AuthConnectRequestDecoder
-
- sbeSchemaVersion() - Method in class io.aeron.archive.codecs.AuthConnectRequestEncoder
-
- sbeSchemaVersion() - Method in class io.aeron.archive.codecs.BoundedReplayRequestDecoder
-
- sbeSchemaVersion() - Method in class io.aeron.archive.codecs.BoundedReplayRequestEncoder
-
- sbeSchemaVersion() - Method in class io.aeron.archive.codecs.CatalogHeaderDecoder
-
- sbeSchemaVersion() - Method in class io.aeron.archive.codecs.CatalogHeaderEncoder
-
- sbeSchemaVersion() - Method in class io.aeron.archive.codecs.ChallengeDecoder
-
- sbeSchemaVersion() - Method in class io.aeron.archive.codecs.ChallengeEncoder
-
- sbeSchemaVersion() - Method in class io.aeron.archive.codecs.ChallengeResponseDecoder
-
- sbeSchemaVersion() - Method in class io.aeron.archive.codecs.ChallengeResponseEncoder
-
- sbeSchemaVersion() - Method in class io.aeron.archive.codecs.CloseSessionRequestDecoder
-
- sbeSchemaVersion() - Method in class io.aeron.archive.codecs.CloseSessionRequestEncoder
-
- sbeSchemaVersion() - Method in class io.aeron.archive.codecs.ConnectRequestDecoder
-
- sbeSchemaVersion() - Method in class io.aeron.archive.codecs.ConnectRequestEncoder
-
- sbeSchemaVersion() - Method in class io.aeron.archive.codecs.ControlResponseDecoder
-
- sbeSchemaVersion() - Method in class io.aeron.archive.codecs.ControlResponseEncoder
-
- sbeSchemaVersion() - Method in class io.aeron.archive.codecs.DeleteDetachedSegmentsRequestDecoder
-
- sbeSchemaVersion() - Method in class io.aeron.archive.codecs.DeleteDetachedSegmentsRequestEncoder
-
- sbeSchemaVersion() - Method in class io.aeron.archive.codecs.DetachSegmentsRequestDecoder
-
- sbeSchemaVersion() - Method in class io.aeron.archive.codecs.DetachSegmentsRequestEncoder
-
- sbeSchemaVersion() - Method in class io.aeron.archive.codecs.ExtendRecordingRequest2Decoder
-
- sbeSchemaVersion() - Method in class io.aeron.archive.codecs.ExtendRecordingRequest2Encoder
-
- sbeSchemaVersion() - Method in class io.aeron.archive.codecs.ExtendRecordingRequestDecoder
-
- sbeSchemaVersion() - Method in class io.aeron.archive.codecs.ExtendRecordingRequestEncoder
-
- sbeSchemaVersion() - Method in class io.aeron.archive.codecs.FindLastMatchingRecordingRequestDecoder
-
- sbeSchemaVersion() - Method in class io.aeron.archive.codecs.FindLastMatchingRecordingRequestEncoder
-
- sbeSchemaVersion() - Method in class io.aeron.archive.codecs.KeepAliveRequestDecoder
-
- sbeSchemaVersion() - Method in class io.aeron.archive.codecs.KeepAliveRequestEncoder
-
- sbeSchemaVersion() - Method in class io.aeron.archive.codecs.ListRecordingRequestDecoder
-
- sbeSchemaVersion() - Method in class io.aeron.archive.codecs.ListRecordingRequestEncoder
-
- sbeSchemaVersion() - Method in class io.aeron.archive.codecs.ListRecordingsForUriRequestDecoder
-
- sbeSchemaVersion() - Method in class io.aeron.archive.codecs.ListRecordingsForUriRequestEncoder
-
- sbeSchemaVersion() - Method in class io.aeron.archive.codecs.ListRecordingsRequestDecoder
-
- sbeSchemaVersion() - Method in class io.aeron.archive.codecs.ListRecordingsRequestEncoder
-
- sbeSchemaVersion() - Method in class io.aeron.archive.codecs.ListRecordingSubscriptionsRequestDecoder
-
- sbeSchemaVersion() - Method in class io.aeron.archive.codecs.ListRecordingSubscriptionsRequestEncoder
-
- sbeSchemaVersion() - Method in class io.aeron.archive.codecs.mark.MarkFileHeaderDecoder
-
- sbeSchemaVersion() - Method in class io.aeron.archive.codecs.mark.MarkFileHeaderEncoder
-
- sbeSchemaVersion() - Method in class io.aeron.archive.codecs.mark.MessageHeaderDecoder
-
- sbeSchemaVersion() - Method in class io.aeron.archive.codecs.mark.MessageHeaderEncoder
-
- sbeSchemaVersion() - Method in class io.aeron.archive.codecs.mark.VarAsciiEncodingDecoder
-
- sbeSchemaVersion() - Method in class io.aeron.archive.codecs.mark.VarAsciiEncodingEncoder
-
- sbeSchemaVersion() - Method in class io.aeron.archive.codecs.MessageHeaderDecoder
-
- sbeSchemaVersion() - Method in class io.aeron.archive.codecs.MessageHeaderEncoder
-
- sbeSchemaVersion() - Method in class io.aeron.archive.codecs.MigrateSegmentsRequestDecoder
-
- sbeSchemaVersion() - Method in class io.aeron.archive.codecs.MigrateSegmentsRequestEncoder
-
- sbeSchemaVersion() - Method in class io.aeron.archive.codecs.PurgeRecordingRequestDecoder
-
- sbeSchemaVersion() - Method in class io.aeron.archive.codecs.PurgeRecordingRequestEncoder
-
- sbeSchemaVersion() - Method in class io.aeron.archive.codecs.PurgeSegmentsRequestDecoder
-
- sbeSchemaVersion() - Method in class io.aeron.archive.codecs.PurgeSegmentsRequestEncoder
-
- sbeSchemaVersion() - Method in class io.aeron.archive.codecs.RecordingDescriptorDecoder
-
- sbeSchemaVersion() - Method in class io.aeron.archive.codecs.RecordingDescriptorEncoder
-
- sbeSchemaVersion() - Method in class io.aeron.archive.codecs.RecordingDescriptorHeaderDecoder
-
- sbeSchemaVersion() - Method in class io.aeron.archive.codecs.RecordingDescriptorHeaderEncoder
-
- sbeSchemaVersion() - Method in class io.aeron.archive.codecs.RecordingPositionRequestDecoder
-
- sbeSchemaVersion() - Method in class io.aeron.archive.codecs.RecordingPositionRequestEncoder
-
- sbeSchemaVersion() - Method in class io.aeron.archive.codecs.RecordingProgressDecoder
-
- sbeSchemaVersion() - Method in class io.aeron.archive.codecs.RecordingProgressEncoder
-
- sbeSchemaVersion() - Method in class io.aeron.archive.codecs.RecordingSignalEventDecoder
-
- sbeSchemaVersion() - Method in class io.aeron.archive.codecs.RecordingSignalEventEncoder
-
- sbeSchemaVersion() - Method in class io.aeron.archive.codecs.RecordingStartedDecoder
-
- sbeSchemaVersion() - Method in class io.aeron.archive.codecs.RecordingStartedEncoder
-
- sbeSchemaVersion() - Method in class io.aeron.archive.codecs.RecordingStoppedDecoder
-
- sbeSchemaVersion() - Method in class io.aeron.archive.codecs.RecordingStoppedEncoder
-
- sbeSchemaVersion() - Method in class io.aeron.archive.codecs.RecordingSubscriptionDescriptorDecoder
-
- sbeSchemaVersion() - Method in class io.aeron.archive.codecs.RecordingSubscriptionDescriptorEncoder
-
- sbeSchemaVersion() - Method in class io.aeron.archive.codecs.ReplayRequestDecoder
-
- sbeSchemaVersion() - Method in class io.aeron.archive.codecs.ReplayRequestEncoder
-
- sbeSchemaVersion() - Method in class io.aeron.archive.codecs.ReplicateRequest2Decoder
-
- sbeSchemaVersion() - Method in class io.aeron.archive.codecs.ReplicateRequest2Encoder
-
- sbeSchemaVersion() - Method in class io.aeron.archive.codecs.ReplicateRequestDecoder
-
- sbeSchemaVersion() - Method in class io.aeron.archive.codecs.ReplicateRequestEncoder
-
- sbeSchemaVersion() - Method in class io.aeron.archive.codecs.StartPositionRequestDecoder
-
- sbeSchemaVersion() - Method in class io.aeron.archive.codecs.StartPositionRequestEncoder
-
- sbeSchemaVersion() - Method in class io.aeron.archive.codecs.StartRecordingRequest2Decoder
-
- sbeSchemaVersion() - Method in class io.aeron.archive.codecs.StartRecordingRequest2Encoder
-
- sbeSchemaVersion() - Method in class io.aeron.archive.codecs.StartRecordingRequestDecoder
-
- sbeSchemaVersion() - Method in class io.aeron.archive.codecs.StartRecordingRequestEncoder
-
- sbeSchemaVersion() - Method in class io.aeron.archive.codecs.StopAllReplaysRequestDecoder
-
- sbeSchemaVersion() - Method in class io.aeron.archive.codecs.StopAllReplaysRequestEncoder
-
- sbeSchemaVersion() - Method in class io.aeron.archive.codecs.StopPositionRequestDecoder
-
- sbeSchemaVersion() - Method in class io.aeron.archive.codecs.StopPositionRequestEncoder
-
- sbeSchemaVersion() - Method in class io.aeron.archive.codecs.StopRecordingByIdentityRequestDecoder
-
- sbeSchemaVersion() - Method in class io.aeron.archive.codecs.StopRecordingByIdentityRequestEncoder
-
- sbeSchemaVersion() - Method in class io.aeron.archive.codecs.StopRecordingRequestDecoder
-
- sbeSchemaVersion() - Method in class io.aeron.archive.codecs.StopRecordingRequestEncoder
-
- sbeSchemaVersion() - Method in class io.aeron.archive.codecs.StopRecordingSubscriptionRequestDecoder
-
- sbeSchemaVersion() - Method in class io.aeron.archive.codecs.StopRecordingSubscriptionRequestEncoder
-
- sbeSchemaVersion() - Method in class io.aeron.archive.codecs.StopReplayRequestDecoder
-
- sbeSchemaVersion() - Method in class io.aeron.archive.codecs.StopReplayRequestEncoder
-
- sbeSchemaVersion() - Method in class io.aeron.archive.codecs.StopReplicationRequestDecoder
-
- sbeSchemaVersion() - Method in class io.aeron.archive.codecs.StopReplicationRequestEncoder
-
- sbeSchemaVersion() - Method in class io.aeron.archive.codecs.TaggedReplicateRequestDecoder
-
- sbeSchemaVersion() - Method in class io.aeron.archive.codecs.TaggedReplicateRequestEncoder
-
- sbeSchemaVersion() - Method in class io.aeron.archive.codecs.TruncateRecordingRequestDecoder
-
- sbeSchemaVersion() - Method in class io.aeron.archive.codecs.TruncateRecordingRequestEncoder
-
- sbeSchemaVersion() - Method in class io.aeron.archive.codecs.VarAsciiEncodingDecoder
-
- sbeSchemaVersion() - Method in class io.aeron.archive.codecs.VarAsciiEncodingEncoder
-
- sbeSchemaVersion() - Method in class io.aeron.archive.codecs.VarDataEncodingDecoder
-
- sbeSchemaVersion() - Method in class io.aeron.archive.codecs.VarDataEncodingEncoder
-
- sbeSemanticType() - Method in class io.aeron.archive.codecs.AttachSegmentsRequestDecoder
-
- sbeSemanticType() - Method in class io.aeron.archive.codecs.AttachSegmentsRequestEncoder
-
- sbeSemanticType() - Method in class io.aeron.archive.codecs.AuthConnectRequestDecoder
-
- sbeSemanticType() - Method in class io.aeron.archive.codecs.AuthConnectRequestEncoder
-
- sbeSemanticType() - Method in class io.aeron.archive.codecs.BoundedReplayRequestDecoder
-
- sbeSemanticType() - Method in class io.aeron.archive.codecs.BoundedReplayRequestEncoder
-
- sbeSemanticType() - Method in class io.aeron.archive.codecs.CatalogHeaderDecoder
-
- sbeSemanticType() - Method in class io.aeron.archive.codecs.CatalogHeaderEncoder
-
- sbeSemanticType() - Method in class io.aeron.archive.codecs.ChallengeDecoder
-
- sbeSemanticType() - Method in class io.aeron.archive.codecs.ChallengeEncoder
-
- sbeSemanticType() - Method in class io.aeron.archive.codecs.ChallengeResponseDecoder
-
- sbeSemanticType() - Method in class io.aeron.archive.codecs.ChallengeResponseEncoder
-
- sbeSemanticType() - Method in class io.aeron.archive.codecs.CloseSessionRequestDecoder
-
- sbeSemanticType() - Method in class io.aeron.archive.codecs.CloseSessionRequestEncoder
-
- sbeSemanticType() - Method in class io.aeron.archive.codecs.ConnectRequestDecoder
-
- sbeSemanticType() - Method in class io.aeron.archive.codecs.ConnectRequestEncoder
-
- sbeSemanticType() - Method in class io.aeron.archive.codecs.ControlResponseDecoder
-
- sbeSemanticType() - Method in class io.aeron.archive.codecs.ControlResponseEncoder
-
- sbeSemanticType() - Method in class io.aeron.archive.codecs.DeleteDetachedSegmentsRequestDecoder
-
- sbeSemanticType() - Method in class io.aeron.archive.codecs.DeleteDetachedSegmentsRequestEncoder
-
- sbeSemanticType() - Method in class io.aeron.archive.codecs.DetachSegmentsRequestDecoder
-
- sbeSemanticType() - Method in class io.aeron.archive.codecs.DetachSegmentsRequestEncoder
-
- sbeSemanticType() - Method in class io.aeron.archive.codecs.ExtendRecordingRequest2Decoder
-
- sbeSemanticType() - Method in class io.aeron.archive.codecs.ExtendRecordingRequest2Encoder
-
- sbeSemanticType() - Method in class io.aeron.archive.codecs.ExtendRecordingRequestDecoder
-
- sbeSemanticType() - Method in class io.aeron.archive.codecs.ExtendRecordingRequestEncoder
-
- sbeSemanticType() - Method in class io.aeron.archive.codecs.FindLastMatchingRecordingRequestDecoder
-
- sbeSemanticType() - Method in class io.aeron.archive.codecs.FindLastMatchingRecordingRequestEncoder
-
- sbeSemanticType() - Method in class io.aeron.archive.codecs.KeepAliveRequestDecoder
-
- sbeSemanticType() - Method in class io.aeron.archive.codecs.KeepAliveRequestEncoder
-
- sbeSemanticType() - Method in class io.aeron.archive.codecs.ListRecordingRequestDecoder
-
- sbeSemanticType() - Method in class io.aeron.archive.codecs.ListRecordingRequestEncoder
-
- sbeSemanticType() - Method in class io.aeron.archive.codecs.ListRecordingsForUriRequestDecoder
-
- sbeSemanticType() - Method in class io.aeron.archive.codecs.ListRecordingsForUriRequestEncoder
-
- sbeSemanticType() - Method in class io.aeron.archive.codecs.ListRecordingsRequestDecoder
-
- sbeSemanticType() - Method in class io.aeron.archive.codecs.ListRecordingsRequestEncoder
-
- sbeSemanticType() - Method in class io.aeron.archive.codecs.ListRecordingSubscriptionsRequestDecoder
-
- sbeSemanticType() - Method in class io.aeron.archive.codecs.ListRecordingSubscriptionsRequestEncoder
-
- sbeSemanticType() - Method in class io.aeron.archive.codecs.mark.MarkFileHeaderDecoder
-
- sbeSemanticType() - Method in class io.aeron.archive.codecs.mark.MarkFileHeaderEncoder
-
- sbeSemanticType() - Method in class io.aeron.archive.codecs.MigrateSegmentsRequestDecoder
-
- sbeSemanticType() - Method in class io.aeron.archive.codecs.MigrateSegmentsRequestEncoder
-
- sbeSemanticType() - Method in class io.aeron.archive.codecs.PurgeRecordingRequestDecoder
-
- sbeSemanticType() - Method in class io.aeron.archive.codecs.PurgeRecordingRequestEncoder
-
- sbeSemanticType() - Method in class io.aeron.archive.codecs.PurgeSegmentsRequestDecoder
-
- sbeSemanticType() - Method in class io.aeron.archive.codecs.PurgeSegmentsRequestEncoder
-
- sbeSemanticType() - Method in class io.aeron.archive.codecs.RecordingDescriptorDecoder
-
- sbeSemanticType() - Method in class io.aeron.archive.codecs.RecordingDescriptorEncoder
-
- sbeSemanticType() - Method in class io.aeron.archive.codecs.RecordingDescriptorHeaderDecoder
-
- sbeSemanticType() - Method in class io.aeron.archive.codecs.RecordingDescriptorHeaderEncoder
-
- sbeSemanticType() - Method in class io.aeron.archive.codecs.RecordingPositionRequestDecoder
-
- sbeSemanticType() - Method in class io.aeron.archive.codecs.RecordingPositionRequestEncoder
-
- sbeSemanticType() - Method in class io.aeron.archive.codecs.RecordingProgressDecoder
-
- sbeSemanticType() - Method in class io.aeron.archive.codecs.RecordingProgressEncoder
-
- sbeSemanticType() - Method in class io.aeron.archive.codecs.RecordingSignalEventDecoder
-
- sbeSemanticType() - Method in class io.aeron.archive.codecs.RecordingSignalEventEncoder
-
- sbeSemanticType() - Method in class io.aeron.archive.codecs.RecordingStartedDecoder
-
- sbeSemanticType() - Method in class io.aeron.archive.codecs.RecordingStartedEncoder
-
- sbeSemanticType() - Method in class io.aeron.archive.codecs.RecordingStoppedDecoder
-
- sbeSemanticType() - Method in class io.aeron.archive.codecs.RecordingStoppedEncoder
-
- sbeSemanticType() - Method in class io.aeron.archive.codecs.RecordingSubscriptionDescriptorDecoder
-
- sbeSemanticType() - Method in class io.aeron.archive.codecs.RecordingSubscriptionDescriptorEncoder
-
- sbeSemanticType() - Method in class io.aeron.archive.codecs.ReplayRequestDecoder
-
- sbeSemanticType() - Method in class io.aeron.archive.codecs.ReplayRequestEncoder
-
- sbeSemanticType() - Method in class io.aeron.archive.codecs.ReplicateRequest2Decoder
-
- sbeSemanticType() - Method in class io.aeron.archive.codecs.ReplicateRequest2Encoder
-
- sbeSemanticType() - Method in class io.aeron.archive.codecs.ReplicateRequestDecoder
-
- sbeSemanticType() - Method in class io.aeron.archive.codecs.ReplicateRequestEncoder
-
- sbeSemanticType() - Method in class io.aeron.archive.codecs.StartPositionRequestDecoder
-
- sbeSemanticType() - Method in class io.aeron.archive.codecs.StartPositionRequestEncoder
-
- sbeSemanticType() - Method in class io.aeron.archive.codecs.StartRecordingRequest2Decoder
-
- sbeSemanticType() - Method in class io.aeron.archive.codecs.StartRecordingRequest2Encoder
-
- sbeSemanticType() - Method in class io.aeron.archive.codecs.StartRecordingRequestDecoder
-
- sbeSemanticType() - Method in class io.aeron.archive.codecs.StartRecordingRequestEncoder
-
- sbeSemanticType() - Method in class io.aeron.archive.codecs.StopAllReplaysRequestDecoder
-
- sbeSemanticType() - Method in class io.aeron.archive.codecs.StopAllReplaysRequestEncoder
-
- sbeSemanticType() - Method in class io.aeron.archive.codecs.StopPositionRequestDecoder
-
- sbeSemanticType() - Method in class io.aeron.archive.codecs.StopPositionRequestEncoder
-
- sbeSemanticType() - Method in class io.aeron.archive.codecs.StopRecordingByIdentityRequestDecoder
-
- sbeSemanticType() - Method in class io.aeron.archive.codecs.StopRecordingByIdentityRequestEncoder
-
- sbeSemanticType() - Method in class io.aeron.archive.codecs.StopRecordingRequestDecoder
-
- sbeSemanticType() - Method in class io.aeron.archive.codecs.StopRecordingRequestEncoder
-
- sbeSemanticType() - Method in class io.aeron.archive.codecs.StopRecordingSubscriptionRequestDecoder
-
- sbeSemanticType() - Method in class io.aeron.archive.codecs.StopRecordingSubscriptionRequestEncoder
-
- sbeSemanticType() - Method in class io.aeron.archive.codecs.StopReplayRequestDecoder
-
- sbeSemanticType() - Method in class io.aeron.archive.codecs.StopReplayRequestEncoder
-
- sbeSemanticType() - Method in class io.aeron.archive.codecs.StopReplicationRequestDecoder
-
- sbeSemanticType() - Method in class io.aeron.archive.codecs.StopReplicationRequestEncoder
-
- sbeSemanticType() - Method in class io.aeron.archive.codecs.TaggedReplicateRequestDecoder
-
- sbeSemanticType() - Method in class io.aeron.archive.codecs.TaggedReplicateRequestEncoder
-
- sbeSemanticType() - Method in class io.aeron.archive.codecs.TruncateRecordingRequestDecoder
-
- sbeSemanticType() - Method in class io.aeron.archive.codecs.TruncateRecordingRequestEncoder
-
- sbeTemplateId() - Method in class io.aeron.archive.codecs.AttachSegmentsRequestDecoder
-
- sbeTemplateId() - Method in class io.aeron.archive.codecs.AttachSegmentsRequestEncoder
-
- sbeTemplateId() - Method in class io.aeron.archive.codecs.AuthConnectRequestDecoder
-
- sbeTemplateId() - Method in class io.aeron.archive.codecs.AuthConnectRequestEncoder
-
- sbeTemplateId() - Method in class io.aeron.archive.codecs.BoundedReplayRequestDecoder
-
- sbeTemplateId() - Method in class io.aeron.archive.codecs.BoundedReplayRequestEncoder
-
- sbeTemplateId() - Method in class io.aeron.archive.codecs.CatalogHeaderDecoder
-
- sbeTemplateId() - Method in class io.aeron.archive.codecs.CatalogHeaderEncoder
-
- sbeTemplateId() - Method in class io.aeron.archive.codecs.ChallengeDecoder
-
- sbeTemplateId() - Method in class io.aeron.archive.codecs.ChallengeEncoder
-
- sbeTemplateId() - Method in class io.aeron.archive.codecs.ChallengeResponseDecoder
-
- sbeTemplateId() - Method in class io.aeron.archive.codecs.ChallengeResponseEncoder
-
- sbeTemplateId() - Method in class io.aeron.archive.codecs.CloseSessionRequestDecoder
-
- sbeTemplateId() - Method in class io.aeron.archive.codecs.CloseSessionRequestEncoder
-
- sbeTemplateId() - Method in class io.aeron.archive.codecs.ConnectRequestDecoder
-
- sbeTemplateId() - Method in class io.aeron.archive.codecs.ConnectRequestEncoder
-
- sbeTemplateId() - Method in class io.aeron.archive.codecs.ControlResponseDecoder
-
- sbeTemplateId() - Method in class io.aeron.archive.codecs.ControlResponseEncoder
-
- sbeTemplateId() - Method in class io.aeron.archive.codecs.DeleteDetachedSegmentsRequestDecoder
-
- sbeTemplateId() - Method in class io.aeron.archive.codecs.DeleteDetachedSegmentsRequestEncoder
-
- sbeTemplateId() - Method in class io.aeron.archive.codecs.DetachSegmentsRequestDecoder
-
- sbeTemplateId() - Method in class io.aeron.archive.codecs.DetachSegmentsRequestEncoder
-
- sbeTemplateId() - Method in class io.aeron.archive.codecs.ExtendRecordingRequest2Decoder
-
- sbeTemplateId() - Method in class io.aeron.archive.codecs.ExtendRecordingRequest2Encoder
-
- sbeTemplateId() - Method in class io.aeron.archive.codecs.ExtendRecordingRequestDecoder
-
- sbeTemplateId() - Method in class io.aeron.archive.codecs.ExtendRecordingRequestEncoder
-
- sbeTemplateId() - Method in class io.aeron.archive.codecs.FindLastMatchingRecordingRequestDecoder
-
- sbeTemplateId() - Method in class io.aeron.archive.codecs.FindLastMatchingRecordingRequestEncoder
-
- sbeTemplateId() - Method in class io.aeron.archive.codecs.KeepAliveRequestDecoder
-
- sbeTemplateId() - Method in class io.aeron.archive.codecs.KeepAliveRequestEncoder
-
- sbeTemplateId() - Method in class io.aeron.archive.codecs.ListRecordingRequestDecoder
-
- sbeTemplateId() - Method in class io.aeron.archive.codecs.ListRecordingRequestEncoder
-
- sbeTemplateId() - Method in class io.aeron.archive.codecs.ListRecordingsForUriRequestDecoder
-
- sbeTemplateId() - Method in class io.aeron.archive.codecs.ListRecordingsForUriRequestEncoder
-
- sbeTemplateId() - Method in class io.aeron.archive.codecs.ListRecordingsRequestDecoder
-
- sbeTemplateId() - Method in class io.aeron.archive.codecs.ListRecordingsRequestEncoder
-
- sbeTemplateId() - Method in class io.aeron.archive.codecs.ListRecordingSubscriptionsRequestDecoder
-
- sbeTemplateId() - Method in class io.aeron.archive.codecs.ListRecordingSubscriptionsRequestEncoder
-
- sbeTemplateId() - Method in class io.aeron.archive.codecs.mark.MarkFileHeaderDecoder
-
- sbeTemplateId() - Method in class io.aeron.archive.codecs.mark.MarkFileHeaderEncoder
-
- sbeTemplateId() - Method in class io.aeron.archive.codecs.MigrateSegmentsRequestDecoder
-
- sbeTemplateId() - Method in class io.aeron.archive.codecs.MigrateSegmentsRequestEncoder
-
- sbeTemplateId() - Method in class io.aeron.archive.codecs.PurgeRecordingRequestDecoder
-
- sbeTemplateId() - Method in class io.aeron.archive.codecs.PurgeRecordingRequestEncoder
-
- sbeTemplateId() - Method in class io.aeron.archive.codecs.PurgeSegmentsRequestDecoder
-
- sbeTemplateId() - Method in class io.aeron.archive.codecs.PurgeSegmentsRequestEncoder
-
- sbeTemplateId() - Method in class io.aeron.archive.codecs.RecordingDescriptorDecoder
-
- sbeTemplateId() - Method in class io.aeron.archive.codecs.RecordingDescriptorEncoder
-
- sbeTemplateId() - Method in class io.aeron.archive.codecs.RecordingDescriptorHeaderDecoder
-
- sbeTemplateId() - Method in class io.aeron.archive.codecs.RecordingDescriptorHeaderEncoder
-
- sbeTemplateId() - Method in class io.aeron.archive.codecs.RecordingPositionRequestDecoder
-
- sbeTemplateId() - Method in class io.aeron.archive.codecs.RecordingPositionRequestEncoder
-
- sbeTemplateId() - Method in class io.aeron.archive.codecs.RecordingProgressDecoder
-
- sbeTemplateId() - Method in class io.aeron.archive.codecs.RecordingProgressEncoder
-
- sbeTemplateId() - Method in class io.aeron.archive.codecs.RecordingSignalEventDecoder
-
- sbeTemplateId() - Method in class io.aeron.archive.codecs.RecordingSignalEventEncoder
-
- sbeTemplateId() - Method in class io.aeron.archive.codecs.RecordingStartedDecoder
-
- sbeTemplateId() - Method in class io.aeron.archive.codecs.RecordingStartedEncoder
-
- sbeTemplateId() - Method in class io.aeron.archive.codecs.RecordingStoppedDecoder
-
- sbeTemplateId() - Method in class io.aeron.archive.codecs.RecordingStoppedEncoder
-
- sbeTemplateId() - Method in class io.aeron.archive.codecs.RecordingSubscriptionDescriptorDecoder
-
- sbeTemplateId() - Method in class io.aeron.archive.codecs.RecordingSubscriptionDescriptorEncoder
-
- sbeTemplateId() - Method in class io.aeron.archive.codecs.ReplayRequestDecoder
-
- sbeTemplateId() - Method in class io.aeron.archive.codecs.ReplayRequestEncoder
-
- sbeTemplateId() - Method in class io.aeron.archive.codecs.ReplicateRequest2Decoder
-
- sbeTemplateId() - Method in class io.aeron.archive.codecs.ReplicateRequest2Encoder
-
- sbeTemplateId() - Method in class io.aeron.archive.codecs.ReplicateRequestDecoder
-
- sbeTemplateId() - Method in class io.aeron.archive.codecs.ReplicateRequestEncoder
-
- sbeTemplateId() - Method in class io.aeron.archive.codecs.StartPositionRequestDecoder
-
- sbeTemplateId() - Method in class io.aeron.archive.codecs.StartPositionRequestEncoder
-
- sbeTemplateId() - Method in class io.aeron.archive.codecs.StartRecordingRequest2Decoder
-
- sbeTemplateId() - Method in class io.aeron.archive.codecs.StartRecordingRequest2Encoder
-
- sbeTemplateId() - Method in class io.aeron.archive.codecs.StartRecordingRequestDecoder
-
- sbeTemplateId() - Method in class io.aeron.archive.codecs.StartRecordingRequestEncoder
-
- sbeTemplateId() - Method in class io.aeron.archive.codecs.StopAllReplaysRequestDecoder
-
- sbeTemplateId() - Method in class io.aeron.archive.codecs.StopAllReplaysRequestEncoder
-
- sbeTemplateId() - Method in class io.aeron.archive.codecs.StopPositionRequestDecoder
-
- sbeTemplateId() - Method in class io.aeron.archive.codecs.StopPositionRequestEncoder
-
- sbeTemplateId() - Method in class io.aeron.archive.codecs.StopRecordingByIdentityRequestDecoder
-
- sbeTemplateId() - Method in class io.aeron.archive.codecs.StopRecordingByIdentityRequestEncoder
-
- sbeTemplateId() - Method in class io.aeron.archive.codecs.StopRecordingRequestDecoder
-
- sbeTemplateId() - Method in class io.aeron.archive.codecs.StopRecordingRequestEncoder
-
- sbeTemplateId() - Method in class io.aeron.archive.codecs.StopRecordingSubscriptionRequestDecoder
-
- sbeTemplateId() - Method in class io.aeron.archive.codecs.StopRecordingSubscriptionRequestEncoder
-
- sbeTemplateId() - Method in class io.aeron.archive.codecs.StopReplayRequestDecoder
-
- sbeTemplateId() - Method in class io.aeron.archive.codecs.StopReplayRequestEncoder
-
- sbeTemplateId() - Method in class io.aeron.archive.codecs.StopReplicationRequestDecoder
-
- sbeTemplateId() - Method in class io.aeron.archive.codecs.StopReplicationRequestEncoder
-
- sbeTemplateId() - Method in class io.aeron.archive.codecs.TaggedReplicateRequestDecoder
-
- sbeTemplateId() - Method in class io.aeron.archive.codecs.TaggedReplicateRequestEncoder
-
- sbeTemplateId() - Method in class io.aeron.archive.codecs.TruncateRecordingRequestDecoder
-
- sbeTemplateId() - Method in class io.aeron.archive.codecs.TruncateRecordingRequestEncoder
-
- scan(UnsafeBuffer, long, long, long, int, int, int) - Method in class io.aeron.driver.LossDetector
-
Scan for gaps and handle received data.
- scan(UnsafeBuffer, int, int) - Static method in class io.aeron.logbuffer.TermBlockScanner
-
Scan a term buffer for a block of message fragments from an offset up to a limitOffset.
- scanForAvailability(UnsafeBuffer, int, int) - Static method in class io.aeron.logbuffer.TermScanner
-
Scan the term buffer for availability of new message fragments from a given offset up to a maxLength of bytes.
- scanForGap(UnsafeBuffer, int, int, int, TermGapScanner.GapHandler) - Static method in class io.aeron.logbuffer.TermGapScanner
-
Scan for gaps from the scanOffset up to a limit offset.
- SCHEMA_ID - Static variable in class io.aeron.archive.codecs.AttachSegmentsRequestDecoder
-
- SCHEMA_ID - Static variable in class io.aeron.archive.codecs.AttachSegmentsRequestEncoder
-
- SCHEMA_ID - Static variable in class io.aeron.archive.codecs.AuthConnectRequestDecoder
-
- SCHEMA_ID - Static variable in class io.aeron.archive.codecs.AuthConnectRequestEncoder
-
- SCHEMA_ID - Static variable in class io.aeron.archive.codecs.BoundedReplayRequestDecoder
-
- SCHEMA_ID - Static variable in class io.aeron.archive.codecs.BoundedReplayRequestEncoder
-
- SCHEMA_ID - Static variable in class io.aeron.archive.codecs.CatalogHeaderDecoder
-
- SCHEMA_ID - Static variable in class io.aeron.archive.codecs.CatalogHeaderEncoder
-
- SCHEMA_ID - Static variable in class io.aeron.archive.codecs.ChallengeDecoder
-
- SCHEMA_ID - Static variable in class io.aeron.archive.codecs.ChallengeEncoder
-
- SCHEMA_ID - Static variable in class io.aeron.archive.codecs.ChallengeResponseDecoder
-
- SCHEMA_ID - Static variable in class io.aeron.archive.codecs.ChallengeResponseEncoder
-
- SCHEMA_ID - Static variable in class io.aeron.archive.codecs.CloseSessionRequestDecoder
-
- SCHEMA_ID - Static variable in class io.aeron.archive.codecs.CloseSessionRequestEncoder
-
- SCHEMA_ID - Static variable in class io.aeron.archive.codecs.ConnectRequestDecoder
-
- SCHEMA_ID - Static variable in class io.aeron.archive.codecs.ConnectRequestEncoder
-
- SCHEMA_ID - Static variable in class io.aeron.archive.codecs.ControlResponseDecoder
-
- SCHEMA_ID - Static variable in class io.aeron.archive.codecs.ControlResponseEncoder
-
- SCHEMA_ID - Static variable in class io.aeron.archive.codecs.DeleteDetachedSegmentsRequestDecoder
-
- SCHEMA_ID - Static variable in class io.aeron.archive.codecs.DeleteDetachedSegmentsRequestEncoder
-
- SCHEMA_ID - Static variable in class io.aeron.archive.codecs.DetachSegmentsRequestDecoder
-
- SCHEMA_ID - Static variable in class io.aeron.archive.codecs.DetachSegmentsRequestEncoder
-
- SCHEMA_ID - Static variable in class io.aeron.archive.codecs.ExtendRecordingRequest2Decoder
-
- SCHEMA_ID - Static variable in class io.aeron.archive.codecs.ExtendRecordingRequest2Encoder
-
- SCHEMA_ID - Static variable in class io.aeron.archive.codecs.ExtendRecordingRequestDecoder
-
- SCHEMA_ID - Static variable in class io.aeron.archive.codecs.ExtendRecordingRequestEncoder
-
- SCHEMA_ID - Static variable in class io.aeron.archive.codecs.FindLastMatchingRecordingRequestDecoder
-
- SCHEMA_ID - Static variable in class io.aeron.archive.codecs.FindLastMatchingRecordingRequestEncoder
-
- SCHEMA_ID - Static variable in class io.aeron.archive.codecs.KeepAliveRequestDecoder
-
- SCHEMA_ID - Static variable in class io.aeron.archive.codecs.KeepAliveRequestEncoder
-
- SCHEMA_ID - Static variable in class io.aeron.archive.codecs.ListRecordingRequestDecoder
-
- SCHEMA_ID - Static variable in class io.aeron.archive.codecs.ListRecordingRequestEncoder
-
- SCHEMA_ID - Static variable in class io.aeron.archive.codecs.ListRecordingsForUriRequestDecoder
-
- SCHEMA_ID - Static variable in class io.aeron.archive.codecs.ListRecordingsForUriRequestEncoder
-
- SCHEMA_ID - Static variable in class io.aeron.archive.codecs.ListRecordingsRequestDecoder
-
- SCHEMA_ID - Static variable in class io.aeron.archive.codecs.ListRecordingsRequestEncoder
-
- SCHEMA_ID - Static variable in class io.aeron.archive.codecs.ListRecordingSubscriptionsRequestDecoder
-
- SCHEMA_ID - Static variable in class io.aeron.archive.codecs.ListRecordingSubscriptionsRequestEncoder
-
- SCHEMA_ID - Static variable in class io.aeron.archive.codecs.mark.MarkFileHeaderDecoder
-
- SCHEMA_ID - Static variable in class io.aeron.archive.codecs.mark.MarkFileHeaderEncoder
-
- SCHEMA_ID - Static variable in class io.aeron.archive.codecs.mark.MessageHeaderDecoder
-
- SCHEMA_ID - Static variable in class io.aeron.archive.codecs.mark.MessageHeaderEncoder
-
- SCHEMA_ID - Static variable in class io.aeron.archive.codecs.mark.VarAsciiEncodingDecoder
-
- SCHEMA_ID - Static variable in class io.aeron.archive.codecs.mark.VarAsciiEncodingEncoder
-
- SCHEMA_ID - Static variable in class io.aeron.archive.codecs.MessageHeaderDecoder
-
- SCHEMA_ID - Static variable in class io.aeron.archive.codecs.MessageHeaderEncoder
-
- SCHEMA_ID - Static variable in class io.aeron.archive.codecs.MigrateSegmentsRequestDecoder
-
- SCHEMA_ID - Static variable in class io.aeron.archive.codecs.MigrateSegmentsRequestEncoder
-
- SCHEMA_ID - Static variable in class io.aeron.archive.codecs.PurgeRecordingRequestDecoder
-
- SCHEMA_ID - Static variable in class io.aeron.archive.codecs.PurgeRecordingRequestEncoder
-
- SCHEMA_ID - Static variable in class io.aeron.archive.codecs.PurgeSegmentsRequestDecoder
-
- SCHEMA_ID - Static variable in class io.aeron.archive.codecs.PurgeSegmentsRequestEncoder
-
- SCHEMA_ID - Static variable in class io.aeron.archive.codecs.RecordingDescriptorDecoder
-
- SCHEMA_ID - Static variable in class io.aeron.archive.codecs.RecordingDescriptorEncoder
-
- SCHEMA_ID - Static variable in class io.aeron.archive.codecs.RecordingDescriptorHeaderDecoder
-
- SCHEMA_ID - Static variable in class io.aeron.archive.codecs.RecordingDescriptorHeaderEncoder
-
- SCHEMA_ID - Static variable in class io.aeron.archive.codecs.RecordingPositionRequestDecoder
-
- SCHEMA_ID - Static variable in class io.aeron.archive.codecs.RecordingPositionRequestEncoder
-
- SCHEMA_ID - Static variable in class io.aeron.archive.codecs.RecordingProgressDecoder
-
- SCHEMA_ID - Static variable in class io.aeron.archive.codecs.RecordingProgressEncoder
-
- SCHEMA_ID - Static variable in class io.aeron.archive.codecs.RecordingSignalEventDecoder
-
- SCHEMA_ID - Static variable in class io.aeron.archive.codecs.RecordingSignalEventEncoder
-
- SCHEMA_ID - Static variable in class io.aeron.archive.codecs.RecordingStartedDecoder
-
- SCHEMA_ID - Static variable in class io.aeron.archive.codecs.RecordingStartedEncoder
-
- SCHEMA_ID - Static variable in class io.aeron.archive.codecs.RecordingStoppedDecoder
-
- SCHEMA_ID - Static variable in class io.aeron.archive.codecs.RecordingStoppedEncoder
-
- SCHEMA_ID - Static variable in class io.aeron.archive.codecs.RecordingSubscriptionDescriptorDecoder
-
- SCHEMA_ID - Static variable in class io.aeron.archive.codecs.RecordingSubscriptionDescriptorEncoder
-
- SCHEMA_ID - Static variable in class io.aeron.archive.codecs.ReplayRequestDecoder
-
- SCHEMA_ID - Static variable in class io.aeron.archive.codecs.ReplayRequestEncoder
-
- SCHEMA_ID - Static variable in class io.aeron.archive.codecs.ReplicateRequest2Decoder
-
- SCHEMA_ID - Static variable in class io.aeron.archive.codecs.ReplicateRequest2Encoder
-
- SCHEMA_ID - Static variable in class io.aeron.archive.codecs.ReplicateRequestDecoder
-
- SCHEMA_ID - Static variable in class io.aeron.archive.codecs.ReplicateRequestEncoder
-
- SCHEMA_ID - Static variable in class io.aeron.archive.codecs.StartPositionRequestDecoder
-
- SCHEMA_ID - Static variable in class io.aeron.archive.codecs.StartPositionRequestEncoder
-
- SCHEMA_ID - Static variable in class io.aeron.archive.codecs.StartRecordingRequest2Decoder
-
- SCHEMA_ID - Static variable in class io.aeron.archive.codecs.StartRecordingRequest2Encoder
-
- SCHEMA_ID - Static variable in class io.aeron.archive.codecs.StartRecordingRequestDecoder
-
- SCHEMA_ID - Static variable in class io.aeron.archive.codecs.StartRecordingRequestEncoder
-
- SCHEMA_ID - Static variable in class io.aeron.archive.codecs.StopAllReplaysRequestDecoder
-
- SCHEMA_ID - Static variable in class io.aeron.archive.codecs.StopAllReplaysRequestEncoder
-
- SCHEMA_ID - Static variable in class io.aeron.archive.codecs.StopPositionRequestDecoder
-
- SCHEMA_ID - Static variable in class io.aeron.archive.codecs.StopPositionRequestEncoder
-
- SCHEMA_ID - Static variable in class io.aeron.archive.codecs.StopRecordingByIdentityRequestDecoder
-
- SCHEMA_ID - Static variable in class io.aeron.archive.codecs.StopRecordingByIdentityRequestEncoder
-
- SCHEMA_ID - Static variable in class io.aeron.archive.codecs.StopRecordingRequestDecoder
-
- SCHEMA_ID - Static variable in class io.aeron.archive.codecs.StopRecordingRequestEncoder
-
- SCHEMA_ID - Static variable in class io.aeron.archive.codecs.StopRecordingSubscriptionRequestDecoder
-
- SCHEMA_ID - Static variable in class io.aeron.archive.codecs.StopRecordingSubscriptionRequestEncoder
-
- SCHEMA_ID - Static variable in class io.aeron.archive.codecs.StopReplayRequestDecoder
-
- SCHEMA_ID - Static variable in class io.aeron.archive.codecs.StopReplayRequestEncoder
-
- SCHEMA_ID - Static variable in class io.aeron.archive.codecs.StopReplicationRequestDecoder
-
- SCHEMA_ID - Static variable in class io.aeron.archive.codecs.StopReplicationRequestEncoder
-
- SCHEMA_ID - Static variable in class io.aeron.archive.codecs.TaggedReplicateRequestDecoder
-
- SCHEMA_ID - Static variable in class io.aeron.archive.codecs.TaggedReplicateRequestEncoder
-
- SCHEMA_ID - Static variable in class io.aeron.archive.codecs.TruncateRecordingRequestDecoder
-
- SCHEMA_ID - Static variable in class io.aeron.archive.codecs.TruncateRecordingRequestEncoder
-
- SCHEMA_ID - Static variable in class io.aeron.archive.codecs.VarAsciiEncodingDecoder
-
- SCHEMA_ID - Static variable in class io.aeron.archive.codecs.VarAsciiEncodingEncoder
-
- SCHEMA_ID - Static variable in class io.aeron.archive.codecs.VarDataEncodingDecoder
-
- SCHEMA_ID - Static variable in class io.aeron.archive.codecs.VarDataEncodingEncoder
-
- SCHEMA_VERSION - Static variable in class io.aeron.archive.codecs.AttachSegmentsRequestDecoder
-
- SCHEMA_VERSION - Static variable in class io.aeron.archive.codecs.AttachSegmentsRequestEncoder
-
- SCHEMA_VERSION - Static variable in class io.aeron.archive.codecs.AuthConnectRequestDecoder
-
- SCHEMA_VERSION - Static variable in class io.aeron.archive.codecs.AuthConnectRequestEncoder
-
- SCHEMA_VERSION - Static variable in class io.aeron.archive.codecs.BoundedReplayRequestDecoder
-
- SCHEMA_VERSION - Static variable in class io.aeron.archive.codecs.BoundedReplayRequestEncoder
-
- SCHEMA_VERSION - Static variable in class io.aeron.archive.codecs.CatalogHeaderDecoder
-
- SCHEMA_VERSION - Static variable in class io.aeron.archive.codecs.CatalogHeaderEncoder
-
- SCHEMA_VERSION - Static variable in class io.aeron.archive.codecs.ChallengeDecoder
-
- SCHEMA_VERSION - Static variable in class io.aeron.archive.codecs.ChallengeEncoder
-
- SCHEMA_VERSION - Static variable in class io.aeron.archive.codecs.ChallengeResponseDecoder
-
- SCHEMA_VERSION - Static variable in class io.aeron.archive.codecs.ChallengeResponseEncoder
-
- SCHEMA_VERSION - Static variable in class io.aeron.archive.codecs.CloseSessionRequestDecoder
-
- SCHEMA_VERSION - Static variable in class io.aeron.archive.codecs.CloseSessionRequestEncoder
-
- SCHEMA_VERSION - Static variable in class io.aeron.archive.codecs.ConnectRequestDecoder
-
- SCHEMA_VERSION - Static variable in class io.aeron.archive.codecs.ConnectRequestEncoder
-
- SCHEMA_VERSION - Static variable in class io.aeron.archive.codecs.ControlResponseDecoder
-
- SCHEMA_VERSION - Static variable in class io.aeron.archive.codecs.ControlResponseEncoder
-
- SCHEMA_VERSION - Static variable in class io.aeron.archive.codecs.DeleteDetachedSegmentsRequestDecoder
-
- SCHEMA_VERSION - Static variable in class io.aeron.archive.codecs.DeleteDetachedSegmentsRequestEncoder
-
- SCHEMA_VERSION - Static variable in class io.aeron.archive.codecs.DetachSegmentsRequestDecoder
-
- SCHEMA_VERSION - Static variable in class io.aeron.archive.codecs.DetachSegmentsRequestEncoder
-
- SCHEMA_VERSION - Static variable in class io.aeron.archive.codecs.ExtendRecordingRequest2Decoder
-
- SCHEMA_VERSION - Static variable in class io.aeron.archive.codecs.ExtendRecordingRequest2Encoder
-
- SCHEMA_VERSION - Static variable in class io.aeron.archive.codecs.ExtendRecordingRequestDecoder
-
- SCHEMA_VERSION - Static variable in class io.aeron.archive.codecs.ExtendRecordingRequestEncoder
-
- SCHEMA_VERSION - Static variable in class io.aeron.archive.codecs.FindLastMatchingRecordingRequestDecoder
-
- SCHEMA_VERSION - Static variable in class io.aeron.archive.codecs.FindLastMatchingRecordingRequestEncoder
-
- SCHEMA_VERSION - Static variable in class io.aeron.archive.codecs.KeepAliveRequestDecoder
-
- SCHEMA_VERSION - Static variable in class io.aeron.archive.codecs.KeepAliveRequestEncoder
-
- SCHEMA_VERSION - Static variable in class io.aeron.archive.codecs.ListRecordingRequestDecoder
-
- SCHEMA_VERSION - Static variable in class io.aeron.archive.codecs.ListRecordingRequestEncoder
-
- SCHEMA_VERSION - Static variable in class io.aeron.archive.codecs.ListRecordingsForUriRequestDecoder
-
- SCHEMA_VERSION - Static variable in class io.aeron.archive.codecs.ListRecordingsForUriRequestEncoder
-
- SCHEMA_VERSION - Static variable in class io.aeron.archive.codecs.ListRecordingsRequestDecoder
-
- SCHEMA_VERSION - Static variable in class io.aeron.archive.codecs.ListRecordingsRequestEncoder
-
- SCHEMA_VERSION - Static variable in class io.aeron.archive.codecs.ListRecordingSubscriptionsRequestDecoder
-
- SCHEMA_VERSION - Static variable in class io.aeron.archive.codecs.ListRecordingSubscriptionsRequestEncoder
-
- SCHEMA_VERSION - Static variable in class io.aeron.archive.codecs.mark.MarkFileHeaderDecoder
-
- SCHEMA_VERSION - Static variable in class io.aeron.archive.codecs.mark.MarkFileHeaderEncoder
-
- SCHEMA_VERSION - Static variable in class io.aeron.archive.codecs.mark.MessageHeaderDecoder
-
- SCHEMA_VERSION - Static variable in class io.aeron.archive.codecs.mark.MessageHeaderEncoder
-
- SCHEMA_VERSION - Static variable in class io.aeron.archive.codecs.mark.VarAsciiEncodingDecoder
-
- SCHEMA_VERSION - Static variable in class io.aeron.archive.codecs.mark.VarAsciiEncodingEncoder
-
- SCHEMA_VERSION - Static variable in class io.aeron.archive.codecs.MessageHeaderDecoder
-
- SCHEMA_VERSION - Static variable in class io.aeron.archive.codecs.MessageHeaderEncoder
-
- SCHEMA_VERSION - Static variable in class io.aeron.archive.codecs.MigrateSegmentsRequestDecoder
-
- SCHEMA_VERSION - Static variable in class io.aeron.archive.codecs.MigrateSegmentsRequestEncoder
-
- SCHEMA_VERSION - Static variable in class io.aeron.archive.codecs.PurgeRecordingRequestDecoder
-
- SCHEMA_VERSION - Static variable in class io.aeron.archive.codecs.PurgeRecordingRequestEncoder
-
- SCHEMA_VERSION - Static variable in class io.aeron.archive.codecs.PurgeSegmentsRequestDecoder
-
- SCHEMA_VERSION - Static variable in class io.aeron.archive.codecs.PurgeSegmentsRequestEncoder
-
- SCHEMA_VERSION - Static variable in class io.aeron.archive.codecs.RecordingDescriptorDecoder
-
- SCHEMA_VERSION - Static variable in class io.aeron.archive.codecs.RecordingDescriptorEncoder
-
- SCHEMA_VERSION - Static variable in class io.aeron.archive.codecs.RecordingDescriptorHeaderDecoder
-
- SCHEMA_VERSION - Static variable in class io.aeron.archive.codecs.RecordingDescriptorHeaderEncoder
-
- SCHEMA_VERSION - Static variable in class io.aeron.archive.codecs.RecordingPositionRequestDecoder
-
- SCHEMA_VERSION - Static variable in class io.aeron.archive.codecs.RecordingPositionRequestEncoder
-
- SCHEMA_VERSION - Static variable in class io.aeron.archive.codecs.RecordingProgressDecoder
-
- SCHEMA_VERSION - Static variable in class io.aeron.archive.codecs.RecordingProgressEncoder
-
- SCHEMA_VERSION - Static variable in class io.aeron.archive.codecs.RecordingSignalEventDecoder
-
- SCHEMA_VERSION - Static variable in class io.aeron.archive.codecs.RecordingSignalEventEncoder
-
- SCHEMA_VERSION - Static variable in class io.aeron.archive.codecs.RecordingStartedDecoder
-
- SCHEMA_VERSION - Static variable in class io.aeron.archive.codecs.RecordingStartedEncoder
-
- SCHEMA_VERSION - Static variable in class io.aeron.archive.codecs.RecordingStoppedDecoder
-
- SCHEMA_VERSION - Static variable in class io.aeron.archive.codecs.RecordingStoppedEncoder
-
- SCHEMA_VERSION - Static variable in class io.aeron.archive.codecs.RecordingSubscriptionDescriptorDecoder
-
- SCHEMA_VERSION - Static variable in class io.aeron.archive.codecs.RecordingSubscriptionDescriptorEncoder
-
- SCHEMA_VERSION - Static variable in class io.aeron.archive.codecs.ReplayRequestDecoder
-
- SCHEMA_VERSION - Static variable in class io.aeron.archive.codecs.ReplayRequestEncoder
-
- SCHEMA_VERSION - Static variable in class io.aeron.archive.codecs.ReplicateRequest2Decoder
-
- SCHEMA_VERSION - Static variable in class io.aeron.archive.codecs.ReplicateRequest2Encoder
-
- SCHEMA_VERSION - Static variable in class io.aeron.archive.codecs.ReplicateRequestDecoder
-
- SCHEMA_VERSION - Static variable in class io.aeron.archive.codecs.ReplicateRequestEncoder
-
- SCHEMA_VERSION - Static variable in class io.aeron.archive.codecs.StartPositionRequestDecoder
-
- SCHEMA_VERSION - Static variable in class io.aeron.archive.codecs.StartPositionRequestEncoder
-
- SCHEMA_VERSION - Static variable in class io.aeron.archive.codecs.StartRecordingRequest2Decoder
-
- SCHEMA_VERSION - Static variable in class io.aeron.archive.codecs.StartRecordingRequest2Encoder
-
- SCHEMA_VERSION - Static variable in class io.aeron.archive.codecs.StartRecordingRequestDecoder
-
- SCHEMA_VERSION - Static variable in class io.aeron.archive.codecs.StartRecordingRequestEncoder
-
- SCHEMA_VERSION - Static variable in class io.aeron.archive.codecs.StopAllReplaysRequestDecoder
-
- SCHEMA_VERSION - Static variable in class io.aeron.archive.codecs.StopAllReplaysRequestEncoder
-
- SCHEMA_VERSION - Static variable in class io.aeron.archive.codecs.StopPositionRequestDecoder
-
- SCHEMA_VERSION - Static variable in class io.aeron.archive.codecs.StopPositionRequestEncoder
-
- SCHEMA_VERSION - Static variable in class io.aeron.archive.codecs.StopRecordingByIdentityRequestDecoder
-
- SCHEMA_VERSION - Static variable in class io.aeron.archive.codecs.StopRecordingByIdentityRequestEncoder
-
- SCHEMA_VERSION - Static variable in class io.aeron.archive.codecs.StopRecordingRequestDecoder
-
- SCHEMA_VERSION - Static variable in class io.aeron.archive.codecs.StopRecordingRequestEncoder
-
- SCHEMA_VERSION - Static variable in class io.aeron.archive.codecs.StopRecordingSubscriptionRequestDecoder
-
- SCHEMA_VERSION - Static variable in class io.aeron.archive.codecs.StopRecordingSubscriptionRequestEncoder
-
- SCHEMA_VERSION - Static variable in class io.aeron.archive.codecs.StopReplayRequestDecoder
-
- SCHEMA_VERSION - Static variable in class io.aeron.archive.codecs.StopReplayRequestEncoder
-
- SCHEMA_VERSION - Static variable in class io.aeron.archive.codecs.StopReplicationRequestDecoder
-
- SCHEMA_VERSION - Static variable in class io.aeron.archive.codecs.StopReplicationRequestEncoder
-
- SCHEMA_VERSION - Static variable in class io.aeron.archive.codecs.TaggedReplicateRequestDecoder
-
- SCHEMA_VERSION - Static variable in class io.aeron.archive.codecs.TaggedReplicateRequestEncoder
-
- SCHEMA_VERSION - Static variable in class io.aeron.archive.codecs.TruncateRecordingRequestDecoder
-
- SCHEMA_VERSION - Static variable in class io.aeron.archive.codecs.TruncateRecordingRequestEncoder
-
- SCHEMA_VERSION - Static variable in class io.aeron.archive.codecs.VarAsciiEncodingDecoder
-
- SCHEMA_VERSION - Static variable in class io.aeron.archive.codecs.VarAsciiEncodingEncoder
-
- SCHEMA_VERSION - Static variable in class io.aeron.archive.codecs.VarDataEncodingDecoder
-
- SCHEMA_VERSION - Static variable in class io.aeron.archive.codecs.VarDataEncodingEncoder
-
- schemaId() - Method in class io.aeron.archive.codecs.mark.MessageHeaderDecoder
-
- schemaId(int) - Method in class io.aeron.archive.codecs.mark.MessageHeaderEncoder
-
- schemaId() - Method in class io.aeron.archive.codecs.MessageHeaderDecoder
-
- schemaId(int) - Method in class io.aeron.archive.codecs.MessageHeaderEncoder
-
- schemaIdEncodingLength() - Static method in class io.aeron.archive.codecs.mark.MessageHeaderDecoder
-
- schemaIdEncodingLength() - Static method in class io.aeron.archive.codecs.mark.MessageHeaderEncoder
-
- schemaIdEncodingLength() - Static method in class io.aeron.archive.codecs.MessageHeaderDecoder
-
- schemaIdEncodingLength() - Static method in class io.aeron.archive.codecs.MessageHeaderEncoder
-
- schemaIdEncodingOffset() - Static method in class io.aeron.archive.codecs.mark.MessageHeaderDecoder
-
- schemaIdEncodingOffset() - Static method in class io.aeron.archive.codecs.mark.MessageHeaderEncoder
-
- schemaIdEncodingOffset() - Static method in class io.aeron.archive.codecs.MessageHeaderDecoder
-
- schemaIdEncodingOffset() - Static method in class io.aeron.archive.codecs.MessageHeaderEncoder
-
- schemaIdMaxValue() - Static method in class io.aeron.archive.codecs.mark.MessageHeaderDecoder
-
- schemaIdMaxValue() - Static method in class io.aeron.archive.codecs.mark.MessageHeaderEncoder
-
- schemaIdMaxValue() - Static method in class io.aeron.archive.codecs.MessageHeaderDecoder
-
- schemaIdMaxValue() - Static method in class io.aeron.archive.codecs.MessageHeaderEncoder
-
- schemaIdMinValue() - Static method in class io.aeron.archive.codecs.mark.MessageHeaderDecoder
-
- schemaIdMinValue() - Static method in class io.aeron.archive.codecs.mark.MessageHeaderEncoder
-
- schemaIdMinValue() - Static method in class io.aeron.archive.codecs.MessageHeaderDecoder
-
- schemaIdMinValue() - Static method in class io.aeron.archive.codecs.MessageHeaderEncoder
-
- schemaIdNullValue() - Static method in class io.aeron.archive.codecs.mark.MessageHeaderDecoder
-
- schemaIdNullValue() - Static method in class io.aeron.archive.codecs.mark.MessageHeaderEncoder
-
- schemaIdNullValue() - Static method in class io.aeron.archive.codecs.MessageHeaderDecoder
-
- schemaIdNullValue() - Static method in class io.aeron.archive.codecs.MessageHeaderEncoder
-
- schemaIdSinceVersion() - Static method in class io.aeron.archive.codecs.mark.MessageHeaderDecoder
-
- schemaIdSinceVersion() - Static method in class io.aeron.archive.codecs.MessageHeaderDecoder
-
- scheme() - Method in class io.aeron.ChannelUri
-
The scheme for the URI.
- SEGMENT_FILE_LENGTH_DEFAULT - Static variable in class io.aeron.archive.Archive.Configuration
-
Default segment file length which is multiple of terms.
- SEGMENT_FILE_LENGTH_PROP_NAME - Static variable in class io.aeron.archive.Archive.Configuration
-
Recordings will be segmented on disk in files limited to the segment length which must be a multiple of
the term length for each stream.
- segmentFileBasePosition(long, long, int, int) - Static method in class io.aeron.archive.client.AeronArchive
-
Position of the recorded stream at the base of a segment file.
- segmentFileLength() - Static method in class io.aeron.archive.Archive.Configuration
-
The length of file to be used for storing recording segments that must be a power of 2.
- segmentFileLength(int) - Method in class io.aeron.archive.Archive.Context
-
Set the file length to be used for recording data segment files.
- segmentFileLength() - Method in class io.aeron.archive.codecs.RecordingDescriptorDecoder
-
- segmentFileLength(int) - Method in class io.aeron.archive.codecs.RecordingDescriptorEncoder
-
- segmentFileLength - Variable in class io.aeron.archive.RecordingSummary
-
Length of the segment files for the stream which are a multiple of term-length.
- segmentFileLengthEncodingLength() - Static method in class io.aeron.archive.codecs.RecordingDescriptorDecoder
-
- segmentFileLengthEncodingLength() - Static method in class io.aeron.archive.codecs.RecordingDescriptorEncoder
-
- segmentFileLengthEncodingOffset() - Static method in class io.aeron.archive.codecs.RecordingDescriptorDecoder
-
- segmentFileLengthEncodingOffset() - Static method in class io.aeron.archive.codecs.RecordingDescriptorEncoder
-
- segmentFileLengthId() - Static method in class io.aeron.archive.codecs.RecordingDescriptorDecoder
-
- segmentFileLengthId() - Static method in class io.aeron.archive.codecs.RecordingDescriptorEncoder
-
- segmentFileLengthMaxValue() - Static method in class io.aeron.archive.codecs.RecordingDescriptorDecoder
-
- segmentFileLengthMaxValue() - Static method in class io.aeron.archive.codecs.RecordingDescriptorEncoder
-
- segmentFileLengthMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.RecordingDescriptorDecoder
-
- segmentFileLengthMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.RecordingDescriptorEncoder
-
- segmentFileLengthMinValue() - Static method in class io.aeron.archive.codecs.RecordingDescriptorDecoder
-
- segmentFileLengthMinValue() - Static method in class io.aeron.archive.codecs.RecordingDescriptorEncoder
-
- segmentFileLengthNullValue() - Static method in class io.aeron.archive.codecs.RecordingDescriptorDecoder
-
- segmentFileLengthNullValue() - Static method in class io.aeron.archive.codecs.RecordingDescriptorEncoder
-
- segmentFileLengthSinceVersion() - Static method in class io.aeron.archive.codecs.RecordingDescriptorDecoder
-
- segmentFileLengthSinceVersion() - Static method in class io.aeron.archive.codecs.RecordingDescriptorEncoder
-
- SegmentInspector - Class in io.aeron.samples.archive
-
Command line utility for inspecting the data contents of a archive segment file.
- SegmentInspector() - Constructor for class io.aeron.samples.archive.SegmentInspector
-
- selectionKey(SelectionKey) - Method in class io.aeron.driver.media.ReceiveDestinationTransport
-
- selectionKey - Variable in class io.aeron.driver.media.UdpChannelTransport
-
To be used when polling the transport.
- SelectReceiveSendUdpPong - Class in io.aeron.samples.raw
-
Benchmark used to calculate latency of underlying system.
- SelectReceiveSendUdpPong() - Constructor for class io.aeron.samples.raw.SelectReceiveSendUdpPong
-
- SELF_FLAG - Static variable in class io.aeron.protocol.ResolutionEntryFlyweight
-
(S) - Self flag
- SEMANTIC_VERSION - Static variable in class io.aeron.archive.ArchiveMarkFile
-
Combined semantic version for the stored files.
- semanticVersion() - Method in class io.aeron.samples.CncFileReader
-
Get the cnc semantic version.
- send(ByteBuffer) - Method in class io.aeron.driver.ext.DebugSendChannelEndpoint
-
Send contents of a
ByteBuffer
to connected address.
- send(ByteBuffer, int, ImageConnection[]) - Method in class io.aeron.driver.media.ReceiveChannelEndpoint
-
Send a frame to the image connections.
- send(ByteBuffer, int, int, InetSocketAddress) - Method in class io.aeron.driver.media.ReceiveChannelEndpoint
-
Send a frame to a source.
- send(ByteBuffer) - Method in class io.aeron.driver.media.SendChannelEndpoint
-
Send contents of a
ByteBuffer
to connected address.
- SEND_CHANNEL_ENDPOINT_SUPPLIER_PROP_NAME - Static variable in class io.aeron.driver.Configuration
-
- SEND_CHANNEL_STATUS_TYPE_ID - Static variable in class io.aeron.driver.status.SendChannelStatus
-
Type id of a send channel status indicator.
- SEND_CONTROL_LOSS_RATE_PROP_NAME - Static variable in class io.aeron.driver.ext.DebugChannelEndpointConfiguration
-
Property name for sender inbound control loss rate.
- SEND_CONTROL_LOSS_SEED_PROP_NAME - Static variable in class io.aeron.driver.ext.DebugChannelEndpointConfiguration
-
Property name for sender inbound control loss seed.
- SEND_DATA_LOSS_RATE_PROP_NAME - Static variable in class io.aeron.driver.ext.DebugChannelEndpointConfiguration
-
Property name for sender outbound data loss rate.
- SEND_DATA_LOSS_SEED_PROP_NAME - Static variable in class io.aeron.driver.ext.DebugChannelEndpointConfiguration
-
Property name for sender outbound data loss seed.
- SEND_SETUP_FLAG - Static variable in class io.aeron.protocol.StatusMessageFlyweight
-
Publisher should send SETUP frame
- SEND_TO_STATUS_POLL_RATIO_DEFAULT - Static variable in class io.aeron.driver.Configuration
-
The ratio for sending data to polling status messages in the Sender.
- SEND_TO_STATUS_POLL_RATIO_PROP_NAME - Static variable in class io.aeron.driver.Configuration
-
Property name for ratio of sending data to polling status messages in the
Sender
.
- SendChannelEndpoint - Class in io.aeron.driver.media
-
Aggregator of multiple
NetworkPublication
s onto a single transport channel for
sending data and setup frames plus the receiving of status and NAK frames.
- SendChannelEndpoint(UdpChannel, AtomicCounter, MediaDriver.Context) - Constructor for class io.aeron.driver.media.SendChannelEndpoint
-
Construct the sender end for data streams.
- sendChannelEndpointSupplier() - Static method in class io.aeron.driver.Configuration
-
Get the supplier of
SendChannelEndpoint
s which can be used for
debugging, monitoring, or modifying the behaviour when sending to the channel.
- sendChannelEndpointSupplier() - Method in class io.aeron.driver.MediaDriver.Context
-
Supplier of dynamically created
SendChannelEndpoint
subclasses for specialising interactions
with the send side of a network channel.
- sendChannelEndpointSupplier(SendChannelEndpointSupplier) - Method in class io.aeron.driver.MediaDriver.Context
-
Supplier of dynamically created
SendChannelEndpoint
subclasses for specialising interactions
with the send side of a network channel.
- SendChannelEndpointSupplier - Interface in io.aeron.driver
-
Supplier of channel endpoints which extend
SendChannelEndpoint
to add specialised behaviour for the sender.
- SendChannelStatus - Class in io.aeron.driver.status
-
The status of a send channel endpoint represented as a counter value.
- SendChannelStatus() - Constructor for class io.aeron.driver.status.SendChannelStatus
-
- sendChannelStatus(CountersReader, String) - Static method in class io.aeron.driver.status.StatusUtil
-
Return the read-only status indicator for the given send channel URI.
- sendControlLossGeneratorSupplier() - Static method in class io.aeron.driver.ext.DebugChannelEndpointConfiguration
-
The supplier of
LossGenerator
s for the send end of a control stream.
- sendDatagramChannel - Variable in class io.aeron.driver.media.UdpChannelTransport
-
Channel to be used for sending frames from the perspective of the endpoint.
- sendDataLossGeneratorSupplier() - Static method in class io.aeron.driver.ext.DebugChannelEndpointConfiguration
-
The supplier of
LossGenerator
s for the send end of a data stream.
- Sender - Class in io.aeron.driver
-
- SENDER_BPE_TYPE_ID - Static variable in class io.aeron.driver.status.SenderBpe
-
Type id of a sender back-pressure event counter.
- SENDER_IDLE_STRATEGY_PROP_NAME - Static variable in class io.aeron.driver.Configuration
-
- SENDER_LIMIT_TYPE_ID - Static variable in class io.aeron.driver.status.SenderLimit
-
Type id of a sender position counter.
- SENDER_POSITION_TYPE_ID - Static variable in class io.aeron.driver.status.SenderPos
-
Type id of a sender position counter.
- SenderBpe - Class in io.aeron.driver.status
-
Count of back-pressure events (BPE)s a sender has experienced on a stream.
- SenderBpe() - Constructor for class io.aeron.driver.status.SenderBpe
-
- senderCachedNanoClock() - Method in class io.aeron.driver.MediaDriver.Context
-
The
CachedNanoClock
as a source of time in nanoseconds for measuring duration.
- senderCachedNanoClock(CachedNanoClock) - Method in class io.aeron.driver.MediaDriver.Context
-
- senderIdleStrategy(StatusIndicator) - Static method in class io.aeron.driver.Configuration
-
- senderIdleStrategy() - Method in class io.aeron.driver.MediaDriver.Context
-
- senderIdleStrategy(IdleStrategy) - Method in class io.aeron.driver.MediaDriver.Context
-
- SenderLimit - Class in io.aeron.driver.status
-
The position the Sender can immediately send up-to on a session-channel-stream tuple.
- SenderLimit() - Constructor for class io.aeron.driver.status.SenderLimit
-
- SenderPos - Class in io.aeron.driver.status
-
The position the Sender has reached for sending data to the media on a session-channel-stream tuple.
- SenderPos() - Constructor for class io.aeron.driver.status.SenderPos
-
- sendError(int, IOException, InetSocketAddress) - Static method in class io.aeron.driver.media.UdpChannelTransport
-
- senderThreadFactory() - Method in class io.aeron.driver.MediaDriver.Context
-
- senderThreadFactory(ThreadFactory) - Method in class io.aeron.driver.MediaDriver.Context
-
- SendHackSelectReceiveUdpPing - Class in io.aeron.samples.raw
-
Benchmark used to calculate latency of underlying system.
- SendHackSelectReceiveUdpPing() - Constructor for class io.aeron.samples.raw.SendHackSelectReceiveUdpPing
-
- sendHook(ByteBuffer, InetSocketAddress) - Method in class io.aeron.driver.media.UdpChannelTransport
-
Send packet hook that can be used for logging.
- SendLocalSocketAddress - Class in io.aeron.driver.status
-
The send end of a local socket address, i.e.
- SendLocalSocketAddress() - Constructor for class io.aeron.driver.status.SendLocalSocketAddress
-
- sendNakMessage(ImageConnection[], int, int, int, int, int) - Method in class io.aeron.driver.media.ReceiveChannelEndpoint
-
Send a NAK message back to the sources.
- SendReceiveUdpPing - Class in io.aeron.samples.raw
-
Benchmark used to calculate latency of underlying system.
- SendReceiveUdpPing() - Constructor for class io.aeron.samples.raw.SendReceiveUdpPing
-
- sendRttMeasurement(int, InetSocketAddress, int, int, long, long, boolean) - Method in class io.aeron.driver.media.ReceiveChannelEndpoint
-
Send a RTT Measurement frame to a source.
- sendRttMeasurement(ImageConnection[], int, int, long, long, boolean) - Method in class io.aeron.driver.media.ReceiveChannelEndpoint
-
Send a RTT Measurement frame to the sources.
- SendSelectReceiveUdpPing - Class in io.aeron.samples.raw
-
Benchmark used to calculate latency of underlying system.
- SendSelectReceiveUdpPing() - Constructor for class io.aeron.samples.raw.SendSelectReceiveUdpPing
-
- sendSetupElicitingStatusMessage(int, InetSocketAddress, int, int) - Method in class io.aeron.driver.media.ReceiveChannelEndpoint
-
Send a Setup Eliciting Status Message to a source.
- sendStatusMessage(ImageConnection[], int, int, int, int, int, short) - Method in class io.aeron.driver.media.ReceiveChannelEndpoint
-
Send a Status Message back to a sources.
- sendTo(ByteBuffer, InetSocketAddress) - Method in class io.aeron.driver.ext.DebugReceiveChannelEndpoint
-
Send contents of
ByteBuffer
to the remote address.
- sendTo(ByteBuffer, InetSocketAddress) - Method in class io.aeron.driver.media.ReceiveChannelEndpoint
-
Send contents of
ByteBuffer
to the remote address.
- sendTo(ByteBuffer, InetSocketAddress) - Method in class io.aeron.driver.media.UdpNameResolutionTransport
-
Send contents of
ByteBuffer
to the remote address.
- sendToStatusMessagePollRatio() - Static method in class io.aeron.driver.Configuration
-
Ratio of sending data to polling status messages in the
Sender
.
- sendToStatusMessagePollRatio() - Method in class io.aeron.driver.MediaDriver.Context
-
Get the ratio for sending data to polling status messages in the Sender.
- sendToStatusMessagePollRatio(int) - Method in class io.aeron.driver.MediaDriver.Context
-
Set the ratio for sending data to polling status messages in the Sender.
- SESSION_ID_FIELD_OFFSET - Static variable in class io.aeron.protocol.DataHeaderFlyweight
-
Offset in the frame at which the session-id field begins.
- SESSION_ID_OFFSET - Static variable in class io.aeron.driver.reports.LossReport
-
Offset within an entry at which the session id field begins.
- SESSION_ID_OFFSET - Static variable in class io.aeron.driver.status.StreamCounter
-
Offset in the key meta data for the session id of the counter.
- SESSION_ID_OFFSET - Static variable in class io.aeron.logbuffer.FrameDescriptor
-
Offset within a frame at which the session id field begins
- SESSION_ID_PARAM_NAME - Static variable in class io.aeron.CommonContext
-
Key for the session id for a publication or restricted subscription.
- sessionId() - Method in class io.aeron.archive.codecs.FindLastMatchingRecordingRequestDecoder
-
- sessionId(int) - Method in class io.aeron.archive.codecs.FindLastMatchingRecordingRequestEncoder
-
- sessionId() - Method in class io.aeron.archive.codecs.RecordingDescriptorDecoder
-
- sessionId(int) - Method in class io.aeron.archive.codecs.RecordingDescriptorEncoder
-
- sessionId() - Method in class io.aeron.archive.codecs.RecordingStartedDecoder
-
- sessionId(int) - Method in class io.aeron.archive.codecs.RecordingStartedEncoder
-
- sessionId - Variable in class io.aeron.archive.RecordingSummary
-
The session-id of the recorded stream which is updated if the recording is extended.
- sessionId(Integer) - Method in class io.aeron.ChannelUriStringBuilder
-
Set the session id for a publication or restricted subscription.
- sessionId(ChannelUri) - Method in class io.aeron.ChannelUriStringBuilder
-
Set the sessionId value to be what is in the
ChannelUri
which may be null.
- sessionId() - Method in class io.aeron.ChannelUriStringBuilder
-
Get the session id for a publication or restricted subscription.
- sessionId() - Method in class io.aeron.command.ImageBuffersReadyFlyweight
-
Get the session id field.
- sessionId(int) - Method in class io.aeron.command.ImageBuffersReadyFlyweight
-
Set session id field.
- sessionId() - Method in class io.aeron.command.PublicationBuffersReadyFlyweight
-
Get the session id field.
- sessionId(int) - Method in class io.aeron.command.PublicationBuffersReadyFlyweight
-
Set the session id field.
- sessionId() - Method in class io.aeron.driver.IpcPublication
-
Session id allocated to this stream.
- sessionId() - Method in class io.aeron.driver.NetworkPublication
-
Session id allocated to this stream.
- sessionId() - Method in class io.aeron.driver.PublicationImage
-
The session id of the channel from a publisher.
- sessionId() - Method in class io.aeron.Image
-
The sessionId for the steam of messages.
- sessionId() - Method in class io.aeron.logbuffer.Header
-
The session ID to which the frame belongs.
- sessionId() - Method in class io.aeron.protocol.DataHeaderFlyweight
-
Get the session-id field from the header.
- sessionId(UnsafeBuffer, int) - Static method in class io.aeron.protocol.DataHeaderFlyweight
-
Get the session-id field from the header.
- sessionId(int) - Method in class io.aeron.protocol.DataHeaderFlyweight
-
Set the session-id field in the header.
- sessionId() - Method in class io.aeron.protocol.NakFlyweight
-
The session-id for the stream.
- sessionId(int) - Method in class io.aeron.protocol.NakFlyweight
-
Set session-id for the stream.
- sessionId() - Method in class io.aeron.protocol.RttMeasurementFlyweight
-
The session-id for the stream.
- sessionId(int) - Method in class io.aeron.protocol.RttMeasurementFlyweight
-
Set session-id for the stream.
- sessionId() - Method in class io.aeron.protocol.SetupFlyweight
-
Get session id field.
- sessionId(int) - Method in class io.aeron.protocol.SetupFlyweight
-
Set session id field.
- sessionId() - Method in class io.aeron.protocol.StatusMessageFlyweight
-
The session-id for the stream.
- sessionId(int) - Method in class io.aeron.protocol.StatusMessageFlyweight
-
Set the session-id of the stream.
- sessionId() - Method in class io.aeron.Publication
-
Session under which messages are published.
- sessionId() - Method in class io.aeron.samples.BacklogStat.StreamCompositeKey
-
The session id of the stream.
- sessionId() - Method in class io.aeron.samples.StreamStat.StreamCompositeKey
-
The session id of the stream.
- sessionId() - Method in interface io.aeron.security.SessionProxy
-
The identity of the potential session assigned by the system.
- sessionIdEncodingLength() - Static method in class io.aeron.archive.codecs.FindLastMatchingRecordingRequestDecoder
-
- sessionIdEncodingLength() - Static method in class io.aeron.archive.codecs.FindLastMatchingRecordingRequestEncoder
-
- sessionIdEncodingLength() - Static method in class io.aeron.archive.codecs.RecordingDescriptorDecoder
-
- sessionIdEncodingLength() - Static method in class io.aeron.archive.codecs.RecordingDescriptorEncoder
-
- sessionIdEncodingLength() - Static method in class io.aeron.archive.codecs.RecordingStartedDecoder
-
- sessionIdEncodingLength() - Static method in class io.aeron.archive.codecs.RecordingStartedEncoder
-
- sessionIdEncodingOffset() - Static method in class io.aeron.archive.codecs.FindLastMatchingRecordingRequestDecoder
-
- sessionIdEncodingOffset() - Static method in class io.aeron.archive.codecs.FindLastMatchingRecordingRequestEncoder
-
- sessionIdEncodingOffset() - Static method in class io.aeron.archive.codecs.RecordingDescriptorDecoder
-
- sessionIdEncodingOffset() - Static method in class io.aeron.archive.codecs.RecordingDescriptorEncoder
-
- sessionIdEncodingOffset() - Static method in class io.aeron.archive.codecs.RecordingStartedDecoder
-
- sessionIdEncodingOffset() - Static method in class io.aeron.archive.codecs.RecordingStartedEncoder
-
- sessionIdId() - Static method in class io.aeron.archive.codecs.FindLastMatchingRecordingRequestDecoder
-
- sessionIdId() - Static method in class io.aeron.archive.codecs.FindLastMatchingRecordingRequestEncoder
-
- sessionIdId() - Static method in class io.aeron.archive.codecs.RecordingDescriptorDecoder
-
- sessionIdId() - Static method in class io.aeron.archive.codecs.RecordingDescriptorEncoder
-
- sessionIdId() - Static method in class io.aeron.archive.codecs.RecordingStartedDecoder
-
- sessionIdId() - Static method in class io.aeron.archive.codecs.RecordingStartedEncoder
-
- sessionIdMaxValue() - Static method in class io.aeron.archive.codecs.FindLastMatchingRecordingRequestDecoder
-
- sessionIdMaxValue() - Static method in class io.aeron.archive.codecs.FindLastMatchingRecordingRequestEncoder
-
- sessionIdMaxValue() - Static method in class io.aeron.archive.codecs.RecordingDescriptorDecoder
-
- sessionIdMaxValue() - Static method in class io.aeron.archive.codecs.RecordingDescriptorEncoder
-
- sessionIdMaxValue() - Static method in class io.aeron.archive.codecs.RecordingStartedDecoder
-
- sessionIdMaxValue() - Static method in class io.aeron.archive.codecs.RecordingStartedEncoder
-
- sessionIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.FindLastMatchingRecordingRequestDecoder
-
- sessionIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.FindLastMatchingRecordingRequestEncoder
-
- sessionIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.RecordingDescriptorDecoder
-
- sessionIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.RecordingDescriptorEncoder
-
- sessionIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.RecordingStartedDecoder
-
- sessionIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.RecordingStartedEncoder
-
- sessionIdMinValue() - Static method in class io.aeron.archive.codecs.FindLastMatchingRecordingRequestDecoder
-
- sessionIdMinValue() - Static method in class io.aeron.archive.codecs.FindLastMatchingRecordingRequestEncoder
-
- sessionIdMinValue() - Static method in class io.aeron.archive.codecs.RecordingDescriptorDecoder
-
- sessionIdMinValue() - Static method in class io.aeron.archive.codecs.RecordingDescriptorEncoder
-
- sessionIdMinValue() - Static method in class io.aeron.archive.codecs.RecordingStartedDecoder
-
- sessionIdMinValue() - Static method in class io.aeron.archive.codecs.RecordingStartedEncoder
-
- sessionIdNullValue() - Static method in class io.aeron.archive.codecs.FindLastMatchingRecordingRequestDecoder
-
- sessionIdNullValue() - Static method in class io.aeron.archive.codecs.FindLastMatchingRecordingRequestEncoder
-
- sessionIdNullValue() - Static method in class io.aeron.archive.codecs.RecordingDescriptorDecoder
-
- sessionIdNullValue() - Static method in class io.aeron.archive.codecs.RecordingDescriptorEncoder
-
- sessionIdNullValue() - Static method in class io.aeron.archive.codecs.RecordingStartedDecoder
-
- sessionIdNullValue() - Static method in class io.aeron.archive.codecs.RecordingStartedEncoder
-
- sessionIdOffset(int) - Static method in class io.aeron.logbuffer.FrameDescriptor
-
The buffer offset at which the session id field begins.
- sessionIdSinceVersion() - Static method in class io.aeron.archive.codecs.FindLastMatchingRecordingRequestDecoder
-
- sessionIdSinceVersion() - Static method in class io.aeron.archive.codecs.FindLastMatchingRecordingRequestEncoder
-
- sessionIdSinceVersion() - Static method in class io.aeron.archive.codecs.RecordingDescriptorDecoder
-
- sessionIdSinceVersion() - Static method in class io.aeron.archive.codecs.RecordingDescriptorEncoder
-
- sessionIdSinceVersion() - Static method in class io.aeron.archive.codecs.RecordingStartedDecoder
-
- sessionIdSinceVersion() - Static method in class io.aeron.archive.codecs.RecordingStartedEncoder
-
- SessionProxy - Interface in io.aeron.security
-
Representation of a session during the authentication process from the perspective of an
Authenticator
.
- SetControllableIdleStrategy - Class in io.aeron.samples
-
- SetControllableIdleStrategy() - Constructor for class io.aeron.samples.SetControllableIdleStrategy
-
- SetupFlyweight - Class in io.aeron.protocol
-
HeaderFlyweight for Setup Message Frames.
- SetupFlyweight() - Constructor for class io.aeron.protocol.SetupFlyweight
-
Default constructor which can later be use to wrap a frame.
- SetupFlyweight(UnsafeBuffer) - Constructor for class io.aeron.protocol.SetupFlyweight
-
Construct the flyweight over a frame.
- SetupFlyweight(ByteBuffer) - Constructor for class io.aeron.protocol.SetupFlyweight
-
Construct the flyweight over a frame.
- SHARED_IDLE_STRATEGY_PROP_NAME - Static variable in class io.aeron.driver.Configuration
-
- SHARED_NETWORK_IDLE_STRATEGY_PROP_NAME - Static variable in class io.aeron.driver.Configuration
-
- sharedAgentInvoker() - Method in class io.aeron.driver.MediaDriver
-
Get the
AgentInvoker
for the shared agents when running without threads.
- sharedIdleStrategy(StatusIndicator) - Static method in class io.aeron.driver.Configuration
-
- sharedIdleStrategy() - Method in class io.aeron.driver.MediaDriver.Context
-
- sharedIdleStrategy(IdleStrategy) - Method in class io.aeron.driver.MediaDriver.Context
-
- sharedNetworkIdleStrategy(StatusIndicator) - Static method in class io.aeron.driver.Configuration
-
- sharedNetworkIdleStrategy() - Method in class io.aeron.driver.MediaDriver.Context
-
- sharedNetworkIdleStrategy(IdleStrategy) - Method in class io.aeron.driver.MediaDriver.Context
-
- sharedNetworkThreadFactory() - Method in class io.aeron.driver.MediaDriver.Context
-
- sharedNetworkThreadFactory(ThreadFactory) - Method in class io.aeron.driver.MediaDriver.Context
-
- sharedThreadFactory() - Method in class io.aeron.driver.MediaDriver.Context
-
- sharedThreadFactory(ThreadFactory) - Method in class io.aeron.driver.MediaDriver.Context
-
- shouldBeClosed() - Method in class io.aeron.driver.media.ReceiveChannelEndpoint
-
Should the channel be closed for cleanup.
- shouldBeClosed() - Method in class io.aeron.driver.media.SendChannelEndpoint
-
Called by to determine if the channel endpoint should be closed.
- shouldDropFrame(InetSocketAddress, UnsafeBuffer, int) - Method in interface io.aeron.driver.ext.LossGenerator
-
Should a frame be dropped?
- shouldDropFrame(InetSocketAddress, UnsafeBuffer, int) - Method in class io.aeron.driver.ext.RandomLossGenerator
-
Should a frame be dropped?
- shouldElicitSetupMessage() - Method in class io.aeron.driver.DataPacketDispatcher
-
Should a setup message be elicited for a channel given interest.
- shouldFeedbackImmediately() - Method in interface io.aeron.driver.FeedbackDelayGenerator
-
Should feedback be immediately sent?
- shouldFeedbackImmediately() - Method in class io.aeron.driver.OptimalMulticastDelayGenerator
-
Should feedback be immediately sent?
- shouldFeedbackImmediately() - Method in class io.aeron.driver.StaticDelayGenerator
-
Should feedback be immediately sent?
- shouldForceStatusMessage(long) - Static method in interface io.aeron.driver.CongestionControl
-
Extract the boolean value for if a status message should be forced from the packed value.
- shouldMeasureRtt(long) - Method in interface io.aeron.driver.CongestionControl
-
Polled by
Receiver
to determine when to initiate an RTT measurement to a Sender.
- shouldMeasureRtt(long) - Method in class io.aeron.driver.ext.CubicCongestionControl
-
Polled by
Receiver
to determine when to initiate an RTT measurement to a Sender.
- shouldMeasureRtt(long) - Method in class io.aeron.driver.StaticWindowCongestionControl
-
Polled by
Receiver
to determine when to initiate an RTT measurement to a Sender.
- signal() - Method in class io.aeron.archive.codecs.RecordingSignalEventDecoder
-
- signal(RecordingSignal) - Method in class io.aeron.archive.codecs.RecordingSignalEventEncoder
-
- signalCncReady(UnsafeBuffer) - Static method in class io.aeron.CncFileDescriptor
-
Signal the the CnC file is ready for use by client by writing the version into the CnC file.
- signalEncodingLength() - Static method in class io.aeron.archive.codecs.RecordingSignalEventDecoder
-
- signalEncodingLength() - Static method in class io.aeron.archive.codecs.RecordingSignalEventEncoder
-
- signalEncodingOffset() - Static method in class io.aeron.archive.codecs.RecordingSignalEventDecoder
-
- signalEncodingOffset() - Static method in class io.aeron.archive.codecs.RecordingSignalEventEncoder
-
- signalId() - Static method in class io.aeron.archive.codecs.RecordingSignalEventDecoder
-
- signalId() - Static method in class io.aeron.archive.codecs.RecordingSignalEventEncoder
-
- signalMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.RecordingSignalEventDecoder
-
- signalMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.RecordingSignalEventEncoder
-
- signalRaw() - Method in class io.aeron.archive.codecs.RecordingSignalEventDecoder
-
- signalReady() - Method in class io.aeron.archive.ArchiveMarkFile
-
Signal the archive has concluded successfully and ready to start.
- signalSinceVersion() - Static method in class io.aeron.archive.codecs.RecordingSignalEventDecoder
-
- signalSinceVersion() - Static method in class io.aeron.archive.codecs.RecordingSignalEventEncoder
-
- SimplePublisher - Class in io.aeron.samples
-
A very simple Aeron publisher application which publishes a fixed size message on a fixed channel and stream.
- SimplePublisher() - Constructor for class io.aeron.samples.SimplePublisher
-
- SimpleSubscriber - Class in io.aeron.samples
-
A very simple Aeron subscriber application which can receive small non-fragmented messages
on a fixed channel and stream ID.
- SimpleSubscriber() - Constructor for class io.aeron.samples.SimpleSubscriber
-
- SingleNodeCluster - Class in io.aeron.samples.cluster.tutorial
-
Single Node Cluster that includes everything needed to run all in one place.
- SingleNodeCluster(ClusteredService, boolean) - Constructor for class io.aeron.samples.cluster.tutorial.SingleNodeCluster
-
Create an launch a new single node cluster.
- skipAeronDirectory() - Method in class io.aeron.archive.codecs.mark.MarkFileHeaderDecoder
-
- skipChannel() - Method in class io.aeron.archive.codecs.ExtendRecordingRequest2Decoder
-
- skipChannel() - Method in class io.aeron.archive.codecs.ExtendRecordingRequestDecoder
-
- skipChannel() - Method in class io.aeron.archive.codecs.FindLastMatchingRecordingRequestDecoder
-
- skipChannel() - Method in class io.aeron.archive.codecs.ListRecordingsForUriRequestDecoder
-
- skipChannel() - Method in class io.aeron.archive.codecs.ListRecordingSubscriptionsRequestDecoder
-
- skipChannel() - Method in class io.aeron.archive.codecs.RecordingStartedDecoder
-
- skipChannel() - Method in class io.aeron.archive.codecs.StartRecordingRequest2Decoder
-
- skipChannel() - Method in class io.aeron.archive.codecs.StartRecordingRequestDecoder
-
- skipChannel() - Method in class io.aeron.archive.codecs.StopRecordingRequestDecoder
-
- skipControlChannel() - Method in class io.aeron.archive.codecs.mark.MarkFileHeaderDecoder
-
- skipEncodedChallenge() - Method in class io.aeron.archive.codecs.ChallengeDecoder
-
- skipEncodedCredentials() - Method in class io.aeron.archive.codecs.AuthConnectRequestDecoder
-
- skipEncodedCredentials() - Method in class io.aeron.archive.codecs.ChallengeResponseDecoder
-
- skipErrorMessage() - Method in class io.aeron.archive.codecs.ControlResponseDecoder
-
- skipEventsChannel() - Method in class io.aeron.archive.codecs.mark.MarkFileHeaderDecoder
-
- skipLiveDestination() - Method in class io.aeron.archive.codecs.ReplicateRequest2Decoder
-
- skipLiveDestination() - Method in class io.aeron.archive.codecs.ReplicateRequestDecoder
-
- skipLiveDestination() - Method in class io.aeron.archive.codecs.TaggedReplicateRequestDecoder
-
- skipLocalControlChannel() - Method in class io.aeron.archive.codecs.mark.MarkFileHeaderDecoder
-
- skipOriginalChannel() - Method in class io.aeron.archive.codecs.RecordingDescriptorDecoder
-
- skipReplayChannel() - Method in class io.aeron.archive.codecs.BoundedReplayRequestDecoder
-
- skipReplayChannel() - Method in class io.aeron.archive.codecs.ReplayRequestDecoder
-
- skipReplicationChannel() - Method in class io.aeron.archive.codecs.ReplicateRequest2Decoder
-
- skipResponseChannel() - Method in class io.aeron.archive.codecs.AuthConnectRequestDecoder
-
- skipResponseChannel() - Method in class io.aeron.archive.codecs.ConnectRequestDecoder
-
- skipSourceIdentity() - Method in class io.aeron.archive.codecs.RecordingDescriptorDecoder
-
- skipSourceIdentity() - Method in class io.aeron.archive.codecs.RecordingStartedDecoder
-
- skipSrcControlChannel() - Method in class io.aeron.archive.codecs.ReplicateRequest2Decoder
-
- skipSrcControlChannel() - Method in class io.aeron.archive.codecs.ReplicateRequestDecoder
-
- skipSrcControlChannel() - Method in class io.aeron.archive.codecs.TaggedReplicateRequestDecoder
-
- skipStrippedChannel() - Method in class io.aeron.archive.codecs.RecordingDescriptorDecoder
-
- skipStrippedChannel() - Method in class io.aeron.archive.codecs.RecordingSubscriptionDescriptorDecoder
-
- sliceTerms() - Method in interface io.aeron.driver.buffer.RawLog
-
Slice the underlying buffer to provide an array of term buffers in order.
- SM_APPLICATION_SPECIFIC_FEEDBACK_PROP_NAME - Static variable in class io.aeron.driver.Configuration
-
Deprecated.
- snapshot() - Method in class io.aeron.samples.BacklogStat
-
Take a snapshot of all the backlog information and group by stream.
- snapshot() - Method in class io.aeron.samples.StreamStat
-
Take a snapshot of all the counters and group them by streams.
- SNAPSHOT_CUSTOMER_ID_OFFSET - Static variable in class io.aeron.samples.cluster.tutorial.BasicAuctionClusteredService
-
- SNAPSHOT_MESSAGE_LENGTH - Static variable in class io.aeron.samples.cluster.tutorial.BasicAuctionClusteredService
-
- SNAPSHOT_PRICE_OFFSET - Static variable in class io.aeron.samples.cluster.tutorial.BasicAuctionClusteredService
-
- SOCKET_MULTICAST_TTL_DEFAULT - Static variable in class io.aeron.driver.Configuration
-
Multicast TTL value, 0 means use OS default.
- SOCKET_MULTICAST_TTL_PROP_NAME - Static variable in class io.aeron.driver.Configuration
-
Property name for IP_MULTICAST_TTL setting on UDP sockets.
- SOCKET_RCVBUF_LENGTH_DEFAULT - Static variable in class io.aeron.driver.Configuration
-
Default SO_RCVBUF length.
- SOCKET_RCVBUF_LENGTH_PROP_NAME - Static variable in class io.aeron.driver.Configuration
-
Property name for SO_RCVBUF setting on UDP sockets which must be sufficient for Bandwidth Delay Product (BDP).
- SOCKET_RCVBUF_PARAM_NAME - Static variable in class io.aeron.CommonContext
-
Parameter name for the underlying OS socket receive buffer length.
- SOCKET_SNDBUF_LENGTH_DEFAULT - Static variable in class io.aeron.driver.Configuration
-
Default SO_SNDBUF length.
- SOCKET_SNDBUF_LENGTH_PROP_NAME - Static variable in class io.aeron.driver.Configuration
-
Property name for SO_SNDBUF setting on UDP sockets which must be sufficient for Bandwidth Delay Product (BDP).
- SOCKET_SNDBUF_PARAM_NAME - Static variable in class io.aeron.CommonContext
-
Parameter name for the underlying OS socket send buffer length.
- socketMulticastTtl() - Static method in class io.aeron.driver.Configuration
-
IP_MULTICAST_TTL setting on UDP sockets.
- socketMulticastTtl() - Method in class io.aeron.driver.MediaDriver.Context
-
The TTL value to be used for multicast sockets.
- socketMulticastTtl(int) - Method in class io.aeron.driver.MediaDriver.Context
-
TTL value to be used for multicast sockets.
- socketRcvbufLength(Integer) - Method in class io.aeron.ChannelUriStringBuilder
-
Set the underlying OS receive buffer length.
- socketRcvbufLength(ChannelUri) - Method in class io.aeron.ChannelUriStringBuilder
-
Set the underlying OS receive buffer length from an existing
ChannelUri
, which may have a null value for
this field.
- socketRcvbufLength() - Method in class io.aeron.ChannelUriStringBuilder
-
Get the underling OS receive buffer length setting
- socketRcvbufLength() - Static method in class io.aeron.driver.Configuration
-
SO_RCVBUF setting on UDP sockets which must be sufficient for Bandwidth Delay Product (BDP).
- socketRcvbufLength() - Method in class io.aeron.driver.media.UdpChannel
-
Get the socket receive buffer length.
- socketRcvbufLength() - Method in class io.aeron.driver.media.UdpChannelTransport
-
Get the configured OS receive socket buffer length (SO_RCVBUF) for the endpoint's socket.
- socketRcvbufLength() - Method in class io.aeron.driver.MediaDriver.Context
-
The socket send buffer length which is the OS SO_RCVBUF.
- socketRcvbufLength(int) - Method in class io.aeron.driver.MediaDriver.Context
-
The socket send buffer length which is the OS SO_RCVBUF.
- socketRcvbufLengthOrDefault(int) - Method in class io.aeron.driver.media.UdpChannel
-
Get the socket receive buffer length.
- socketSndbufLength(Integer) - Method in class io.aeron.ChannelUriStringBuilder
-
Set the underlying OS send buffer length.
- socketSndbufLength(ChannelUri) - Method in class io.aeron.ChannelUriStringBuilder
-
Set the underlying OS send buffer length from an existing
ChannelUri
which may be (null).
- socketSndbufLength() - Method in class io.aeron.ChannelUriStringBuilder
-
Get the underling OS send buffer length setting
- socketSndbufLength() - Static method in class io.aeron.driver.Configuration
-
SO_SNDBUF setting on UDP sockets which must be sufficient for Bandwidth Delay Product (BDP).
- socketSndbufLength() - Method in class io.aeron.driver.media.UdpChannel
-
Get the socket send buffer length.
- socketSndbufLength() - Method in class io.aeron.driver.media.UdpChannelTransport
-
Get the configured OS send socket buffer length (SO_SNDBUF) for the endpoint's socket.
- socketSndbufLength() - Method in class io.aeron.driver.MediaDriver.Context
-
The socket send buffer length which is the OS SO_SNDBUF.
- socketSndbufLength(int) - Method in class io.aeron.driver.MediaDriver.Context
-
The socket send buffer length which is the OS SO_SNDBUF.
- socketSndbufLengthOrDefault(int) - Method in class io.aeron.driver.media.UdpChannel
-
Get the socket send buffer length.
- sourceIdentity() - Method in class io.aeron.archive.codecs.RecordingDescriptorDecoder
-
- sourceIdentity(String) - Method in class io.aeron.archive.codecs.RecordingDescriptorEncoder
-
- sourceIdentity(CharSequence) - Method in class io.aeron.archive.codecs.RecordingDescriptorEncoder
-
- sourceIdentity() - Method in class io.aeron.archive.codecs.RecordingStartedDecoder
-
- sourceIdentity(String) - Method in class io.aeron.archive.codecs.RecordingStartedEncoder
-
- sourceIdentity(CharSequence) - Method in class io.aeron.archive.codecs.RecordingStartedEncoder
-
- sourceIdentity() - Method in class io.aeron.command.ImageBuffersReadyFlyweight
-
The source identity string in ASCII.
- sourceIdentity(String) - Method in class io.aeron.command.ImageBuffersReadyFlyweight
-
Set the source identity string in ASCII.
- sourceIdentity(InetSocketAddress) - Static method in class io.aeron.driver.Configuration
-
Create a source identity for a given source address.
- sourceIdentity() - Method in class io.aeron.Image
-
The source identity of the sending publisher as an abstract concept appropriate for the media.
- sourceIdentityCharacterEncoding() - Static method in class io.aeron.archive.codecs.RecordingDescriptorDecoder
-
- sourceIdentityCharacterEncoding() - Static method in class io.aeron.archive.codecs.RecordingDescriptorEncoder
-
- sourceIdentityCharacterEncoding() - Static method in class io.aeron.archive.codecs.RecordingStartedDecoder
-
- sourceIdentityCharacterEncoding() - Static method in class io.aeron.archive.codecs.RecordingStartedEncoder
-
- sourceIdentityHeaderLength() - Static method in class io.aeron.archive.codecs.RecordingDescriptorDecoder
-
- sourceIdentityHeaderLength() - Static method in class io.aeron.archive.codecs.RecordingDescriptorEncoder
-
- sourceIdentityHeaderLength() - Static method in class io.aeron.archive.codecs.RecordingStartedDecoder
-
- sourceIdentityHeaderLength() - Static method in class io.aeron.archive.codecs.RecordingStartedEncoder
-
- sourceIdentityId() - Static method in class io.aeron.archive.codecs.RecordingDescriptorDecoder
-
- sourceIdentityId() - Static method in class io.aeron.archive.codecs.RecordingDescriptorEncoder
-
- sourceIdentityId() - Static method in class io.aeron.archive.codecs.RecordingStartedDecoder
-
- sourceIdentityId() - Static method in class io.aeron.archive.codecs.RecordingStartedEncoder
-
- sourceIdentityLength() - Method in class io.aeron.archive.codecs.RecordingDescriptorDecoder
-
- sourceIdentityLength() - Method in class io.aeron.archive.codecs.RecordingStartedDecoder
-
- sourceIdentityMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.RecordingDescriptorDecoder
-
- sourceIdentityMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.RecordingDescriptorEncoder
-
- sourceIdentityMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.RecordingStartedDecoder
-
- sourceIdentityMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.RecordingStartedEncoder
-
- sourceIdentitySinceVersion() - Static method in class io.aeron.archive.codecs.RecordingDescriptorDecoder
-
- sourceIdentitySinceVersion() - Static method in class io.aeron.archive.codecs.RecordingStartedDecoder
-
- sourceLocation() - Method in class io.aeron.archive.codecs.ExtendRecordingRequest2Decoder
-
- sourceLocation(SourceLocation) - Method in class io.aeron.archive.codecs.ExtendRecordingRequest2Encoder
-
- sourceLocation() - Method in class io.aeron.archive.codecs.ExtendRecordingRequestDecoder
-
- sourceLocation(SourceLocation) - Method in class io.aeron.archive.codecs.ExtendRecordingRequestEncoder
-
- SourceLocation - Enum in io.aeron.archive.codecs
-
Source location for recorded stream.
- sourceLocation() - Method in class io.aeron.archive.codecs.StartRecordingRequest2Decoder
-
- sourceLocation(SourceLocation) - Method in class io.aeron.archive.codecs.StartRecordingRequest2Encoder
-
- sourceLocation() - Method in class io.aeron.archive.codecs.StartRecordingRequestDecoder
-
- sourceLocation(SourceLocation) - Method in class io.aeron.archive.codecs.StartRecordingRequestEncoder
-
- sourceLocationEncodingLength() - Static method in class io.aeron.archive.codecs.ExtendRecordingRequest2Decoder
-
- sourceLocationEncodingLength() - Static method in class io.aeron.archive.codecs.ExtendRecordingRequest2Encoder
-
- sourceLocationEncodingLength() - Static method in class io.aeron.archive.codecs.ExtendRecordingRequestDecoder
-
- sourceLocationEncodingLength() - Static method in class io.aeron.archive.codecs.ExtendRecordingRequestEncoder
-
- sourceLocationEncodingLength() - Static method in class io.aeron.archive.codecs.StartRecordingRequest2Decoder
-
- sourceLocationEncodingLength() - Static method in class io.aeron.archive.codecs.StartRecordingRequest2Encoder
-
- sourceLocationEncodingLength() - Static method in class io.aeron.archive.codecs.StartRecordingRequestDecoder
-
- sourceLocationEncodingLength() - Static method in class io.aeron.archive.codecs.StartRecordingRequestEncoder
-
- sourceLocationEncodingOffset() - Static method in class io.aeron.archive.codecs.ExtendRecordingRequest2Decoder
-
- sourceLocationEncodingOffset() - Static method in class io.aeron.archive.codecs.ExtendRecordingRequest2Encoder
-
- sourceLocationEncodingOffset() - Static method in class io.aeron.archive.codecs.ExtendRecordingRequestDecoder
-
- sourceLocationEncodingOffset() - Static method in class io.aeron.archive.codecs.ExtendRecordingRequestEncoder
-
- sourceLocationEncodingOffset() - Static method in class io.aeron.archive.codecs.StartRecordingRequest2Decoder
-
- sourceLocationEncodingOffset() - Static method in class io.aeron.archive.codecs.StartRecordingRequest2Encoder
-
- sourceLocationEncodingOffset() - Static method in class io.aeron.archive.codecs.StartRecordingRequestDecoder
-
- sourceLocationEncodingOffset() - Static method in class io.aeron.archive.codecs.StartRecordingRequestEncoder
-
- sourceLocationId() - Static method in class io.aeron.archive.codecs.ExtendRecordingRequest2Decoder
-
- sourceLocationId() - Static method in class io.aeron.archive.codecs.ExtendRecordingRequest2Encoder
-
- sourceLocationId() - Static method in class io.aeron.archive.codecs.ExtendRecordingRequestDecoder
-
- sourceLocationId() - Static method in class io.aeron.archive.codecs.ExtendRecordingRequestEncoder
-
- sourceLocationId() - Static method in class io.aeron.archive.codecs.StartRecordingRequest2Decoder
-
- sourceLocationId() - Static method in class io.aeron.archive.codecs.StartRecordingRequest2Encoder
-
- sourceLocationId() - Static method in class io.aeron.archive.codecs.StartRecordingRequestDecoder
-
- sourceLocationId() - Static method in class io.aeron.archive.codecs.StartRecordingRequestEncoder
-
- sourceLocationMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.ExtendRecordingRequest2Decoder
-
- sourceLocationMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.ExtendRecordingRequest2Encoder
-
- sourceLocationMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.ExtendRecordingRequestDecoder
-
- sourceLocationMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.ExtendRecordingRequestEncoder
-
- sourceLocationMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.StartRecordingRequest2Decoder
-
- sourceLocationMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.StartRecordingRequest2Encoder
-
- sourceLocationMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.StartRecordingRequestDecoder
-
- sourceLocationMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.StartRecordingRequestEncoder
-
- sourceLocationRaw() - Method in class io.aeron.archive.codecs.ExtendRecordingRequest2Decoder
-
- sourceLocationRaw() - Method in class io.aeron.archive.codecs.ExtendRecordingRequestDecoder
-
- sourceLocationRaw() - Method in class io.aeron.archive.codecs.StartRecordingRequest2Decoder
-
- sourceLocationRaw() - Method in class io.aeron.archive.codecs.StartRecordingRequestDecoder
-
- sourceLocationSinceVersion() - Static method in class io.aeron.archive.codecs.ExtendRecordingRequest2Decoder
-
- sourceLocationSinceVersion() - Static method in class io.aeron.archive.codecs.ExtendRecordingRequest2Encoder
-
- sourceLocationSinceVersion() - Static method in class io.aeron.archive.codecs.ExtendRecordingRequestDecoder
-
- sourceLocationSinceVersion() - Static method in class io.aeron.archive.codecs.ExtendRecordingRequestEncoder
-
- sourceLocationSinceVersion() - Static method in class io.aeron.archive.codecs.StartRecordingRequest2Decoder
-
- sourceLocationSinceVersion() - Static method in class io.aeron.archive.codecs.StartRecordingRequest2Encoder
-
- sourceLocationSinceVersion() - Static method in class io.aeron.archive.codecs.StartRecordingRequestDecoder
-
- sourceLocationSinceVersion() - Static method in class io.aeron.archive.codecs.StartRecordingRequestEncoder
-
- sparse(Boolean) - Method in class io.aeron.ChannelUriStringBuilder
-
Set to indicate if a term log buffer should be sparse on disk or not.
- sparse(ChannelUri) - Method in class io.aeron.ChannelUriStringBuilder
-
Set the sparse value to be what is in the
ChannelUri
which may be null.
- sparse() - Method in class io.aeron.ChannelUriStringBuilder
-
Should term log buffer be sparse on disk or not.
- SPARSE_PARAM_NAME - Static variable in class io.aeron.CommonContext
-
Parameter name for channel URI param to indicate if term buffers should be sparse.
- SPIES_SIMULATE_CONNECTION_PARAM_NAME - Static variable in class io.aeron.CommonContext
-
Parameter name for Publication URI param to indicate whether spy subscriptions should simulate a connection.
- SPIES_SIMULATE_CONNECTION_PROP_NAME - Static variable in class io.aeron.driver.Configuration
-
Property name for if spy subscriptions simulate a connection to a network publication.
- spiesSimulateConnection(Boolean) - Method in class io.aeron.ChannelUriStringBuilder
-
Set the publication semantics for whether the presence of spy subscriptions simulate a connection.
- spiesSimulateConnection(ChannelUri) - Method in class io.aeron.ChannelUriStringBuilder
-
Set the publication semantics for whether the presence of spy subscriptions simulate a connection to be what is
in the
ChannelUri
which may be null.
- spiesSimulateConnection() - Method in class io.aeron.ChannelUriStringBuilder
-
Get the publication semantics for whether the presence of spy subscriptions simulate a connection.
- spiesSimulateConnection() - Static method in class io.aeron.driver.Configuration
-
Should spy subscriptions simulate a connection to a network publication.
- spiesSimulateConnection() - Method in class io.aeron.driver.MediaDriver.Context
-
Does a spy subscription simulate a connection to a network publication.
- spiesSimulateConnection(boolean) - Method in class io.aeron.driver.MediaDriver.Context
-
Does a spy subscription simulate a connection to a network publication.
- SPY_PREFIX - Static variable in class io.aeron.CommonContext
-
URI used for Spy
Subscription
s whereby an outgoing unicast or multicast publication can be spied on
by IPC without receiving it again via the network.
- SPY_QUALIFIER - Static variable in class io.aeron.ChannelUri
-
Qualifier for spy subscriptions which spy on outgoing network destined traffic efficiently.
- srcControlChannel() - Method in class io.aeron.archive.codecs.ReplicateRequest2Decoder
-
- srcControlChannel(String) - Method in class io.aeron.archive.codecs.ReplicateRequest2Encoder
-
- srcControlChannel(CharSequence) - Method in class io.aeron.archive.codecs.ReplicateRequest2Encoder
-
- srcControlChannel() - Method in class io.aeron.archive.codecs.ReplicateRequestDecoder
-
- srcControlChannel(String) - Method in class io.aeron.archive.codecs.ReplicateRequestEncoder
-
- srcControlChannel(CharSequence) - Method in class io.aeron.archive.codecs.ReplicateRequestEncoder
-
- srcControlChannel() - Method in class io.aeron.archive.codecs.TaggedReplicateRequestDecoder
-
- srcControlChannel(String) - Method in class io.aeron.archive.codecs.TaggedReplicateRequestEncoder
-
- srcControlChannel(CharSequence) - Method in class io.aeron.archive.codecs.TaggedReplicateRequestEncoder
-
- srcControlChannelCharacterEncoding() - Static method in class io.aeron.archive.codecs.ReplicateRequest2Decoder
-
- srcControlChannelCharacterEncoding() - Static method in class io.aeron.archive.codecs.ReplicateRequest2Encoder
-
- srcControlChannelCharacterEncoding() - Static method in class io.aeron.archive.codecs.ReplicateRequestDecoder
-
- srcControlChannelCharacterEncoding() - Static method in class io.aeron.archive.codecs.ReplicateRequestEncoder
-
- srcControlChannelCharacterEncoding() - Static method in class io.aeron.archive.codecs.TaggedReplicateRequestDecoder
-
- srcControlChannelCharacterEncoding() - Static method in class io.aeron.archive.codecs.TaggedReplicateRequestEncoder
-
- srcControlChannelHeaderLength() - Static method in class io.aeron.archive.codecs.ReplicateRequest2Decoder
-
- srcControlChannelHeaderLength() - Static method in class io.aeron.archive.codecs.ReplicateRequest2Encoder
-
- srcControlChannelHeaderLength() - Static method in class io.aeron.archive.codecs.ReplicateRequestDecoder
-
- srcControlChannelHeaderLength() - Static method in class io.aeron.archive.codecs.ReplicateRequestEncoder
-
- srcControlChannelHeaderLength() - Static method in class io.aeron.archive.codecs.TaggedReplicateRequestDecoder
-
- srcControlChannelHeaderLength() - Static method in class io.aeron.archive.codecs.TaggedReplicateRequestEncoder
-
- srcControlChannelId() - Static method in class io.aeron.archive.codecs.ReplicateRequest2Decoder
-
- srcControlChannelId() - Static method in class io.aeron.archive.codecs.ReplicateRequest2Encoder
-
- srcControlChannelId() - Static method in class io.aeron.archive.codecs.ReplicateRequestDecoder
-
- srcControlChannelId() - Static method in class io.aeron.archive.codecs.ReplicateRequestEncoder
-
- srcControlChannelId() - Static method in class io.aeron.archive.codecs.TaggedReplicateRequestDecoder
-
- srcControlChannelId() - Static method in class io.aeron.archive.codecs.TaggedReplicateRequestEncoder
-
- srcControlChannelLength() - Method in class io.aeron.archive.codecs.ReplicateRequest2Decoder
-
- srcControlChannelLength() - Method in class io.aeron.archive.codecs.ReplicateRequestDecoder
-
- srcControlChannelLength() - Method in class io.aeron.archive.codecs.TaggedReplicateRequestDecoder
-
- srcControlChannelMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.ReplicateRequest2Decoder
-
- srcControlChannelMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.ReplicateRequest2Encoder
-
- srcControlChannelMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.ReplicateRequestDecoder
-
- srcControlChannelMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.ReplicateRequestEncoder
-
- srcControlChannelMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.TaggedReplicateRequestDecoder
-
- srcControlChannelMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.TaggedReplicateRequestEncoder
-
- srcControlChannelSinceVersion() - Static method in class io.aeron.archive.codecs.ReplicateRequest2Decoder
-
- srcControlChannelSinceVersion() - Static method in class io.aeron.archive.codecs.ReplicateRequestDecoder
-
- srcControlChannelSinceVersion() - Static method in class io.aeron.archive.codecs.TaggedReplicateRequestDecoder
-
- srcControlStreamId() - Method in class io.aeron.archive.codecs.ReplicateRequest2Decoder
-
- srcControlStreamId(int) - Method in class io.aeron.archive.codecs.ReplicateRequest2Encoder
-
- srcControlStreamId() - Method in class io.aeron.archive.codecs.ReplicateRequestDecoder
-
- srcControlStreamId(int) - Method in class io.aeron.archive.codecs.ReplicateRequestEncoder
-
- srcControlStreamId() - Method in class io.aeron.archive.codecs.TaggedReplicateRequestDecoder
-
- srcControlStreamId(int) - Method in class io.aeron.archive.codecs.TaggedReplicateRequestEncoder
-
- srcControlStreamIdEncodingLength() - Static method in class io.aeron.archive.codecs.ReplicateRequest2Decoder
-
- srcControlStreamIdEncodingLength() - Static method in class io.aeron.archive.codecs.ReplicateRequest2Encoder
-
- srcControlStreamIdEncodingLength() - Static method in class io.aeron.archive.codecs.ReplicateRequestDecoder
-
- srcControlStreamIdEncodingLength() - Static method in class io.aeron.archive.codecs.ReplicateRequestEncoder
-
- srcControlStreamIdEncodingLength() - Static method in class io.aeron.archive.codecs.TaggedReplicateRequestDecoder
-
- srcControlStreamIdEncodingLength() - Static method in class io.aeron.archive.codecs.TaggedReplicateRequestEncoder
-
- srcControlStreamIdEncodingOffset() - Static method in class io.aeron.archive.codecs.ReplicateRequest2Decoder
-
- srcControlStreamIdEncodingOffset() - Static method in class io.aeron.archive.codecs.ReplicateRequest2Encoder
-
- srcControlStreamIdEncodingOffset() - Static method in class io.aeron.archive.codecs.ReplicateRequestDecoder
-
- srcControlStreamIdEncodingOffset() - Static method in class io.aeron.archive.codecs.ReplicateRequestEncoder
-
- srcControlStreamIdEncodingOffset() - Static method in class io.aeron.archive.codecs.TaggedReplicateRequestDecoder
-
- srcControlStreamIdEncodingOffset() - Static method in class io.aeron.archive.codecs.TaggedReplicateRequestEncoder
-
- srcControlStreamIdId() - Static method in class io.aeron.archive.codecs.ReplicateRequest2Decoder
-
- srcControlStreamIdId() - Static method in class io.aeron.archive.codecs.ReplicateRequest2Encoder
-
- srcControlStreamIdId() - Static method in class io.aeron.archive.codecs.ReplicateRequestDecoder
-
- srcControlStreamIdId() - Static method in class io.aeron.archive.codecs.ReplicateRequestEncoder
-
- srcControlStreamIdId() - Static method in class io.aeron.archive.codecs.TaggedReplicateRequestDecoder
-
- srcControlStreamIdId() - Static method in class io.aeron.archive.codecs.TaggedReplicateRequestEncoder
-
- srcControlStreamIdMaxValue() - Static method in class io.aeron.archive.codecs.ReplicateRequest2Decoder
-
- srcControlStreamIdMaxValue() - Static method in class io.aeron.archive.codecs.ReplicateRequest2Encoder
-
- srcControlStreamIdMaxValue() - Static method in class io.aeron.archive.codecs.ReplicateRequestDecoder
-
- srcControlStreamIdMaxValue() - Static method in class io.aeron.archive.codecs.ReplicateRequestEncoder
-
- srcControlStreamIdMaxValue() - Static method in class io.aeron.archive.codecs.TaggedReplicateRequestDecoder
-
- srcControlStreamIdMaxValue() - Static method in class io.aeron.archive.codecs.TaggedReplicateRequestEncoder
-
- srcControlStreamIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.ReplicateRequest2Decoder
-
- srcControlStreamIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.ReplicateRequest2Encoder
-
- srcControlStreamIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.ReplicateRequestDecoder
-
- srcControlStreamIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.ReplicateRequestEncoder
-
- srcControlStreamIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.TaggedReplicateRequestDecoder
-
- srcControlStreamIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.TaggedReplicateRequestEncoder
-
- srcControlStreamIdMinValue() - Static method in class io.aeron.archive.codecs.ReplicateRequest2Decoder
-
- srcControlStreamIdMinValue() - Static method in class io.aeron.archive.codecs.ReplicateRequest2Encoder
-
- srcControlStreamIdMinValue() - Static method in class io.aeron.archive.codecs.ReplicateRequestDecoder
-
- srcControlStreamIdMinValue() - Static method in class io.aeron.archive.codecs.ReplicateRequestEncoder
-
- srcControlStreamIdMinValue() - Static method in class io.aeron.archive.codecs.TaggedReplicateRequestDecoder
-
- srcControlStreamIdMinValue() - Static method in class io.aeron.archive.codecs.TaggedReplicateRequestEncoder
-
- srcControlStreamIdNullValue() - Static method in class io.aeron.archive.codecs.ReplicateRequest2Decoder
-
- srcControlStreamIdNullValue() - Static method in class io.aeron.archive.codecs.ReplicateRequest2Encoder
-
- srcControlStreamIdNullValue() - Static method in class io.aeron.archive.codecs.ReplicateRequestDecoder
-
- srcControlStreamIdNullValue() - Static method in class io.aeron.archive.codecs.ReplicateRequestEncoder
-
- srcControlStreamIdNullValue() - Static method in class io.aeron.archive.codecs.TaggedReplicateRequestDecoder
-
- srcControlStreamIdNullValue() - Static method in class io.aeron.archive.codecs.TaggedReplicateRequestEncoder
-
- srcControlStreamIdSinceVersion() - Static method in class io.aeron.archive.codecs.ReplicateRequest2Decoder
-
- srcControlStreamIdSinceVersion() - Static method in class io.aeron.archive.codecs.ReplicateRequest2Encoder
-
- srcControlStreamIdSinceVersion() - Static method in class io.aeron.archive.codecs.ReplicateRequestDecoder
-
- srcControlStreamIdSinceVersion() - Static method in class io.aeron.archive.codecs.ReplicateRequestEncoder
-
- srcControlStreamIdSinceVersion() - Static method in class io.aeron.archive.codecs.TaggedReplicateRequestDecoder
-
- srcControlStreamIdSinceVersion() - Static method in class io.aeron.archive.codecs.TaggedReplicateRequestEncoder
-
- srcRecordingId() - Method in class io.aeron.archive.codecs.MigrateSegmentsRequestDecoder
-
- srcRecordingId(long) - Method in class io.aeron.archive.codecs.MigrateSegmentsRequestEncoder
-
- srcRecordingId() - Method in class io.aeron.archive.codecs.ReplicateRequest2Decoder
-
- srcRecordingId(long) - Method in class io.aeron.archive.codecs.ReplicateRequest2Encoder
-
- srcRecordingId() - Method in class io.aeron.archive.codecs.ReplicateRequestDecoder
-
- srcRecordingId(long) - Method in class io.aeron.archive.codecs.ReplicateRequestEncoder
-
- srcRecordingId() - Method in class io.aeron.archive.codecs.TaggedReplicateRequestDecoder
-
- srcRecordingId(long) - Method in class io.aeron.archive.codecs.TaggedReplicateRequestEncoder
-
- srcRecordingIdEncodingLength() - Static method in class io.aeron.archive.codecs.MigrateSegmentsRequestDecoder
-
- srcRecordingIdEncodingLength() - Static method in class io.aeron.archive.codecs.MigrateSegmentsRequestEncoder
-
- srcRecordingIdEncodingLength() - Static method in class io.aeron.archive.codecs.ReplicateRequest2Decoder
-
- srcRecordingIdEncodingLength() - Static method in class io.aeron.archive.codecs.ReplicateRequest2Encoder
-
- srcRecordingIdEncodingLength() - Static method in class io.aeron.archive.codecs.ReplicateRequestDecoder
-
- srcRecordingIdEncodingLength() - Static method in class io.aeron.archive.codecs.ReplicateRequestEncoder
-
- srcRecordingIdEncodingLength() - Static method in class io.aeron.archive.codecs.TaggedReplicateRequestDecoder
-
- srcRecordingIdEncodingLength() - Static method in class io.aeron.archive.codecs.TaggedReplicateRequestEncoder
-
- srcRecordingIdEncodingOffset() - Static method in class io.aeron.archive.codecs.MigrateSegmentsRequestDecoder
-
- srcRecordingIdEncodingOffset() - Static method in class io.aeron.archive.codecs.MigrateSegmentsRequestEncoder
-
- srcRecordingIdEncodingOffset() - Static method in class io.aeron.archive.codecs.ReplicateRequest2Decoder
-
- srcRecordingIdEncodingOffset() - Static method in class io.aeron.archive.codecs.ReplicateRequest2Encoder
-
- srcRecordingIdEncodingOffset() - Static method in class io.aeron.archive.codecs.ReplicateRequestDecoder
-
- srcRecordingIdEncodingOffset() - Static method in class io.aeron.archive.codecs.ReplicateRequestEncoder
-
- srcRecordingIdEncodingOffset() - Static method in class io.aeron.archive.codecs.TaggedReplicateRequestDecoder
-
- srcRecordingIdEncodingOffset() - Static method in class io.aeron.archive.codecs.TaggedReplicateRequestEncoder
-
- srcRecordingIdId() - Static method in class io.aeron.archive.codecs.MigrateSegmentsRequestDecoder
-
- srcRecordingIdId() - Static method in class io.aeron.archive.codecs.MigrateSegmentsRequestEncoder
-
- srcRecordingIdId() - Static method in class io.aeron.archive.codecs.ReplicateRequest2Decoder
-
- srcRecordingIdId() - Static method in class io.aeron.archive.codecs.ReplicateRequest2Encoder
-
- srcRecordingIdId() - Static method in class io.aeron.archive.codecs.ReplicateRequestDecoder
-
- srcRecordingIdId() - Static method in class io.aeron.archive.codecs.ReplicateRequestEncoder
-
- srcRecordingIdId() - Static method in class io.aeron.archive.codecs.TaggedReplicateRequestDecoder
-
- srcRecordingIdId() - Static method in class io.aeron.archive.codecs.TaggedReplicateRequestEncoder
-
- srcRecordingIdMaxValue() - Static method in class io.aeron.archive.codecs.MigrateSegmentsRequestDecoder
-
- srcRecordingIdMaxValue() - Static method in class io.aeron.archive.codecs.MigrateSegmentsRequestEncoder
-
- srcRecordingIdMaxValue() - Static method in class io.aeron.archive.codecs.ReplicateRequest2Decoder
-
- srcRecordingIdMaxValue() - Static method in class io.aeron.archive.codecs.ReplicateRequest2Encoder
-
- srcRecordingIdMaxValue() - Static method in class io.aeron.archive.codecs.ReplicateRequestDecoder
-
- srcRecordingIdMaxValue() - Static method in class io.aeron.archive.codecs.ReplicateRequestEncoder
-
- srcRecordingIdMaxValue() - Static method in class io.aeron.archive.codecs.TaggedReplicateRequestDecoder
-
- srcRecordingIdMaxValue() - Static method in class io.aeron.archive.codecs.TaggedReplicateRequestEncoder
-
- srcRecordingIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.MigrateSegmentsRequestDecoder
-
- srcRecordingIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.MigrateSegmentsRequestEncoder
-
- srcRecordingIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.ReplicateRequest2Decoder
-
- srcRecordingIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.ReplicateRequest2Encoder
-
- srcRecordingIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.ReplicateRequestDecoder
-
- srcRecordingIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.ReplicateRequestEncoder
-
- srcRecordingIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.TaggedReplicateRequestDecoder
-
- srcRecordingIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.TaggedReplicateRequestEncoder
-
- srcRecordingIdMinValue() - Static method in class io.aeron.archive.codecs.MigrateSegmentsRequestDecoder
-
- srcRecordingIdMinValue() - Static method in class io.aeron.archive.codecs.MigrateSegmentsRequestEncoder
-
- srcRecordingIdMinValue() - Static method in class io.aeron.archive.codecs.ReplicateRequest2Decoder
-
- srcRecordingIdMinValue() - Static method in class io.aeron.archive.codecs.ReplicateRequest2Encoder
-
- srcRecordingIdMinValue() - Static method in class io.aeron.archive.codecs.ReplicateRequestDecoder
-
- srcRecordingIdMinValue() - Static method in class io.aeron.archive.codecs.ReplicateRequestEncoder
-
- srcRecordingIdMinValue() - Static method in class io.aeron.archive.codecs.TaggedReplicateRequestDecoder
-
- srcRecordingIdMinValue() - Static method in class io.aeron.archive.codecs.TaggedReplicateRequestEncoder
-
- srcRecordingIdNullValue() - Static method in class io.aeron.archive.codecs.MigrateSegmentsRequestDecoder
-
- srcRecordingIdNullValue() - Static method in class io.aeron.archive.codecs.MigrateSegmentsRequestEncoder
-
- srcRecordingIdNullValue() - Static method in class io.aeron.archive.codecs.ReplicateRequest2Decoder
-
- srcRecordingIdNullValue() - Static method in class io.aeron.archive.codecs.ReplicateRequest2Encoder
-
- srcRecordingIdNullValue() - Static method in class io.aeron.archive.codecs.ReplicateRequestDecoder
-
- srcRecordingIdNullValue() - Static method in class io.aeron.archive.codecs.ReplicateRequestEncoder
-
- srcRecordingIdNullValue() - Static method in class io.aeron.archive.codecs.TaggedReplicateRequestDecoder
-
- srcRecordingIdNullValue() - Static method in class io.aeron.archive.codecs.TaggedReplicateRequestEncoder
-
- srcRecordingIdSinceVersion() - Static method in class io.aeron.archive.codecs.MigrateSegmentsRequestDecoder
-
- srcRecordingIdSinceVersion() - Static method in class io.aeron.archive.codecs.MigrateSegmentsRequestEncoder
-
- srcRecordingIdSinceVersion() - Static method in class io.aeron.archive.codecs.ReplicateRequest2Decoder
-
- srcRecordingIdSinceVersion() - Static method in class io.aeron.archive.codecs.ReplicateRequest2Encoder
-
- srcRecordingIdSinceVersion() - Static method in class io.aeron.archive.codecs.ReplicateRequestDecoder
-
- srcRecordingIdSinceVersion() - Static method in class io.aeron.archive.codecs.ReplicateRequestEncoder
-
- srcRecordingIdSinceVersion() - Static method in class io.aeron.archive.codecs.TaggedReplicateRequestDecoder
-
- srcRecordingIdSinceVersion() - Static method in class io.aeron.archive.codecs.TaggedReplicateRequestEncoder
-
- START_TIMESTAMP_FIELD_OFFSET - Static variable in class io.aeron.CncFileDescriptor
-
Offset at which the start timestamp value for the driver can be found.
- startBoundedReplay(long, long, long, int, String, int) - Method in class io.aeron.archive.client.AeronArchive
-
Start a replay for a length in bytes of a recording from a position bounded by a position counter.
- startPosition() - Method in class io.aeron.archive.codecs.RecordingDescriptorDecoder
-
- startPosition(long) - Method in class io.aeron.archive.codecs.RecordingDescriptorEncoder
-
- startPosition() - Method in class io.aeron.archive.codecs.RecordingProgressDecoder
-
- startPosition(long) - Method in class io.aeron.archive.codecs.RecordingProgressEncoder
-
- startPosition() - Method in class io.aeron.archive.codecs.RecordingStartedDecoder
-
- startPosition(long) - Method in class io.aeron.archive.codecs.RecordingStartedEncoder
-
- startPosition() - Method in class io.aeron.archive.codecs.RecordingStoppedDecoder
-
- startPosition(long) - Method in class io.aeron.archive.codecs.RecordingStoppedEncoder
-
- startPosition - Variable in class io.aeron.archive.RecordingSummary
-
Start position of a recording captured by the archive.
- startPositionEncodingLength() - Static method in class io.aeron.archive.codecs.RecordingDescriptorDecoder
-
- startPositionEncodingLength() - Static method in class io.aeron.archive.codecs.RecordingDescriptorEncoder
-
- startPositionEncodingLength() - Static method in class io.aeron.archive.codecs.RecordingProgressDecoder
-
- startPositionEncodingLength() - Static method in class io.aeron.archive.codecs.RecordingProgressEncoder
-
- startPositionEncodingLength() - Static method in class io.aeron.archive.codecs.RecordingStartedDecoder
-
- startPositionEncodingLength() - Static method in class io.aeron.archive.codecs.RecordingStartedEncoder
-
- startPositionEncodingLength() - Static method in class io.aeron.archive.codecs.RecordingStoppedDecoder
-
- startPositionEncodingLength() - Static method in class io.aeron.archive.codecs.RecordingStoppedEncoder
-
- startPositionEncodingOffset() - Static method in class io.aeron.archive.codecs.RecordingDescriptorDecoder
-
- startPositionEncodingOffset() - Static method in class io.aeron.archive.codecs.RecordingDescriptorEncoder
-
- startPositionEncodingOffset() - Static method in class io.aeron.archive.codecs.RecordingProgressDecoder
-
- startPositionEncodingOffset() - Static method in class io.aeron.archive.codecs.RecordingProgressEncoder
-
- startPositionEncodingOffset() - Static method in class io.aeron.archive.codecs.RecordingStartedDecoder
-
- startPositionEncodingOffset() - Static method in class io.aeron.archive.codecs.RecordingStartedEncoder
-
- startPositionEncodingOffset() - Static method in class io.aeron.archive.codecs.RecordingStoppedDecoder
-
- startPositionEncodingOffset() - Static method in class io.aeron.archive.codecs.RecordingStoppedEncoder
-
- startPositionId() - Static method in class io.aeron.archive.codecs.RecordingDescriptorDecoder
-
- startPositionId() - Static method in class io.aeron.archive.codecs.RecordingDescriptorEncoder
-
- startPositionId() - Static method in class io.aeron.archive.codecs.RecordingProgressDecoder
-
- startPositionId() - Static method in class io.aeron.archive.codecs.RecordingProgressEncoder
-
- startPositionId() - Static method in class io.aeron.archive.codecs.RecordingStartedDecoder
-
- startPositionId() - Static method in class io.aeron.archive.codecs.RecordingStartedEncoder
-
- startPositionId() - Static method in class io.aeron.archive.codecs.RecordingStoppedDecoder
-
- startPositionId() - Static method in class io.aeron.archive.codecs.RecordingStoppedEncoder
-
- startPositionMaxValue() - Static method in class io.aeron.archive.codecs.RecordingDescriptorDecoder
-
- startPositionMaxValue() - Static method in class io.aeron.archive.codecs.RecordingDescriptorEncoder
-
- startPositionMaxValue() - Static method in class io.aeron.archive.codecs.RecordingProgressDecoder
-
- startPositionMaxValue() - Static method in class io.aeron.archive.codecs.RecordingProgressEncoder
-
- startPositionMaxValue() - Static method in class io.aeron.archive.codecs.RecordingStartedDecoder
-
- startPositionMaxValue() - Static method in class io.aeron.archive.codecs.RecordingStartedEncoder
-
- startPositionMaxValue() - Static method in class io.aeron.archive.codecs.RecordingStoppedDecoder
-
- startPositionMaxValue() - Static method in class io.aeron.archive.codecs.RecordingStoppedEncoder
-
- startPositionMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.RecordingDescriptorDecoder
-
- startPositionMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.RecordingDescriptorEncoder
-
- startPositionMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.RecordingProgressDecoder
-
- startPositionMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.RecordingProgressEncoder
-
- startPositionMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.RecordingStartedDecoder
-
- startPositionMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.RecordingStartedEncoder
-
- startPositionMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.RecordingStoppedDecoder
-
- startPositionMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.RecordingStoppedEncoder
-
- startPositionMinValue() - Static method in class io.aeron.archive.codecs.RecordingDescriptorDecoder
-
- startPositionMinValue() - Static method in class io.aeron.archive.codecs.RecordingDescriptorEncoder
-
- startPositionMinValue() - Static method in class io.aeron.archive.codecs.RecordingProgressDecoder
-
- startPositionMinValue() - Static method in class io.aeron.archive.codecs.RecordingProgressEncoder
-
- startPositionMinValue() - Static method in class io.aeron.archive.codecs.RecordingStartedDecoder
-
- startPositionMinValue() - Static method in class io.aeron.archive.codecs.RecordingStartedEncoder
-
- startPositionMinValue() - Static method in class io.aeron.archive.codecs.RecordingStoppedDecoder
-
- startPositionMinValue() - Static method in class io.aeron.archive.codecs.RecordingStoppedEncoder
-
- startPositionNullValue() - Static method in class io.aeron.archive.codecs.RecordingDescriptorDecoder
-
- startPositionNullValue() - Static method in class io.aeron.archive.codecs.RecordingDescriptorEncoder
-
- startPositionNullValue() - Static method in class io.aeron.archive.codecs.RecordingProgressDecoder
-
- startPositionNullValue() - Static method in class io.aeron.archive.codecs.RecordingProgressEncoder
-
- startPositionNullValue() - Static method in class io.aeron.archive.codecs.RecordingStartedDecoder
-
- startPositionNullValue() - Static method in class io.aeron.archive.codecs.RecordingStartedEncoder
-
- startPositionNullValue() - Static method in class io.aeron.archive.codecs.RecordingStoppedDecoder
-
- startPositionNullValue() - Static method in class io.aeron.archive.codecs.RecordingStoppedEncoder
-
- StartPositionRequestDecoder - Class in io.aeron.archive.codecs
-
Request the start position of a recording.
- StartPositionRequestDecoder() - Constructor for class io.aeron.archive.codecs.StartPositionRequestDecoder
-
- StartPositionRequestEncoder - Class in io.aeron.archive.codecs
-
Request the start position of a recording.
- StartPositionRequestEncoder() - Constructor for class io.aeron.archive.codecs.StartPositionRequestEncoder
-
- startPositionSinceVersion() - Static method in class io.aeron.archive.codecs.RecordingDescriptorDecoder
-
- startPositionSinceVersion() - Static method in class io.aeron.archive.codecs.RecordingDescriptorEncoder
-
- startPositionSinceVersion() - Static method in class io.aeron.archive.codecs.RecordingProgressDecoder
-
- startPositionSinceVersion() - Static method in class io.aeron.archive.codecs.RecordingProgressEncoder
-
- startPositionSinceVersion() - Static method in class io.aeron.archive.codecs.RecordingStartedDecoder
-
- startPositionSinceVersion() - Static method in class io.aeron.archive.codecs.RecordingStartedEncoder
-
- startPositionSinceVersion() - Static method in class io.aeron.archive.codecs.RecordingStoppedDecoder
-
- startPositionSinceVersion() - Static method in class io.aeron.archive.codecs.RecordingStoppedEncoder
-
- startRecording(String, int, SourceLocation) - Method in class io.aeron.archive.client.AeronArchive
-
Start recording a channel and stream pairing.
- startRecording(String, int, SourceLocation, boolean) - Method in class io.aeron.archive.client.AeronArchive
-
Start recording a channel and stream pairing.
- startRecording(String, int, SourceLocation, long, long) - Method in class io.aeron.archive.client.ArchiveProxy
-
Start recording streams for a given channel and stream id pairing.
- startRecording(String, int, SourceLocation, boolean, long, long) - Method in class io.aeron.archive.client.ArchiveProxy
-
Start recording streams for a given channel and stream id pairing.
- StartRecordingRequest2Decoder - Class in io.aeron.archive.codecs
-
Request a channel:stream be recorded with the option to auto stop when complete.
- StartRecordingRequest2Decoder() - Constructor for class io.aeron.archive.codecs.StartRecordingRequest2Decoder
-
- StartRecordingRequest2Encoder - Class in io.aeron.archive.codecs
-
Request a channel:stream be recorded with the option to auto stop when complete.
- StartRecordingRequest2Encoder() - Constructor for class io.aeron.archive.codecs.StartRecordingRequest2Encoder
-
- StartRecordingRequestDecoder - Class in io.aeron.archive.codecs
-
Request a channel:stream be recorded.
- StartRecordingRequestDecoder() - Constructor for class io.aeron.archive.codecs.StartRecordingRequestDecoder
-
- StartRecordingRequestEncoder - Class in io.aeron.archive.codecs
-
Request a channel:stream be recorded.
- StartRecordingRequestEncoder() - Constructor for class io.aeron.archive.codecs.StartRecordingRequestEncoder
-
- startReplay(long, long, long, String, int) - Method in class io.aeron.archive.client.AeronArchive
-
Start a replay for a length in bytes of a recording from a position.
- startTimestamp() - Method in class io.aeron.archive.codecs.mark.MarkFileHeaderDecoder
-
- startTimestamp(long) - Method in class io.aeron.archive.codecs.mark.MarkFileHeaderEncoder
-
- startTimestamp() - Method in class io.aeron.archive.codecs.RecordingDescriptorDecoder
-
- startTimestamp(long) - Method in class io.aeron.archive.codecs.RecordingDescriptorEncoder
-
- startTimestampEncodingLength() - Static method in class io.aeron.archive.codecs.mark.MarkFileHeaderDecoder
-
- startTimestampEncodingLength() - Static method in class io.aeron.archive.codecs.mark.MarkFileHeaderEncoder
-
- startTimestampEncodingLength() - Static method in class io.aeron.archive.codecs.RecordingDescriptorDecoder
-
- startTimestampEncodingLength() - Static method in class io.aeron.archive.codecs.RecordingDescriptorEncoder
-
- startTimestampEncodingOffset() - Static method in class io.aeron.archive.codecs.mark.MarkFileHeaderDecoder
-
- startTimestampEncodingOffset() - Static method in class io.aeron.archive.codecs.mark.MarkFileHeaderEncoder
-
- startTimestampEncodingOffset() - Static method in class io.aeron.archive.codecs.RecordingDescriptorDecoder
-
- startTimestampEncodingOffset() - Static method in class io.aeron.archive.codecs.RecordingDescriptorEncoder
-
- startTimestampId() - Static method in class io.aeron.archive.codecs.mark.MarkFileHeaderDecoder
-
- startTimestampId() - Static method in class io.aeron.archive.codecs.mark.MarkFileHeaderEncoder
-
- startTimestampId() - Static method in class io.aeron.archive.codecs.RecordingDescriptorDecoder
-
- startTimestampId() - Static method in class io.aeron.archive.codecs.RecordingDescriptorEncoder
-
- startTimestampMaxValue() - Static method in class io.aeron.archive.codecs.mark.MarkFileHeaderDecoder
-
- startTimestampMaxValue() - Static method in class io.aeron.archive.codecs.mark.MarkFileHeaderEncoder
-
- startTimestampMaxValue() - Static method in class io.aeron.archive.codecs.RecordingDescriptorDecoder
-
- startTimestampMaxValue() - Static method in class io.aeron.archive.codecs.RecordingDescriptorEncoder
-
- startTimestampMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.mark.MarkFileHeaderDecoder
-
- startTimestampMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.mark.MarkFileHeaderEncoder
-
- startTimestampMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.RecordingDescriptorDecoder
-
- startTimestampMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.RecordingDescriptorEncoder
-
- startTimestampMinValue() - Static method in class io.aeron.archive.codecs.mark.MarkFileHeaderDecoder
-
- startTimestampMinValue() - Static method in class io.aeron.archive.codecs.mark.MarkFileHeaderEncoder
-
- startTimestampMinValue() - Static method in class io.aeron.archive.codecs.RecordingDescriptorDecoder
-
- startTimestampMinValue() - Static method in class io.aeron.archive.codecs.RecordingDescriptorEncoder
-
- startTimestampMs(DirectBuffer) - Static method in class io.aeron.CncFileDescriptor
-
Get the start timestamp in milliseconds for the media driver.
- startTimestampNullValue() - Static method in class io.aeron.archive.codecs.mark.MarkFileHeaderDecoder
-
- startTimestampNullValue() - Static method in class io.aeron.archive.codecs.mark.MarkFileHeaderEncoder
-
- startTimestampNullValue() - Static method in class io.aeron.archive.codecs.RecordingDescriptorDecoder
-
- startTimestampNullValue() - Static method in class io.aeron.archive.codecs.RecordingDescriptorEncoder
-
- startTimestampOffset(int) - Static method in class io.aeron.CncFileDescriptor
-
Offset in the buffer at which the driver start time timestamp field exists.
- startTimestampSinceVersion() - Static method in class io.aeron.archive.codecs.mark.MarkFileHeaderDecoder
-
- startTimestampSinceVersion() - Static method in class io.aeron.archive.codecs.mark.MarkFileHeaderEncoder
-
- startTimestampSinceVersion() - Static method in class io.aeron.archive.codecs.RecordingDescriptorDecoder
-
- startTimestampSinceVersion() - Static method in class io.aeron.archive.codecs.RecordingDescriptorEncoder
-
- state() - Method in class io.aeron.archive.codecs.RecordingDescriptorHeaderDecoder
-
- state(RecordingState) - Method in class io.aeron.archive.codecs.RecordingDescriptorHeaderEncoder
-
- state() - Method in class io.aeron.status.ReadableCounter
-
Return the state of the counter.
- stateEncodingLength() - Static method in class io.aeron.archive.codecs.RecordingDescriptorHeaderDecoder
-
- stateEncodingLength() - Static method in class io.aeron.archive.codecs.RecordingDescriptorHeaderEncoder
-
- stateEncodingOffset() - Static method in class io.aeron.archive.codecs.RecordingDescriptorHeaderDecoder
-
- stateEncodingOffset() - Static method in class io.aeron.archive.codecs.RecordingDescriptorHeaderEncoder
-
- stateId() - Static method in class io.aeron.archive.codecs.RecordingDescriptorHeaderDecoder
-
- stateId() - Static method in class io.aeron.archive.codecs.RecordingDescriptorHeaderEncoder
-
- stateMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.RecordingDescriptorHeaderDecoder
-
- stateMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.RecordingDescriptorHeaderEncoder
-
- stateRaw() - Method in class io.aeron.archive.codecs.RecordingDescriptorHeaderDecoder
-
- stateSinceVersion() - Static method in class io.aeron.archive.codecs.RecordingDescriptorHeaderDecoder
-
- stateSinceVersion() - Static method in class io.aeron.archive.codecs.RecordingDescriptorHeaderEncoder
-
- StaticDelayGenerator - Class in io.aeron.driver
-
Delay generator that simply returns a constant value (such as 0)
- StaticDelayGenerator(long, boolean) - Constructor for class io.aeron.driver.StaticDelayGenerator
-
Create a delayInNs generator that uses the specified delayInNs.
- StaticWindowCongestionControl - Class in io.aeron.driver
-
- StaticWindowCongestionControl(long, UdpChannel, int, int, int, int, InetSocketAddress, InetSocketAddress, NanoClock, MediaDriver.Context, CountersManager) - Constructor for class io.aeron.driver.StaticWindowCongestionControl
-
Construct a new
CongestionControl
instance for a received stream image using a static window algorithm.
- status(long) - Static method in class io.aeron.status.ChannelEndpointStatus
-
String representation of the channel status.
- STATUS_MESSAGE_TIMEOUT_DEFAULT_NS - Static variable in class io.aeron.driver.Configuration
-
Max timeout between Status messages (SM)s.
- STATUS_MESSAGE_TIMEOUT_PROP_NAME - Static variable in class io.aeron.driver.Configuration
-
Status message timeout in nanoseconds after which one will be sent when data flow does has not triggered one.
- statusIndicatorCounter() - Method in class io.aeron.driver.media.ReceiveChannelEndpoint
-
Counter which indicates the status of the channel.
- statusIndicatorCounterId() - Method in class io.aeron.driver.media.SendChannelEndpoint
-
Counter id of the channel status indicator counter.
- statusIndicatorId() - Method in exception io.aeron.exceptions.ChannelEndpointException
-
Return the id for the counter associated with the channel endpoint.
- statusMessageBuffer() - Method in class io.aeron.driver.media.ReceiveChannelEndpointThreadLocals
-
Buffer for writing status messages to send.
- statusMessageFlyweight() - Method in class io.aeron.driver.media.ReceiveChannelEndpointThreadLocals
-
- StatusMessageFlyweight - Class in io.aeron.protocol
-
Flyweight for a Status Message Frame.
- StatusMessageFlyweight() - Constructor for class io.aeron.protocol.StatusMessageFlyweight
-
Default constructor which can later be use to wrap a frame.
- StatusMessageFlyweight(ByteBuffer) - Constructor for class io.aeron.protocol.StatusMessageFlyweight
-
Construct the flyweight over a frame.
- StatusMessageFlyweight(UnsafeBuffer) - Constructor for class io.aeron.protocol.StatusMessageFlyweight
-
Construct the flyweight over a frame.
- statusMessageTimeoutNs() - Static method in class io.aeron.driver.Configuration
-
Status message timeout in nanoseconds after which one will be sent when data flow does has not triggered one.
- statusMessageTimeoutNs() - Method in class io.aeron.driver.MediaDriver.Context
-
Time in nanoseconds after which a status message will be sent if data is flowing slowly.
- statusMessageTimeoutNs(long) - Method in class io.aeron.driver.MediaDriver.Context
-
Time in nanoseconds after which a status message will be sent if data is flowing slowly.
- StatusUtil - Class in io.aeron.driver.status
-
Functions for working with status counters.
- StatusUtil() - Constructor for class io.aeron.driver.status.StatusUtil
-
- step() - Method in class io.aeron.archive.client.AeronArchive.AsyncConnect
-
Get the index of the current step.
- stopAllReplays(long) - Method in class io.aeron.archive.client.AeronArchive
-
Stop all replay sessions for a given recording Id or all replays in general.
- stopAllReplays(long, long, long) - Method in class io.aeron.archive.client.ArchiveProxy
-
Stop any existing replay sessions for recording Id or all replay sessions regardless of recording Id.
- StopAllReplaysRequestDecoder - Class in io.aeron.archive.codecs
-
Stop all active replays.
- StopAllReplaysRequestDecoder() - Constructor for class io.aeron.archive.codecs.StopAllReplaysRequestDecoder
-
- StopAllReplaysRequestEncoder - Class in io.aeron.archive.codecs
-
Stop all active replays.
- StopAllReplaysRequestEncoder() - Constructor for class io.aeron.archive.codecs.StopAllReplaysRequestEncoder
-
- stopPosition() - Method in class io.aeron.archive.codecs.RecordingDescriptorDecoder
-
- stopPosition(long) - Method in class io.aeron.archive.codecs.RecordingDescriptorEncoder
-
- stopPosition() - Method in class io.aeron.archive.codecs.RecordingStoppedDecoder
-
- stopPosition(long) - Method in class io.aeron.archive.codecs.RecordingStoppedEncoder
-
- stopPosition() - Method in class io.aeron.archive.codecs.ReplicateRequest2Decoder
-
- stopPosition(long) - Method in class io.aeron.archive.codecs.ReplicateRequest2Encoder
-
- stopPosition - Variable in class io.aeron.archive.RecordingSummary
-
Stop position of a recording.
- stopPositionEncodingLength() - Static method in class io.aeron.archive.codecs.RecordingDescriptorDecoder
-
- stopPositionEncodingLength() - Static method in class io.aeron.archive.codecs.RecordingDescriptorEncoder
-
- stopPositionEncodingLength() - Static method in class io.aeron.archive.codecs.RecordingStoppedDecoder
-
- stopPositionEncodingLength() - Static method in class io.aeron.archive.codecs.RecordingStoppedEncoder
-
- stopPositionEncodingLength() - Static method in class io.aeron.archive.codecs.ReplicateRequest2Decoder
-
- stopPositionEncodingLength() - Static method in class io.aeron.archive.codecs.ReplicateRequest2Encoder
-
- stopPositionEncodingOffset() - Static method in class io.aeron.archive.codecs.RecordingDescriptorDecoder
-
- stopPositionEncodingOffset() - Static method in class io.aeron.archive.codecs.RecordingDescriptorEncoder
-
- stopPositionEncodingOffset() - Static method in class io.aeron.archive.codecs.RecordingStoppedDecoder
-
- stopPositionEncodingOffset() - Static method in class io.aeron.archive.codecs.RecordingStoppedEncoder
-
- stopPositionEncodingOffset() - Static method in class io.aeron.archive.codecs.ReplicateRequest2Decoder
-
- stopPositionEncodingOffset() - Static method in class io.aeron.archive.codecs.ReplicateRequest2Encoder
-
- stopPositionId() - Static method in class io.aeron.archive.codecs.RecordingDescriptorDecoder
-
- stopPositionId() - Static method in class io.aeron.archive.codecs.RecordingDescriptorEncoder
-
- stopPositionId() - Static method in class io.aeron.archive.codecs.RecordingStoppedDecoder
-
- stopPositionId() - Static method in class io.aeron.archive.codecs.RecordingStoppedEncoder
-
- stopPositionId() - Static method in class io.aeron.archive.codecs.ReplicateRequest2Decoder
-
- stopPositionId() - Static method in class io.aeron.archive.codecs.ReplicateRequest2Encoder
-
- stopPositionMaxValue() - Static method in class io.aeron.archive.codecs.RecordingDescriptorDecoder
-
- stopPositionMaxValue() - Static method in class io.aeron.archive.codecs.RecordingDescriptorEncoder
-
- stopPositionMaxValue() - Static method in class io.aeron.archive.codecs.RecordingStoppedDecoder
-
- stopPositionMaxValue() - Static method in class io.aeron.archive.codecs.RecordingStoppedEncoder
-
- stopPositionMaxValue() - Static method in class io.aeron.archive.codecs.ReplicateRequest2Decoder
-
- stopPositionMaxValue() - Static method in class io.aeron.archive.codecs.ReplicateRequest2Encoder
-
- stopPositionMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.RecordingDescriptorDecoder
-
- stopPositionMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.RecordingDescriptorEncoder
-
- stopPositionMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.RecordingStoppedDecoder
-
- stopPositionMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.RecordingStoppedEncoder
-
- stopPositionMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.ReplicateRequest2Decoder
-
- stopPositionMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.ReplicateRequest2Encoder
-
- stopPositionMinValue() - Static method in class io.aeron.archive.codecs.RecordingDescriptorDecoder
-
- stopPositionMinValue() - Static method in class io.aeron.archive.codecs.RecordingDescriptorEncoder
-
- stopPositionMinValue() - Static method in class io.aeron.archive.codecs.RecordingStoppedDecoder
-
- stopPositionMinValue() - Static method in class io.aeron.archive.codecs.RecordingStoppedEncoder
-
- stopPositionMinValue() - Static method in class io.aeron.archive.codecs.ReplicateRequest2Decoder
-
- stopPositionMinValue() - Static method in class io.aeron.archive.codecs.ReplicateRequest2Encoder
-
- stopPositionNullValue() - Static method in class io.aeron.archive.codecs.RecordingDescriptorDecoder
-
- stopPositionNullValue() - Static method in class io.aeron.archive.codecs.RecordingDescriptorEncoder
-
- stopPositionNullValue() - Static method in class io.aeron.archive.codecs.RecordingStoppedDecoder
-
- stopPositionNullValue() - Static method in class io.aeron.archive.codecs.RecordingStoppedEncoder
-
- stopPositionNullValue() - Static method in class io.aeron.archive.codecs.ReplicateRequest2Decoder
-
- stopPositionNullValue() - Static method in class io.aeron.archive.codecs.ReplicateRequest2Encoder
-
- StopPositionRequestDecoder - Class in io.aeron.archive.codecs
-
Request the stop position of a recording.
- StopPositionRequestDecoder() - Constructor for class io.aeron.archive.codecs.StopPositionRequestDecoder
-
- StopPositionRequestEncoder - Class in io.aeron.archive.codecs
-
Request the stop position of a recording.
- StopPositionRequestEncoder() - Constructor for class io.aeron.archive.codecs.StopPositionRequestEncoder
-
- stopPositionSinceVersion() - Static method in class io.aeron.archive.codecs.RecordingDescriptorDecoder
-
- stopPositionSinceVersion() - Static method in class io.aeron.archive.codecs.RecordingDescriptorEncoder
-
- stopPositionSinceVersion() - Static method in class io.aeron.archive.codecs.RecordingStoppedDecoder
-
- stopPositionSinceVersion() - Static method in class io.aeron.archive.codecs.RecordingStoppedEncoder
-
- stopPositionSinceVersion() - Static method in class io.aeron.archive.codecs.ReplicateRequest2Decoder
-
- stopPositionSinceVersion() - Static method in class io.aeron.archive.codecs.ReplicateRequest2Encoder
-
- stopRecording(String, int) - Method in class io.aeron.archive.client.AeronArchive
-
Stop recording for a channel and stream pairing.
- stopRecording(long) - Method in class io.aeron.archive.client.AeronArchive
-
- stopRecording(Publication) - Method in class io.aeron.archive.client.AeronArchive
-
Stop recording a sessionId specific recording that pertains to the given
Publication
.
- stopRecording(String, int, long, long) - Method in class io.aeron.archive.client.ArchiveProxy
-
Stop an active recording.
- stopRecording(long, long, long) - Method in class io.aeron.archive.client.ArchiveProxy
-
- stopRecordingByIdentity(long, long, long) - Method in class io.aeron.archive.client.ArchiveProxy
-
Stop an active recording by the recording id.
- StopRecordingByIdentityRequestDecoder - Class in io.aeron.archive.codecs
-
Try and stop an active recording by its identity.
- StopRecordingByIdentityRequestDecoder() - Constructor for class io.aeron.archive.codecs.StopRecordingByIdentityRequestDecoder
-
- StopRecordingByIdentityRequestEncoder - Class in io.aeron.archive.codecs
-
Try and stop an active recording by its identity.
- StopRecordingByIdentityRequestEncoder() - Constructor for class io.aeron.archive.codecs.StopRecordingByIdentityRequestEncoder
-
- StopRecordingRequestDecoder - Class in io.aeron.archive.codecs
-
Request a channel:stream stop recording.
- StopRecordingRequestDecoder() - Constructor for class io.aeron.archive.codecs.StopRecordingRequestDecoder
-
- StopRecordingRequestEncoder - Class in io.aeron.archive.codecs
-
Request a channel:stream stop recording.
- StopRecordingRequestEncoder() - Constructor for class io.aeron.archive.codecs.StopRecordingRequestEncoder
-
- StopRecordingSubscriptionRequestDecoder - Class in io.aeron.archive.codecs
-
Request a subscription stop recording.
- StopRecordingSubscriptionRequestDecoder() - Constructor for class io.aeron.archive.codecs.StopRecordingSubscriptionRequestDecoder
-
- StopRecordingSubscriptionRequestEncoder - Class in io.aeron.archive.codecs
-
Request a subscription stop recording.
- StopRecordingSubscriptionRequestEncoder() - Constructor for class io.aeron.archive.codecs.StopRecordingSubscriptionRequestEncoder
-
- stopReplay(long) - Method in class io.aeron.archive.client.AeronArchive
-
Stop a replay session.
- stopReplay(long, long, long) - Method in class io.aeron.archive.client.ArchiveProxy
-
Stop an existing replay session.
- StopReplayRequestDecoder - Class in io.aeron.archive.codecs
-
Stop active Replay request.
- StopReplayRequestDecoder() - Constructor for class io.aeron.archive.codecs.StopReplayRequestDecoder
-
- StopReplayRequestEncoder - Class in io.aeron.archive.codecs
-
Stop active Replay request.
- StopReplayRequestEncoder() - Constructor for class io.aeron.archive.codecs.StopReplayRequestEncoder
-
- stopReplication(long) - Method in class io.aeron.archive.client.AeronArchive
-
- stopReplication(long, long, long) - Method in class io.aeron.archive.client.ArchiveProxy
-
Stop an active replication by the registration id it was registered with.
- StopReplicationRequestDecoder - Class in io.aeron.archive.codecs
-
Stop active replication session.
- StopReplicationRequestDecoder() - Constructor for class io.aeron.archive.codecs.StopReplicationRequestDecoder
-
- StopReplicationRequestEncoder - Class in io.aeron.archive.codecs
-
Stop active replication session.
- StopReplicationRequestEncoder() - Constructor for class io.aeron.archive.codecs.StopReplicationRequestEncoder
-
- stopTimestamp() - Method in class io.aeron.archive.codecs.RecordingDescriptorDecoder
-
- stopTimestamp(long) - Method in class io.aeron.archive.codecs.RecordingDescriptorEncoder
-
- stopTimestampEncodingLength() - Static method in class io.aeron.archive.codecs.RecordingDescriptorDecoder
-
- stopTimestampEncodingLength() - Static method in class io.aeron.archive.codecs.RecordingDescriptorEncoder
-
- stopTimestampEncodingOffset() - Static method in class io.aeron.archive.codecs.RecordingDescriptorDecoder
-
- stopTimestampEncodingOffset() - Static method in class io.aeron.archive.codecs.RecordingDescriptorEncoder
-
- stopTimestampId() - Static method in class io.aeron.archive.codecs.RecordingDescriptorDecoder
-
- stopTimestampId() - Static method in class io.aeron.archive.codecs.RecordingDescriptorEncoder
-
- stopTimestampMaxValue() - Static method in class io.aeron.archive.codecs.RecordingDescriptorDecoder
-
- stopTimestampMaxValue() - Static method in class io.aeron.archive.codecs.RecordingDescriptorEncoder
-
- stopTimestampMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.RecordingDescriptorDecoder
-
- stopTimestampMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.RecordingDescriptorEncoder
-
- stopTimestampMinValue() - Static method in class io.aeron.archive.codecs.RecordingDescriptorDecoder
-
- stopTimestampMinValue() - Static method in class io.aeron.archive.codecs.RecordingDescriptorEncoder
-
- stopTimestampNullValue() - Static method in class io.aeron.archive.codecs.RecordingDescriptorDecoder
-
- stopTimestampNullValue() - Static method in class io.aeron.archive.codecs.RecordingDescriptorEncoder
-
- stopTimestampSinceVersion() - Static method in class io.aeron.archive.codecs.RecordingDescriptorDecoder
-
- stopTimestampSinceVersion() - Static method in class io.aeron.archive.codecs.RecordingDescriptorEncoder
-
- STORAGE_SPACE - Static variable in exception io.aeron.archive.client.ArchiveException
-
The archive storage is at minimum threshold or exhausted.
- storeDefaultFrameHeader(UnsafeBuffer, DirectBuffer) - Static method in class io.aeron.logbuffer.LogBufferDescriptor
-
Store the default frame header to the log meta data buffer.
- STREAM_ID - Static variable in class io.aeron.samples.SampleConfiguration
-
- STREAM_ID_FIELD_OFFSET - Static variable in class io.aeron.protocol.DataHeaderFlyweight
-
Offset in the frame at which the stream-id field begins.
- STREAM_ID_OFFSET - Static variable in class io.aeron.driver.reports.LossReport
-
Offset within an entry at which the stream id field begins.
- STREAM_ID_OFFSET - Static variable in class io.aeron.driver.status.StreamCounter
-
Offset in the key meta data for the stream id of the counter.
- STREAM_ID_PROP - Static variable in class io.aeron.samples.SampleConfiguration
-
- StreamBacklog() - Constructor for class io.aeron.samples.BacklogStat.StreamBacklog
-
- StreamCompositeKey(int, int, String) - Constructor for class io.aeron.samples.BacklogStat.StreamCompositeKey
-
Construct a key to represent a unique stream.
- StreamCompositeKey(int, int, String) - Constructor for class io.aeron.samples.StreamStat.StreamCompositeKey
-
Construct a new key representing a unique stream.
- streamCount() - Method in class io.aeron.driver.media.ReceiveChannelEndpoint
-
Total count of the streams.
- StreamCounter - Class in io.aeron.driver.status
-
Allocates counters on a stream of messages.
- StreamCounter() - Constructor for class io.aeron.driver.status.StreamCounter
-
- streamId() - Method in class io.aeron.archive.codecs.ExtendRecordingRequest2Decoder
-
- streamId(int) - Method in class io.aeron.archive.codecs.ExtendRecordingRequest2Encoder
-
- streamId() - Method in class io.aeron.archive.codecs.ExtendRecordingRequestDecoder
-
- streamId(int) - Method in class io.aeron.archive.codecs.ExtendRecordingRequestEncoder
-
- streamId() - Method in class io.aeron.archive.codecs.FindLastMatchingRecordingRequestDecoder
-
- streamId(int) - Method in class io.aeron.archive.codecs.FindLastMatchingRecordingRequestEncoder
-
- streamId() - Method in class io.aeron.archive.codecs.ListRecordingsForUriRequestDecoder
-
- streamId(int) - Method in class io.aeron.archive.codecs.ListRecordingsForUriRequestEncoder
-
- streamId() - Method in class io.aeron.archive.codecs.ListRecordingSubscriptionsRequestDecoder
-
- streamId(int) - Method in class io.aeron.archive.codecs.ListRecordingSubscriptionsRequestEncoder
-
- streamId() - Method in class io.aeron.archive.codecs.RecordingDescriptorDecoder
-
- streamId(int) - Method in class io.aeron.archive.codecs.RecordingDescriptorEncoder
-
- streamId() - Method in class io.aeron.archive.codecs.RecordingStartedDecoder
-
- streamId(int) - Method in class io.aeron.archive.codecs.RecordingStartedEncoder
-
- streamId() - Method in class io.aeron.archive.codecs.RecordingSubscriptionDescriptorDecoder
-
- streamId(int) - Method in class io.aeron.archive.codecs.RecordingSubscriptionDescriptorEncoder
-
- streamId() - Method in class io.aeron.archive.codecs.StartRecordingRequest2Decoder
-
- streamId(int) - Method in class io.aeron.archive.codecs.StartRecordingRequest2Encoder
-
- streamId() - Method in class io.aeron.archive.codecs.StartRecordingRequestDecoder
-
- streamId(int) - Method in class io.aeron.archive.codecs.StartRecordingRequestEncoder
-
- streamId() - Method in class io.aeron.archive.codecs.StopRecordingRequestDecoder
-
- streamId(int) - Method in class io.aeron.archive.codecs.StopRecordingRequestEncoder
-
- streamId - Variable in class io.aeron.archive.RecordingSummary
-
The stream-id of the recorded stream.
- streamId() - Method in class io.aeron.command.ImageBuffersReadyFlyweight
-
The stream id field.
- streamId(int) - Method in class io.aeron.command.ImageBuffersReadyFlyweight
-
Set stream id field.
- streamId() - Method in class io.aeron.command.ImageMessageFlyweight
-
The stream id field.
- streamId(int) - Method in class io.aeron.command.ImageMessageFlyweight
-
Set the stream id field.
- streamId() - Method in class io.aeron.command.PublicationBuffersReadyFlyweight
-
Get the stream id field.
- streamId(int) - Method in class io.aeron.command.PublicationBuffersReadyFlyweight
-
Set the stream id field.
- streamId() - Method in class io.aeron.command.PublicationMessageFlyweight
-
Get the stream id field.
- streamId(int) - Method in class io.aeron.command.PublicationMessageFlyweight
-
Set the stream id field.
- streamId() - Method in class io.aeron.command.SubscriptionMessageFlyweight
-
Get the stream id.
- streamId(int) - Method in class io.aeron.command.SubscriptionMessageFlyweight
-
Set the stream id.
- streamId() - Method in class io.aeron.driver.IpcPublication
-
Stream id within the channel.
- streamId() - Method in class io.aeron.driver.NetworkPublication
-
Stream id within the channel.
- streamId() - Method in class io.aeron.driver.PublicationImage
-
The stream id of this image within a channel.
- streamId() - Method in class io.aeron.driver.SubscriptionLink
-
Stream id the subscription is on.
- streamId() - Method in class io.aeron.logbuffer.Header
-
The stream ID to which the frame belongs.
- streamId() - Method in class io.aeron.protocol.DataHeaderFlyweight
-
Get the stream-id field from the header.
- streamId(UnsafeBuffer, int) - Static method in class io.aeron.protocol.DataHeaderFlyweight
-
Get the stream-id field from the header.
- streamId(int) - Method in class io.aeron.protocol.DataHeaderFlyweight
-
Set the stream-id field in the header.
- streamId() - Method in class io.aeron.protocol.NakFlyweight
-
The stream-id for the stream.
- streamId(int) - Method in class io.aeron.protocol.NakFlyweight
-
Set stream-id for the stream.
- streamId() - Method in class io.aeron.protocol.RttMeasurementFlyweight
-
The stream-id for the stream.
- streamId(int) - Method in class io.aeron.protocol.RttMeasurementFlyweight
-
Set stream-id for the stream.
- streamId() - Method in class io.aeron.protocol.SetupFlyweight
-
Get stream id field.
- streamId(int) - Method in class io.aeron.protocol.SetupFlyweight
-
Set stream id field.
- streamId() - Method in class io.aeron.protocol.StatusMessageFlyweight
-
The stream-id for the stream.
- streamId(int) - Method in class io.aeron.protocol.StatusMessageFlyweight
-
Set the session-id for the stream.
- streamId() - Method in class io.aeron.Publication
-
Stream identity for scoping within the channel media address.
- streamId() - Method in class io.aeron.samples.BacklogStat.StreamCompositeKey
-
The stream id within a channel.
- streamId() - Method in class io.aeron.samples.StreamStat.StreamCompositeKey
-
The stream id within a channel.
- streamId() - Method in class io.aeron.Subscription
-
Stream identity for scoping within the channel media address.
- streamIdEncodingLength() - Static method in class io.aeron.archive.codecs.ExtendRecordingRequest2Decoder
-
- streamIdEncodingLength() - Static method in class io.aeron.archive.codecs.ExtendRecordingRequest2Encoder
-
- streamIdEncodingLength() - Static method in class io.aeron.archive.codecs.ExtendRecordingRequestDecoder
-
- streamIdEncodingLength() - Static method in class io.aeron.archive.codecs.ExtendRecordingRequestEncoder
-
- streamIdEncodingLength() - Static method in class io.aeron.archive.codecs.FindLastMatchingRecordingRequestDecoder
-
- streamIdEncodingLength() - Static method in class io.aeron.archive.codecs.FindLastMatchingRecordingRequestEncoder
-
- streamIdEncodingLength() - Static method in class io.aeron.archive.codecs.ListRecordingsForUriRequestDecoder
-
- streamIdEncodingLength() - Static method in class io.aeron.archive.codecs.ListRecordingsForUriRequestEncoder
-
- streamIdEncodingLength() - Static method in class io.aeron.archive.codecs.ListRecordingSubscriptionsRequestDecoder
-
- streamIdEncodingLength() - Static method in class io.aeron.archive.codecs.ListRecordingSubscriptionsRequestEncoder
-
- streamIdEncodingLength() - Static method in class io.aeron.archive.codecs.RecordingDescriptorDecoder
-
- streamIdEncodingLength() - Static method in class io.aeron.archive.codecs.RecordingDescriptorEncoder
-
- streamIdEncodingLength() - Static method in class io.aeron.archive.codecs.RecordingStartedDecoder
-
- streamIdEncodingLength() - Static method in class io.aeron.archive.codecs.RecordingStartedEncoder
-
- streamIdEncodingLength() - Static method in class io.aeron.archive.codecs.RecordingSubscriptionDescriptorDecoder
-
- streamIdEncodingLength() - Static method in class io.aeron.archive.codecs.RecordingSubscriptionDescriptorEncoder
-
- streamIdEncodingLength() - Static method in class io.aeron.archive.codecs.StartRecordingRequest2Decoder
-
- streamIdEncodingLength() - Static method in class io.aeron.archive.codecs.StartRecordingRequest2Encoder
-
- streamIdEncodingLength() - Static method in class io.aeron.archive.codecs.StartRecordingRequestDecoder
-
- streamIdEncodingLength() - Static method in class io.aeron.archive.codecs.StartRecordingRequestEncoder
-
- streamIdEncodingLength() - Static method in class io.aeron.archive.codecs.StopRecordingRequestDecoder
-
- streamIdEncodingLength() - Static method in class io.aeron.archive.codecs.StopRecordingRequestEncoder
-
- streamIdEncodingOffset() - Static method in class io.aeron.archive.codecs.ExtendRecordingRequest2Decoder
-
- streamIdEncodingOffset() - Static method in class io.aeron.archive.codecs.ExtendRecordingRequest2Encoder
-
- streamIdEncodingOffset() - Static method in class io.aeron.archive.codecs.ExtendRecordingRequestDecoder
-
- streamIdEncodingOffset() - Static method in class io.aeron.archive.codecs.ExtendRecordingRequestEncoder
-
- streamIdEncodingOffset() - Static method in class io.aeron.archive.codecs.FindLastMatchingRecordingRequestDecoder
-
- streamIdEncodingOffset() - Static method in class io.aeron.archive.codecs.FindLastMatchingRecordingRequestEncoder
-
- streamIdEncodingOffset() - Static method in class io.aeron.archive.codecs.ListRecordingsForUriRequestDecoder
-
- streamIdEncodingOffset() - Static method in class io.aeron.archive.codecs.ListRecordingsForUriRequestEncoder
-
- streamIdEncodingOffset() - Static method in class io.aeron.archive.codecs.ListRecordingSubscriptionsRequestDecoder
-
- streamIdEncodingOffset() - Static method in class io.aeron.archive.codecs.ListRecordingSubscriptionsRequestEncoder
-
- streamIdEncodingOffset() - Static method in class io.aeron.archive.codecs.RecordingDescriptorDecoder
-
- streamIdEncodingOffset() - Static method in class io.aeron.archive.codecs.RecordingDescriptorEncoder
-
- streamIdEncodingOffset() - Static method in class io.aeron.archive.codecs.RecordingStartedDecoder
-
- streamIdEncodingOffset() - Static method in class io.aeron.archive.codecs.RecordingStartedEncoder
-
- streamIdEncodingOffset() - Static method in class io.aeron.archive.codecs.RecordingSubscriptionDescriptorDecoder
-
- streamIdEncodingOffset() - Static method in class io.aeron.archive.codecs.RecordingSubscriptionDescriptorEncoder
-
- streamIdEncodingOffset() - Static method in class io.aeron.archive.codecs.StartRecordingRequest2Decoder
-
- streamIdEncodingOffset() - Static method in class io.aeron.archive.codecs.StartRecordingRequest2Encoder
-
- streamIdEncodingOffset() - Static method in class io.aeron.archive.codecs.StartRecordingRequestDecoder
-
- streamIdEncodingOffset() - Static method in class io.aeron.archive.codecs.StartRecordingRequestEncoder
-
- streamIdEncodingOffset() - Static method in class io.aeron.archive.codecs.StopRecordingRequestDecoder
-
- streamIdEncodingOffset() - Static method in class io.aeron.archive.codecs.StopRecordingRequestEncoder
-
- streamIdId() - Static method in class io.aeron.archive.codecs.ExtendRecordingRequest2Decoder
-
- streamIdId() - Static method in class io.aeron.archive.codecs.ExtendRecordingRequest2Encoder
-
- streamIdId() - Static method in class io.aeron.archive.codecs.ExtendRecordingRequestDecoder
-
- streamIdId() - Static method in class io.aeron.archive.codecs.ExtendRecordingRequestEncoder
-
- streamIdId() - Static method in class io.aeron.archive.codecs.FindLastMatchingRecordingRequestDecoder
-
- streamIdId() - Static method in class io.aeron.archive.codecs.FindLastMatchingRecordingRequestEncoder
-
- streamIdId() - Static method in class io.aeron.archive.codecs.ListRecordingsForUriRequestDecoder
-
- streamIdId() - Static method in class io.aeron.archive.codecs.ListRecordingsForUriRequestEncoder
-
- streamIdId() - Static method in class io.aeron.archive.codecs.ListRecordingSubscriptionsRequestDecoder
-
- streamIdId() - Static method in class io.aeron.archive.codecs.ListRecordingSubscriptionsRequestEncoder
-
- streamIdId() - Static method in class io.aeron.archive.codecs.RecordingDescriptorDecoder
-
- streamIdId() - Static method in class io.aeron.archive.codecs.RecordingDescriptorEncoder
-
- streamIdId() - Static method in class io.aeron.archive.codecs.RecordingStartedDecoder
-
- streamIdId() - Static method in class io.aeron.archive.codecs.RecordingStartedEncoder
-
- streamIdId() - Static method in class io.aeron.archive.codecs.RecordingSubscriptionDescriptorDecoder
-
- streamIdId() - Static method in class io.aeron.archive.codecs.RecordingSubscriptionDescriptorEncoder
-
- streamIdId() - Static method in class io.aeron.archive.codecs.StartRecordingRequest2Decoder
-
- streamIdId() - Static method in class io.aeron.archive.codecs.StartRecordingRequest2Encoder
-
- streamIdId() - Static method in class io.aeron.archive.codecs.StartRecordingRequestDecoder
-
- streamIdId() - Static method in class io.aeron.archive.codecs.StartRecordingRequestEncoder
-
- streamIdId() - Static method in class io.aeron.archive.codecs.StopRecordingRequestDecoder
-
- streamIdId() - Static method in class io.aeron.archive.codecs.StopRecordingRequestEncoder
-
- streamIdMaxValue() - Static method in class io.aeron.archive.codecs.ExtendRecordingRequest2Decoder
-
- streamIdMaxValue() - Static method in class io.aeron.archive.codecs.ExtendRecordingRequest2Encoder
-
- streamIdMaxValue() - Static method in class io.aeron.archive.codecs.ExtendRecordingRequestDecoder
-
- streamIdMaxValue() - Static method in class io.aeron.archive.codecs.ExtendRecordingRequestEncoder
-
- streamIdMaxValue() - Static method in class io.aeron.archive.codecs.FindLastMatchingRecordingRequestDecoder
-
- streamIdMaxValue() - Static method in class io.aeron.archive.codecs.FindLastMatchingRecordingRequestEncoder
-
- streamIdMaxValue() - Static method in class io.aeron.archive.codecs.ListRecordingsForUriRequestDecoder
-
- streamIdMaxValue() - Static method in class io.aeron.archive.codecs.ListRecordingsForUriRequestEncoder
-
- streamIdMaxValue() - Static method in class io.aeron.archive.codecs.ListRecordingSubscriptionsRequestDecoder
-
- streamIdMaxValue() - Static method in class io.aeron.archive.codecs.ListRecordingSubscriptionsRequestEncoder
-
- streamIdMaxValue() - Static method in class io.aeron.archive.codecs.RecordingDescriptorDecoder
-
- streamIdMaxValue() - Static method in class io.aeron.archive.codecs.RecordingDescriptorEncoder
-
- streamIdMaxValue() - Static method in class io.aeron.archive.codecs.RecordingStartedDecoder
-
- streamIdMaxValue() - Static method in class io.aeron.archive.codecs.RecordingStartedEncoder
-
- streamIdMaxValue() - Static method in class io.aeron.archive.codecs.RecordingSubscriptionDescriptorDecoder
-
- streamIdMaxValue() - Static method in class io.aeron.archive.codecs.RecordingSubscriptionDescriptorEncoder
-
- streamIdMaxValue() - Static method in class io.aeron.archive.codecs.StartRecordingRequest2Decoder
-
- streamIdMaxValue() - Static method in class io.aeron.archive.codecs.StartRecordingRequest2Encoder
-
- streamIdMaxValue() - Static method in class io.aeron.archive.codecs.StartRecordingRequestDecoder
-
- streamIdMaxValue() - Static method in class io.aeron.archive.codecs.StartRecordingRequestEncoder
-
- streamIdMaxValue() - Static method in class io.aeron.archive.codecs.StopRecordingRequestDecoder
-
- streamIdMaxValue() - Static method in class io.aeron.archive.codecs.StopRecordingRequestEncoder
-
- streamIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.ExtendRecordingRequest2Decoder
-
- streamIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.ExtendRecordingRequest2Encoder
-
- streamIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.ExtendRecordingRequestDecoder
-
- streamIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.ExtendRecordingRequestEncoder
-
- streamIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.FindLastMatchingRecordingRequestDecoder
-
- streamIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.FindLastMatchingRecordingRequestEncoder
-
- streamIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.ListRecordingsForUriRequestDecoder
-
- streamIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.ListRecordingsForUriRequestEncoder
-
- streamIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.ListRecordingSubscriptionsRequestDecoder
-
- streamIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.ListRecordingSubscriptionsRequestEncoder
-
- streamIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.RecordingDescriptorDecoder
-
- streamIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.RecordingDescriptorEncoder
-
- streamIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.RecordingStartedDecoder
-
- streamIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.RecordingStartedEncoder
-
- streamIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.RecordingSubscriptionDescriptorDecoder
-
- streamIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.RecordingSubscriptionDescriptorEncoder
-
- streamIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.StartRecordingRequest2Decoder
-
- streamIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.StartRecordingRequest2Encoder
-
- streamIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.StartRecordingRequestDecoder
-
- streamIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.StartRecordingRequestEncoder
-
- streamIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.StopRecordingRequestDecoder
-
- streamIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.StopRecordingRequestEncoder
-
- streamIdMinValue() - Static method in class io.aeron.archive.codecs.ExtendRecordingRequest2Decoder
-
- streamIdMinValue() - Static method in class io.aeron.archive.codecs.ExtendRecordingRequest2Encoder
-
- streamIdMinValue() - Static method in class io.aeron.archive.codecs.ExtendRecordingRequestDecoder
-
- streamIdMinValue() - Static method in class io.aeron.archive.codecs.ExtendRecordingRequestEncoder
-
- streamIdMinValue() - Static method in class io.aeron.archive.codecs.FindLastMatchingRecordingRequestDecoder
-
- streamIdMinValue() - Static method in class io.aeron.archive.codecs.FindLastMatchingRecordingRequestEncoder
-
- streamIdMinValue() - Static method in class io.aeron.archive.codecs.ListRecordingsForUriRequestDecoder
-
- streamIdMinValue() - Static method in class io.aeron.archive.codecs.ListRecordingsForUriRequestEncoder
-
- streamIdMinValue() - Static method in class io.aeron.archive.codecs.ListRecordingSubscriptionsRequestDecoder
-
- streamIdMinValue() - Static method in class io.aeron.archive.codecs.ListRecordingSubscriptionsRequestEncoder
-
- streamIdMinValue() - Static method in class io.aeron.archive.codecs.RecordingDescriptorDecoder
-
- streamIdMinValue() - Static method in class io.aeron.archive.codecs.RecordingDescriptorEncoder
-
- streamIdMinValue() - Static method in class io.aeron.archive.codecs.RecordingStartedDecoder
-
- streamIdMinValue() - Static method in class io.aeron.archive.codecs.RecordingStartedEncoder
-
- streamIdMinValue() - Static method in class io.aeron.archive.codecs.RecordingSubscriptionDescriptorDecoder
-
- streamIdMinValue() - Static method in class io.aeron.archive.codecs.RecordingSubscriptionDescriptorEncoder
-
- streamIdMinValue() - Static method in class io.aeron.archive.codecs.StartRecordingRequest2Decoder
-
- streamIdMinValue() - Static method in class io.aeron.archive.codecs.StartRecordingRequest2Encoder
-
- streamIdMinValue() - Static method in class io.aeron.archive.codecs.StartRecordingRequestDecoder
-
- streamIdMinValue() - Static method in class io.aeron.archive.codecs.StartRecordingRequestEncoder
-
- streamIdMinValue() - Static method in class io.aeron.archive.codecs.StopRecordingRequestDecoder
-
- streamIdMinValue() - Static method in class io.aeron.archive.codecs.StopRecordingRequestEncoder
-
- streamIdNullValue() - Static method in class io.aeron.archive.codecs.ExtendRecordingRequest2Decoder
-
- streamIdNullValue() - Static method in class io.aeron.archive.codecs.ExtendRecordingRequest2Encoder
-
- streamIdNullValue() - Static method in class io.aeron.archive.codecs.ExtendRecordingRequestDecoder
-
- streamIdNullValue() - Static method in class io.aeron.archive.codecs.ExtendRecordingRequestEncoder
-
- streamIdNullValue() - Static method in class io.aeron.archive.codecs.FindLastMatchingRecordingRequestDecoder
-
- streamIdNullValue() - Static method in class io.aeron.archive.codecs.FindLastMatchingRecordingRequestEncoder
-
- streamIdNullValue() - Static method in class io.aeron.archive.codecs.ListRecordingsForUriRequestDecoder
-
- streamIdNullValue() - Static method in class io.aeron.archive.codecs.ListRecordingsForUriRequestEncoder
-
- streamIdNullValue() - Static method in class io.aeron.archive.codecs.ListRecordingSubscriptionsRequestDecoder
-
- streamIdNullValue() - Static method in class io.aeron.archive.codecs.ListRecordingSubscriptionsRequestEncoder
-
- streamIdNullValue() - Static method in class io.aeron.archive.codecs.RecordingDescriptorDecoder
-
- streamIdNullValue() - Static method in class io.aeron.archive.codecs.RecordingDescriptorEncoder
-
- streamIdNullValue() - Static method in class io.aeron.archive.codecs.RecordingStartedDecoder
-
- streamIdNullValue() - Static method in class io.aeron.archive.codecs.RecordingStartedEncoder
-
- streamIdNullValue() - Static method in class io.aeron.archive.codecs.RecordingSubscriptionDescriptorDecoder
-
- streamIdNullValue() - Static method in class io.aeron.archive.codecs.RecordingSubscriptionDescriptorEncoder
-
- streamIdNullValue() - Static method in class io.aeron.archive.codecs.StartRecordingRequest2Decoder
-
- streamIdNullValue() - Static method in class io.aeron.archive.codecs.StartRecordingRequest2Encoder
-
- streamIdNullValue() - Static method in class io.aeron.archive.codecs.StartRecordingRequestDecoder
-
- streamIdNullValue() - Static method in class io.aeron.archive.codecs.StartRecordingRequestEncoder
-
- streamIdNullValue() - Static method in class io.aeron.archive.codecs.StopRecordingRequestDecoder
-
- streamIdNullValue() - Static method in class io.aeron.archive.codecs.StopRecordingRequestEncoder
-
- streamIdSinceVersion() - Static method in class io.aeron.archive.codecs.ExtendRecordingRequest2Decoder
-
- streamIdSinceVersion() - Static method in class io.aeron.archive.codecs.ExtendRecordingRequest2Encoder
-
- streamIdSinceVersion() - Static method in class io.aeron.archive.codecs.ExtendRecordingRequestDecoder
-
- streamIdSinceVersion() - Static method in class io.aeron.archive.codecs.ExtendRecordingRequestEncoder
-
- streamIdSinceVersion() - Static method in class io.aeron.archive.codecs.FindLastMatchingRecordingRequestDecoder
-
- streamIdSinceVersion() - Static method in class io.aeron.archive.codecs.FindLastMatchingRecordingRequestEncoder
-
- streamIdSinceVersion() - Static method in class io.aeron.archive.codecs.ListRecordingsForUriRequestDecoder
-
- streamIdSinceVersion() - Static method in class io.aeron.archive.codecs.ListRecordingsForUriRequestEncoder
-
- streamIdSinceVersion() - Static method in class io.aeron.archive.codecs.ListRecordingSubscriptionsRequestDecoder
-
- streamIdSinceVersion() - Static method in class io.aeron.archive.codecs.ListRecordingSubscriptionsRequestEncoder
-
- streamIdSinceVersion() - Static method in class io.aeron.archive.codecs.RecordingDescriptorDecoder
-
- streamIdSinceVersion() - Static method in class io.aeron.archive.codecs.RecordingDescriptorEncoder
-
- streamIdSinceVersion() - Static method in class io.aeron.archive.codecs.RecordingStartedDecoder
-
- streamIdSinceVersion() - Static method in class io.aeron.archive.codecs.RecordingStartedEncoder
-
- streamIdSinceVersion() - Static method in class io.aeron.archive.codecs.RecordingSubscriptionDescriptorDecoder
-
- streamIdSinceVersion() - Static method in class io.aeron.archive.codecs.RecordingSubscriptionDescriptorEncoder
-
- streamIdSinceVersion() - Static method in class io.aeron.archive.codecs.StartRecordingRequest2Decoder
-
- streamIdSinceVersion() - Static method in class io.aeron.archive.codecs.StartRecordingRequest2Encoder
-
- streamIdSinceVersion() - Static method in class io.aeron.archive.codecs.StartRecordingRequestDecoder
-
- streamIdSinceVersion() - Static method in class io.aeron.archive.codecs.StartRecordingRequestEncoder
-
- streamIdSinceVersion() - Static method in class io.aeron.archive.codecs.StopRecordingRequestDecoder
-
- streamIdSinceVersion() - Static method in class io.aeron.archive.codecs.StopRecordingRequestEncoder
-
- StreamingPublisher - Class in io.aeron.samples
-
Publisher that sends a given number of messages at a given length as fast as possible.
- StreamingPublisher() - Constructor for class io.aeron.samples.StreamingPublisher
-
- StreamPosition(long, long, int) - Constructor for class io.aeron.samples.StreamStat.StreamPosition
-
Stream position representation.
- StreamStat - Class in io.aeron.samples
-
Tool for taking a snapshot of Aeron streams and relevant position counters.
- StreamStat(CountersReader) - Constructor for class io.aeron.samples.StreamStat
-
- StreamStat.StreamCompositeKey - Class in io.aeron.samples
-
Composite key which identifies an Aeron stream of messages.
- StreamStat.StreamPosition - Class in io.aeron.samples
-
Represents a position within a particular stream of messages.
- strippedChannel() - Method in class io.aeron.archive.codecs.RecordingDescriptorDecoder
-
- strippedChannel(String) - Method in class io.aeron.archive.codecs.RecordingDescriptorEncoder
-
- strippedChannel(CharSequence) - Method in class io.aeron.archive.codecs.RecordingDescriptorEncoder
-
- strippedChannel() - Method in class io.aeron.archive.codecs.RecordingSubscriptionDescriptorDecoder
-
- strippedChannel(String) - Method in class io.aeron.archive.codecs.RecordingSubscriptionDescriptorEncoder
-
- strippedChannel(CharSequence) - Method in class io.aeron.archive.codecs.RecordingSubscriptionDescriptorEncoder
-
- strippedChannelCharacterEncoding() - Static method in class io.aeron.archive.codecs.RecordingDescriptorDecoder
-
- strippedChannelCharacterEncoding() - Static method in class io.aeron.archive.codecs.RecordingDescriptorEncoder
-
- strippedChannelCharacterEncoding() - Static method in class io.aeron.archive.codecs.RecordingSubscriptionDescriptorDecoder
-
- strippedChannelCharacterEncoding() - Static method in class io.aeron.archive.codecs.RecordingSubscriptionDescriptorEncoder
-
- strippedChannelHeaderLength() - Static method in class io.aeron.archive.codecs.RecordingDescriptorDecoder
-
- strippedChannelHeaderLength() - Static method in class io.aeron.archive.codecs.RecordingDescriptorEncoder
-
- strippedChannelHeaderLength() - Static method in class io.aeron.archive.codecs.RecordingSubscriptionDescriptorDecoder
-
- strippedChannelHeaderLength() - Static method in class io.aeron.archive.codecs.RecordingSubscriptionDescriptorEncoder
-
- strippedChannelId() - Static method in class io.aeron.archive.codecs.RecordingDescriptorDecoder
-
- strippedChannelId() - Static method in class io.aeron.archive.codecs.RecordingDescriptorEncoder
-
- strippedChannelId() - Static method in class io.aeron.archive.codecs.RecordingSubscriptionDescriptorDecoder
-
- strippedChannelId() - Static method in class io.aeron.archive.codecs.RecordingSubscriptionDescriptorEncoder
-
- strippedChannelLength() - Method in class io.aeron.archive.codecs.RecordingDescriptorDecoder
-
- strippedChannelLength() - Method in class io.aeron.archive.codecs.RecordingSubscriptionDescriptorDecoder
-
- strippedChannelMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.RecordingDescriptorDecoder
-
- strippedChannelMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.RecordingDescriptorEncoder
-
- strippedChannelMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.RecordingSubscriptionDescriptorDecoder
-
- strippedChannelMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.RecordingSubscriptionDescriptorEncoder
-
- strippedChannelSinceVersion() - Static method in class io.aeron.archive.codecs.RecordingDescriptorDecoder
-
- strippedChannelSinceVersion() - Static method in class io.aeron.archive.codecs.RecordingSubscriptionDescriptorDecoder
-
- Subscribable - Interface in io.aeron.driver
-
Stream source that can be observed by subscribers which identify themselves the position they have read up to.
- SUBSCRIBER_POSITION_TYPE_ID - Static variable in class io.aeron.driver.status.SubscriberPos
-
Type id of a subscriber position counter.
- subscriberErrorHandler(ErrorHandler) - Method in class io.aeron.Aeron.Context
-
- subscriberErrorHandler() - Method in class io.aeron.Aeron.Context
-
- subscriberLoop(FragmentHandler, int, AtomicBoolean) - Static method in class io.aeron.samples.SamplesUtil
-
Return a reusable, parametrised event loop that calls a default
IdleStrategy
when no messages
are received.
- subscriberLoop(FragmentHandler, int, AtomicBoolean, IdleStrategy) - Static method in class io.aeron.samples.SamplesUtil
-
Return a reusable, parametrised event loop that calls and idler when no messages are received.
- SubscriberPos - Class in io.aeron.driver.status
-
The position an individual Subscriber has reached on a session-channel-stream tuple.
- SubscriberPos() - Constructor for class io.aeron.driver.status.SubscriberPos
-
- subscriberPositionId(int) - Method in class io.aeron.command.ImageBuffersReadyFlyweight
-
Set the position counter Id for the subscriber
- subscriberPositionId() - Method in class io.aeron.command.ImageBuffersReadyFlyweight
-
The position counter Id for the subscriber.
- subscriberPositionId() - Method in class io.aeron.Image
-
The counter id for the subscriber position counter.
- subscription() - Method in class io.aeron.archive.client.ControlResponsePoller
-
- subscription() - Method in class io.aeron.archive.client.RecordingDescriptorPoller
-
- subscription() - Method in class io.aeron.archive.client.RecordingSignalPoller
-
- subscription() - Method in class io.aeron.archive.client.RecordingSubscriptionDescriptorPoller
-
- subscription() - Method in class io.aeron.archive.client.ReplayMerge
-
Get the
Subscription
used to consume the replayed and merged stream.
- subscription() - Method in class io.aeron.Image
-
- Subscription - Class in io.aeron
-
Aeron Subscriber API for receiving a reconstructed
Image
for a stream of messages from publishers on
a given channel and streamId pair, i.e.
- subscriptionCount() - Method in class io.aeron.archive.codecs.ListRecordingSubscriptionsRequestDecoder
-
- subscriptionCount(int) - Method in class io.aeron.archive.codecs.ListRecordingSubscriptionsRequestEncoder
-
- subscriptionCountEncodingLength() - Static method in class io.aeron.archive.codecs.ListRecordingSubscriptionsRequestDecoder
-
- subscriptionCountEncodingLength() - Static method in class io.aeron.archive.codecs.ListRecordingSubscriptionsRequestEncoder
-
- subscriptionCountEncodingOffset() - Static method in class io.aeron.archive.codecs.ListRecordingSubscriptionsRequestDecoder
-
- subscriptionCountEncodingOffset() - Static method in class io.aeron.archive.codecs.ListRecordingSubscriptionsRequestEncoder
-
- subscriptionCountId() - Static method in class io.aeron.archive.codecs.ListRecordingSubscriptionsRequestDecoder
-
- subscriptionCountId() - Static method in class io.aeron.archive.codecs.ListRecordingSubscriptionsRequestEncoder
-
- subscriptionCountMaxValue() - Static method in class io.aeron.archive.codecs.ListRecordingSubscriptionsRequestDecoder
-
- subscriptionCountMaxValue() - Static method in class io.aeron.archive.codecs.ListRecordingSubscriptionsRequestEncoder
-
- subscriptionCountMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.ListRecordingSubscriptionsRequestDecoder
-
- subscriptionCountMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.ListRecordingSubscriptionsRequestEncoder
-
- subscriptionCountMinValue() - Static method in class io.aeron.archive.codecs.ListRecordingSubscriptionsRequestDecoder
-
- subscriptionCountMinValue() - Static method in class io.aeron.archive.codecs.ListRecordingSubscriptionsRequestEncoder
-
- subscriptionCountNullValue() - Static method in class io.aeron.archive.codecs.ListRecordingSubscriptionsRequestDecoder
-
- subscriptionCountNullValue() - Static method in class io.aeron.archive.codecs.ListRecordingSubscriptionsRequestEncoder
-
- subscriptionCountSinceVersion() - Static method in class io.aeron.archive.codecs.ListRecordingSubscriptionsRequestDecoder
-
- subscriptionCountSinceVersion() - Static method in class io.aeron.archive.codecs.ListRecordingSubscriptionsRequestEncoder
-
- subscriptionId() - Method in class io.aeron.archive.codecs.RecordingSignalEventDecoder
-
- subscriptionId(long) - Method in class io.aeron.archive.codecs.RecordingSignalEventEncoder
-
- subscriptionId() - Method in class io.aeron.archive.codecs.RecordingSubscriptionDescriptorDecoder
-
- subscriptionId(long) - Method in class io.aeron.archive.codecs.RecordingSubscriptionDescriptorEncoder
-
- subscriptionId() - Method in class io.aeron.archive.codecs.StopRecordingSubscriptionRequestDecoder
-
- subscriptionId(long) - Method in class io.aeron.archive.codecs.StopRecordingSubscriptionRequestEncoder
-
- subscriptionIdEncodingLength() - Static method in class io.aeron.archive.codecs.RecordingSignalEventDecoder
-
- subscriptionIdEncodingLength() - Static method in class io.aeron.archive.codecs.RecordingSignalEventEncoder
-
- subscriptionIdEncodingLength() - Static method in class io.aeron.archive.codecs.RecordingSubscriptionDescriptorDecoder
-
- subscriptionIdEncodingLength() - Static method in class io.aeron.archive.codecs.RecordingSubscriptionDescriptorEncoder
-
- subscriptionIdEncodingLength() - Static method in class io.aeron.archive.codecs.StopRecordingSubscriptionRequestDecoder
-
- subscriptionIdEncodingLength() - Static method in class io.aeron.archive.codecs.StopRecordingSubscriptionRequestEncoder
-
- subscriptionIdEncodingOffset() - Static method in class io.aeron.archive.codecs.RecordingSignalEventDecoder
-
- subscriptionIdEncodingOffset() - Static method in class io.aeron.archive.codecs.RecordingSignalEventEncoder
-
- subscriptionIdEncodingOffset() - Static method in class io.aeron.archive.codecs.RecordingSubscriptionDescriptorDecoder
-
- subscriptionIdEncodingOffset() - Static method in class io.aeron.archive.codecs.RecordingSubscriptionDescriptorEncoder
-
- subscriptionIdEncodingOffset() - Static method in class io.aeron.archive.codecs.StopRecordingSubscriptionRequestDecoder
-
- subscriptionIdEncodingOffset() - Static method in class io.aeron.archive.codecs.StopRecordingSubscriptionRequestEncoder
-
- subscriptionIdId() - Static method in class io.aeron.archive.codecs.RecordingSignalEventDecoder
-
- subscriptionIdId() - Static method in class io.aeron.archive.codecs.RecordingSignalEventEncoder
-
- subscriptionIdId() - Static method in class io.aeron.archive.codecs.RecordingSubscriptionDescriptorDecoder
-
- subscriptionIdId() - Static method in class io.aeron.archive.codecs.RecordingSubscriptionDescriptorEncoder
-
- subscriptionIdId() - Static method in class io.aeron.archive.codecs.StopRecordingSubscriptionRequestDecoder
-
- subscriptionIdId() - Static method in class io.aeron.archive.codecs.StopRecordingSubscriptionRequestEncoder
-
- subscriptionIdMaxValue() - Static method in class io.aeron.archive.codecs.RecordingSignalEventDecoder
-
- subscriptionIdMaxValue() - Static method in class io.aeron.archive.codecs.RecordingSignalEventEncoder
-
- subscriptionIdMaxValue() - Static method in class io.aeron.archive.codecs.RecordingSubscriptionDescriptorDecoder
-
- subscriptionIdMaxValue() - Static method in class io.aeron.archive.codecs.RecordingSubscriptionDescriptorEncoder
-
- subscriptionIdMaxValue() - Static method in class io.aeron.archive.codecs.StopRecordingSubscriptionRequestDecoder
-
- subscriptionIdMaxValue() - Static method in class io.aeron.archive.codecs.StopRecordingSubscriptionRequestEncoder
-
- subscriptionIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.RecordingSignalEventDecoder
-
- subscriptionIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.RecordingSignalEventEncoder
-
- subscriptionIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.RecordingSubscriptionDescriptorDecoder
-
- subscriptionIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.RecordingSubscriptionDescriptorEncoder
-
- subscriptionIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.StopRecordingSubscriptionRequestDecoder
-
- subscriptionIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.StopRecordingSubscriptionRequestEncoder
-
- subscriptionIdMinValue() - Static method in class io.aeron.archive.codecs.RecordingSignalEventDecoder
-
- subscriptionIdMinValue() - Static method in class io.aeron.archive.codecs.RecordingSignalEventEncoder
-
- subscriptionIdMinValue() - Static method in class io.aeron.archive.codecs.RecordingSubscriptionDescriptorDecoder
-
- subscriptionIdMinValue() - Static method in class io.aeron.archive.codecs.RecordingSubscriptionDescriptorEncoder
-
- subscriptionIdMinValue() - Static method in class io.aeron.archive.codecs.StopRecordingSubscriptionRequestDecoder
-
- subscriptionIdMinValue() - Static method in class io.aeron.archive.codecs.StopRecordingSubscriptionRequestEncoder
-
- subscriptionIdNullValue() - Static method in class io.aeron.archive.codecs.RecordingSignalEventDecoder
-
- subscriptionIdNullValue() - Static method in class io.aeron.archive.codecs.RecordingSignalEventEncoder
-
- subscriptionIdNullValue() - Static method in class io.aeron.archive.codecs.RecordingSubscriptionDescriptorDecoder
-
- subscriptionIdNullValue() - Static method in class io.aeron.archive.codecs.RecordingSubscriptionDescriptorEncoder
-
- subscriptionIdNullValue() - Static method in class io.aeron.archive.codecs.StopRecordingSubscriptionRequestDecoder
-
- subscriptionIdNullValue() - Static method in class io.aeron.archive.codecs.StopRecordingSubscriptionRequestEncoder
-
- subscriptionIdSinceVersion() - Static method in class io.aeron.archive.codecs.RecordingSignalEventDecoder
-
- subscriptionIdSinceVersion() - Static method in class io.aeron.archive.codecs.RecordingSignalEventEncoder
-
- subscriptionIdSinceVersion() - Static method in class io.aeron.archive.codecs.RecordingSubscriptionDescriptorDecoder
-
- subscriptionIdSinceVersion() - Static method in class io.aeron.archive.codecs.RecordingSubscriptionDescriptorEncoder
-
- subscriptionIdSinceVersion() - Static method in class io.aeron.archive.codecs.StopRecordingSubscriptionRequestDecoder
-
- subscriptionIdSinceVersion() - Static method in class io.aeron.archive.codecs.StopRecordingSubscriptionRequestEncoder
-
- SubscriptionLink - Class in io.aeron.driver
-
Subscription registration from a client used for liveness tracking
- SubscriptionMessageFlyweight - Class in io.aeron.command
-
Control message for adding or removing a subscription.
- SubscriptionMessageFlyweight() - Constructor for class io.aeron.command.SubscriptionMessageFlyweight
-
- SubscriptionReadyFlyweight - Class in io.aeron.command
-
Message to denote that a Subscription has been successfully set up.
- SubscriptionReadyFlyweight() - Constructor for class io.aeron.command.SubscriptionReadyFlyweight
-
- subscriptionRegistrationId(long) - Method in class io.aeron.command.ImageBuffersReadyFlyweight
-
Set the registration Id for the Subscription.
- subscriptionRegistrationId() - Method in class io.aeron.command.ImageBuffersReadyFlyweight
-
Return the registration Id for the Subscription.
- subscriptionRegistrationId() - Method in class io.aeron.command.ImageMessageFlyweight
-
Registration ID for the subscription.
- subscriptionRegistrationId(long) - Method in class io.aeron.command.ImageMessageFlyweight
-
Set the registration ID for the subscription.
- subscriptionTagId() - Method in class io.aeron.archive.codecs.ReplicateRequest2Decoder
-
- subscriptionTagId(long) - Method in class io.aeron.archive.codecs.ReplicateRequest2Encoder
-
- subscriptionTagId() - Method in class io.aeron.archive.codecs.TaggedReplicateRequestDecoder
-
- subscriptionTagId(long) - Method in class io.aeron.archive.codecs.TaggedReplicateRequestEncoder
-
- subscriptionTagIdEncodingLength() - Static method in class io.aeron.archive.codecs.ReplicateRequest2Decoder
-
- subscriptionTagIdEncodingLength() - Static method in class io.aeron.archive.codecs.ReplicateRequest2Encoder
-
- subscriptionTagIdEncodingLength() - Static method in class io.aeron.archive.codecs.TaggedReplicateRequestDecoder
-
- subscriptionTagIdEncodingLength() - Static method in class io.aeron.archive.codecs.TaggedReplicateRequestEncoder
-
- subscriptionTagIdEncodingOffset() - Static method in class io.aeron.archive.codecs.ReplicateRequest2Decoder
-
- subscriptionTagIdEncodingOffset() - Static method in class io.aeron.archive.codecs.ReplicateRequest2Encoder
-
- subscriptionTagIdEncodingOffset() - Static method in class io.aeron.archive.codecs.TaggedReplicateRequestDecoder
-
- subscriptionTagIdEncodingOffset() - Static method in class io.aeron.archive.codecs.TaggedReplicateRequestEncoder
-
- subscriptionTagIdId() - Static method in class io.aeron.archive.codecs.ReplicateRequest2Decoder
-
- subscriptionTagIdId() - Static method in class io.aeron.archive.codecs.ReplicateRequest2Encoder
-
- subscriptionTagIdId() - Static method in class io.aeron.archive.codecs.TaggedReplicateRequestDecoder
-
- subscriptionTagIdId() - Static method in class io.aeron.archive.codecs.TaggedReplicateRequestEncoder
-
- subscriptionTagIdMaxValue() - Static method in class io.aeron.archive.codecs.ReplicateRequest2Decoder
-
- subscriptionTagIdMaxValue() - Static method in class io.aeron.archive.codecs.ReplicateRequest2Encoder
-
- subscriptionTagIdMaxValue() - Static method in class io.aeron.archive.codecs.TaggedReplicateRequestDecoder
-
- subscriptionTagIdMaxValue() - Static method in class io.aeron.archive.codecs.TaggedReplicateRequestEncoder
-
- subscriptionTagIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.ReplicateRequest2Decoder
-
- subscriptionTagIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.ReplicateRequest2Encoder
-
- subscriptionTagIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.TaggedReplicateRequestDecoder
-
- subscriptionTagIdMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.TaggedReplicateRequestEncoder
-
- subscriptionTagIdMinValue() - Static method in class io.aeron.archive.codecs.ReplicateRequest2Decoder
-
- subscriptionTagIdMinValue() - Static method in class io.aeron.archive.codecs.ReplicateRequest2Encoder
-
- subscriptionTagIdMinValue() - Static method in class io.aeron.archive.codecs.TaggedReplicateRequestDecoder
-
- subscriptionTagIdMinValue() - Static method in class io.aeron.archive.codecs.TaggedReplicateRequestEncoder
-
- subscriptionTagIdNullValue() - Static method in class io.aeron.archive.codecs.ReplicateRequest2Decoder
-
- subscriptionTagIdNullValue() - Static method in class io.aeron.archive.codecs.ReplicateRequest2Encoder
-
- subscriptionTagIdNullValue() - Static method in class io.aeron.archive.codecs.TaggedReplicateRequestDecoder
-
- subscriptionTagIdNullValue() - Static method in class io.aeron.archive.codecs.TaggedReplicateRequestEncoder
-
- subscriptionTagIdSinceVersion() - Static method in class io.aeron.archive.codecs.ReplicateRequest2Decoder
-
- subscriptionTagIdSinceVersion() - Static method in class io.aeron.archive.codecs.ReplicateRequest2Encoder
-
- subscriptionTagIdSinceVersion() - Static method in class io.aeron.archive.codecs.TaggedReplicateRequestDecoder
-
- subscriptionTagIdSinceVersion() - Static method in class io.aeron.archive.codecs.TaggedReplicateRequestEncoder
-
- SYSTEM_COUNTER_TYPE_ID - Static variable in enum io.aeron.driver.status.SystemCounterDescriptor
-
All system counters have the same type id, i.e.
- SystemCounterDescriptor - Enum in io.aeron.driver.status
-
System wide counters for monitoring.
- systemCounters() - Method in class io.aeron.driver.MediaDriver.Context
-
The
SystemCounters
for the driver for recording aggregate events of system status.
- systemCounters(SystemCounters) - Method in class io.aeron.driver.MediaDriver.Context
-
The
SystemCounters
for the driver for recording aggregate events of system status.
- SystemCounters - Class in io.aeron.driver.status
-
Aggregate entry point for managing counters of system status.
- SystemCounters(CountersManager) - Constructor for class io.aeron.driver.status.SystemCounters
-
Construct the counters for this system.
- tag() - Method in class io.aeron.driver.media.ReceiveChannelEndpoint
-
The tag identity for the channel.
- tag() - Method in class io.aeron.driver.media.UdpChannel
-
- TAG_PREFIX - Static variable in class io.aeron.ChannelUriStringBuilder
-
Can be used when the likes of session-id wants to reference another entity such as a tagged publication.
- TAG_PREFIX - Static variable in class io.aeron.CommonContext
-
Qualifier for a value which is a tag for reference.
- taggedFlowControl(Long, Integer, String) - Method in class io.aeron.ChannelUriStringBuilder
-
Set tagged flow control settings to be used on a stream.
- TaggedMulticastFlowControl - Class in io.aeron.driver
-
Minimum multicast sender flow control strategy only for tagged members identified by a receiver tag or ASF key.
- TaggedMulticastFlowControlSupplier - Class in io.aeron.driver
-
- TaggedMulticastFlowControlSupplier() - Constructor for class io.aeron.driver.TaggedMulticastFlowControlSupplier
-
- taggedReplicate(long, long, long, long, int, String, String) - Method in class io.aeron.archive.client.AeronArchive
-
Replicate a recording from a source archive to a destination which can be considered a backup for a primary
archive.
- taggedReplicate(long, long, long, long, int, String, String, long, long) - Method in class io.aeron.archive.client.ArchiveProxy
-
Replicate a recording from a source archive to a destination which can be considered a backup for a primary
archive.
- TaggedReplicateRequestDecoder - Class in io.aeron.archive.codecs
-
Replicate a recording from another archive and set tags on subscription.
- TaggedReplicateRequestDecoder() - Constructor for class io.aeron.archive.codecs.TaggedReplicateRequestDecoder
-
- TaggedReplicateRequestEncoder - Class in io.aeron.archive.codecs
-
Replicate a recording from another archive and set tags on subscription.
- TaggedReplicateRequestEncoder() - Constructor for class io.aeron.archive.codecs.TaggedReplicateRequestEncoder
-
- tags(String) - Method in class io.aeron.ChannelUriStringBuilder
-
Set the tags for a channel used by a publication or subscription.
- tags(ChannelUri) - Method in class io.aeron.ChannelUriStringBuilder
-
Set the tags to be value which is in the
ChannelUri
which may be null.
- tags() - Method in class io.aeron.ChannelUriStringBuilder
-
Get the tags for a channel used by a publication or subscription.
- TAGS_PARAM_NAME - Static variable in class io.aeron.CommonContext
-
Key for the tags for a channel
- TCP_MODE - Static variable in class io.aeron.driver.ext.CubicCongestionControlConfiguration
-
Should TCP behaviour mode be on or off.
- TCP_MODE_PROP_NAME - Static variable in class io.aeron.driver.ext.CubicCongestionControlConfiguration
-
Property name for accounting for TCP behavior in low RTT values after a loss.
- tempBuffer() - Method in class io.aeron.driver.MediaDriver.Context
-
The temporary buffer than can be used to build up counter labels to avoid allocation.
- tempBuffer(MutableDirectBuffer) - Method in class io.aeron.driver.MediaDriver.Context
-
Set the temporary buffer than can be used to build up counter labels to avoid allocation.
- TEMPLATE_ID - Static variable in class io.aeron.archive.codecs.AttachSegmentsRequestDecoder
-
- TEMPLATE_ID - Static variable in class io.aeron.archive.codecs.AttachSegmentsRequestEncoder
-
- TEMPLATE_ID - Static variable in class io.aeron.archive.codecs.AuthConnectRequestDecoder
-
- TEMPLATE_ID - Static variable in class io.aeron.archive.codecs.AuthConnectRequestEncoder
-
- TEMPLATE_ID - Static variable in class io.aeron.archive.codecs.BoundedReplayRequestDecoder
-
- TEMPLATE_ID - Static variable in class io.aeron.archive.codecs.BoundedReplayRequestEncoder
-
- TEMPLATE_ID - Static variable in class io.aeron.archive.codecs.CatalogHeaderDecoder
-
- TEMPLATE_ID - Static variable in class io.aeron.archive.codecs.CatalogHeaderEncoder
-
- TEMPLATE_ID - Static variable in class io.aeron.archive.codecs.ChallengeDecoder
-
- TEMPLATE_ID - Static variable in class io.aeron.archive.codecs.ChallengeEncoder
-
- TEMPLATE_ID - Static variable in class io.aeron.archive.codecs.ChallengeResponseDecoder
-
- TEMPLATE_ID - Static variable in class io.aeron.archive.codecs.ChallengeResponseEncoder
-
- TEMPLATE_ID - Static variable in class io.aeron.archive.codecs.CloseSessionRequestDecoder
-
- TEMPLATE_ID - Static variable in class io.aeron.archive.codecs.CloseSessionRequestEncoder
-
- TEMPLATE_ID - Static variable in class io.aeron.archive.codecs.ConnectRequestDecoder
-
- TEMPLATE_ID - Static variable in class io.aeron.archive.codecs.ConnectRequestEncoder
-
- TEMPLATE_ID - Static variable in class io.aeron.archive.codecs.ControlResponseDecoder
-
- TEMPLATE_ID - Static variable in class io.aeron.archive.codecs.ControlResponseEncoder
-
- TEMPLATE_ID - Static variable in class io.aeron.archive.codecs.DeleteDetachedSegmentsRequestDecoder
-
- TEMPLATE_ID - Static variable in class io.aeron.archive.codecs.DeleteDetachedSegmentsRequestEncoder
-
- TEMPLATE_ID - Static variable in class io.aeron.archive.codecs.DetachSegmentsRequestDecoder
-
- TEMPLATE_ID - Static variable in class io.aeron.archive.codecs.DetachSegmentsRequestEncoder
-
- TEMPLATE_ID - Static variable in class io.aeron.archive.codecs.ExtendRecordingRequest2Decoder
-
- TEMPLATE_ID - Static variable in class io.aeron.archive.codecs.ExtendRecordingRequest2Encoder
-
- TEMPLATE_ID - Static variable in class io.aeron.archive.codecs.ExtendRecordingRequestDecoder
-
- TEMPLATE_ID - Static variable in class io.aeron.archive.codecs.ExtendRecordingRequestEncoder
-
- TEMPLATE_ID - Static variable in class io.aeron.archive.codecs.FindLastMatchingRecordingRequestDecoder
-
- TEMPLATE_ID - Static variable in class io.aeron.archive.codecs.FindLastMatchingRecordingRequestEncoder
-
- TEMPLATE_ID - Static variable in class io.aeron.archive.codecs.KeepAliveRequestDecoder
-
- TEMPLATE_ID - Static variable in class io.aeron.archive.codecs.KeepAliveRequestEncoder
-
- TEMPLATE_ID - Static variable in class io.aeron.archive.codecs.ListRecordingRequestDecoder
-
- TEMPLATE_ID - Static variable in class io.aeron.archive.codecs.ListRecordingRequestEncoder
-
- TEMPLATE_ID - Static variable in class io.aeron.archive.codecs.ListRecordingsForUriRequestDecoder
-
- TEMPLATE_ID - Static variable in class io.aeron.archive.codecs.ListRecordingsForUriRequestEncoder
-
- TEMPLATE_ID - Static variable in class io.aeron.archive.codecs.ListRecordingsRequestDecoder
-
- TEMPLATE_ID - Static variable in class io.aeron.archive.codecs.ListRecordingsRequestEncoder
-
- TEMPLATE_ID - Static variable in class io.aeron.archive.codecs.ListRecordingSubscriptionsRequestDecoder
-
- TEMPLATE_ID - Static variable in class io.aeron.archive.codecs.ListRecordingSubscriptionsRequestEncoder
-
- TEMPLATE_ID - Static variable in class io.aeron.archive.codecs.mark.MarkFileHeaderDecoder
-
- TEMPLATE_ID - Static variable in class io.aeron.archive.codecs.mark.MarkFileHeaderEncoder
-
- TEMPLATE_ID - Static variable in class io.aeron.archive.codecs.MigrateSegmentsRequestDecoder
-
- TEMPLATE_ID - Static variable in class io.aeron.archive.codecs.MigrateSegmentsRequestEncoder
-
- TEMPLATE_ID - Static variable in class io.aeron.archive.codecs.PurgeRecordingRequestDecoder
-
- TEMPLATE_ID - Static variable in class io.aeron.archive.codecs.PurgeRecordingRequestEncoder
-
- TEMPLATE_ID - Static variable in class io.aeron.archive.codecs.PurgeSegmentsRequestDecoder
-
- TEMPLATE_ID - Static variable in class io.aeron.archive.codecs.PurgeSegmentsRequestEncoder
-
- TEMPLATE_ID - Static variable in class io.aeron.archive.codecs.RecordingDescriptorDecoder
-
- TEMPLATE_ID - Static variable in class io.aeron.archive.codecs.RecordingDescriptorEncoder
-
- TEMPLATE_ID - Static variable in class io.aeron.archive.codecs.RecordingDescriptorHeaderDecoder
-
- TEMPLATE_ID - Static variable in class io.aeron.archive.codecs.RecordingDescriptorHeaderEncoder
-
- TEMPLATE_ID - Static variable in class io.aeron.archive.codecs.RecordingPositionRequestDecoder
-
- TEMPLATE_ID - Static variable in class io.aeron.archive.codecs.RecordingPositionRequestEncoder
-
- TEMPLATE_ID - Static variable in class io.aeron.archive.codecs.RecordingProgressDecoder
-
- TEMPLATE_ID - Static variable in class io.aeron.archive.codecs.RecordingProgressEncoder
-
- TEMPLATE_ID - Static variable in class io.aeron.archive.codecs.RecordingSignalEventDecoder
-
- TEMPLATE_ID - Static variable in class io.aeron.archive.codecs.RecordingSignalEventEncoder
-
- TEMPLATE_ID - Static variable in class io.aeron.archive.codecs.RecordingStartedDecoder
-
- TEMPLATE_ID - Static variable in class io.aeron.archive.codecs.RecordingStartedEncoder
-
- TEMPLATE_ID - Static variable in class io.aeron.archive.codecs.RecordingStoppedDecoder
-
- TEMPLATE_ID - Static variable in class io.aeron.archive.codecs.RecordingStoppedEncoder
-
- TEMPLATE_ID - Static variable in class io.aeron.archive.codecs.RecordingSubscriptionDescriptorDecoder
-
- TEMPLATE_ID - Static variable in class io.aeron.archive.codecs.RecordingSubscriptionDescriptorEncoder
-
- TEMPLATE_ID - Static variable in class io.aeron.archive.codecs.ReplayRequestDecoder
-
- TEMPLATE_ID - Static variable in class io.aeron.archive.codecs.ReplayRequestEncoder
-
- TEMPLATE_ID - Static variable in class io.aeron.archive.codecs.ReplicateRequest2Decoder
-
- TEMPLATE_ID - Static variable in class io.aeron.archive.codecs.ReplicateRequest2Encoder
-
- TEMPLATE_ID - Static variable in class io.aeron.archive.codecs.ReplicateRequestDecoder
-
- TEMPLATE_ID - Static variable in class io.aeron.archive.codecs.ReplicateRequestEncoder
-
- TEMPLATE_ID - Static variable in class io.aeron.archive.codecs.StartPositionRequestDecoder
-
- TEMPLATE_ID - Static variable in class io.aeron.archive.codecs.StartPositionRequestEncoder
-
- TEMPLATE_ID - Static variable in class io.aeron.archive.codecs.StartRecordingRequest2Decoder
-
- TEMPLATE_ID - Static variable in class io.aeron.archive.codecs.StartRecordingRequest2Encoder
-
- TEMPLATE_ID - Static variable in class io.aeron.archive.codecs.StartRecordingRequestDecoder
-
- TEMPLATE_ID - Static variable in class io.aeron.archive.codecs.StartRecordingRequestEncoder
-
- TEMPLATE_ID - Static variable in class io.aeron.archive.codecs.StopAllReplaysRequestDecoder
-
- TEMPLATE_ID - Static variable in class io.aeron.archive.codecs.StopAllReplaysRequestEncoder
-
- TEMPLATE_ID - Static variable in class io.aeron.archive.codecs.StopPositionRequestDecoder
-
- TEMPLATE_ID - Static variable in class io.aeron.archive.codecs.StopPositionRequestEncoder
-
- TEMPLATE_ID - Static variable in class io.aeron.archive.codecs.StopRecordingByIdentityRequestDecoder
-
- TEMPLATE_ID - Static variable in class io.aeron.archive.codecs.StopRecordingByIdentityRequestEncoder
-
- TEMPLATE_ID - Static variable in class io.aeron.archive.codecs.StopRecordingRequestDecoder
-
- TEMPLATE_ID - Static variable in class io.aeron.archive.codecs.StopRecordingRequestEncoder
-
- TEMPLATE_ID - Static variable in class io.aeron.archive.codecs.StopRecordingSubscriptionRequestDecoder
-
- TEMPLATE_ID - Static variable in class io.aeron.archive.codecs.StopRecordingSubscriptionRequestEncoder
-
- TEMPLATE_ID - Static variable in class io.aeron.archive.codecs.StopReplayRequestDecoder
-
- TEMPLATE_ID - Static variable in class io.aeron.archive.codecs.StopReplayRequestEncoder
-
- TEMPLATE_ID - Static variable in class io.aeron.archive.codecs.StopReplicationRequestDecoder
-
- TEMPLATE_ID - Static variable in class io.aeron.archive.codecs.StopReplicationRequestEncoder
-
- TEMPLATE_ID - Static variable in class io.aeron.archive.codecs.TaggedReplicateRequestDecoder
-
- TEMPLATE_ID - Static variable in class io.aeron.archive.codecs.TaggedReplicateRequestEncoder
-
- TEMPLATE_ID - Static variable in class io.aeron.archive.codecs.TruncateRecordingRequestDecoder
-
- TEMPLATE_ID - Static variable in class io.aeron.archive.codecs.TruncateRecordingRequestEncoder
-
- templateId() - Method in class io.aeron.archive.client.RecordingEventsPoller
-
Get the template id of the last received message.
- templateId() - Method in class io.aeron.archive.client.RecordingSignalPoller
-
Get the template id of the last received message.
- templateId() - Method in class io.aeron.archive.codecs.mark.MessageHeaderDecoder
-
- templateId(int) - Method in class io.aeron.archive.codecs.mark.MessageHeaderEncoder
-
- templateId() - Method in class io.aeron.archive.codecs.MessageHeaderDecoder
-
- templateId(int) - Method in class io.aeron.archive.codecs.MessageHeaderEncoder
-
- templateIdEncodingLength() - Static method in class io.aeron.archive.codecs.mark.MessageHeaderDecoder
-
- templateIdEncodingLength() - Static method in class io.aeron.archive.codecs.mark.MessageHeaderEncoder
-
- templateIdEncodingLength() - Static method in class io.aeron.archive.codecs.MessageHeaderDecoder
-
- templateIdEncodingLength() - Static method in class io.aeron.archive.codecs.MessageHeaderEncoder
-
- templateIdEncodingOffset() - Static method in class io.aeron.archive.codecs.mark.MessageHeaderDecoder
-
- templateIdEncodingOffset() - Static method in class io.aeron.archive.codecs.mark.MessageHeaderEncoder
-
- templateIdEncodingOffset() - Static method in class io.aeron.archive.codecs.MessageHeaderDecoder
-
- templateIdEncodingOffset() - Static method in class io.aeron.archive.codecs.MessageHeaderEncoder
-
- templateIdMaxValue() - Static method in class io.aeron.archive.codecs.mark.MessageHeaderDecoder
-
- templateIdMaxValue() - Static method in class io.aeron.archive.codecs.mark.MessageHeaderEncoder
-
- templateIdMaxValue() - Static method in class io.aeron.archive.codecs.MessageHeaderDecoder
-
- templateIdMaxValue() - Static method in class io.aeron.archive.codecs.MessageHeaderEncoder
-
- templateIdMinValue() - Static method in class io.aeron.archive.codecs.mark.MessageHeaderDecoder
-
- templateIdMinValue() - Static method in class io.aeron.archive.codecs.mark.MessageHeaderEncoder
-
- templateIdMinValue() - Static method in class io.aeron.archive.codecs.MessageHeaderDecoder
-
- templateIdMinValue() - Static method in class io.aeron.archive.codecs.MessageHeaderEncoder
-
- templateIdNullValue() - Static method in class io.aeron.archive.codecs.mark.MessageHeaderDecoder
-
- templateIdNullValue() - Static method in class io.aeron.archive.codecs.mark.MessageHeaderEncoder
-
- templateIdNullValue() - Static method in class io.aeron.archive.codecs.MessageHeaderDecoder
-
- templateIdNullValue() - Static method in class io.aeron.archive.codecs.MessageHeaderEncoder
-
- templateIdSinceVersion() - Static method in class io.aeron.archive.codecs.mark.MessageHeaderDecoder
-
- templateIdSinceVersion() - Static method in class io.aeron.archive.codecs.MessageHeaderDecoder
-
- TERM_BUFFER_IPC_LENGTH_DEFAULT - Static variable in class io.aeron.driver.Configuration
-
Default IPC term buffer length.
- TERM_BUFFER_LENGTH_DEFAULT - Static variable in class io.aeron.driver.Configuration
-
Default term buffer length.
- TERM_BUFFER_LENGTH_PROP_NAME - Static variable in class io.aeron.driver.Configuration
-
Length (in bytes) of the log buffers for UDP publication terms.
- TERM_BUFFER_SPARSE_FILE_PROP_NAME - Static variable in class io.aeron.driver.Configuration
-
Property name for boolean value of term buffers should be created sparse.
- TERM_ID_FIELD_OFFSET - Static variable in class io.aeron.protocol.DataHeaderFlyweight
-
Offset in the frame at which the term-id field begins.
- TERM_ID_OFFSET - Static variable in class io.aeron.logbuffer.FrameDescriptor
-
Offset within a frame at which the term id field begins
- TERM_ID_PARAM_NAME - Static variable in class io.aeron.CommonContext
-
- TERM_LENGTH_PARAM_NAME - Static variable in class io.aeron.CommonContext
-
The param name to be used for the term length as a channel URI param.
- TERM_MAX_LENGTH - Static variable in class io.aeron.logbuffer.LogBufferDescriptor
-
Maximum buffer length for a log term.
- TERM_MIN_LENGTH - Static variable in class io.aeron.logbuffer.LogBufferDescriptor
-
Minimum buffer length for a log term.
- TERM_OFFSET - Static variable in class io.aeron.logbuffer.FrameDescriptor
-
Offset within a frame at which the term offset field begins
- TERM_OFFSET_FIELD_OFFSET - Static variable in class io.aeron.protocol.DataHeaderFlyweight
-
Offset in the frame at which the term-offset field begins.
- TERM_OFFSET_PARAM_NAME - Static variable in class io.aeron.CommonContext
-
- TERM_TAIL_COUNTERS_OFFSET - Static variable in class io.aeron.logbuffer.LogBufferDescriptor
-
Offset within the metadata where the tail values are stored.
- TermAppender - Class in io.aeron.logbuffer
-
Term buffer appender which supports many producers concurrently writing an append-only log.
- TermAppender(UnsafeBuffer, UnsafeBuffer, int) - Constructor for class io.aeron.logbuffer.TermAppender
-
Construct a view over a term buffer and state buffer for appending frames.
- TermBlockScanner - Class in io.aeron.logbuffer
-
Scan a term buffer for a block of message fragments including padding.
- TermBlockScanner() - Constructor for class io.aeron.logbuffer.TermBlockScanner
-
- termBufferLength() - Method in class io.aeron.archive.codecs.RecordingDescriptorDecoder
-
- termBufferLength(int) - Method in class io.aeron.archive.codecs.RecordingDescriptorEncoder
-
- termBufferLength - Variable in class io.aeron.archive.RecordingSummary
-
The term-length for the recorded stream.
- termBufferLength() - Static method in class io.aeron.driver.Configuration
-
Length (in bytes) of the log buffers for UDP publication terms.
- termBufferLength() - Method in class io.aeron.Image
-
Get the length in bytes for each term partition in the log buffer.
- termBufferLength() - Method in class io.aeron.Publication
-
Get the length in bytes for each term partition in the log buffer.
- termBufferLengthEncodingLength() - Static method in class io.aeron.archive.codecs.RecordingDescriptorDecoder
-
- termBufferLengthEncodingLength() - Static method in class io.aeron.archive.codecs.RecordingDescriptorEncoder
-
- termBufferLengthEncodingOffset() - Static method in class io.aeron.archive.codecs.RecordingDescriptorDecoder
-
- termBufferLengthEncodingOffset() - Static method in class io.aeron.archive.codecs.RecordingDescriptorEncoder
-
- termBufferLengthId() - Static method in class io.aeron.archive.codecs.RecordingDescriptorDecoder
-
- termBufferLengthId() - Static method in class io.aeron.archive.codecs.RecordingDescriptorEncoder
-
- termBufferLengthMaxValue() - Static method in class io.aeron.archive.codecs.RecordingDescriptorDecoder
-
- termBufferLengthMaxValue() - Static method in class io.aeron.archive.codecs.RecordingDescriptorEncoder
-
- termBufferLengthMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.RecordingDescriptorDecoder
-
- termBufferLengthMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.RecordingDescriptorEncoder
-
- termBufferLengthMinValue() - Static method in class io.aeron.archive.codecs.RecordingDescriptorDecoder
-
- termBufferLengthMinValue() - Static method in class io.aeron.archive.codecs.RecordingDescriptorEncoder
-
- termBufferLengthNullValue() - Static method in class io.aeron.archive.codecs.RecordingDescriptorDecoder
-
- termBufferLengthNullValue() - Static method in class io.aeron.archive.codecs.RecordingDescriptorEncoder
-
- termBufferLengthSinceVersion() - Static method in class io.aeron.archive.codecs.RecordingDescriptorDecoder
-
- termBufferLengthSinceVersion() - Static method in class io.aeron.archive.codecs.RecordingDescriptorEncoder
-
- termBuffers() - Method in interface io.aeron.driver.buffer.RawLog
-
An array of term buffer partitions.
- termBufferSparseFile() - Static method in class io.aeron.driver.Configuration
-
Should term buffers be created as sparse files.
- termBufferSparseFile() - Method in class io.aeron.driver.MediaDriver.Context
-
Should the term buffers be created with sparse files?
- termBufferSparseFile(boolean) - Method in class io.aeron.driver.MediaDriver.Context
-
Should the term buffer be created with sparse files?
- TermGapFiller - Class in io.aeron.logbuffer
-
Fills a gap in a term with a padding record.
- TermGapFiller() - Constructor for class io.aeron.logbuffer.TermGapFiller
-
- TermGapScanner - Class in io.aeron.logbuffer
-
Scans for gaps in the sequence of bytes in a replicated term buffer between the completed rebuild and the
high-water-mark.
- TermGapScanner() - Constructor for class io.aeron.logbuffer.TermGapScanner
-
- TermGapScanner.GapHandler - Interface in io.aeron.logbuffer
-
Handler for notifying of gaps in the log.
- termId(Integer) - Method in class io.aeron.ChannelUriStringBuilder
-
Set the current term id at which a publication will start.
- termId(ChannelUri) - Method in class io.aeron.ChannelUriStringBuilder
-
Set the termId value to be what is in the
ChannelUri
which may be null.
- termId() - Method in class io.aeron.ChannelUriStringBuilder
-
Get the current term id at which a publication will start.
- termId() - Method in class io.aeron.ExclusivePublication
-
The current term-id of the publication.
- termId() - Method in class io.aeron.logbuffer.Header
-
The term ID to which the frame belongs.
- termId(long) - Static method in class io.aeron.logbuffer.LogBufferDescriptor
-
Get the termId from a packed raw tail value.
- termId() - Method in class io.aeron.protocol.DataHeaderFlyweight
-
Get the term-id field from the header.
- termId(UnsafeBuffer, int) - Static method in class io.aeron.protocol.DataHeaderFlyweight
-
Get the term-id field from the header.
- termId(int) - Method in class io.aeron.protocol.DataHeaderFlyweight
-
Set the term-id field in the header.
- termId() - Method in class io.aeron.protocol.NakFlyweight
-
The term-id for the stream.
- termId(int) - Method in class io.aeron.protocol.NakFlyweight
-
Set term-id for the stream.
- termIdOffset(int) - Static method in class io.aeron.logbuffer.FrameDescriptor
-
The buffer offset at which the term id field begins.
- TERMINATE_DRIVER - Static variable in class io.aeron.command.ControlProtocolEvents
-
Request the driver to terminate.
- terminateDriver(DirectBuffer, int, int) - Method in class io.aeron.DriverProxy
-
Instruct the media driver to terminate.
- TerminateDriverFlyweight - Class in io.aeron.command
-
Command message flyweight to ask the driver process to terminate.
- TerminateDriverFlyweight() - Constructor for class io.aeron.command.TerminateDriverFlyweight
-
- TERMINATION_VALIDATOR_PROP_NAME - Static variable in class io.aeron.driver.Configuration
-
Property name for the class used to validate if a driver should terminate based on token.
- terminationHook(Runnable) - Method in class io.aeron.driver.MediaDriver.Context
-
- terminationHook() - Method in class io.aeron.driver.MediaDriver.Context
-
- terminationValidator() - Static method in class io.aeron.driver.Configuration
-
Get the
TerminationValidator
implementations which can be used for validating a termination request
sent to the driver to ensure the client has the right to terminate a driver.
- terminationValidator(TerminationValidator) - Method in class io.aeron.driver.MediaDriver.Context
-
- terminationValidator() - Method in class io.aeron.driver.MediaDriver.Context
-
- TerminationValidator - Interface in io.aeron.driver
-
Validate if the driver should terminate based on the provided token.
- termLength(Integer) - Method in class io.aeron.ChannelUriStringBuilder
-
Set the length of buffer used for each term of the log.
- termLength(ChannelUri) - Method in class io.aeron.ChannelUriStringBuilder
-
Set the termLength value to be what is in the
ChannelUri
which may be null.
- termLength() - Method in class io.aeron.ChannelUriStringBuilder
-
Get the length of buffer used for each term of the log.
- termLength() - Method in interface io.aeron.driver.buffer.RawLog
-
The length of each term in bytes.
- termLength(UnsafeBuffer) - Static method in class io.aeron.logbuffer.LogBufferDescriptor
-
Get the value of the Term Length used for this log.
- termLength(UnsafeBuffer, int) - Static method in class io.aeron.logbuffer.LogBufferDescriptor
-
Set the term length used for this log.
- termLength() - Method in class io.aeron.LogBuffers
-
The length of the term buffer in each log partition.
- termLength() - Method in class io.aeron.protocol.SetupFlyweight
-
Get term length field.
- termLength(int) - Method in class io.aeron.protocol.SetupFlyweight
-
Set term length field.
- termOffset(Integer) - Method in class io.aeron.ChannelUriStringBuilder
-
Set the offset within a term at which a publication will start.
- termOffset(ChannelUri) - Method in class io.aeron.ChannelUriStringBuilder
-
Set the termOffset value to be what is in the
ChannelUri
which may be null.
- termOffset() - Method in class io.aeron.ChannelUriStringBuilder
-
Get the offset within a term at which a publication will start.
- termOffset() - Method in class io.aeron.ExclusivePublication
-
The current term-offset of the publication.
- termOffset() - Method in class io.aeron.logbuffer.Header
-
The offset in the term at which the frame begins.
- termOffset(long, long) - Static method in class io.aeron.logbuffer.LogBufferDescriptor
-
Read the termOffset from a packed raw tail value.
- termOffset(long) - Static method in class io.aeron.logbuffer.LogBufferDescriptor
-
The termOffset as a result of the append
- termOffset() - Method in class io.aeron.protocol.DataHeaderFlyweight
-
Get the term-offset field from the header.
- termOffset(UnsafeBuffer, int) - Static method in class io.aeron.protocol.DataHeaderFlyweight
-
Get the term-offset field from the header.
- termOffset(int) - Method in class io.aeron.protocol.DataHeaderFlyweight
-
Set the term-offset field in the header.
- termOffset() - Method in class io.aeron.protocol.NakFlyweight
-
The term-offset for the stream.
- termOffset(int) - Method in class io.aeron.protocol.NakFlyweight
-
Set term-offset for the stream.
- termOffset() - Method in class io.aeron.protocol.SetupFlyweight
-
Get term offset field.
- termOffset(int) - Method in class io.aeron.protocol.SetupFlyweight
-
Set term offset field.
- termOffsetOffset(int) - Static method in class io.aeron.logbuffer.FrameDescriptor
-
The buffer offset at which the term offset field begins.
- TermReader - Class in io.aeron.logbuffer
-
Utility functions for reading a term within a log buffer.
- TermReader() - Constructor for class io.aeron.logbuffer.TermReader
-
- TermRebuilder - Class in io.aeron.logbuffer
-
Rebuild a term buffer from received frames which can be out-of-order.
- TermRebuilder() - Constructor for class io.aeron.logbuffer.TermRebuilder
-
- TermScanner - Class in io.aeron.logbuffer
-
Scans a term buffer for an availability range of message fragments.
- TermScanner() - Constructor for class io.aeron.logbuffer.TermScanner
-
- TermUnblocker - Class in io.aeron.logbuffer
-
Unblocks a term buffer if a publisher has died leaving the log with a partial log entry.
- TermUnblocker() - Constructor for class io.aeron.logbuffer.TermUnblocker
-
- TermUnblocker.Status - Enum in io.aeron.logbuffer
-
- tether(Boolean) - Method in class io.aeron.ChannelUriStringBuilder
-
Should the subscription channel be tethered or not for local flow control.
- tether(ChannelUri) - Method in class io.aeron.ChannelUriStringBuilder
-
Set the tether value to be what is in the
ChannelUri
which may be null.
- tether() - Method in class io.aeron.ChannelUriStringBuilder
-
Should the subscription channel be tethered or not for local flow control.
- TETHER_PARAM_NAME - Static variable in class io.aeron.CommonContext
-
Parameter name for channel URI param to indicate if a subscription should tether for local flow control.
- TETHER_SUBSCRIPTIONS_PROP_NAME - Static variable in class io.aeron.driver.Configuration
-
Property name for default boolean value for if subscriptions should have a tether for local flow control.
- tetherSubscriptions() - Static method in class io.aeron.driver.Configuration
-
Default for if subscriptions should be tethered.
- tetherSubscriptions() - Method in class io.aeron.driver.MediaDriver.Context
-
Do subscriptions have a tether so they participates in local flow control when more than one.
- tetherSubscriptions(boolean) - Method in class io.aeron.driver.MediaDriver.Context
-
Do subscriptions have a tether so they participates in local flow control when more than one.
- threadFactory(ThreadFactory) - Method in class io.aeron.Aeron.Context
-
Specify the thread factory to use when starting the conductor thread.
- threadFactory() - Method in class io.aeron.Aeron.Context
-
The thread factory to be use to construct the conductor thread
- threadFactory() - Method in class io.aeron.archive.Archive.Context
-
- threadFactory(ThreadFactory) - Method in class io.aeron.archive.Archive.Context
-
- THREADING_MODE_PROP_NAME - Static variable in class io.aeron.archive.Archive.Configuration
-
- THREADING_MODE_PROP_NAME - Static variable in class io.aeron.driver.Configuration
-
- threadingMode() - Static method in class io.aeron.archive.Archive.Configuration
-
The threading mode to be employed by the archive.
- threadingMode() - Method in class io.aeron.archive.Archive.Context
-
Get the archive threading mode.
- threadingMode(ArchiveThreadingMode) - Method in class io.aeron.archive.Archive.Context
-
Set the archive threading mode.
- threadingMode() - Static method in class io.aeron.driver.Configuration
-
- threadingMode() - Method in class io.aeron.driver.MediaDriver.Context
-
- threadingMode(ThreadingMode) - Method in class io.aeron.driver.MediaDriver.Context
-
- ThreadingMode - Enum in io.aeron.driver
-
- threshold(int) - Static method in interface io.aeron.driver.CongestionControl
-
Threshold increment in a window after which a status message should be scheduled.
- timeOfLastActivityNs - Variable in class io.aeron.driver.media.ImageConnection
-
Time of the last observed activity on this connection for tracking liveness.
- timeOfLastActivityNs(long) - Method in class io.aeron.driver.media.ReceiveDestinationTransport
-
Store the time of last activity for the destination.
- timeOfLastActivityNs() - Method in class io.aeron.driver.media.ReceiveDestinationTransport
-
Get the time of last activity for the destination.
- timeOfLastDriverKeepaliveMs() - Method in class io.aeron.DriverProxy
-
Time of the last heartbeat to indicate the driver is alive.
- timeOfLastFrameNs - Variable in class io.aeron.driver.media.ImageConnection
-
Time of the last observed from from the source.
- timeOfLastStatusMessageNs() - Method in class io.aeron.driver.NetworkPublication
-
Time of the last status message a from a receiver.
- TimeoutException - Exception in io.aeron.exceptions
-
Generic timeout has occurred while waiting on some action or event.
- TimeoutException() - Constructor for exception io.aeron.exceptions.TimeoutException
-
- TimeoutException(String) - Constructor for exception io.aeron.exceptions.TimeoutException
-
- TimeoutException(AeronException.Category) - Constructor for exception io.aeron.exceptions.TimeoutException
-
- TimeoutException(String, AeronException.Category) - Constructor for exception io.aeron.exceptions.TimeoutException
-
- TimeoutException(Throwable, AeronException.Category) - Constructor for exception io.aeron.exceptions.TimeoutException
-
- TimeoutException(String, Throwable, AeronException.Category) - Constructor for exception io.aeron.exceptions.TimeoutException
-
- TimeoutException(String, Throwable, boolean, boolean, AeronException.Category) - Constructor for exception io.aeron.exceptions.TimeoutException
-
Constructs a new timeout exception with the a detail message, cause, suppression enabled or disabled,
writable stack trace enabled or disabled, an
AeronException.Category
.
- TIMER_INTERVAL_PROP_NAME - Static variable in class io.aeron.driver.Configuration
-
Interval between checks for timers and timeouts.
- timerIntervalNs() - Static method in class io.aeron.driver.Configuration
-
Interval between checks for timers and timeouts.
- timerIntervalNs() - Method in class io.aeron.driver.MediaDriver.Context
-
Interval in nanoseconds between checks for timers and timeouts.
- timerIntervalNs(long) - Method in class io.aeron.driver.MediaDriver.Context
-
Interval in nanoseconds between checks for timers and timeouts.
- TO_CLIENTS_BUFFER_LENGTH_DEFAULT - Static variable in class io.aeron.driver.Configuration
-
Default buffer length for broadcast buffers from the media driver and the clients.
- TO_CLIENTS_BUFFER_LENGTH_FIELD_OFFSET - Static variable in class io.aeron.CncFileDescriptor
-
Offset at which the length field can be found for the broadcast buffer to the clients can be found.
- TO_CLIENTS_BUFFER_LENGTH_PROP_NAME - Static variable in class io.aeron.driver.Configuration
-
Length (in bytes) of the broadcast buffers from the media driver to the clients.
- TO_DRIVER_BUFFER_LENGTH_FIELD_OFFSET - Static variable in class io.aeron.CncFileDescriptor
-
Offset at which the length field can be found for the command ring buffer to the driver.
- toClientBuffer() - Method in class io.aeron.Aeron.Context
-
The buffer used for communicating from the media driver to the Aeron client.
- toClientsBufferLength() - Static method in class io.aeron.driver.Configuration
-
Length (in bytes) of the broadcast buffers from the media driver to the clients.
- toClientsBufferLength() - Method in class io.aeron.driver.MediaDriver.Context
-
- toClientsBufferLength(int) - Method in class io.aeron.driver.MediaDriver.Context
-
- toClientsBufferLengthOffset(int) - Static method in class io.aeron.CncFileDescriptor
-
Offset in the buffer at which the to clients buffer length field exists.
- toDriverBuffer() - Method in class io.aeron.Aeron.Context
-
Get the
RingBuffer
used for sending commands to the media driver.
- toDriverBufferLengthOffset(int) - Static method in class io.aeron.CncFileDescriptor
-
Offset in the buffer at which the to driver buffer length field exists.
- tokenBuffer(DirectBuffer, int, int) - Method in class io.aeron.command.TerminateDriverFlyweight
-
Fill the token buffer.
- tokenBufferLength() - Method in class io.aeron.command.TerminateDriverFlyweight
-
Length of the token buffer in bytes
- tokenBufferOffset() - Method in class io.aeron.command.TerminateDriverFlyweight
-
Relative offset of the token buffer
- toString() - Method in class io.aeron.archive.Archive.Context
- toString() - Method in class io.aeron.archive.client.ControlResponsePoller
- toString() - Method in class io.aeron.archive.client.RecordingDescriptorPoller
- toString() - Method in class io.aeron.archive.client.RecordingSignalPoller
- toString() - Method in class io.aeron.archive.client.ReplayMerge
- toString() - Method in class io.aeron.archive.codecs.AttachSegmentsRequestDecoder
-
- toString() - Method in class io.aeron.archive.codecs.AttachSegmentsRequestEncoder
-
- toString() - Method in class io.aeron.archive.codecs.AuthConnectRequestDecoder
-
- toString() - Method in class io.aeron.archive.codecs.AuthConnectRequestEncoder
-
- toString() - Method in class io.aeron.archive.codecs.BoundedReplayRequestDecoder
-
- toString() - Method in class io.aeron.archive.codecs.BoundedReplayRequestEncoder
-
- toString() - Method in class io.aeron.archive.codecs.CatalogHeaderDecoder
-
- toString() - Method in class io.aeron.archive.codecs.CatalogHeaderEncoder
-
- toString() - Method in class io.aeron.archive.codecs.ChallengeDecoder
-
- toString() - Method in class io.aeron.archive.codecs.ChallengeEncoder
-
- toString() - Method in class io.aeron.archive.codecs.ChallengeResponseDecoder
-
- toString() - Method in class io.aeron.archive.codecs.ChallengeResponseEncoder
-
- toString() - Method in class io.aeron.archive.codecs.CloseSessionRequestDecoder
-
- toString() - Method in class io.aeron.archive.codecs.CloseSessionRequestEncoder
-
- toString() - Method in class io.aeron.archive.codecs.ConnectRequestDecoder
-
- toString() - Method in class io.aeron.archive.codecs.ConnectRequestEncoder
-
- toString() - Method in class io.aeron.archive.codecs.ControlResponseDecoder
-
- toString() - Method in class io.aeron.archive.codecs.ControlResponseEncoder
-
- toString() - Method in class io.aeron.archive.codecs.DeleteDetachedSegmentsRequestDecoder
-
- toString() - Method in class io.aeron.archive.codecs.DeleteDetachedSegmentsRequestEncoder
-
- toString() - Method in class io.aeron.archive.codecs.DetachSegmentsRequestDecoder
-
- toString() - Method in class io.aeron.archive.codecs.DetachSegmentsRequestEncoder
-
- toString() - Method in class io.aeron.archive.codecs.ExtendRecordingRequest2Decoder
-
- toString() - Method in class io.aeron.archive.codecs.ExtendRecordingRequest2Encoder
-
- toString() - Method in class io.aeron.archive.codecs.ExtendRecordingRequestDecoder
-
- toString() - Method in class io.aeron.archive.codecs.ExtendRecordingRequestEncoder
-
- toString() - Method in class io.aeron.archive.codecs.FindLastMatchingRecordingRequestDecoder
-
- toString() - Method in class io.aeron.archive.codecs.FindLastMatchingRecordingRequestEncoder
-
- toString() - Method in class io.aeron.archive.codecs.KeepAliveRequestDecoder
-
- toString() - Method in class io.aeron.archive.codecs.KeepAliveRequestEncoder
-
- toString() - Method in class io.aeron.archive.codecs.ListRecordingRequestDecoder
-
- toString() - Method in class io.aeron.archive.codecs.ListRecordingRequestEncoder
-
- toString() - Method in class io.aeron.archive.codecs.ListRecordingsForUriRequestDecoder
-
- toString() - Method in class io.aeron.archive.codecs.ListRecordingsForUriRequestEncoder
-
- toString() - Method in class io.aeron.archive.codecs.ListRecordingsRequestDecoder
-
- toString() - Method in class io.aeron.archive.codecs.ListRecordingsRequestEncoder
-
- toString() - Method in class io.aeron.archive.codecs.ListRecordingSubscriptionsRequestDecoder
-
- toString() - Method in class io.aeron.archive.codecs.ListRecordingSubscriptionsRequestEncoder
-
- toString() - Method in class io.aeron.archive.codecs.mark.MarkFileHeaderDecoder
-
- toString() - Method in class io.aeron.archive.codecs.mark.MarkFileHeaderEncoder
-
- toString() - Method in class io.aeron.archive.codecs.mark.MessageHeaderDecoder
-
- toString() - Method in class io.aeron.archive.codecs.mark.MessageHeaderEncoder
-
- toString() - Method in class io.aeron.archive.codecs.mark.VarAsciiEncodingDecoder
-
- toString() - Method in class io.aeron.archive.codecs.mark.VarAsciiEncodingEncoder
-
- toString() - Method in class io.aeron.archive.codecs.MessageHeaderDecoder
-
- toString() - Method in class io.aeron.archive.codecs.MessageHeaderEncoder
-
- toString() - Method in class io.aeron.archive.codecs.MigrateSegmentsRequestDecoder
-
- toString() - Method in class io.aeron.archive.codecs.MigrateSegmentsRequestEncoder
-
- toString() - Method in class io.aeron.archive.codecs.PurgeRecordingRequestDecoder
-
- toString() - Method in class io.aeron.archive.codecs.PurgeRecordingRequestEncoder
-
- toString() - Method in class io.aeron.archive.codecs.PurgeSegmentsRequestDecoder
-
- toString() - Method in class io.aeron.archive.codecs.PurgeSegmentsRequestEncoder
-
- toString() - Method in class io.aeron.archive.codecs.RecordingDescriptorDecoder
-
- toString() - Method in class io.aeron.archive.codecs.RecordingDescriptorEncoder
-
- toString() - Method in class io.aeron.archive.codecs.RecordingDescriptorHeaderDecoder
-
- toString() - Method in class io.aeron.archive.codecs.RecordingDescriptorHeaderEncoder
-
- toString() - Method in class io.aeron.archive.codecs.RecordingPositionRequestDecoder
-
- toString() - Method in class io.aeron.archive.codecs.RecordingPositionRequestEncoder
-
- toString() - Method in class io.aeron.archive.codecs.RecordingProgressDecoder
-
- toString() - Method in class io.aeron.archive.codecs.RecordingProgressEncoder
-
- toString() - Method in class io.aeron.archive.codecs.RecordingSignalEventDecoder
-
- toString() - Method in class io.aeron.archive.codecs.RecordingSignalEventEncoder
-
- toString() - Method in class io.aeron.archive.codecs.RecordingStartedDecoder
-
- toString() - Method in class io.aeron.archive.codecs.RecordingStartedEncoder
-
- toString() - Method in class io.aeron.archive.codecs.RecordingStoppedDecoder
-
- toString() - Method in class io.aeron.archive.codecs.RecordingStoppedEncoder
-
- toString() - Method in class io.aeron.archive.codecs.RecordingSubscriptionDescriptorDecoder
-
- toString() - Method in class io.aeron.archive.codecs.RecordingSubscriptionDescriptorEncoder
-
- toString() - Method in class io.aeron.archive.codecs.ReplayRequestDecoder
-
- toString() - Method in class io.aeron.archive.codecs.ReplayRequestEncoder
-
- toString() - Method in class io.aeron.archive.codecs.ReplicateRequest2Decoder
-
- toString() - Method in class io.aeron.archive.codecs.ReplicateRequest2Encoder
-
- toString() - Method in class io.aeron.archive.codecs.ReplicateRequestDecoder
-
- toString() - Method in class io.aeron.archive.codecs.ReplicateRequestEncoder
-
- toString() - Method in class io.aeron.archive.codecs.StartPositionRequestDecoder
-
- toString() - Method in class io.aeron.archive.codecs.StartPositionRequestEncoder
-
- toString() - Method in class io.aeron.archive.codecs.StartRecordingRequest2Decoder
-
- toString() - Method in class io.aeron.archive.codecs.StartRecordingRequest2Encoder
-
- toString() - Method in class io.aeron.archive.codecs.StartRecordingRequestDecoder
-
- toString() - Method in class io.aeron.archive.codecs.StartRecordingRequestEncoder
-
- toString() - Method in class io.aeron.archive.codecs.StopAllReplaysRequestDecoder
-
- toString() - Method in class io.aeron.archive.codecs.StopAllReplaysRequestEncoder
-
- toString() - Method in class io.aeron.archive.codecs.StopPositionRequestDecoder
-
- toString() - Method in class io.aeron.archive.codecs.StopPositionRequestEncoder
-
- toString() - Method in class io.aeron.archive.codecs.StopRecordingByIdentityRequestDecoder
-
- toString() - Method in class io.aeron.archive.codecs.StopRecordingByIdentityRequestEncoder
-
- toString() - Method in class io.aeron.archive.codecs.StopRecordingRequestDecoder
-
- toString() - Method in class io.aeron.archive.codecs.StopRecordingRequestEncoder
-
- toString() - Method in class io.aeron.archive.codecs.StopRecordingSubscriptionRequestDecoder
-
- toString() - Method in class io.aeron.archive.codecs.StopRecordingSubscriptionRequestEncoder
-
- toString() - Method in class io.aeron.archive.codecs.StopReplayRequestDecoder
-
- toString() - Method in class io.aeron.archive.codecs.StopReplayRequestEncoder
-
- toString() - Method in class io.aeron.archive.codecs.StopReplicationRequestDecoder
-
- toString() - Method in class io.aeron.archive.codecs.StopReplicationRequestEncoder
-
- toString() - Method in class io.aeron.archive.codecs.TaggedReplicateRequestDecoder
-
- toString() - Method in class io.aeron.archive.codecs.TaggedReplicateRequestEncoder
-
- toString() - Method in class io.aeron.archive.codecs.TruncateRecordingRequestDecoder
-
- toString() - Method in class io.aeron.archive.codecs.TruncateRecordingRequestEncoder
-
- toString() - Method in class io.aeron.archive.codecs.VarAsciiEncodingDecoder
-
- toString() - Method in class io.aeron.archive.codecs.VarAsciiEncodingEncoder
-
- toString() - Method in class io.aeron.archive.codecs.VarDataEncodingDecoder
-
- toString() - Method in class io.aeron.archive.codecs.VarDataEncodingEncoder
-
- toString() - Method in class io.aeron.ChannelUri
-
Generate a String representation of the URI that is valid for an Aeron channel.
- toString() - Method in class io.aeron.ChannelUriStringBuilder
- toString() - Method in class io.aeron.command.CounterMessageFlyweight
- toString() - Method in class io.aeron.DirectBufferVector
- toString() - Method in class io.aeron.driver.DefaultMulticastFlowControlSupplier
- toString() - Method in class io.aeron.driver.DefaultUnicastFlowControlSupplier
- toString() - Method in class io.aeron.driver.media.UdpChannel
-
- toString() - Method in class io.aeron.driver.MediaDriver.Context
- toString() - Method in class io.aeron.driver.OptimalMulticastDelayGenerator
- toString() - Method in class io.aeron.driver.StaticDelayGenerator
- toString() - Method in class io.aeron.driver.SubscriptionLink
- toString() - Method in class io.aeron.Image
- toString() - Method in class io.aeron.protocol.DataHeaderFlyweight
- toString() - Method in class io.aeron.protocol.NakFlyweight
- toString() - Method in class io.aeron.protocol.RttMeasurementFlyweight
- toString() - Method in class io.aeron.protocol.SetupFlyweight
- toString() - Method in class io.aeron.protocol.StatusMessageFlyweight
- toString() - Method in class io.aeron.Publication
- toString() - Method in class io.aeron.samples.BacklogStat.StreamCompositeKey
- toString() - Method in class io.aeron.samples.cluster.tutorial.BasicAuctionClusteredService
- toString() - Method in class io.aeron.samples.StreamStat.StreamCompositeKey
- toString() - Method in class io.aeron.samples.StreamStat.StreamPosition
- toString() - Method in class io.aeron.Subscription
- TOTAL_BYTES_LOST_OFFSET - Static variable in class io.aeron.driver.reports.LossReport
-
Offset within an entry at which the total bytes field begins.
- totalBytes() - Method in class io.aeron.samples.ImageRateSubscriber
-
Total bytes consumed.
- TRANSFER_PORT_OFFSET - Static variable in class io.aeron.samples.cluster.ClusterConfig
-
- triggerSendSetupFrame() - Method in class io.aeron.driver.NetworkPublication
-
Trigger the sending of a SETUP frame so a connection can be established.
- truncateRecording(long, long) - Method in class io.aeron.archive.client.AeronArchive
-
Truncate a stopped recording to a given position that is less than the stopped position.
- truncateRecording(long, long, long, long) - Method in class io.aeron.archive.client.ArchiveProxy
-
Truncate a stopped recording to a given position that is less than the stopped position.
- TruncateRecordingRequestDecoder - Class in io.aeron.archive.codecs
-
Request the truncation of stopped recording.
- TruncateRecordingRequestDecoder() - Constructor for class io.aeron.archive.codecs.TruncateRecordingRequestDecoder
-
- TruncateRecordingRequestEncoder - Class in io.aeron.archive.codecs
-
Request the truncation of stopped recording.
- TruncateRecordingRequestEncoder() - Constructor for class io.aeron.archive.codecs.TruncateRecordingRequestEncoder
-
- tryChallengeResponse(byte[], long, long) - Method in class io.aeron.archive.client.ArchiveProxy
-
Try send a ChallengeResponse to an archive on its control interface providing the credentials.
- tryClaim(int, BufferClaim) - Method in class io.aeron.ConcurrentPublication
-
Try to claim a range in the publication log into which a message can be written with zero copy semantics.
- tryClaim(int, BufferClaim) - Method in class io.aeron.ExclusivePublication
-
Try to claim a range in the publication log into which a message can be written with zero copy semantics.
- tryClaim(int, BufferClaim) - Method in class io.aeron.Publication
-
Try to claim a range in the publication log into which a message can be written with zero copy semantics.
- tryConnect(String, int, long) - Method in class io.aeron.archive.client.ArchiveProxy
-
Try Connect to an archive on its control interface providing the response stream details.
- tryFillGap(UnsafeBuffer, UnsafeBuffer, int, int, int) - Static method in class io.aeron.logbuffer.TermGapFiller
-
Try to gap fill the current term at a given offset if the gap contains no data.
- tryResolveChannelEndpointPort() - Method in class io.aeron.Subscription
-
Resolve channel endpoint and replace it with the port from the ephemeral range when 0 was provided.
- tryStopRecording(String, int) - Method in class io.aeron.archive.client.AeronArchive
-
Try to stop a recording for a channel and stream pairing.
- tryStopRecording(long) - Method in class io.aeron.archive.client.AeronArchive
-
- tryStopRecordingByIdentity(long) - Method in class io.aeron.archive.client.AeronArchive
-
Try stop an active recording by its recording id.
- tryStopReplication(long) - Method in class io.aeron.archive.client.AeronArchive
-
- ttl(Integer) - Method in class io.aeron.ChannelUriStringBuilder
-
Set the Time To Live (TTL) for a multicast datagram.
- ttl(ChannelUri) - Method in class io.aeron.ChannelUriStringBuilder
-
Set the ttl value to be what is in the
ChannelUri
which may be null.
- ttl() - Method in class io.aeron.ChannelUriStringBuilder
-
Get the Time To Live (TTL) for a multicast datagram.
- ttl() - Method in class io.aeron.protocol.SetupFlyweight
-
Get the TTL field.
- ttl(int) - Method in class io.aeron.protocol.SetupFlyweight
-
Set the TTL field.
- TTL_PARAM_NAME - Static variable in class io.aeron.CommonContext
-
Time To Live param for a multicast datagram.
- type() - Method in class io.aeron.logbuffer.Header
-
- TYPE_FIELD_OFFSET - Static variable in class io.aeron.protocol.HeaderFlyweight
-
Offset in the frame at which the frame type field begins.
- TYPE_OFFSET - Static variable in class io.aeron.logbuffer.FrameDescriptor
-
Offset within a frame at which the type field begins
- typeId() - Method in class io.aeron.command.CounterMessageFlyweight
-
Get type id field.
- typeId(int) - Method in class io.aeron.command.CounterMessageFlyweight
-
Set counter type id field.
- typeId() - Method in class io.aeron.samples.StreamStat.StreamPosition
-
The type category of the counter for the stream position.
- typeOffset(int) - Static method in class io.aeron.logbuffer.FrameDescriptor
-
The buffer offset at which the type field begins.
- validate() - Method in class io.aeron.ChannelUriStringBuilder
-
Validates that the collection of set parameters are valid together.
- validate() - Method in class io.aeron.DirectBufferVector
-
Ensure the vector is valid for the buffer.
- validateAllowsDestinationControl() - Method in class io.aeron.driver.media.ReceiveChannelEndpoint
-
Validate that the channel allows destination control.
- validateAllowsManualControl() - Method in class io.aeron.driver.media.SendChannelEndpoint
-
Validate that the channel allows manual control for destinations.
- validateAndComputeLength(DirectBufferVector[]) - Static method in class io.aeron.DirectBufferVector
-
Validate an array of vectors to make up a message and compute the total length.
- validateInitialWindowLength(int, int) - Static method in class io.aeron.driver.Configuration
-
Validate that the initial window length is greater than MTU.
- validateLength(int, int) - Method in class io.aeron.command.CorrelatedMessageFlyweight
-
Validate buffer length is long enough for message.
- validateLength(int, int) - Method in class io.aeron.command.CounterMessageFlyweight
-
Validate buffer length is long enough for message.
- validateLength(int, int) - Method in class io.aeron.command.DestinationMessageFlyweight
-
Validate buffer length is long enough for message.
- validateLength(int, int) - Method in class io.aeron.command.PublicationMessageFlyweight
-
Validate buffer length is long enough for message.
- validateLength(int, int) - Method in class io.aeron.command.RemoveMessageFlyweight
-
Validate buffer length is long enough for message.
- validateLength(int, int) - Method in class io.aeron.command.SubscriptionMessageFlyweight
-
Validate buffer length is long enough for message.
- validateLength(int, int) - Method in class io.aeron.command.TerminateDriverFlyweight
-
Validate buffer length is long enough for message.
- validateMtuLength(int) - Static method in class io.aeron.driver.Configuration
-
Validate that the MTU is an appropriate length.
- validatePageSize(int) - Static method in class io.aeron.driver.Configuration
-
Validate that page size is valid and alignment is valid.
- validatePublicationLingerTimeoutNs(long, long) - Static method in class io.aeron.driver.Configuration
-
Validate the publication linger timeout is an appropriate value.
- validateSessionIdRange(int, int) - Static method in class io.aeron.driver.Configuration
-
Validate the range of session ids based on a high and low value provided which accounts for the values wrapping.
- validateSocketBufferLengths(MediaDriver.Context) - Static method in class io.aeron.driver.Configuration
-
Validate that the socket buffer lengths are sufficient for the media driver configuration.
- validateUnblockTimeout(long, long, long) - Static method in class io.aeron.driver.Configuration
-
Validate that the timeouts for unblocking publications from a client are valid.
- validateUntetheredTimeouts(long, long, long) - Static method in class io.aeron.driver.Configuration
-
Validate that the timeouts for untethered subscriptions are greater than timer interval.
- value() - Method in enum io.aeron.archive.codecs.BooleanType
-
The raw encoded value in the Java type representation.
- value() - Method in enum io.aeron.archive.codecs.ControlResponseCode
-
The raw encoded value in the Java type representation.
- value() - Method in enum io.aeron.archive.codecs.RecordingSignal
-
The raw encoded value in the Java type representation.
- value() - Method in enum io.aeron.archive.codecs.RecordingState
-
The raw encoded value in the Java type representation.
- value() - Method in enum io.aeron.archive.codecs.SourceLocation
-
The raw encoded value in the Java type representation.
- value() - Method in enum io.aeron.ErrorCode
-
Get the value of this ErrorCode.
- value() - Method in class io.aeron.samples.StreamStat.StreamPosition
-
The value of the counter.
- valueOf(String) - Static method in enum io.aeron.archive.ArchiveThreadingMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.aeron.archive.ArchiveTool.VerifyOption
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.aeron.archive.codecs.BooleanType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.aeron.archive.codecs.ControlResponseCode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.aeron.archive.codecs.mark.MetaAttribute
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.aeron.archive.codecs.MetaAttribute
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.aeron.archive.codecs.RecordingSignal
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.aeron.archive.codecs.RecordingState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.aeron.archive.codecs.SourceLocation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.aeron.CommonContext.InferableBoolean
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.aeron.driver.status.SystemCounterDescriptor
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.aeron.driver.ThreadingMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.aeron.ErrorCode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.aeron.exceptions.AeronException.Category
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.aeron.logbuffer.ControlledFragmentHandler.Action
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.aeron.logbuffer.TermUnblocker.Status
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum io.aeron.archive.ArchiveThreadingMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.aeron.archive.ArchiveTool.VerifyOption
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.aeron.archive.codecs.BooleanType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.aeron.archive.codecs.ControlResponseCode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.aeron.archive.codecs.mark.MetaAttribute
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.aeron.archive.codecs.MetaAttribute
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.aeron.archive.codecs.RecordingSignal
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.aeron.archive.codecs.RecordingState
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.aeron.archive.codecs.SourceLocation
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.aeron.CommonContext.InferableBoolean
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.aeron.driver.status.SystemCounterDescriptor
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.aeron.driver.ThreadingMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.aeron.ErrorCode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.aeron.exceptions.AeronException.Category
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.aeron.logbuffer.ControlledFragmentHandler.Action
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.aeron.logbuffer.TermUnblocker.Status
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VarAsciiEncodingDecoder - Class in io.aeron.archive.codecs.mark
-
Variable length ASCII string header.
- VarAsciiEncodingDecoder() - Constructor for class io.aeron.archive.codecs.mark.VarAsciiEncodingDecoder
-
- VarAsciiEncodingDecoder - Class in io.aeron.archive.codecs
-
Variable length ASCII string header.
- VarAsciiEncodingDecoder() - Constructor for class io.aeron.archive.codecs.VarAsciiEncodingDecoder
-
- VarAsciiEncodingEncoder - Class in io.aeron.archive.codecs.mark
-
Variable length ASCII string header.
- VarAsciiEncodingEncoder() - Constructor for class io.aeron.archive.codecs.mark.VarAsciiEncodingEncoder
-
- VarAsciiEncodingEncoder - Class in io.aeron.archive.codecs
-
Variable length ASCII string header.
- VarAsciiEncodingEncoder() - Constructor for class io.aeron.archive.codecs.VarAsciiEncodingEncoder
-
- VarDataEncodingDecoder - Class in io.aeron.archive.codecs
-
Variable length data blob header.
- VarDataEncodingDecoder() - Constructor for class io.aeron.archive.codecs.VarDataEncodingDecoder
-
- VarDataEncodingEncoder - Class in io.aeron.archive.codecs
-
Variable length data blob header.
- VarDataEncodingEncoder() - Constructor for class io.aeron.archive.codecs.VarDataEncodingEncoder
-
- varDataEncodingLength() - Static method in class io.aeron.archive.codecs.mark.VarAsciiEncodingDecoder
-
- varDataEncodingLength() - Static method in class io.aeron.archive.codecs.mark.VarAsciiEncodingEncoder
-
- varDataEncodingLength() - Static method in class io.aeron.archive.codecs.VarAsciiEncodingDecoder
-
- varDataEncodingLength() - Static method in class io.aeron.archive.codecs.VarAsciiEncodingEncoder
-
- varDataEncodingLength() - Static method in class io.aeron.archive.codecs.VarDataEncodingDecoder
-
- varDataEncodingLength() - Static method in class io.aeron.archive.codecs.VarDataEncodingEncoder
-
- varDataEncodingOffset() - Static method in class io.aeron.archive.codecs.mark.VarAsciiEncodingDecoder
-
- varDataEncodingOffset() - Static method in class io.aeron.archive.codecs.mark.VarAsciiEncodingEncoder
-
- varDataEncodingOffset() - Static method in class io.aeron.archive.codecs.VarAsciiEncodingDecoder
-
- varDataEncodingOffset() - Static method in class io.aeron.archive.codecs.VarAsciiEncodingEncoder
-
- varDataEncodingOffset() - Static method in class io.aeron.archive.codecs.VarDataEncodingDecoder
-
- varDataEncodingOffset() - Static method in class io.aeron.archive.codecs.VarDataEncodingEncoder
-
- varDataMaxValue() - Static method in class io.aeron.archive.codecs.mark.VarAsciiEncodingDecoder
-
- varDataMaxValue() - Static method in class io.aeron.archive.codecs.mark.VarAsciiEncodingEncoder
-
- varDataMaxValue() - Static method in class io.aeron.archive.codecs.VarAsciiEncodingDecoder
-
- varDataMaxValue() - Static method in class io.aeron.archive.codecs.VarAsciiEncodingEncoder
-
- varDataMaxValue() - Static method in class io.aeron.archive.codecs.VarDataEncodingDecoder
-
- varDataMaxValue() - Static method in class io.aeron.archive.codecs.VarDataEncodingEncoder
-
- varDataMinValue() - Static method in class io.aeron.archive.codecs.mark.VarAsciiEncodingDecoder
-
- varDataMinValue() - Static method in class io.aeron.archive.codecs.mark.VarAsciiEncodingEncoder
-
- varDataMinValue() - Static method in class io.aeron.archive.codecs.VarAsciiEncodingDecoder
-
- varDataMinValue() - Static method in class io.aeron.archive.codecs.VarAsciiEncodingEncoder
-
- varDataMinValue() - Static method in class io.aeron.archive.codecs.VarDataEncodingDecoder
-
- varDataMinValue() - Static method in class io.aeron.archive.codecs.VarDataEncodingEncoder
-
- varDataNullValue() - Static method in class io.aeron.archive.codecs.mark.VarAsciiEncodingDecoder
-
- varDataNullValue() - Static method in class io.aeron.archive.codecs.mark.VarAsciiEncodingEncoder
-
- varDataNullValue() - Static method in class io.aeron.archive.codecs.VarAsciiEncodingDecoder
-
- varDataNullValue() - Static method in class io.aeron.archive.codecs.VarAsciiEncodingEncoder
-
- varDataNullValue() - Static method in class io.aeron.archive.codecs.VarDataEncodingDecoder
-
- varDataNullValue() - Static method in class io.aeron.archive.codecs.VarDataEncodingEncoder
-
- varDataSinceVersion() - Static method in class io.aeron.archive.codecs.mark.VarAsciiEncodingDecoder
-
- varDataSinceVersion() - Static method in class io.aeron.archive.codecs.VarAsciiEncodingDecoder
-
- varDataSinceVersion() - Static method in class io.aeron.archive.codecs.VarDataEncodingDecoder
-
- verify(PrintStream, File, Set<ArchiveTool.VerifyOption>, String, ArchiveTool.ActionConfirmation<File>) - Static method in class io.aeron.archive.ArchiveTool
-
Verify descriptors in the catalog, checking recording files availability and contents.
- verifyRecording(PrintStream, File, long, Set<ArchiveTool.VerifyOption>, String, ArchiveTool.ActionConfirmation<File>) - Static method in class io.aeron.archive.ArchiveTool
-
Verify descriptor in the catalog according to recordingId, checking recording files availability and contents.
- version() - Method in class io.aeron.archive.client.ControlResponsePoller
-
Version response from the server in semantic version form.
- version() - Method in class io.aeron.archive.client.RecordingSignalPoller
-
Version response from the server in semantic version form.
- version() - Method in class io.aeron.archive.codecs.AuthConnectRequestDecoder
-
- version(int) - Method in class io.aeron.archive.codecs.AuthConnectRequestEncoder
-
- version() - Method in class io.aeron.archive.codecs.CatalogHeaderDecoder
-
- version(int) - Method in class io.aeron.archive.codecs.CatalogHeaderEncoder
-
- version() - Method in class io.aeron.archive.codecs.ChallengeDecoder
-
- version(int) - Method in class io.aeron.archive.codecs.ChallengeEncoder
-
- version() - Method in class io.aeron.archive.codecs.ConnectRequestDecoder
-
- version(int) - Method in class io.aeron.archive.codecs.ConnectRequestEncoder
-
- version() - Method in class io.aeron.archive.codecs.ControlResponseDecoder
-
- version(int) - Method in class io.aeron.archive.codecs.ControlResponseEncoder
-
- version() - Method in class io.aeron.archive.codecs.mark.MarkFileHeaderDecoder
-
- version(int) - Method in class io.aeron.archive.codecs.mark.MarkFileHeaderEncoder
-
- version() - Method in class io.aeron.archive.codecs.mark.MessageHeaderDecoder
-
- version(int) - Method in class io.aeron.archive.codecs.mark.MessageHeaderEncoder
-
- version() - Method in class io.aeron.archive.codecs.MessageHeaderDecoder
-
- version(int) - Method in class io.aeron.archive.codecs.MessageHeaderEncoder
-
- version() - Method in class io.aeron.protocol.HeaderFlyweight
-
The version field value.
- version(short) - Method in class io.aeron.protocol.HeaderFlyweight
-
Set the version field value.
- VERSION_FIELD_OFFSET - Static variable in class io.aeron.protocol.HeaderFlyweight
-
Offset in the frame at which the version field begins.
- VERSION_OFFSET - Static variable in class io.aeron.logbuffer.FrameDescriptor
-
Offset within a frame at which the version field begins
- versionEncodingLength() - Static method in class io.aeron.archive.codecs.AuthConnectRequestDecoder
-
- versionEncodingLength() - Static method in class io.aeron.archive.codecs.AuthConnectRequestEncoder
-
- versionEncodingLength() - Static method in class io.aeron.archive.codecs.CatalogHeaderDecoder
-
- versionEncodingLength() - Static method in class io.aeron.archive.codecs.CatalogHeaderEncoder
-
- versionEncodingLength() - Static method in class io.aeron.archive.codecs.ChallengeDecoder
-
- versionEncodingLength() - Static method in class io.aeron.archive.codecs.ChallengeEncoder
-
- versionEncodingLength() - Static method in class io.aeron.archive.codecs.ConnectRequestDecoder
-
- versionEncodingLength() - Static method in class io.aeron.archive.codecs.ConnectRequestEncoder
-
- versionEncodingLength() - Static method in class io.aeron.archive.codecs.ControlResponseDecoder
-
- versionEncodingLength() - Static method in class io.aeron.archive.codecs.ControlResponseEncoder
-
- versionEncodingLength() - Static method in class io.aeron.archive.codecs.mark.MarkFileHeaderDecoder
-
- versionEncodingLength() - Static method in class io.aeron.archive.codecs.mark.MarkFileHeaderEncoder
-
- versionEncodingLength() - Static method in class io.aeron.archive.codecs.mark.MessageHeaderDecoder
-
- versionEncodingLength() - Static method in class io.aeron.archive.codecs.mark.MessageHeaderEncoder
-
- versionEncodingLength() - Static method in class io.aeron.archive.codecs.MessageHeaderDecoder
-
- versionEncodingLength() - Static method in class io.aeron.archive.codecs.MessageHeaderEncoder
-
- versionEncodingOffset() - Static method in class io.aeron.archive.codecs.AuthConnectRequestDecoder
-
- versionEncodingOffset() - Static method in class io.aeron.archive.codecs.AuthConnectRequestEncoder
-
- versionEncodingOffset() - Static method in class io.aeron.archive.codecs.CatalogHeaderDecoder
-
- versionEncodingOffset() - Static method in class io.aeron.archive.codecs.CatalogHeaderEncoder
-
- versionEncodingOffset() - Static method in class io.aeron.archive.codecs.ChallengeDecoder
-
- versionEncodingOffset() - Static method in class io.aeron.archive.codecs.ChallengeEncoder
-
- versionEncodingOffset() - Static method in class io.aeron.archive.codecs.ConnectRequestDecoder
-
- versionEncodingOffset() - Static method in class io.aeron.archive.codecs.ConnectRequestEncoder
-
- versionEncodingOffset() - Static method in class io.aeron.archive.codecs.ControlResponseDecoder
-
- versionEncodingOffset() - Static method in class io.aeron.archive.codecs.ControlResponseEncoder
-
- versionEncodingOffset() - Static method in class io.aeron.archive.codecs.mark.MarkFileHeaderDecoder
-
- versionEncodingOffset() - Static method in class io.aeron.archive.codecs.mark.MarkFileHeaderEncoder
-
- versionEncodingOffset() - Static method in class io.aeron.archive.codecs.mark.MessageHeaderDecoder
-
- versionEncodingOffset() - Static method in class io.aeron.archive.codecs.mark.MessageHeaderEncoder
-
- versionEncodingOffset() - Static method in class io.aeron.archive.codecs.MessageHeaderDecoder
-
- versionEncodingOffset() - Static method in class io.aeron.archive.codecs.MessageHeaderEncoder
-
- versionId() - Static method in class io.aeron.archive.codecs.AuthConnectRequestDecoder
-
- versionId() - Static method in class io.aeron.archive.codecs.AuthConnectRequestEncoder
-
- versionId() - Static method in class io.aeron.archive.codecs.CatalogHeaderDecoder
-
- versionId() - Static method in class io.aeron.archive.codecs.CatalogHeaderEncoder
-
- versionId() - Static method in class io.aeron.archive.codecs.ChallengeDecoder
-
- versionId() - Static method in class io.aeron.archive.codecs.ChallengeEncoder
-
- versionId() - Static method in class io.aeron.archive.codecs.ConnectRequestDecoder
-
- versionId() - Static method in class io.aeron.archive.codecs.ConnectRequestEncoder
-
- versionId() - Static method in class io.aeron.archive.codecs.ControlResponseDecoder
-
- versionId() - Static method in class io.aeron.archive.codecs.ControlResponseEncoder
-
- versionId() - Static method in class io.aeron.archive.codecs.mark.MarkFileHeaderDecoder
-
- versionId() - Static method in class io.aeron.archive.codecs.mark.MarkFileHeaderEncoder
-
- versionMaxValue() - Static method in class io.aeron.archive.codecs.AuthConnectRequestDecoder
-
- versionMaxValue() - Static method in class io.aeron.archive.codecs.AuthConnectRequestEncoder
-
- versionMaxValue() - Static method in class io.aeron.archive.codecs.CatalogHeaderDecoder
-
- versionMaxValue() - Static method in class io.aeron.archive.codecs.CatalogHeaderEncoder
-
- versionMaxValue() - Static method in class io.aeron.archive.codecs.ChallengeDecoder
-
- versionMaxValue() - Static method in class io.aeron.archive.codecs.ChallengeEncoder
-
- versionMaxValue() - Static method in class io.aeron.archive.codecs.ConnectRequestDecoder
-
- versionMaxValue() - Static method in class io.aeron.archive.codecs.ConnectRequestEncoder
-
- versionMaxValue() - Static method in class io.aeron.archive.codecs.ControlResponseDecoder
-
- versionMaxValue() - Static method in class io.aeron.archive.codecs.ControlResponseEncoder
-
- versionMaxValue() - Static method in class io.aeron.archive.codecs.mark.MarkFileHeaderDecoder
-
- versionMaxValue() - Static method in class io.aeron.archive.codecs.mark.MarkFileHeaderEncoder
-
- versionMaxValue() - Static method in class io.aeron.archive.codecs.mark.MessageHeaderDecoder
-
- versionMaxValue() - Static method in class io.aeron.archive.codecs.mark.MessageHeaderEncoder
-
- versionMaxValue() - Static method in class io.aeron.archive.codecs.MessageHeaderDecoder
-
- versionMaxValue() - Static method in class io.aeron.archive.codecs.MessageHeaderEncoder
-
- versionMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.AuthConnectRequestDecoder
-
- versionMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.AuthConnectRequestEncoder
-
- versionMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.CatalogHeaderDecoder
-
- versionMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.CatalogHeaderEncoder
-
- versionMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.ChallengeDecoder
-
- versionMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.ChallengeEncoder
-
- versionMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.ConnectRequestDecoder
-
- versionMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.ConnectRequestEncoder
-
- versionMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.ControlResponseDecoder
-
- versionMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.ControlResponseEncoder
-
- versionMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.mark.MarkFileHeaderDecoder
-
- versionMetaAttribute(MetaAttribute) - Static method in class io.aeron.archive.codecs.mark.MarkFileHeaderEncoder
-
- versionMinValue() - Static method in class io.aeron.archive.codecs.AuthConnectRequestDecoder
-
- versionMinValue() - Static method in class io.aeron.archive.codecs.AuthConnectRequestEncoder
-
- versionMinValue() - Static method in class io.aeron.archive.codecs.CatalogHeaderDecoder
-
- versionMinValue() - Static method in class io.aeron.archive.codecs.CatalogHeaderEncoder
-
- versionMinValue() - Static method in class io.aeron.archive.codecs.ChallengeDecoder
-
- versionMinValue() - Static method in class io.aeron.archive.codecs.ChallengeEncoder
-
- versionMinValue() - Static method in class io.aeron.archive.codecs.ConnectRequestDecoder
-
- versionMinValue() - Static method in class io.aeron.archive.codecs.ConnectRequestEncoder
-
- versionMinValue() - Static method in class io.aeron.archive.codecs.ControlResponseDecoder
-
- versionMinValue() - Static method in class io.aeron.archive.codecs.ControlResponseEncoder
-
- versionMinValue() - Static method in class io.aeron.archive.codecs.mark.MarkFileHeaderDecoder
-
- versionMinValue() - Static method in class io.aeron.archive.codecs.mark.MarkFileHeaderEncoder
-
- versionMinValue() - Static method in class io.aeron.archive.codecs.mark.MessageHeaderDecoder
-
- versionMinValue() - Static method in class io.aeron.archive.codecs.mark.MessageHeaderEncoder
-
- versionMinValue() - Static method in class io.aeron.archive.codecs.MessageHeaderDecoder
-
- versionMinValue() - Static method in class io.aeron.archive.codecs.MessageHeaderEncoder
-
- versionNullValue() - Static method in class io.aeron.archive.codecs.AuthConnectRequestDecoder
-
- versionNullValue() - Static method in class io.aeron.archive.codecs.AuthConnectRequestEncoder
-
- versionNullValue() - Static method in class io.aeron.archive.codecs.CatalogHeaderDecoder
-
- versionNullValue() - Static method in class io.aeron.archive.codecs.CatalogHeaderEncoder
-
- versionNullValue() - Static method in class io.aeron.archive.codecs.ChallengeDecoder
-
- versionNullValue() - Static method in class io.aeron.archive.codecs.ChallengeEncoder
-
- versionNullValue() - Static method in class io.aeron.archive.codecs.ConnectRequestDecoder
-
- versionNullValue() - Static method in class io.aeron.archive.codecs.ConnectRequestEncoder
-
- versionNullValue() - Static method in class io.aeron.archive.codecs.ControlResponseDecoder
-
- versionNullValue() - Static method in class io.aeron.archive.codecs.ControlResponseEncoder
-
- versionNullValue() - Static method in class io.aeron.archive.codecs.mark.MarkFileHeaderDecoder
-
- versionNullValue() - Static method in class io.aeron.archive.codecs.mark.MarkFileHeaderEncoder
-
- versionNullValue() - Static method in class io.aeron.archive.codecs.mark.MessageHeaderDecoder
-
- versionNullValue() - Static method in class io.aeron.archive.codecs.mark.MessageHeaderEncoder
-
- versionNullValue() - Static method in class io.aeron.archive.codecs.MessageHeaderDecoder
-
- versionNullValue() - Static method in class io.aeron.archive.codecs.MessageHeaderEncoder
-
- versionOffset(int) - Static method in class io.aeron.logbuffer.FrameDescriptor
-
The buffer offset at which the version field begins.
- versionSinceVersion() - Static method in class io.aeron.archive.codecs.AuthConnectRequestDecoder
-
- versionSinceVersion() - Static method in class io.aeron.archive.codecs.AuthConnectRequestEncoder
-
- versionSinceVersion() - Static method in class io.aeron.archive.codecs.CatalogHeaderDecoder
-
- versionSinceVersion() - Static method in class io.aeron.archive.codecs.CatalogHeaderEncoder
-
- versionSinceVersion() - Static method in class io.aeron.archive.codecs.ChallengeDecoder
-
- versionSinceVersion() - Static method in class io.aeron.archive.codecs.ChallengeEncoder
-
- versionSinceVersion() - Static method in class io.aeron.archive.codecs.ConnectRequestDecoder
-
- versionSinceVersion() - Static method in class io.aeron.archive.codecs.ConnectRequestEncoder
-
- versionSinceVersion() - Static method in class io.aeron.archive.codecs.ControlResponseDecoder
-
- versionSinceVersion() - Static method in class io.aeron.archive.codecs.ControlResponseEncoder
-
- versionSinceVersion() - Static method in class io.aeron.archive.codecs.mark.MarkFileHeaderDecoder
-
- versionSinceVersion() - Static method in class io.aeron.archive.codecs.mark.MarkFileHeaderEncoder
-
- versionSinceVersion() - Static method in class io.aeron.archive.codecs.mark.MessageHeaderDecoder
-
- versionSinceVersion() - Static method in class io.aeron.archive.codecs.MessageHeaderDecoder
-