public class ReceiveBufferDispatcher extends Object
| Constructor and Description |
|---|
ReceiveBufferDispatcher(int packetSize,
String nodeId,
Topic entry,
FCSubscriber rec) |
| Modifier and Type | Method and Description |
|---|---|
void |
cleanup(String senderName)
if a sender stops sending, remove from map to free memory
|
void |
cleanupTopic() |
PacketReceiveBuffer |
getBuffer(org.nustaq.offheap.structs.structtypes.StructString sender) |
void |
getTimedOutSenders(long now,
long timeout,
List<String> res) |
Topic |
getTopicEntry() |
public ReceiveBufferDispatcher(int packetSize,
String nodeId,
Topic entry,
FCSubscriber rec)
public Topic getTopicEntry()
public PacketReceiveBuffer getBuffer(org.nustaq.offheap.structs.structtypes.StructString sender)
public void cleanup(String senderName)
senderName - public void cleanupTopic()
Copyright © 2015. All rights reserved.