Class ActorAttributes.MaxFixedBufferSize
Configure the maximum buffer size for which a FixedSizeBuffer will be preallocated.
This defaults to a large value because it is usually better to fail early when
system memory is not sufficient to hold the buffer.
Use factory method CreateMaxFixedBufferSize
to create.
Inheritance
ActorAttributes.MaxFixedBufferSize
Assembly: Akka.Streams.dll
Syntax
public sealed class ActorAttributes.MaxFixedBufferSize : Attributes.IMandatoryAttribute, Attributes.IAttribute, IEquatable<ActorAttributes.MaxFixedBufferSize>
Constructors
|
Edit this page
View Source
MaxFixedBufferSize(int)
Declaration
public MaxFixedBufferSize(int size)
Parameters
Type |
Name |
Description |
int |
size |
|
Properties
|
Edit this page
View Source
Size
Declaration
Property Value
Methods
|
Edit this page
View Source
Equals(MaxFixedBufferSize)
Declaration
public bool Equals(ActorAttributes.MaxFixedBufferSize other)
Parameters
Returns
|
Edit this page
View Source
Equals(object)
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
object |
obj |
|
Returns
Overrides
|
Edit this page
View Source
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Overrides
|
Edit this page
View Source
ToString()
Declaration
public override string ToString()
Returns
Overrides
Implements
Extension Methods