com.espertech.esper.client.util
Class CountMinSketchAgentContextFromBytes

java.lang.Object
  extended by com.espertech.esper.client.util.CountMinSketchAgentContext
      extended by com.espertech.esper.client.util.CountMinSketchAgentContextFromBytes

public class CountMinSketchAgentContextFromBytes
extends CountMinSketchAgentContext

Count-min sketch context object for topk-operations.


Constructor Summary
CountMinSketchAgentContextFromBytes(CountMinSketchState state)
          Ctor.
 
Method Summary
 byte[] getBytes()
          Returns the byte value.
 void setBytes(byte[] bytes)
          Sets the byte value.
 
Methods inherited from class com.espertech.esper.client.util.CountMinSketchAgentContext
getState
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CountMinSketchAgentContextFromBytes

public CountMinSketchAgentContextFromBytes(CountMinSketchState state)
Ctor.

Parameters:
state - the state
Method Detail

getBytes

public byte[] getBytes()
Returns the byte value.

Returns:
bytes

setBytes

public void setBytes(byte[] bytes)
Sets the byte value.

Parameters:
bytes - bytes

© 2006-2015 EsperTech Inc.
All rights reserved.
Visit us at espertech.com