프로퍼티 | 타입 | 설명 | |
---|---|---|---|
GetAllMessages | MessageStoreResult |
||
GetFragmentOffset | int | ||
GetFragmentOffsets | void | ||
GetMessageId | ulong | ||
ScaleoutStore | System | ||
TryAddImpl | bool | ||
TryGetFragmentFromMappingId | bool |
메소드 | 설명 | |
---|---|---|
Add ( |
||
GetMessages ( ulong firstMessageIdRequestedByClient ) : MessageStoreResult |
||
GetMessagesByMappingId ( ulong mappingId ) : MessageStoreResult |
||
ScaleoutStore ( uint capacity ) : System |
메소드 | 설명 | |
---|---|---|
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 GetMessages ( ulong firstMessageIdRequestedByClient ) : MessageStoreResult |
||
firstMessageIdRequestedByClient | ulong | |
리턴 | MessageStoreResult |
public GetMessagesByMappingId ( ulong mappingId ) : MessageStoreResult |
||
mappingId | ulong | |
리턴 | MessageStoreResult |