Class ComProtocol.Default
java.lang.Object
one.microstream.communication.types.ComProtocol.Default
- All Implemented Interfaces:
ComProtocol
,ComProtocolData
,ThreadSafe
,HashImmutable
,PersistenceTypeDictionaryProvider
,PersistenceTypeDictionaryViewProvider
,Immutable
- Enclosing interface:
- ComProtocol
public static final class ComProtocol.Default extends Object implements ComProtocol, Immutable
-
Nested Class Summary
Nested classes/interfaces inherited from interface one.microstream.communication.types.ComProtocol
ComProtocol.Default
Nested classes/interfaces inherited from interface one.microstream.persistence.types.PersistenceTypeDictionaryProvider
PersistenceTypeDictionaryProvider.Caching
Nested classes/interfaces inherited from interface one.microstream.persistence.types.PersistenceTypeDictionaryViewProvider
PersistenceTypeDictionaryViewProvider.Wrapper
-
Method Summary
Modifier and Type Method Description ByteOrder
byteOrder()
PersistenceIdStrategy
idStrategy()
String
name()
PersistenceTypeDictionaryView
typeDictionary()
String
version()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface one.microstream.communication.types.ComProtocolData
provideTypeDictionary
-
Method Details
-
name
- Specified by:
name
in interfaceComProtocolData
-
version
- Specified by:
version
in interfaceComProtocolData
-
byteOrder
- Specified by:
byteOrder
in interfaceComProtocolData
-
idStrategy
- Specified by:
idStrategy
in interfaceComProtocolData
-
typeDictionary
- Specified by:
typeDictionary
in interfaceComProtocolData
-