Uses of Class
com.loomcache.server.network.TcpServer
Packages that use TcpServer
Package
Description
-
Uses of TcpServer in com.loomcache.server.cache
Constructors in com.loomcache.server.cache with parameters of type TcpServerModifierConstructorDescriptionDistributedEventListenerManager(TcpServer tcpServer) Initialize event listener manager.NearCacheInvalidationManager(TcpServer tcpServer) Initialize near-cache invalidation manager. -
Uses of TcpServer in com.loomcache.server.cluster
Constructors in com.loomcache.server.cluster with parameters of type TcpServerModifierConstructorDescriptionPartitionMigrationManager(PartitionTable partitionTable, TcpServer tcpServer, String nodeId, int instanceNumber) PartitionMigrationManager(PartitionTable partitionTable, TcpServer tcpServer, String nodeId, int instanceNumber, int batchSize) TcpMigrationDataSender(TcpServer tcpServer, PartitionMigrationManager migrationManager, String sourceNodeId) TcpMigrationDataSender(TcpServer tcpServer, PartitionMigrationManager migrationManager, String sourceNodeId, int chunkEntries, Duration ackTimeout, int maxAttempts) -
Uses of TcpServer in com.loomcache.server.handler
Constructors in com.loomcache.server.handler with parameters of type TcpServerModifierConstructorDescriptionCqcSubscriptionHandler(DataStructureRegistry registry, TcpServer tcpServer, int instanceNumber) -
Uses of TcpServer in com.loomcache.server.metrics
Methods in com.loomcache.server.metrics with parameters of type TcpServerModifier and TypeMethodDescriptionvoidLoomMetrics.registerNetworkMetrics(TcpServer tcpServer) Register all TCP network metrics.voidLoomMetrics.updateNetworkMetrics(TcpServer tcpServer) Update TCP network metrics from the TcpServer. -
Uses of TcpServer in com.loomcache.server.replication
Constructors in com.loomcache.server.replication with parameters of type TcpServerModifierConstructorDescriptionReplicationManager(String nodeId, int instanceNumber, @Nullable TcpServer tcpServer, ConsistentHashRing hashRing) Initialize the ReplicationManager.