-
Methods in one.microstream.com with parameters of type ComPersistenceAdaptorCreator
Modifier and Type |
Method |
Description |
static ComClient<SocketChannel> |
Com.Client(int localHostPort,
ComPersistenceAdaptorCreator<SocketChannel> persistenceAdaptorCreator) |
|
static ComClient<SocketChannel> |
Com.Client(InetSocketAddress targetAddress,
ComPersistenceAdaptorCreator<SocketChannel> persistenceAdaptorCreator) |
|
static ComClient<SocketChannel> |
Com.Client(ComPersistenceAdaptorCreator<SocketChannel> persistenceAdaptorCreator) |
|
static ComClientChannel<SocketChannel> |
Com.connect(int localHostPort,
ComPersistenceAdaptorCreator<SocketChannel> persistenceAdaptorCreator) |
|
static ComClientChannel<SocketChannel> |
Com.connect(InetSocketAddress targetAddress,
ComPersistenceAdaptorCreator<SocketChannel> persistenceAdaptorCreator) |
|
static ComClientChannel<SocketChannel> |
Com.connect(ComPersistenceAdaptorCreator<SocketChannel> persistenceAdaptorCreator) |
|
static ComHost<SocketChannel> |
Com.Host(int localHostPort,
ComPersistenceAdaptorCreator<SocketChannel> persistenceAdaptorCreator) |
|
static ComHost<SocketChannel> |
Com.Host(int localHostPort,
ComPersistenceAdaptorCreator<SocketChannel> persistenceAdaptorCreator,
ComHostChannelAcceptor<SocketChannel> channelAcceptor) |
|
static ComHost<SocketChannel> |
Com.Host(InetSocketAddress targetAddress,
ComPersistenceAdaptorCreator<SocketChannel> persistenceAdaptorCreator) |
|
static ComHost<SocketChannel> |
Com.Host(InetSocketAddress targetAddress,
ComPersistenceAdaptorCreator<SocketChannel> persistenceAdaptorCreator,
ComHostChannelAcceptor<SocketChannel> channelAcceptor) |
|
static ComHost<SocketChannel> |
Com.Host(ComPersistenceAdaptorCreator<SocketChannel> persistenceAdaptorCreator) |
|
static ComHost<SocketChannel> |
Com.Host(ComPersistenceAdaptorCreator<SocketChannel> persistenceAdaptorCreator,
ComHostChannelAcceptor<SocketChannel> channelAcceptor) |
|
static void |
Com.runHost(int localHostPort,
ComPersistenceAdaptorCreator<SocketChannel> persistenceAdaptorCreator) |
|
static void |
Com.runHost(int localHostPort,
ComPersistenceAdaptorCreator<SocketChannel> persistenceAdaptorCreator,
ComHostChannelAcceptor<SocketChannel> channelAcceptor) |
|
static void |
Com.runHost(InetSocketAddress targetAddress,
ComPersistenceAdaptorCreator<SocketChannel> persistenceAdaptorCreator) |
|
static void |
Com.runHost(InetSocketAddress targetAddress,
ComPersistenceAdaptorCreator<SocketChannel> persistenceAdaptorCreator,
ComHostChannelAcceptor<SocketChannel> channelAcceptor) |
|
static void |
Com.runHost(ComPersistenceAdaptorCreator<SocketChannel> persistenceAdaptorCreator) |
|
static void |
Com.runHost(ComPersistenceAdaptorCreator<SocketChannel> persistenceAdaptorCreator,
ComHostChannelAcceptor<SocketChannel> channelAcceptor) |
|
F |
ComFoundation.Abstract.setPersistenceAdaptorCreator(ComPersistenceAdaptorCreator<C> persistenceAdaptorCreator) |
|
F |
ComFoundation.setPersistenceAdaptorCreator(ComPersistenceAdaptorCreator<C> persistenceAdaptorCreator) |
|
-