| 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Portable | |
|---|---|
| com.hazelcast.client | This package contains the serverside client functionality | 
| 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 | 
AllPartitionsClientRequest
 | 
 class | 
AuthenticationRequest
 | 
 class | 
BaseClientRemoveListenerRequest
 | 
 class | 
CallableClientRequest
 | 
 class | 
ClientCreateRequest
 | 
 class | 
ClientDestroyRequest
 | 
 class | 
ClientPrincipal
 | 
 class | 
ClientRequest
 | 
 class | 
DistributedObjectInfo
 | 
 class | 
DistributedObjectListenerRequest
 | 
 class | 
GenericError
 | 
 class | 
GetDistributedObjectsRequest
 | 
 class | 
InvocationClientRequest
 | 
 class | 
KeyBasedClientRequest
 | 
 class | 
MultiPartitionClientRequest
 | 
 class | 
MultiTargetClientRequest
 | 
 class | 
PartitionClientRequest
 | 
 class | 
RemoveDistributedObjectListenerRequest
 | 
 class | 
TargetClientRequest
 | 
| 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 | ||
|---|---|---|
 | 
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. | 
  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||