Uses of Interface
com.hazelcast.nio.serialization.Portable

Packages that use Portable
com.hazelcast.client   
com.hazelcast.nio.serialization Contains interfaces/classes related to serialization; such as serializer interfaces, input/output streams. 
com.hazelcast.security Provides interfaces/classes for Hazelcast security implementation. 
 

Uses of Portable in com.hazelcast.client
 

Classes in com.hazelcast.client that implement Portable
 class AuthenticationRequest
           
 class ClientPrincipal
           
 class DistributedObjectInfo
          User: sancar Date: 8/16/13 Time: 11:42 AM
 class GenericError
           
 class GetDistributedObjectsRequest
          User: sancar Date: 8/16/13 Time: 10:35 AM
 

Methods in com.hazelcast.client that return Portable
 Portable ClientPortableFactory.create(int classId)
           
 

Uses of Portable in com.hazelcast.nio.serialization
 

Subinterfaces of Portable in com.hazelcast.nio.serialization
 interface PortableAdapter<T>
           
 

Methods in com.hazelcast.nio.serialization with type parameters of type Portable
<P extends Portable>
P
PortableReader.readPortable(String fieldName)
           
 

Methods in com.hazelcast.nio.serialization that return Portable
 Portable PortableFactory.create(int classId)
           
 Portable ArrayPortableFactory.create(int classId)
           
 Portable MorphingPortableReader.readPortable(String fieldName)
           
 Portable DefaultPortableReader.readPortable(String fieldName)
           
 Portable[] PortableReader.readPortableArray(String fieldName)
           
 Portable[] MorphingPortableReader.readPortableArray(String fieldName)
           
 Portable[] DefaultPortableReader.readPortableArray(String fieldName)
           
 

Methods in com.hazelcast.nio.serialization with parameters of type Portable
 ClassDefinition SerializationContext.lookupOrRegisterClassDefinition(Portable portable)
           
 void PortableWriter.writePortable(String fieldName, Portable portable)
           
 void DefaultPortableWriter.writePortable(String fieldName, Portable portable)
           
 void PortableWriter.writePortableArray(String fieldName, Portable[] portables)
           
 void DefaultPortableWriter.writePortableArray(String fieldName, Portable[] portables)
           
 

Uses of Portable in com.hazelcast.security
 

Classes in com.hazelcast.security that implement Portable
 class AbstractCredentials
          Abstract implementation of Credentials
 class UsernamePasswordCredentials
          Simple implementation of Credentials using username and password as security attributes.
 



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