| Modifier and Type | Method and Description | 
|---|---|
protected void | 
SpaceRemoteEvent.readExternal(ObjectInput in,
            PlatformLogicalVersion version)
Reserved for internal usage. 
 | 
protected void | 
SpaceRemoteEvent.writeExternal(ObjectOutput out,
             PlatformLogicalVersion version)
Reserved for internal usage. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
BatchRemoteEvent.readExternal(ObjectInput in,
            PlatformLogicalVersion version)  | 
protected void | 
BatchRemoteEvent.writeExternal(ObjectOutput out,
             PlatformLogicalVersion version)  | 
| Modifier and Type | Method and Description | 
|---|---|
byte | 
QueryResultTypeInternal.getCode(PlatformLogicalVersion version)  | 
| Modifier and Type | Method and Description | 
|---|---|
PlatformLogicalVersion | 
SpaceConnectRequest.getVersion()  | 
| Modifier and Type | Method and Description | 
|---|---|
protected T | 
AbstractSingleFileGroupBacklog.filterPacketForSynchronizing(SynchronizingData synchronizingData,
                            T packet,
                            IPacketFilteredHandler filteredHandler,
                            IReplicationPacketDataProducer dataProducer,
                            Logger logger,
                            String memberName,
                            PlatformLogicalVersion targetMemberVersion)  | 
IIdleStateData | 
IReplicationGroupBacklog.getIdleStateData(String memberName,
                PlatformLogicalVersion targetMemberVersion)  | 
List<IReplicationOrderedPacket> | 
IReplicationGroupBacklog.getPackets(String memberName,
          int maxSize,
          IReplicationChannelDataFilter filter,
          PlatformLogicalVersion targetMemberVersion,
          Logger logger)  | 
List<IReplicationOrderedPacket> | 
AbstractSingleFileGroupBacklog.getPackets(String memberName,
          int maxSize,
          IReplicationChannelDataFilter filter,
          PlatformLogicalVersion targetMemberVersion,
          Logger logger)  | 
List<IReplicationOrderedPacket> | 
AbstractSingleFileGroupBacklog.getPacketsUnsafe(String memberName,
                int maxWeight,
                long upToKey,
                IReplicationChannelDataFilter dataFilter,
                IPacketFilteredHandler filteredHandler,
                PlatformLogicalVersion targetMemberVersion,
                Logger logger)  | 
IHandshakeContext | 
IReplicationGroupBacklog.processHandshakeResponse(String memberName,
                        IBacklogHandshakeRequest request,
                        IProcessLogHandshakeResponse response,
                        PlatformLogicalVersion targetLogicalVersion,
                        Object customBacklogMetadata)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected IHandshakeContext | 
MultiSourceSingleFileReliableAsyncGroupBacklog.getHandshakeContext(String memberName,
                   IBacklogHandshakeRequest request,
                   PlatformLogicalVersion targetLogicalVersion,
                   GlobalOrderProcessLogHandshakeResponse typedResponse,
                   long lastProcessedKey)  | 
protected IHandshakeContext | 
AbstractMultiSourceSingleFileGroupBacklog.getHandshakeContext(String memberName,
                   IBacklogHandshakeRequest request,
                   PlatformLogicalVersion targetLogicalVersion,
                   GlobalOrderProcessLogHandshakeResponse typedResponse,
                   long lastProcessedKey)  | 
IIdleStateData | 
AbstractMultiSourceSingleFileGroupBacklog.getIdleStateData(String memberName,
                PlatformLogicalVersion targetMemberVersion)  | 
List<IReplicationOrderedPacket> | 
MultiSourceSingleFileReliableAsyncGroupBacklog.getReliableAsyncPackets(String memberName,
                       int maxSize,
                       IReplicationReliableAsyncGroupBacklog.KeeperMemberState[] keeperMembersState,
                       IReplicationChannelDataFilter dataFilter,
                       PlatformLogicalVersion targetMemberVersion,
                       Logger logger)  | 
IHandshakeContext | 
AbstractMultiSourceSingleFileGroupBacklog.processHandshakeResponse(String memberName,
                        IBacklogHandshakeRequest request,
                        IProcessLogHandshakeResponse response,
                        PlatformLogicalVersion targetLogicalVersion,
                        Object customBacklogMetadata)  | 
| Modifier and Type | Method and Description | 
|---|---|
List<IReplicationOrderedPacket> | 
IReplicationReliableAsyncGroupBacklog.getReliableAsyncPackets(String memberName,
                       int maxSize,
                       IReplicationReliableAsyncGroupBacklog.KeeperMemberState[] keeperMembersState,
                       IReplicationChannelDataFilter dataFilter,
                       PlatformLogicalVersion targetMemberVersion,
                       Logger logger)
Gets the next packet for the specified async member that is part of a reliable async group 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static Map<Long,PlatformLogicalVersion> | 
DirectPersistencySyncListAdmin.getVersions()  | 
Map<Long,PlatformLogicalVersion> | 
DirectPersistencySyncAdminInfo.getVersions()  | 
| Modifier and Type | Method and Description | 
|---|---|
static void | 
DirectPersistencySyncListAdmin.integrate(DirectPersistencySyncAdminInfo info,
         long curGeneration,
         PlatformLogicalVersion curversion)  | 
static void | 
DirectPersistencySyncListAdmin.integrate(long curGeneration,
         PlatformLogicalVersion curversion)  | 
| Constructor and Description | 
|---|
DirectPersistencySyncAdminInfo(Map<Long,PlatformLogicalVersion> versions)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
QueryRemoteClusterTopologyPacket.readExternalImpl(ObjectInput in,
                PlatformLogicalVersion endpointLogicalVersion)  | 
protected void | 
SinkEstablishConnectionPacket.readExternalImpl(ObjectInput in,
                PlatformLogicalVersion endpointLogicalVersion)  | 
protected void | 
QueryRemoteClusterTopologyPacket.writeExternalImpl(ObjectOutput out,
                 PlatformLogicalVersion endpointLogicalVersion)  | 
protected void | 
SinkEstablishConnectionPacket.writeExternalImpl(ObjectOutput out,
                 PlatformLogicalVersion endpointLogicalVersion)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected PlatformLogicalVersion | 
AbstractReplicationSourceChannel.getTargetLogicalVersion()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
AbstractReplicationChannelDataFilter.filterAfterReplicatedEntryData(IReplicationPacketEntryData data,
                              PlatformLogicalVersion targetLogicalVersion,
                              IReplicationPacketEntryDataContentExtractor contentExtractor,
                              Logger contextLogger)  | 
void | 
IReplicationChannelDataFilter.filterAfterReplicatedEntryData(IReplicationPacketEntryData data,
                              PlatformLogicalVersion targetLogicalVersion,
                              IReplicationPacketEntryDataContentExtractor contentExtractor,
                              Logger contextLogger)
Called after entry data was replicated successfully 
 | 
ReplicationChannelDataFilterResult | 
GeneralReplicationChannelDataFilter.filterBeforeReplicatingData(IReplicationPacketData<?> data,
                           PlatformLogicalVersion targetLogicalVersion,
                           Logger contextLogger)  | 
ReplicationChannelDataFilterResult | 
IReplicationChannelDataFilter.filterBeforeReplicatingData(IReplicationPacketData<?> data,
                           PlatformLogicalVersion targetLogicalVersion,
                           Logger contextLogger)
Specifies whether the given data should pass the filter as is, be converted or removed 
 | 
ReplicationChannelEntryDataFilterResult | 
ReliableAsyncKeeperLruCentralDataSourceReplicationChannelDataFilter.filterBeforeReplicatingEntryData(IReplicationPacketEntryData entryData,
                                PlatformLogicalVersion targetLogicalVersion,
                                IReplicationPacketEntryDataContentExtractor contentExtractor,
                                Logger contextLogger,
                                IReplicationPacketData data)  | 
ReplicationChannelEntryDataFilterResult | 
GeneralReplicationChannelDataFilter.filterBeforeReplicatingEntryData(IReplicationPacketEntryData entryData,
                                PlatformLogicalVersion targetLogicalVersion,
                                IReplicationPacketEntryDataContentExtractor contentExtractor,
                                Logger contextLogger,
                                IReplicationPacketData data)  | 
ReplicationChannelEntryDataFilterResult | 
IReplicationChannelDataFilter.filterBeforeReplicatingEntryData(IReplicationPacketEntryData entryData,
                                PlatformLogicalVersion targetLogicalVersion,
                                IReplicationPacketEntryDataContentExtractor contentExtractor,
                                Logger contextLogger,
                                IReplicationPacketData<?> data)
Specifies whether the given entry data should pass the filter as is, be converted or removed 
 | 
boolean | 
GeneralReplicationChannelDataFilter.filterBeforeReplicatingUnreliableOperation(IReplicationUnreliableOperation operation,
                                          PlatformLogicalVersion targetLogicalVersion)  | 
boolean | 
IReplicationChannelDataFilter.filterBeforeReplicatingUnreliableOperation(IReplicationUnreliableOperation operation,
                                          PlatformLogicalVersion targetLogicalVersion)
Specifies whether the given unreliable operation should pass the filter and not be removed 
 | 
static <T extends IReplicationOrderedPacket> | 
ReplicationChannelDataFilterHelper.filterPacket(IReplicationChannelDataFilter filter,
            PlatformLogicalVersion targetMemberVersion,
            T packet,
            IReplicationPacketDataProducer dataProducer,
            IReplicationGroupBacklog groupBacklog,
            T previousDiscardedPacket,
            Logger logger,
            String targetMemberName)  | 
protected static <T extends IReplicationOrderedPacket> | 
ReplicationChannelDataFilterHelper.filterSingleEntryDataPacket(IReplicationChannelDataFilter filter,
                           PlatformLogicalVersion targetMemberVersion,
                           T packet,
                           IReplicationPacketDataProducer dataProducer,
                           IReplicationGroupBacklog groupBacklog,
                           T previousDiscardedPacket,
                           Logger logger,
                           String targetMemberName)  | 
protected static <T extends IReplicationOrderedPacket> | 
ReplicationChannelDataFilterHelper.shouldFilterData(IReplicationChannelDataFilter filter,
                PlatformLogicalVersion targetMemberVersion,
                T packet,
                IReplicationPacketDataProducer dataProducer,
                Logger logger)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
NotificationReplicationChannelDataFilter.filterAfterReplicatedEntryData(IReplicationPacketEntryData data,
                              PlatformLogicalVersion targetLogicalVersion,
                              IReplicationPacketEntryDataContentExtractor contentExtractor,
                              Logger contextLogger)  | 
ReplicationChannelEntryDataFilterResult | 
NotificationReplicationChannelDataFilter.filterBeforeReplicatingEntryData(IReplicationPacketEntryData packetEntryData,
                                PlatformLogicalVersion targetLogicalVersion,
                                IReplicationPacketEntryDataContentExtractor contentExtractor,
                                Logger contextLogger,
                                IReplicationPacketData<?> data)  | 
boolean | 
NotificationReplicationChannelDataFilter.filterBeforeReplicatingUnreliableOperation(IReplicationUnreliableOperation operation,
                                          PlatformLogicalVersion targetLogicalVersion)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
CheckSourceChannelPacket.readExternalImpl(ObjectInput in,
                PlatformLogicalVersion endpointLogicalVersion)  | 
void | 
UnreliableOperationPacket.readExternalImpl(ObjectInput in,
                PlatformLogicalVersion endpointLogicalVersion)  | 
void | 
BatchReplicatedDataPacket.readExternalImpl(ObjectInput in,
                PlatformLogicalVersion endpointLogicalVersion)  | 
protected void | 
GetProcessLogStatus.readExternalImpl(ObjectInput in,
                PlatformLogicalVersion endpointLogicalVersion)  | 
protected void | 
IdleStateDataReplicatedPacket.readExternalImpl(ObjectInput in,
                PlatformLogicalVersion endpointLogicalVersion)  | 
void | 
IterativeHandshakePacket.readExternalImpl(ObjectInput in,
                PlatformLogicalVersion endpointLogicalVersion)  | 
void | 
NextReplicaStatePacket.readExternalImpl(ObjectInput in,
                PlatformLogicalVersion endpointLogicalVersion)  | 
void | 
BatchReplicatedOneWayDataPacket.readExternalImpl(ObjectInput in,
                PlatformLogicalVersion endpointLogicalVersion)  | 
void | 
ReplicatedOneWayDataPacket.readExternalImpl(ObjectInput in,
                PlatformLogicalVersion endpointLogicalVersion)  | 
void | 
ReplicaFetchDataPacket.readExternalImpl(ObjectInput in,
                PlatformLogicalVersion endpointLogicalVersion)  | 
void | 
ReplicaRequestPacket.readExternalImpl(ObjectInput in,
                PlatformLogicalVersion endpointLogicalVersion)  | 
void | 
ReliableAsyncStateUpdatePacket.readExternalImpl(ObjectInput in,
                PlatformLogicalVersion endpointLogicalVersion)  | 
protected void | 
FetchEndpointDetailsPacket.readExternalImpl(ObjectInput in,
                PlatformLogicalVersion endpointLogicalVersion)  | 
void | 
HandleDataConsumeErrorPacket.readExternalImpl(ObjectInput in,
                PlatformLogicalVersion endpointLogicalVersion)  | 
void | 
PingPacket.readExternalImpl(ObjectInput in,
                PlatformLogicalVersion endpointLogicalVersion)  | 
void | 
ReplicatedDataPacket.readExternalImpl(ObjectInput in,
                PlatformLogicalVersion endpointLogicalVersion)  | 
void | 
ChannelBacklogDroppedPacket.readExternalImpl(ObjectInput in,
                PlatformLogicalVersion endpointLogicalVersion)  | 
void | 
ConnectChannelPacket.readExternalImpl(ObjectInput in,
                PlatformLogicalVersion endpointLogicalVersion)  | 
void | 
CheckSourceChannelPacket.writeExternalImpl(ObjectOutput out,
                 PlatformLogicalVersion endpointLogicalVersion)  | 
void | 
UnreliableOperationPacket.writeExternalImpl(ObjectOutput out,
                 PlatformLogicalVersion endpointLogicalVersion)  | 
void | 
BatchReplicatedDataPacket.writeExternalImpl(ObjectOutput out,
                 PlatformLogicalVersion endpointLogicalVersion)  | 
protected void | 
GetProcessLogStatus.writeExternalImpl(ObjectOutput out,
                 PlatformLogicalVersion endpointLogicalVersion)  | 
protected void | 
IdleStateDataReplicatedPacket.writeExternalImpl(ObjectOutput out,
                 PlatformLogicalVersion endpointLogicalVersion)  | 
void | 
IterativeHandshakePacket.writeExternalImpl(ObjectOutput out,
                 PlatformLogicalVersion endpointLogicalVersion)  | 
void | 
NextReplicaStatePacket.writeExternalImpl(ObjectOutput out,
                 PlatformLogicalVersion endpointLogicalVersion)  | 
void | 
BatchReplicatedOneWayDataPacket.writeExternalImpl(ObjectOutput out,
                 PlatformLogicalVersion endpointLogicalVersion)  | 
void | 
ReplicatedOneWayDataPacket.writeExternalImpl(ObjectOutput out,
                 PlatformLogicalVersion endpointLogicalVersion)  | 
void | 
ReplicaFetchDataPacket.writeExternalImpl(ObjectOutput out,
                 PlatformLogicalVersion endpointLogicalVersion)  | 
void | 
ReplicaRequestPacket.writeExternalImpl(ObjectOutput out,
                 PlatformLogicalVersion endpointLogicalVersion)  | 
void | 
ReliableAsyncStateUpdatePacket.writeExternalImpl(ObjectOutput out,
                 PlatformLogicalVersion endpointLogicalVersion)  | 
protected void | 
FetchEndpointDetailsPacket.writeExternalImpl(ObjectOutput out,
                 PlatformLogicalVersion endpointLogicalVersion)  | 
void | 
HandleDataConsumeErrorPacket.writeExternalImpl(ObjectOutput out,
                 PlatformLogicalVersion endpointLogicalVersion)  | 
void | 
PingPacket.writeExternalImpl(ObjectOutput out,
                 PlatformLogicalVersion endpointLogicalVersion)  | 
void | 
ReplicatedDataPacket.writeExternalImpl(ObjectOutput out,
                 PlatformLogicalVersion endpointLogicalVersion)  | 
void | 
ChannelBacklogDroppedPacket.writeExternalImpl(ObjectOutput out,
                 PlatformLogicalVersion endpointLogicalVersion)  | 
void | 
ConnectChannelPacket.writeExternalImpl(ObjectOutput out,
                 PlatformLogicalVersion endpointLogicalVersion)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
SynchronizationDonePacket.readExternalImpl(ObjectInput in,
                PlatformLogicalVersion endpointLogicalVersion)  | 
void | 
SynchronizationDonePacket.writeExternalImpl(ObjectOutput out,
                 PlatformLogicalVersion endpointLogicalVersion)  | 
| Modifier and Type | Method and Description | 
|---|---|
PlatformLogicalVersion | 
IReplicationConnection.getClosestEndpointLogicalVersion()  | 
PlatformLogicalVersion | 
AbstractProxyBasedReplicationMonitoredConnection.getClosestEndpointLogicalVersion()  | 
PlatformLogicalVersion | 
ReplicationEndpointDetails.getPlatformLogicalVersion()
This can return null if the endpoint which generated this is older than 9.0.1 because this
 code is from 9.0.1 any older version will convert to a semi complete
 ReplicationEndpointDetails 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected abstract void | 
AbstractReplicationPacket.readExternalImpl(ObjectInput in,
                PlatformLogicalVersion endpointLogicalVersion)  | 
protected abstract void | 
AbstractReplicationPacket.writeExternalImpl(ObjectOutput out,
                 PlatformLogicalVersion endpointLogicalVersion)  | 
| Modifier and Type | Method and Description | 
|---|---|
PlatformLogicalVersion | 
ConnectionReference.getClosestEndpointLogicalVersion()  | 
| Modifier and Type | Method and Description | 
|---|---|
ReplicationChannelEntryDataFilterResult | 
ViewReplicationChannelDataFilter.filterBeforeReplicatingEntryData(IReplicationPacketEntryData entryData,
                                PlatformLogicalVersion targetLogicalVersion,
                                IReplicationPacketEntryDataContentExtractor contentExtractor,
                                Logger contextLogger,
                                IReplicationPacketData data)  | 
boolean | 
ViewReplicationChannelDataFilter.filterBeforeReplicatingUnreliableOperation(IReplicationUnreliableOperation operation,
                                          PlatformLogicalVersion targetLogicalVersion)  | 
| Modifier and Type | Method and Description | 
|---|---|
<T extends Externalizable> | 
XapExtensions.getCustomSerializer(Class<T> c,
                   PlatformLogicalVersion version)  | 
void | 
SpaceClusterInfoCustomSerializer.readExternal(SpaceClusterInfo instance,
            ObjectInput in,
            PlatformLogicalVersion version)  | 
void | 
CustomSerializer.readExternal(T instance,
            ObjectInput in,
            PlatformLogicalVersion version)  | 
boolean | 
CustomSerializer.supports(PlatformLogicalVersion version)  | 
boolean | 
SpaceClusterInfoCustomSerializer.supports(PlatformLogicalVersion version)  | 
void | 
SpaceClusterInfoCustomSerializer.writeExternal(SpaceClusterInfo instance,
             ObjectOutput out,
             PlatformLogicalVersion version)  | 
void | 
CustomSerializer.writeExternal(T instance,
             ObjectOutput out,
             PlatformLogicalVersion version)  | 
| Modifier and Type | Method and Description | 
|---|---|
PlatformLogicalVersion | 
LRMIProxyMonitoringDetailsImpl.getServiceVersion()  | 
PlatformLogicalVersion | 
LRMIServiceClientMonitoringDetailsImpl.getVersion()  | 
| Constructor and Description | 
|---|
LRMIProxyMonitoringDetailsImpl(String connectionURL,
                              String serviceDetails,
                              PlatformLogicalVersion serviceVersion)  | 
LRMIServiceClientMonitoringDetailsImpl(PlatformLogicalVersion clientVersion)  | 
| Modifier and Type | Method and Description | 
|---|---|
byte | 
EntryType.getTypeCode(PlatformLogicalVersion version)  | 
void | 
AbstractTypeIntrospector.readExternal(ObjectInput in,
            PlatformLogicalVersion version)  | 
void | 
SpaceTypeInfo.readExternal(ObjectInput in,
            PlatformLogicalVersion version)  | 
void | 
ExternalEntryIntrospector.readExternal(ObjectInput in,
            PlatformLogicalVersion version)  | 
void | 
EntryIntrospector.readExternal(ObjectInput in,
            PlatformLogicalVersion version)  | 
void | 
PojoIntrospector.readExternal(ObjectInput in,
            PlatformLogicalVersion version)  | 
void | 
ITypeIntrospector.readExternal(ObjectInput in,
            PlatformLogicalVersion version)  | 
void | 
VirtualEntryIntrospector.readExternal(ObjectInput in,
            PlatformLogicalVersion version)  | 
void | 
AbstractTypeIntrospector.writeExternal(ObjectOutput out,
             PlatformLogicalVersion version)
NOTE: if you change this method, you need to make this class ISwapExternalizable 
 | 
void | 
SpaceTypeInfo.writeExternal(ObjectOutput out,
             PlatformLogicalVersion version)  | 
void | 
ExternalEntryIntrospector.writeExternal(ObjectOutput out,
             PlatformLogicalVersion version)  | 
void | 
EntryIntrospector.writeExternal(ObjectOutput out,
             PlatformLogicalVersion version)  | 
void | 
PojoIntrospector.writeExternal(ObjectOutput out,
             PlatformLogicalVersion version)  | 
void | 
ITypeIntrospector.writeExternal(ObjectOutput out,
             PlatformLogicalVersion version)  | 
void | 
VirtualEntryIntrospector.writeExternal(ObjectOutput out,
             PlatformLogicalVersion version)  | 
| Constructor and Description | 
|---|
ExternalizableClassSerializer(byte code,
                             Class<?> type,
                             PlatformLogicalVersion since)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
ExternalizableEntryPacket.readExternal(ObjectInput in,
            PlatformLogicalVersion version)  | 
protected void | 
EntryPacket.readExternal(ObjectInput in,
            PlatformLogicalVersion version)  | 
protected void | 
PbsEntryPacket.readExternal(ObjectInput in,
            PlatformLogicalVersion version)  | 
protected void | 
AbstractQueryPacket.readExternal(ObjectInput in,
            PlatformLogicalVersion version)  | 
protected void | 
AbstractEntryPacket.readExternal(ObjectInput in,
            PlatformLogicalVersion version)  | 
protected void | 
PbsTemplatePacket.readExternal(ObjectInput in,
            PlatformLogicalVersion version)  | 
protected void | 
ExternalizableEntryPacket.writeExternal(ObjectOutput out,
             PlatformLogicalVersion version)  | 
protected void | 
EntryPacket.writeExternal(ObjectOutput out,
             PlatformLogicalVersion version)  | 
protected void | 
PbsEntryPacket.writeExternal(ObjectOutput out,
             PlatformLogicalVersion version)  | 
protected void | 
AbstractQueryPacket.writeExternal(ObjectOutput out,
             PlatformLogicalVersion version)  | 
protected void | 
AbstractEntryPacket.writeExternal(ObjectOutput out,
             PlatformLogicalVersion version)  | 
protected void | 
PbsTemplatePacket.writeExternal(ObjectOutput out,
             PlatformLogicalVersion version)  | 
| Modifier and Type | Field and Description | 
|---|---|
static PlatformLogicalVersion | 
PlatformLogicalVersion.v10_0_0  | 
static PlatformLogicalVersion | 
PlatformLogicalVersion.v10_0_1  | 
static PlatformLogicalVersion | 
PlatformLogicalVersion.v10_1_0  | 
static PlatformLogicalVersion | 
PlatformLogicalVersion.v10_1_1  | 
static PlatformLogicalVersion | 
PlatformLogicalVersion.v10_2_0  | 
static PlatformLogicalVersion | 
PlatformLogicalVersion.v10_2_0_PATCH2  | 
static PlatformLogicalVersion | 
PlatformLogicalVersion.v11_0_0  | 
static PlatformLogicalVersion | 
PlatformLogicalVersion.v11_0_1  | 
static PlatformLogicalVersion | 
PlatformLogicalVersion.v12_0_0  | 
static PlatformLogicalVersion | 
PlatformLogicalVersion.v12_0_1  | 
static PlatformLogicalVersion | 
PlatformLogicalVersion.v12_1_0  | 
static PlatformLogicalVersion | 
PlatformLogicalVersion.v12_1_1  | 
static PlatformLogicalVersion | 
PlatformLogicalVersion.v9_1_0  | 
static PlatformLogicalVersion | 
PlatformLogicalVersion.v9_1_1  | 
static PlatformLogicalVersion | 
PlatformLogicalVersion.v9_1_2  | 
static PlatformLogicalVersion | 
PlatformLogicalVersion.v9_5_0  | 
static PlatformLogicalVersion | 
PlatformLogicalVersion.v9_5_1  | 
static PlatformLogicalVersion | 
PlatformLogicalVersion.v9_5_2  | 
static PlatformLogicalVersion | 
PlatformLogicalVersion.v9_5_2_PATCH3  | 
static PlatformLogicalVersion | 
PlatformLogicalVersion.v9_6_0  | 
static PlatformLogicalVersion | 
PlatformLogicalVersion.v9_6_1  | 
static PlatformLogicalVersion | 
PlatformLogicalVersion.v9_6_2_PATCH3  | 
static PlatformLogicalVersion | 
PlatformLogicalVersion.v9_7_0  | 
static PlatformLogicalVersion | 
PlatformLogicalVersion.v9_7_1  | 
static PlatformLogicalVersion | 
PlatformLogicalVersion.v9_7_2  | 
| Modifier and Type | Method and Description | 
|---|---|
static PlatformLogicalVersion | 
PlatformLogicalVersion.getLogicalVersion()  | 
static PlatformLogicalVersion | 
PlatformLogicalVersion.minimum(PlatformLogicalVersion version1,
       PlatformLogicalVersion version2)  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
PlatformLogicalVersion.exactEquals(PlatformLogicalVersion otherVersion)  | 
boolean | 
PlatformLogicalVersion.greaterOrEquals(PlatformLogicalVersion otherVersion)
Returns true if this logical version is greater or equals to the other ( >= ) 
 | 
boolean | 
PlatformLogicalVersion.lessThan(PlatformLogicalVersion otherVersion)
Returns true if this logical version is less than other ( < ) 
 | 
static PlatformLogicalVersion | 
PlatformLogicalVersion.minimum(PlatformLogicalVersion version1,
       PlatformLogicalVersion version2)  | 
| Modifier and Type | Method and Description | 
|---|---|
ClientPeerInvocationHandler | 
ProtocolAdapter.getClientInvocationHandler(String connectionURL,
                          ITransportConfig config,
                          PlatformLogicalVersion serviceVersion)
Returns the remote method invocation handler  
ClientPeerInvocationHandler which
 represents remote object specified by the supplied c and connection URL. | 
C | 
ProtocolAdapter.getClientPeer(PlatformLogicalVersion serviceVersion)
Returns an un-connected client peer. 
 | 
static void | 
LRMIInvocationContext.updateContext(LRMIInvocationTrace invocationTrace,
             LRMIInvocationContext.ProxyWriteType proxyWriteType,
             LRMIInvocationContext.InvocationStage stage,
             PlatformLogicalVersion sourceLogicalVersion,
             PlatformLogicalVersion targetLogicalVersion,
             boolean createSnapshot,
             Boolean useStubCache,
             InetSocketAddress clientEndPointAddress)
Updates this thread lrmi invocation context 
 | 
| Constructor and Description | 
|---|
ConnectionPool(ProtocolAdapter protocolAdapter,
              ITransportConfig config,
              String connectionURL,
              PlatformLogicalVersion serviceVersion)
Creates a new Connection Pool with the specified Protocol Adapter, connection URL and max
 connections. 
 | 
MethodCachedInvocationHandler(RemoteMethodCache cache,
                             ClientPeerInvocationHandler invocationHandler,
                             String serverPlatformVersion,
                             PlatformLogicalVersion serverPlatformLogicalVersion,
                             String connectionURL)  | 
ServiceUnsupportedOperationException(String msg,
                                    String localOfficialVersion,
                                    String remoteOfficialVersion,
                                    PlatformLogicalVersion localPlatformlogicalVersion,
                                    PlatformLogicalVersion serverPlatformLogicalVersion)  | 
| Modifier and Type | Method and Description | 
|---|---|
PlatformLogicalVersion | 
HandshakeRequest.getSourcePlatformLogicalVersion()  | 
| Constructor and Description | 
|---|
HandshakeRequest(PlatformLogicalVersion logicalVersion)  | 
| Modifier and Type | Method and Description | 
|---|---|
PlatformLogicalVersion | 
CPeer.getServiceVersion()  | 
PlatformLogicalVersion | 
IResponseContext.getSourcePlatformLogicalVersion()  | 
PlatformLogicalVersion | 
ChannelEntry.getSourcePlatformLogicalVersion()  | 
PlatformLogicalVersion | 
AbstractResponseContext.getSourcePlatformLogicalVersion()  | 
| Modifier and Type | Method and Description | 
|---|---|
ClientPeerInvocationHandler | 
PAdapter.getClientInvocationHandler(String connectionURL,
                          ITransportConfig config,
                          PlatformLogicalVersion serviceVersion)  | 
CPeer | 
PAdapter.getClientPeer(PlatformLogicalVersion serviceVersion)  | 
void | 
RequestPacket.set(long objectId,
   int methodOrderId,
   Object[] args,
   boolean isOneWay,
   boolean isCallBack,
   LRMIMethod lrmiMethod,
   long contextClassLoaderId,
   OperationPriority priority,
   PlatformLogicalVersion targetVersion)  | 
void | 
ChannelEntry.setSourceDetails(PlatformLogicalVersion logicalVersion,
                long pid)  | 
| Constructor and Description | 
|---|
AbstractResponseContext(PlatformLogicalVersion sourcePlatformLogicalVersion,
                       OperationPriority operationPriority,
                       String lrmiMonitoringId,
                       LRMIInvocationTrace trace)  | 
CPeer(PAdapter pAdapter,
     ClientHandler handler,
     ClientConversationRunner clientConversationRunner,
     PlatformLogicalVersion serviceVersion)  | 
PivotResponseContext(Pivot pivot,
                    ChannelEntry channel,
                    IResponseHandler handler,
                    PlatformLogicalVersion sourcePlatformLogicalVersion,
                    OperationPriority operationPriority,
                    String lrmiMonitoringId,
                    LRMIInvocationTrace trace)  | 
RequestPacket(long objectId,
             int methodOrderId,
             Object[] args,
             boolean isOneWay,
             boolean isCallBack,
             LRMIMethod invokeMethod,
             long contextClassLoaderId,
             OperationPriority priority,
             PlatformLogicalVersion targetVersion)  | 
| Modifier and Type | Method and Description | 
|---|---|
PlatformLogicalVersion | 
ConnectionEndpointDetails.getVersion()  | 
| Modifier and Type | Method and Description | 
|---|---|
ConnectionEndpointDetails | 
ConnectionEndpointDetails.createCopy(PlatformLogicalVersion newVersion)  | 
| Constructor and Description | 
|---|
ConnectionEndpointDetails(String hostname,
                         String hostAddress,
                         long processId,
                         PlatformLogicalVersion version)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
IdQueryPacket.readExternal(ObjectInput in,
            PlatformLogicalVersion version)  | 
protected void | 
UidQueryPacket.readExternal(ObjectInput in,
            PlatformLogicalVersion version)  | 
void | 
IdsMultiRoutingQueryPacket.readExternal(ObjectInput in,
            PlatformLogicalVersion version)  | 
void | 
IdsQueryPacket.readExternal(ObjectInput in,
            PlatformLogicalVersion version)  | 
protected void | 
AbstractIdsQueryPacket.readExternal(ObjectInput in,
            PlatformLogicalVersion version)  | 
protected void | 
ExternalTemplatePacket.readExternal(ObjectInput in,
            PlatformLogicalVersion version)  | 
protected void | 
ExternalEntryPacket.readExternal(ObjectInput in,
            PlatformLogicalVersion version)  | 
protected void | 
IdQueryPacket.writeExternal(ObjectOutput out,
             PlatformLogicalVersion version)  | 
protected void | 
UidQueryPacket.writeExternal(ObjectOutput out,
             PlatformLogicalVersion version)  | 
void | 
IdsMultiRoutingQueryPacket.writeExternal(ObjectOutput out,
             PlatformLogicalVersion version)  | 
void | 
IdsQueryPacket.writeExternal(ObjectOutput out,
             PlatformLogicalVersion version)  | 
protected void | 
AbstractIdsQueryPacket.writeExternal(ObjectOutput out,
             PlatformLogicalVersion version)  | 
protected void | 
ExternalTemplatePacket.writeExternal(ObjectOutput out,
             PlatformLogicalVersion version)  | 
protected void | 
ExternalEntryPacket.writeExternal(ObjectOutput out,
             PlatformLogicalVersion version)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
EntryArrivedRemoteEvent.readExternal(ObjectInput in,
            PlatformLogicalVersion version)  | 
protected void | 
EntryArrivedRemoteEvent.writeExternal(ObjectOutput out,
             PlatformLogicalVersion version)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
QueryTemplatePacket.readExternal(ObjectInput in,
            PlatformLogicalVersion version)  | 
protected void | 
QueryTemplatePacket.writeExternal(ObjectOutput out,
             PlatformLogicalVersion version)  | 
| Modifier and Type | Method and Description | 
|---|---|
PlatformLogicalVersion | 
InternalSpaceInstance.getPlatformLogicalVersion()  | 
PlatformLogicalVersion | 
DefaultSpaceInstance.getPlatformLogicalVersion()  | 
Copyright © GigaSpaces.