Bewerken

Delen via


MemoryStorageWithLatencyOptions Class

Definition

Options for the MemoryGrainStorageWithLatency storage provider.

public class MemoryStorageWithLatencyOptions : Orleans.Configuration.MemoryGrainStorageOptions
type MemoryStorageWithLatencyOptions = class
    inherit MemoryGrainStorageOptions
Public Class MemoryStorageWithLatencyOptions
Inherits MemoryGrainStorageOptions
Inheritance
MemoryStorageWithLatencyOptions

Constructors

MemoryStorageWithLatencyOptions()

Fields

DEFAULT_INIT_STAGE

Default init stage

(Inherited from MemoryGrainStorageOptions)
DefaultLatency

The default latency.

NumStorageGrainsDefaultValue

Default number of queue storage grains.

(Inherited from MemoryGrainStorageOptions)

Properties

GrainStorageSerializer

Gets or sets the serializer to use for this storage provider.

(Inherited from MemoryGrainStorageOptions)
InitStage

Gets or sets the stage of silo lifecycle where storage should be initialized. Storage must be initialized prior to use.

(Inherited from MemoryGrainStorageOptions)
Latency

Gets or sets the latency.

MockCallsOnly

Gets or sets a value indicating whether to mock calls instead of issuing real storage calls.

NumStorageGrains

Gets or sets the number of store grains to use.

(Inherited from MemoryGrainStorageOptions)

Applies to