Class QueuingTcpRrdStrategy

  • All Implemented Interfaces:
    RrdStrategy<TcpRrdStrategy.RrdDefinition,​String>

    public class QueuingTcpRrdStrategy
    extends Object
    implements RrdStrategy<TcpRrdStrategy.RrdDefinition,​String>
    Provides a TCP socket-based implementation of RrdStrategy that pushes update commands out in a simple serialized format.

    The receiver of this strategy is not defined in any way. This is just a fire and forget strategy. There is no way to read data back into opennms.

    Version:
    $Id: $
    Author:
    ranger