Class BroadcastNotifyTemplateReplicaProducer
java.lang.Object
com.gigaspaces.internal.cluster.node.impl.replica.NotifyTemplateReplicaProducer
com.gigaspaces.internal.cluster.node.impl.replica.BroadcastNotifyTemplateReplicaProducer
- All Implemented Interfaces:
ISingleStageReplicaDataProducer<NotifyTemplateReplicaData>
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.gigaspaces.internal.cluster.node.impl.replica.ISingleStageReplicaDataProducer
ISingleStageReplicaDataProducer.CloseStatus -
Field Summary
Fields inherited from class com.gigaspaces.internal.cluster.node.impl.replica.NotifyTemplateReplicaProducer
_logger, _requestContextFields inherited from interface com.gigaspaces.internal.cluster.node.impl.replica.ISingleStageReplicaDataProducer
FORCED_CLOSE_WAIT_TIME -
Constructor Summary
ConstructorsConstructorDescriptionBroadcastNotifyTemplateReplicaProducer(SpaceEngine engine, Object requestContext) -
Method Summary
Modifier and TypeMethodDescriptionprotected StringgetName()protected booleanisRelevant(NotifyTemplateHolder notifyTemplate) Methods inherited from class com.gigaspaces.internal.cluster.node.impl.replica.NotifyTemplateReplicaProducer
buildNotifyTemplatePacket, close, dumpState, getLogPrefix, produceNextData, toFilterEntry
-
Constructor Details
-
BroadcastNotifyTemplateReplicaProducer
-
-
Method Details
-
isRelevant
- Overrides:
isRelevantin classNotifyTemplateReplicaProducer
-
getDumpName
- Overrides:
getDumpNamein classNotifyTemplateReplicaProducer
-
getName
- Specified by:
getNamein interfaceISingleStageReplicaDataProducer<NotifyTemplateReplicaData>- Overrides:
getNamein classNotifyTemplateReplicaProducer
-