-
Terminally Deprecated Elements
-
Deprecated ClassesClassDescriptionUse
TaggedMulticastFlowControl
insteadUseTaggedMulticastFlowControlSupplier
instead.
-
Deprecated Fields
-
Deprecated MethodsMethodDescriptionplease use
Aeron.removeAvailableCounterHandler(long)
.please useAeron.removeCloseHandler(long)
.please useAeron.removeUnavailableCounterHandler(long)
.UseArchive.Configuration.catalogCapacity()
instead.This method was deprecated in favor ofArchive.Context.catalogCapacity()
which returns capacity of theCatalog
in bytes rather than in number of entries.This method was deprecated in favor ofArchive.Context.catalogCapacity(long)
which works with bytes rather than number of entries.UseArchiveTool.capacity(File)
instead.UseArchiveTool.capacity(File, long)
instead.this method will not correctly handle tagged sessionId values that are outside the range of a signed 32-bit number. If this is called and a tagged value outside this range is currently held in this object, then the result will be the same asLong.intValue()
.No longer used for logging.UseNameResolver.init(CountersReader, CounterProvider)
instead.
-
Deprecated ConstructorsConstructorDescriptionUse another constructor with an
ExclusivePublication
.Use another constructor with anExclusivePublication
.TheshouldImmediatelyFeedback
method has been removed from the interface so theimmediatelyFeedback
parameter is ignored. You can emulate the old behaviour with:new StaticDelayGenerator(0, MILLISECONDS.toNanos(10));
If used for unicast delays, then this is not recommended and a short delay like the defaultConfiguration.NAK_UNICAST_DELAY_DEFAULT_NS
should be used.
ExclusivePublication
.