Package | Description |
---|---|
biz.onixs.cme.ilink3.handler | |
biz.onixs.cme.ilink3.handler.storage | |
biz.onixs.cme.ilink3.testing | |
biz.onixs.sbe |
Modifier and Type | Method and Description |
---|---|
ByteDecoder |
Session.getDecoder()
Returns SBE decoder class used by session to encode and decode SBE messages.
|
Modifier and Type | Method and Description |
---|---|
SessionStorage |
AsyncFileStorageRepository.create(SessionId sessionId,
ByteDecoder decoder,
boolean cleanStart) |
SessionStorage |
FileBasedStorageRepository.create(SessionId sessionId,
ByteDecoder decoder,
boolean cleanStart) |
SessionStorage |
MemoryBasedStorageRepository.create(SessionId sessionId,
ByteDecoder decoder,
boolean cleanStart) |
SessionStorage |
NullStorageRepository.create(SessionId sessionId,
ByteDecoder decoder,
boolean cleanStart) |
SessionStorage |
StorageRepository.create(SessionId sessionId,
ByteDecoder decoder,
boolean cleanStart)
Creates session storage from scratch or restores from its previous state.
|
SessionStorage |
TimingStorageRepository.create(SessionId sessionId,
ByteDecoder decoder,
boolean cleanStart) |
Modifier and Type | Method and Description |
---|---|
ByteDecoder |
TestUtility.getDecoder() |
Modifier and Type | Method and Description |
---|---|
ByteDecoder |
ByteDecoderFactory.create(IMessageSchema schema) |
ByteDecoder |
ByteDecoderFactory.create(IMessageSchema schema,
Class<?>[] customCompositeClasses) |
ByteDecoder |
ByteDecoderFactory.create(MessageSchema schema) |
ByteDecoder |
ByteDecoderFactory.create(MessageSchema schema,
Class<?>[] customCompositeClasses)
Creates SBE encoder/decoder object.
|
Copyright © 2005–2024 Onix Solutions. All rights reserved.