com.hazelcast.client.impl.protocol.parameters
Class DistributedObjectInfoCodec

java.lang.Object
  extended by com.hazelcast.client.impl.protocol.parameters.DistributedObjectInfoCodec

public final class DistributedObjectInfoCodec
extends Object


Method Summary
static int calculateDataSize(DistributedObjectInfo info)
           
static DistributedObjectInfo decode(ClientMessage clientMessage)
           
static void encode(DistributedObjectInfo info, ClientMessage clientMessage)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

decode

public static DistributedObjectInfo decode(ClientMessage clientMessage)

encode

public static void encode(DistributedObjectInfo info,
                          ClientMessage clientMessage)

calculateDataSize

public static int calculateDataSize(DistributedObjectInfo info)


Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.