-
Methods in one.microstream.com with parameters of type PersistenceIdStrategy
Modifier and Type |
Method |
Description |
default ComPersistenceAdaptor<C> |
ComPersistenceAdaptorCreator.createHostPersistenceAdaptor(PersistenceIdStrategy hostIdStrategyInitialization,
XGettingEnum<Class<?>> entityTypes,
ByteOrder hostByteOrder,
PersistenceIdStrategy hostIdStrategy) |
|
ComPersistenceAdaptor<C> |
ComPersistenceAdaptorCreator.createPersistenceAdaptor(PersistenceIdStrategy hostIdStrategyInitialization,
XGettingEnum<Class<?>> entityTypes,
ByteOrder hostByteOrder,
PersistenceIdStrategy hostIdStrategy) |
|
ComProtocol |
ComProtocolCreator.creatProtocol(String name,
String version,
ByteOrder byteOrder,
PersistenceIdStrategy idStrategy,
PersistenceTypeDictionaryView typeDictionary) |
|
ComProtocol |
ComProtocolCreator.Default.creatProtocol(String name,
String version,
ByteOrder byteOrder,
PersistenceIdStrategy idStrategy,
PersistenceTypeDictionaryView typeDictionary) |
|
ComProtocolProvider<C> |
ComProtocolProviderCreator.creatProtocolProvider(String name,
String version,
ByteOrder byteOrder,
PersistenceIdStrategy idStrategy,
PersistenceTypeDictionaryViewProvider typeDictionaryProvider,
ComProtocolCreator protocolCreator) |
|
ComProtocolProvider<C> |
ComProtocolProviderCreator.Default.creatProtocolProvider(String name,
String version,
ByteOrder byteOrder,
PersistenceIdStrategy idStrategy,
PersistenceTypeDictionaryViewProvider typeDictionaryProvider,
ComProtocolCreator protocolCreator) |
|
default PersistenceFoundation<?,?> |
ComPersistenceAdaptor.initializePersistenceFoundation(PersistenceTypeDictionaryViewProvider typeDictionaryProvider,
ByteOrder targetByteOrder,
PersistenceIdStrategy idStrategy) |
|
static ComProtocol |
ComProtocol.New(String name,
String version,
ByteOrder byteOrder,
PersistenceIdStrategy idStrategy,
PersistenceTypeDictionaryView typeDictionary) |
|
static <C> ComProtocolProvider<C> |
ComProtocolProvider.New(String name,
String version,
ByteOrder byteOrder,
PersistenceIdStrategy idStrategy,
PersistenceTypeDictionaryViewProvider typeDictionaryProvider,
ComProtocolCreator protocolCreator) |
|
F |
ComFoundation.Abstract.setClientIdStrategy(PersistenceIdStrategy idStrategy) |
|
F |
ComFoundation.setClientIdStrategy(PersistenceIdStrategy idStrategy) |
|
F |
ComFoundation.Abstract.setHostIdStrategy(PersistenceIdStrategy hostIdStrategy) |
|
F |
ComFoundation.setHostIdStrategy(PersistenceIdStrategy hostIdStrategy) |
|
F |
ComFoundation.Abstract.setHostInitializationIdStrategy(PersistenceIdStrategy hostInitializationIdStrategy) |
|
F |
ComFoundation.setHostInitializationIdStrategy(PersistenceIdStrategy hostInitializationIdStrategy) |
|
-
Methods in one.microstream.com.binary with parameters of type PersistenceIdStrategy
Modifier and Type |
Method |
Description |
ComPersistenceAdaptor<SocketChannel> |
ComPersistenceAdaptorBinary.Creator.Default.createPersistenceAdaptor(PersistenceIdStrategy hostIdStrategyInitialization,
XGettingEnum<Class<?>> entityTypes,
ByteOrder hostByteOrder,
PersistenceIdStrategy hostIdStrategy) |
|
default BinaryPersistenceFoundation<?> |
ComPersistenceAdaptorBinary.initializePersistenceFoundation(PersistenceTypeDictionaryViewProvider typeDictionaryProvider,
ByteOrder hostByteOrder,
PersistenceIdStrategy idStrategy) |
|
static ComPersistenceAdaptorBinary.Default |
ComPersistenceAdaptorBinary.New(BinaryPersistenceFoundation<?> foundation,
BufferSizeProvider bufferSizeProvider,
PersistenceIdStrategy hostInitIdStrategy,
XGettingEnum<Class<?>> entityTypes,
ByteOrder hostByteOrder,
PersistenceIdStrategy hostIdStrategy) |
|
-