Property | Type | Description | |
---|---|---|---|
GetAllMessages | MessageStoreResult |
||
GetFragmentOffset | int | ||
GetFragmentOffsets | void | ||
GetMessageId | ulong | ||
ScaleoutStore | System | ||
TryAddImpl | bool | ||
TryGetFragmentFromMappingId | bool |
Method | Description | |
---|---|---|
Add ( |
||
GetMessages ( ulong firstMessageIdRequestedByClient ) : MessageStoreResult |
||
GetMessagesByMappingId ( ulong mappingId ) : MessageStoreResult |
||
ScaleoutStore ( uint capacity ) : System |
Method | Description | |
---|---|---|
GetAllMessages ( ulong minMessageId ) : MessageStoreResult |
||
GetFragmentOffset ( ulong messageId ) : int | ||
GetFragmentOffsets ( ulong messageId, ulong &fragmentNum, int &idxIntoFragmentsArray, int &idxIntoFragment ) : void | ||
GetMessageId ( ulong fragmentNum, uint offset ) : ulong | ||
ScaleoutStore ( uint capacity, uint fragmentSize ) : System | ||
TryAddImpl ( |
||
TryGetFragmentFromMappingId ( ulong mappingId, Fragment &fragment ) : bool |
public Add ( |
||
mapping | ||
return | ulong |
public GetMessages ( ulong firstMessageIdRequestedByClient ) : MessageStoreResult |
||
firstMessageIdRequestedByClient | ulong | |
return | MessageStoreResult |
public GetMessagesByMappingId ( ulong mappingId ) : MessageStoreResult |
||
mappingId | ulong | |
return | MessageStoreResult |
public ScaleoutStore ( uint capacity ) : System | ||
capacity | uint | |
return | System |