Uses of Interface
com.gigaspaces.serialization.SmartExternalizable
Packages that use SmartExternalizable
Package
Description
Deprecated: use
org.openspaces.core instead.Provides information about mirror statistics.
Provides classes to configure LRMI NIO.
Provides GigaSpaces Document API.
Provides GigaSpaces events related interfaces.
Provides GigaSpaces LRMI (Light-RMI) package.
Provides classes and interfaces encapsulating space entries indexes.
Provides classes and interfaces to execute queries on space entries.
Security
Service-side security auditing
Security Directory
Provides Space properties and security context services
Provides GigaSpaces administration services
Provides GigaSpaces client interface services
Provides GigaSpaces cluster plug-in interfaces
Provides GigaSpaces filter plug-in interfaces.
Provides exceptions thrown when a batch operation triggers one or more errors.
Provides GigaSpaces JDBC interfaces
Provides GigaSpaces JDBC interfaces
Provides implementations of the
TransactionManager service.
These are common entry classes for use as attributes in lookup services and
their associated JavaBeans(TM) component wrapping classes.
This package is responsible for simplifying the creation of IJSpace implementation.
A package including based classes and support classes for different OpenSpaces event containers.
A notify event container allowing to use GigaSpace support for notifications.
A polling event container generating events by performing polling receive operations.
Support classes for persistency.
A Service Grid based processing unit container.
A standalone processing unit container.
A package including OpenSpaces support for Sync and Async remoting inspired by other Spring remoting
integrations.
-
Uses of SmartExternalizable in com.gigaspaces.admin.quiesce
Classes in com.gigaspaces.admin.quiesce that implement SmartExternalizableModifier and TypeClassDescriptionclassclassRepresents the quiesce state of the all processing unit instances.classRepresents an event which is fired to inform about quiesce state changed -
Uses of SmartExternalizable in com.gigaspaces.blobstore.rocksdb
Classes in com.gigaspaces.blobstore.rocksdb that implement SmartExternalizable -
Uses of SmartExternalizable in com.gigaspaces.client
Classes in com.gigaspaces.client that implement SmartExternalizableModifier and TypeClassDescriptionclassProvides modifiers to customize the behavior of change operations.classThe set of changes to apply for matches entries of the change operationclassThrown when a space clear operation fails.classProvides modifiers to customize the behavior of clear operations.classProvides modifiers to customize the behavior of count operations.classclassBase class for isolation level based space proxy operations modifiers.classThrown when readByIds operation fails.classProvides modifiers to customize the behavior of read operations.classThrown when a space readMultiple operation fails.classHolds a read/takeByIds operation's exception result.classA base class for Read/TakeByIdsExceptionclassBase class for space proxy operations modifiers.classThrown when takeByIds operation fails.classProvides modifiers to customize the behavior of take operations.classThrown when a space takeMultiple operation fails.classProvides modifiers to customize the behavior of write operations.classThrown when writeMultiple operation fails. -
Uses of SmartExternalizable in com.gigaspaces.client.internal
Classes in com.gigaspaces.client.internal that implement SmartExternalizable -
Uses of SmartExternalizable in com.gigaspaces.client.iterator.internal
Classes in com.gigaspaces.client.iterator.internal that implement SmartExternalizableModifier and TypeClassDescriptionclassclass -
Uses of SmartExternalizable in com.gigaspaces.client.iterator.internal.tiered_storage
Classes in com.gigaspaces.client.iterator.internal.tiered_storage that implement SmartExternalizable -
Uses of SmartExternalizable in com.gigaspaces.client.transaction.local
Classes in com.gigaspaces.client.transaction.local that implement SmartExternalizable -
Uses of SmartExternalizable in com.gigaspaces.client.transaction.xa
Classes in com.gigaspaces.client.transaction.xa that implement SmartExternalizableModifier and TypeClassDescriptionclassTitle: GSServerTransaction Description: Extends the ServerTransaction to hold Object id should only be used as a key.classLocal implementation of Xid to be store in Space -
Uses of SmartExternalizable in com.gigaspaces.cluster.activeelection.core
Classes in com.gigaspaces.cluster.activeelection.core that implement SmartExternalizableModifier and TypeClassDescriptionclassThis class provides a configuration object ofActiveElectionManager.classThe election state attribute registered in conjunction with service candidate. -
Uses of SmartExternalizable in com.gigaspaces.cluster.loadbalance
Classes in com.gigaspaces.cluster.loadbalance that implement SmartExternalizableModifier and TypeClassDescriptionclassCopyright (c) 2010 GigaSpaces Technologies Ltd.static class -
Uses of SmartExternalizable in com.gigaspaces.cluster.replication
Classes in com.gigaspaces.cluster.replication that implement SmartExternalizableModifier and TypeClassDescriptionfinal classmirror service configurationclassclassThis class describes the transmission policy from source space to a target space. -
Uses of SmartExternalizable in com.gigaspaces.cluster.replication.async.mirror
Classes in com.gigaspaces.cluster.replication.async.mirror that implement SmartExternalizableModifier and TypeClassDescriptionclassclassStatistics for single operation typeclassDefault implementation of the mirror space statistics. -
Uses of SmartExternalizable in com.gigaspaces.cluster.replication.sync
Classes in com.gigaspaces.cluster.replication.sync that implement SmartExternalizableModifier and TypeClassDescriptionclassThis class contains all configuration information about Synchronize Replication. -
Uses of SmartExternalizable in com.gigaspaces.config.lrmi.nio
Classes in com.gigaspaces.config.lrmi.nio that implement SmartExternalizableModifier and TypeClassDescriptionclassThis class provides configuration object of NIO communication transport protocol. -
Uses of SmartExternalizable in com.gigaspaces.dih.consumer
Classes in com.gigaspaces.dih.consumer that implement SmartExternalizable -
Uses of SmartExternalizable in com.gigaspaces.document
Classes in com.gigaspaces.document that implement SmartExternalizableModifier and TypeClassDescriptionclassRepresents a document which can be stored and retrieved from the space. -
Uses of SmartExternalizable in com.gigaspaces.entry
Classes in com.gigaspaces.entry that implement SmartExternalizableModifier and TypeClassDescriptionclassThis Object was created in order to implement GigaSpaces CompoundId logic Extending this object will result in inherit all the capabilities of CompoundSpaceId In order to use this, please implement your CompoundId pojo as explained: use EmbeddedId hibernate annotation on your getter for the compoundId instance in your POJO that holds the conpoundId use @Embeddable hibernate annotation on your class in order to use this in hivernate Implement your empty constructor with call to super with the number of values you have in your compoundID public MyCompoundSpaceId() { super(2); } -
Uses of SmartExternalizable in com.gigaspaces.events
Classes in com.gigaspaces.events that implement SmartExternalizableModifier and TypeClassDescriptionclassHolds a set of space.notify related parameters.classBase class for space remote events. -
Uses of SmartExternalizable in com.gigaspaces.events.batching
Classes in com.gigaspaces.events.batching that implement SmartExternalizableModifier and TypeClassDescriptionclassReceived onBatchRemoteEventListener.notifyBatch(BatchRemoteEvent)when a batch of events that matches the pending templates registration.classNotify delegator for batch notifications. -
Uses of SmartExternalizable in com.gigaspaces.exception.lrmi
Classes in com.gigaspaces.exception.lrmi that implement SmartExternalizableModifier and TypeClassDescriptionclassAn Application Exception abstracts a logical exception rather than an exception in network infrastructure (which is abstracted by RemoteException). -
Uses of SmartExternalizable in com.gigaspaces.internal.client
Classes in com.gigaspaces.internal.client that implement SmartExternalizableModifier and TypeClassDescriptionclassclassclassclassclassclassclass -
Uses of SmartExternalizable in com.gigaspaces.internal.client.cache
Classes in com.gigaspaces.internal.client.cache that implement SmartExternalizable -
Uses of SmartExternalizable in com.gigaspaces.internal.client.mutators
Classes in com.gigaspaces.internal.client.mutators that implement SmartExternalizableModifier and TypeClassDescriptionfinal classfinal classclassA result for changing a collection propertyfinal classfinal classResult for changing a map propertyfinal classfinal classfinal classThe set of changes to apply for matches entries of the change operationfinal classclassfinal class -
Uses of SmartExternalizable in com.gigaspaces.internal.client.spaceproxy
Classes in com.gigaspaces.internal.client.spaceproxy that implement SmartExternalizableModifier and TypeClassDescriptionclassTitle: Description:classclassProvides the functionality of clustered proxy. -
Uses of SmartExternalizable in com.gigaspaces.internal.client.spaceproxy.executors
Classes in com.gigaspaces.internal.client.spaceproxy.executors that implement SmartExternalizableModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassSystemDistributedTask<T extends Serializable>classSystemTask<T extends Serializable>classclassclass -
Uses of SmartExternalizable in com.gigaspaces.internal.client.spaceproxy.operations
Classes in com.gigaspaces.internal.client.spaceproxy.operations that implement SmartExternalizableModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassSpaceOperationRequest<TResult extends SpaceOperationResult>classclassSpaceScatterGatherOperationRequest<TResult extends SpaceOperationResult>classclassclassclassclassclassclassclassclassclassclassclass -
Uses of SmartExternalizable in com.gigaspaces.internal.cluster
Classes in com.gigaspaces.internal.cluster that implement SmartExternalizableModifier and TypeClassDescriptionclassclassclassclass -
Uses of SmartExternalizable in com.gigaspaces.internal.cluster.node.impl
Classes in com.gigaspaces.internal.cluster.node.impl that implement SmartExternalizableModifier and TypeClassDescriptionclassclassclassclass -
Uses of SmartExternalizable in com.gigaspaces.internal.cluster.node.impl.backlog
Subinterfaces of SmartExternalizable in com.gigaspaces.internal.cluster.node.impl.backlogModifier and TypeInterfaceDescriptioninterfaceinterfaceinterfaceClasses in com.gigaspaces.internal.cluster.node.impl.backlog that implement SmartExternalizableModifier and TypeClassDescriptionclassclassclassstatic classstatic class -
Uses of SmartExternalizable in com.gigaspaces.internal.cluster.node.impl.backlog.globalorder
Classes in com.gigaspaces.internal.cluster.node.impl.backlog.globalorder that implement SmartExternalizableModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassstatic class -
Uses of SmartExternalizable in com.gigaspaces.internal.cluster.node.impl.backlog.multibucketsinglefile
Subinterfaces of SmartExternalizable in com.gigaspaces.internal.cluster.node.impl.backlog.multibucketsinglefileModifier and TypeInterfaceDescriptioninterfaceinterfaceClasses in com.gigaspaces.internal.cluster.node.impl.backlog.multibucketsinglefile that implement SmartExternalizableModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassstatic classclassclass -
Uses of SmartExternalizable in com.gigaspaces.internal.cluster.node.impl.backlog.multisourcesinglefile
Classes in com.gigaspaces.internal.cluster.node.impl.backlog.multisourcesinglefile that implement SmartExternalizableModifier and TypeClassDescriptionclassclassclassclassstatic class -
Uses of SmartExternalizable in com.gigaspaces.internal.cluster.node.impl.backlog.reliableasync
Subinterfaces of SmartExternalizable in com.gigaspaces.internal.cluster.node.impl.backlog.reliableasyncClasses in com.gigaspaces.internal.cluster.node.impl.backlog.reliableasync that implement SmartExternalizableModifier and TypeClassDescriptionclassclass -
Uses of SmartExternalizable in com.gigaspaces.internal.cluster.node.impl.backlog.sync
Subinterfaces of SmartExternalizable in com.gigaspaces.internal.cluster.node.impl.backlog.syncModifier and TypeInterfaceDescriptioninterfaceA wire form ofIMarkerwhich can be serialized and deserialized -
Uses of SmartExternalizable in com.gigaspaces.internal.cluster.node.impl.config
Classes in com.gigaspaces.internal.cluster.node.impl.config that implement SmartExternalizable -
Uses of SmartExternalizable in com.gigaspaces.internal.cluster.node.impl.directPersistency
Subinterfaces of SmartExternalizable in com.gigaspaces.internal.cluster.node.impl.directPersistencyModifier and TypeInterfaceDescriptioninterfaceCreated by yechielf on 28/04/2015.Classes in com.gigaspaces.internal.cluster.node.impl.directPersistency that implement SmartExternalizableModifier and TypeClassDescriptionclassThe element of synchronizing a direct-persistency uidclassThe element of synchronizing a direct-persistency multiple uids(transaction result)classthe list segment where the ops list is overflowen to persistencyclassThe element of synchronizing a direct-persistency uidclassclass -
Uses of SmartExternalizable in com.gigaspaces.internal.cluster.node.impl.directPersistency.admin
Classes in com.gigaspaces.internal.cluster.node.impl.directPersistency.admin that implement SmartExternalizableModifier and TypeClassDescriptionclassThe synchronizing direct-persistency handler -
Uses of SmartExternalizable in com.gigaspaces.internal.cluster.node.impl.directPersistency.embeddedSyncList.embeddedAdmin
Classes in com.gigaspaces.internal.cluster.node.impl.directPersistency.embeddedSyncList.embeddedAdmin that implement SmartExternalizableModifier and TypeClassDescriptionclassEmbedded Sync- info regarding generation ids from which not all embedded info used surly transferred to the sync listclassEmbedded Sync- info regarding transferred records per segment used in order to avoid updating the entry each time op was transferred to regular list -
Uses of SmartExternalizable in com.gigaspaces.internal.cluster.node.impl.gateway.sink
Classes in com.gigaspaces.internal.cluster.node.impl.gateway.sink that implement SmartExternalizableModifier and TypeClassDescriptionclassclass -
Uses of SmartExternalizable in com.gigaspaces.internal.cluster.node.impl.groups
Subinterfaces of SmartExternalizable in com.gigaspaces.internal.cluster.node.impl.groups -
Uses of SmartExternalizable in com.gigaspaces.internal.cluster.node.impl.groups.handshake
Subinterfaces of SmartExternalizable in com.gigaspaces.internal.cluster.node.impl.groups.handshakeClasses in com.gigaspaces.internal.cluster.node.impl.groups.handshake that implement SmartExternalizableModifier and TypeClassDescriptionclassclass -
Uses of SmartExternalizable in com.gigaspaces.internal.cluster.node.impl.groups.reliableasync
Classes in com.gigaspaces.internal.cluster.node.impl.groups.reliableasync that implement SmartExternalizableModifier and TypeClassDescriptionclassclassclass -
Uses of SmartExternalizable in com.gigaspaces.internal.cluster.node.impl.packets
Subinterfaces of SmartExternalizable in com.gigaspaces.internal.cluster.node.impl.packetsModifier and TypeInterfaceDescriptioninterfaceA replication packet that has an order that specify a certain order of these packets that needs to be kept when processed at the targetClasses in com.gigaspaces.internal.cluster.node.impl.packets that implement SmartExternalizableModifier and TypeClassDescriptionclassclassclassclassReplication packet that is used by a replication target to check if the source is still considered as the source of that targetclassReplication packet that is used to establish replication channels between aIReplicationSourceGroupand aIReplicationTargetGroupclassFetch the endpoint replication details back to the callerclassclassclassclassclassclassclassclassclassclassclassclass -
Uses of SmartExternalizable in com.gigaspaces.internal.cluster.node.impl.packets.data
Subinterfaces of SmartExternalizable in com.gigaspaces.internal.cluster.node.impl.packets.dataModifier and TypeInterfaceDescriptioninterfaceA possible fix for aIReplicationPacketDataConsumer#consume(String, IReplicationPacketData, com.gigaspaces.internal.cluster.manager.handlers.IReplicationInFacade)invocation that returned an error result denoted by aIDataConsumeResultthat itsIDataConsumeResult.isFailed()is true.interfaceinterfaceAn extension ofIReplicationPacketDatathat can be self executed.interfaceThe replication packet data that is kept in side anIReplicationOrderedPacketwhich contains the data needed for the processing of the packetinterfaceinterfaceClasses in com.gigaspaces.internal.cluster.node.impl.packets.data that implement SmartExternalizableModifier and TypeClassDescriptionclassclassA base class for data consume fix generated byReplicationPacketDataProducerand consumed byReplicationPacketDataConsumer.classSignal a consume ok resultclass -
Uses of SmartExternalizable in com.gigaspaces.internal.cluster.node.impl.packets.data.errors
Classes in com.gigaspaces.internal.cluster.node.impl.packets.data.errors that implement SmartExternalizableModifier and TypeClassDescriptionclassclassclassFix a problem of extend notify template lease that do not exists anymore in the target (long disconnection ,recovery).classclassA fix that states that the error could not be fixed by the sourceclassclassA consumption error result that is caused when trying to extend entry lease and that lease do no exists in the space.classA fix that is returned as a fix of two errorsUnknownEntryLeaseConsumeResult,UnknownNotifyTemplateLeaseConsumeResult.classA consumption error result that is caused when trying to extend notify template lease and that lease do no exists in the space.classclassA consume error result caused due toUnknownTypeExceptionthrown during consumption -
Uses of SmartExternalizable in com.gigaspaces.internal.cluster.node.impl.packets.data.operations
Classes in com.gigaspaces.internal.cluster.node.impl.packets.data.operations that implement SmartExternalizableModifier and TypeClassDescriptionclassBase class for replication packets that depend on a previousTransactionPrepareReplicationPacketDataoccurringclassA base class forIReplicationPacketDataimplementations that contains only oneIReplicationPacketEntryDataclassBase class for transaction replication packet dataclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassReplication packet representing transaction abortclassReplication packet representing transaction commitclassReplication packet representing a one phase commit transactionclassReplication packet representing transaction prepareclassDeprecated.classclass -
Uses of SmartExternalizable in com.gigaspaces.internal.cluster.node.impl.processlog
Subinterfaces of SmartExternalizable in com.gigaspaces.internal.cluster.node.impl.processlogModifier and TypeInterfaceDescriptioninterfaceinterface -
Uses of SmartExternalizable in com.gigaspaces.internal.cluster.node.impl.processlog.globalorder
Classes in com.gigaspaces.internal.cluster.node.impl.processlog.globalorder that implement SmartExternalizableModifier and TypeClassDescriptionclassclassclassclass -
Uses of SmartExternalizable in com.gigaspaces.internal.cluster.node.impl.processlog.multibucketsinglefile
Classes in com.gigaspaces.internal.cluster.node.impl.processlog.multibucketsinglefile that implement SmartExternalizableModifier and TypeClassDescriptionclassclass -
Uses of SmartExternalizable in com.gigaspaces.internal.cluster.node.impl.processlog.sync.oneway
Subinterfaces of SmartExternalizable in com.gigaspaces.internal.cluster.node.impl.processlog.sync.oneway -
Uses of SmartExternalizable in com.gigaspaces.internal.cluster.node.impl.replica
Subinterfaces of SmartExternalizable in com.gigaspaces.internal.cluster.node.impl.replicaModifier and TypeInterfaceDescriptioninterfaceinterfaceA single replica data that is generated by theISpaceReplicaDataProduceras part of a space copy replica request, this replica data is passed to theISpaceReplicaDataConsumeras part of the replica process which is consumed in its turn to be translated to a replica operationClasses in com.gigaspaces.internal.cluster.node.impl.replica that implement SmartExternalizableModifier and TypeClassDescriptionclassclassclass -
Uses of SmartExternalizable in com.gigaspaces.internal.cluster.node.impl.replica.data
Classes in com.gigaspaces.internal.cluster.node.impl.replica.data that implement SmartExternalizableModifier and TypeClassDescriptionclassclassclassclassclassclassclass -
Uses of SmartExternalizable in com.gigaspaces.internal.cluster.node.impl.router
Classes in com.gigaspaces.internal.cluster.node.impl.router that implement SmartExternalizableModifier and TypeClassDescriptionclassclassclassContains replication endpoint details -
Uses of SmartExternalizable in com.gigaspaces.internal.cluster.node.impl.view
Classes in com.gigaspaces.internal.cluster.node.impl.view that implement SmartExternalizable -
Uses of SmartExternalizable in com.gigaspaces.internal.cluster.node.replica
Subinterfaces of SmartExternalizable in com.gigaspaces.internal.cluster.node.replicaClasses in com.gigaspaces.internal.cluster.node.replica that implement SmartExternalizable -
Uses of SmartExternalizable in com.gigaspaces.internal.dump
Classes in com.gigaspaces.internal.dump that implement SmartExternalizable -
Uses of SmartExternalizable in com.gigaspaces.internal.exceptions
Classes in com.gigaspaces.internal.exceptions that implement SmartExternalizableModifier and TypeClassDescriptionclassThrown when one of the following space operations fails: readMultiple,takeMultiple,clear. -
Uses of SmartExternalizable in com.gigaspaces.internal.extension
Classes in com.gigaspaces.internal.extension that implement SmartExternalizable -
Uses of SmartExternalizable in com.gigaspaces.internal.io
Classes in com.gigaspaces.internal.io that implement SmartExternalizableModifier and TypeClassDescriptionclassCompressedMarshObject extends MarshObject by keeping the byte array zipped by GZIP.classMarshObject is similar to java.rmi.MarshalledObject.Methods in com.gigaspaces.internal.io with parameters of type SmartExternalizableModifier and TypeMethodDescriptionvoidMarshalOutputStream.writeSmartExternalizable(SmartExternalizable obj) -
Uses of SmartExternalizable in com.gigaspaces.internal.jvm
Classes in com.gigaspaces.internal.jvm that implement SmartExternalizable -
Uses of SmartExternalizable in com.gigaspaces.internal.lrmi
Classes in com.gigaspaces.internal.lrmi that implement SmartExternalizableModifier and TypeClassDescriptionclassclassTracking details of a specific methodclassclassclassclassTracking details of a single client on a specific serviceclassTracking id of a single client on a specific serviceclassTracking details of a single hosted service -
Uses of SmartExternalizable in com.gigaspaces.internal.lrmi.stubs
Classes in com.gigaspaces.internal.lrmi.stubs that implement SmartExternalizableModifier and TypeClassDescriptionclassNotifyDelegator stub to get notification via LRMI layer.classSuper class of all Notify stubs.classLRMI Stub implementation ofIRemoteJSpaceImplinterface. -
Uses of SmartExternalizable in com.gigaspaces.internal.metadata
Subinterfaces of SmartExternalizable in com.gigaspaces.internal.metadataModifier and TypeInterfaceDescriptioninterfaceCommon interface for all the introspectors implementations.Classes in com.gigaspaces.internal.metadata that implement SmartExternalizableModifier and TypeClassDescriptionclassCommon base class for ITypeIntrospector implementations.classclassExternalEntryIntrospector<T extends ExternalEntry>classPojo introspector for all the pojo implementations.classAn index for a path containing a collection ("[*]").classclassclassclassVirtualEntryIntrospector<T extends VirtualEntry> -
Uses of SmartExternalizable in com.gigaspaces.internal.os
Classes in com.gigaspaces.internal.os that implement SmartExternalizableModifier and TypeClassDescriptionclassstatic classstatic classstatic classclassstatic class -
Uses of SmartExternalizable in com.gigaspaces.internal.query
Subinterfaces of SmartExternalizable in com.gigaspaces.internal.queryModifier and TypeInterfaceDescriptioninterfaceRepresents an index that can be provided in aICustomQueryand optimize the query run time.Classes in com.gigaspaces.internal.query that implement SmartExternalizableModifier and TypeClassDescriptionclassAbstractCompoundIndexScanner defines an index scanner that scans more than one space index.classBase class for compound custom queries.classBase class for all custom query interfaces.classclassCommon base class for space query implementations.classProvides a logical AND combination for a list of custom queries.classScans the indexes and gets index with the least number of entries.classusing a common root query for item in collection-contains.classProvides a logical OR combination for a list of custom queries.classScans the indexes and gets the union of all indexed entries.classclassScans the index with the defined index name only for entries that match the exact index valueclassAn exact value index scanner for compound indexclassScans the index with the defined index name only for entries that match one of the values in the index value set.classScans the index with the defined index name only for entries that don't match the given regular expression.classScans only the entries that have a null index valueclassQueries an entry that matches all the given properties.classScans only the entries in the defined range via compound indexclassScans only the entries in the defined rangeclassScans the index with the defined index name only for entries that match the given regular expression.classScans the index using an external index using one of the relation that the external index is know to handle.classScans the entries according to the supplied uids -
Uses of SmartExternalizable in com.gigaspaces.internal.query.explainplan
Subinterfaces of SmartExternalizable in com.gigaspaces.internal.query.explainplanClasses in com.gigaspaces.internal.query.explainplan that implement SmartExternalizableModifier and TypeClassDescriptionclassclassclassclassclassclass -
Uses of SmartExternalizable in com.gigaspaces.internal.query.predicate
Subinterfaces of SmartExternalizable in com.gigaspaces.internal.query.predicateModifier and TypeInterfaceDescriptioninterfaceRepresents a predicate to be executed in the space.Classes in com.gigaspaces.internal.query.predicate that implement SmartExternalizableModifier and TypeClassDescriptionclassA common basic implementation for space predicate implementations.classA space predicate that always returns false.classA space predicate that always returns true.class -
Uses of SmartExternalizable in com.gigaspaces.internal.query.predicate.comparison
Classes in com.gigaspaces.internal.query.predicate.comparison that implement SmartExternalizableModifier and TypeClassDescriptionclassRepresents a Between predicate.classA common basic implementation for comparable scalar comparison predicate implementations.classa contains predicate cascading from a single itemclassRepresents a contains predicate.classAn implementation of equals to comparison: This predicate returns true if and only if the predicate's argument is equal to the expected value.classAn implementation of greater than or equals to comparison: This predicate returns true if and only if the predicate's argument is greater than or equals to the expected value.classAn implementation of greater than comparison: This predicate returns true if and only if the predicate's argument is greater than the expected value.classRepresents an In predicate.classAn implementation of less than or equals to comparison: This predicate returns true if and only if the predicate's argument is less than or equals to the expected value.classAn implementation of less than comparison: This predicate returns true if and only if the predicate's argument is less than the expected value.classAn implementation of not equals condition: This predicate returns true if and only if the predicate's argument is not equal to the expected value.classA predicate to test for non-null values.classclassA predicate to test for null values.classclassclassA common basic implementation for scalar comparison predicate implementations. -
Uses of SmartExternalizable in com.gigaspaces.internal.query.predicate.composite
Classes in com.gigaspaces.internal.query.predicate.composite that implement SmartExternalizableModifier and TypeClassDescriptionclassAn implementation of a logical multiple AND condition: This predicate returns true if and only if all operands return true.classAn implementation of a logical binary AND condition: This predicate returns true if and only if both left and right operands return true.classAn implementation of a logical multiple OR condition: This predicate returns true if and only if any of the operands return true.classA common basic implementation for binary composite space predicate implementations.classA common basic implementation for composite space predicate implementations.classclassAn implementation of a logical unary NOT condition: This predicate returns true if and only if the operand returns false.classAn implementation of a logical binary OR condition: This predicate returns true if and only if either left or right operands return true.classA common basic implementation for unary composite space predicate implementations.classAn implementation of a logical binary XOR condition: This predicate returns true if and only if left or right operands return true, but not both. -
Uses of SmartExternalizable in com.gigaspaces.internal.query.valuegetter
Subinterfaces of SmartExternalizable in com.gigaspaces.internal.query.valuegetterModifier and TypeInterfaceDescriptioninterfaceRepresents an abstraction of getting a value from a target object.Classes in com.gigaspaces.internal.query.valuegetter that implement SmartExternalizableModifier and TypeClassDescriptionclassCommon basic implementation for ISpaceValueGetter implementations.classExtracts collection values for the provided collection index path.classA space value getter for getting a compound index value from a space entry.classA space value getter for getting a path from a space entry.classA space value getter for getting a space entry property value. -
Uses of SmartExternalizable in com.gigaspaces.internal.quiesce
Classes in com.gigaspaces.internal.quiesce that implement SmartExternalizable -
Uses of SmartExternalizable in com.gigaspaces.internal.reflection.fast.proxy
Classes in com.gigaspaces.internal.reflection.fast.proxy that implement SmartExternalizable -
Uses of SmartExternalizable in com.gigaspaces.internal.remoting
Subinterfaces of SmartExternalizable in com.gigaspaces.internal.remotingModifier and TypeInterfaceDescriptioninterfaceRemoteOperationRequest<TResult extends RemoteOperationResult> -
Uses of SmartExternalizable in com.gigaspaces.internal.remoting.routing.partitioned
Subinterfaces of SmartExternalizable in com.gigaspaces.internal.remoting.routing.partitionedModifier and TypeInterfaceDescriptioninterfaceScatterGatherRemoteOperationRequest<TResult extends RemoteOperationResult> -
Uses of SmartExternalizable in com.gigaspaces.internal.serialization
Classes in com.gigaspaces.internal.serialization that implement SmartExternalizableModifier and TypeClassDescriptionclassBase class for externalizable classes in gigaspaces, providing forward/backward compatibility info. -
Uses of SmartExternalizable in com.gigaspaces.internal.server.space
Classes in com.gigaspaces.internal.server.space that implement SmartExternalizable -
Uses of SmartExternalizable in com.gigaspaces.internal.server.space.executors
Classes in com.gigaspaces.internal.server.space.executors that implement SmartExternalizable -
Uses of SmartExternalizable in com.gigaspaces.internal.server.space.mvcc
Classes in com.gigaspaces.internal.server.space.mvcc that implement SmartExternalizable -
Uses of SmartExternalizable in com.gigaspaces.internal.server.space.operations
Classes in com.gigaspaces.internal.server.space.operations that implement SmartExternalizable -
Uses of SmartExternalizable in com.gigaspaces.internal.server.space.quiesce
Classes in com.gigaspaces.internal.server.space.quiesce that implement SmartExternalizableModifier and TypeClassDescriptionclassclass -
Uses of SmartExternalizable in com.gigaspaces.internal.server.space.repartitioning
Classes in com.gigaspaces.internal.server.space.repartitioning that implement SmartExternalizableModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclass -
Uses of SmartExternalizable in com.gigaspaces.internal.server.space.tiered_storage
Classes in com.gigaspaces.internal.server.space.tiered_storage that implement SmartExternalizable -
Uses of SmartExternalizable in com.gigaspaces.internal.server.storage
Classes in com.gigaspaces.internal.server.storage that implement SmartExternalizable -
Uses of SmartExternalizable in com.gigaspaces.internal.space.actions
Classes in com.gigaspaces.internal.space.actions that implement SmartExternalizable -
Uses of SmartExternalizable in com.gigaspaces.internal.space.requests
Subinterfaces of SmartExternalizable in com.gigaspaces.internal.space.requestsClasses in com.gigaspaces.internal.space.requests that implement SmartExternalizableModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclass -
Uses of SmartExternalizable in com.gigaspaces.internal.space.responses
Subinterfaces of SmartExternalizable in com.gigaspaces.internal.space.responsesClasses in com.gigaspaces.internal.space.responses that implement SmartExternalizableModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclass -
Uses of SmartExternalizable in com.gigaspaces.internal.sync.hybrid
Classes in com.gigaspaces.internal.sync.hybrid that implement SmartExternalizable -
Uses of SmartExternalizable in com.gigaspaces.internal.transaction
Classes in com.gigaspaces.internal.transaction that implement SmartExternalizableModifier and TypeClassDescriptionclassclassclass -
Uses of SmartExternalizable in com.gigaspaces.internal.transport
Subinterfaces of SmartExternalizable in com.gigaspaces.internal.transportModifier and TypeInterfaceDescriptioninterfacethis is the basic interface defining the proxy-space or space-space transport layer.interfaceExtends IEntryPacket and provides an interface for templates.interfaceClasses in com.gigaspaces.internal.transport that implement SmartExternalizableModifier and TypeClassDescriptionclassclassContains projection information and logicclassclassclassclassThis class represents a packet of information transmitted between a J-Space client and its J-Space server (and vice versa).classthe entry packet used to moveExternalizableobject from the proxy to the server.classImplementsITemplatePacketforExternalizableclasses.classclassHolds projection information per uid.classclassHolds PBS projection data.classPbsTemplatePacket defines the template object for Pbs layer.classHolds projection template dataclassThis class represents a packet of information transmitted between a J-Space client and its J-Space server . -
Uses of SmartExternalizable in com.gigaspaces.internal.transport.mvcc
Subinterfaces of SmartExternalizable in com.gigaspaces.internal.transport.mvccModifier and TypeInterfaceDescriptioninterfaceImplemented by entry packet(s) not in the same hierarchy as IEntryHolder interface.Classes in com.gigaspaces.internal.transport.mvcc that implement SmartExternalizableModifier and TypeClassDescriptionclassMVCC entry's metadata.classMVCC shell entry packet, built fromMVCCShellEntryCacheInfo, is intended for space recovery with enabled mvcc. -
Uses of SmartExternalizable in com.gigaspaces.internal.utils.math
Classes in com.gigaspaces.internal.utils.math that implement SmartExternalizableModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclass -
Uses of SmartExternalizable in com.gigaspaces.internal.version
Classes in com.gigaspaces.internal.version that implement SmartExternalizableModifier and TypeClassDescriptionclassRepresents the logical version of the jar -
Uses of SmartExternalizable in com.gigaspaces.lrmi
Classes in com.gigaspaces.lrmi that implement SmartExternalizableModifier and TypeClassDescriptionclassRemoteStub<T>TheRemoteStubclass is the common superclass to client stubs and provides the framework to support a wide range of remote reference semantics. -
Uses of SmartExternalizable in com.gigaspaces.lrmi.classloading.protocol.lrmi
Classes in com.gigaspaces.lrmi.classloading.protocol.lrmi that implement SmartExternalizable -
Uses of SmartExternalizable in com.gigaspaces.lrmi.nio.info
Classes in com.gigaspaces.lrmi.nio.info that implement SmartExternalizable -
Uses of SmartExternalizable in com.gigaspaces.management.entry
Classes in com.gigaspaces.management.entry that implement SmartExternalizableModifier and TypeClassDescriptionclassUsed as a means for a service to publish information about a JMX Connector. -
Uses of SmartExternalizable in com.gigaspaces.management.space
Classes in com.gigaspaces.management.space that implement SmartExternalizableModifier and TypeClassDescriptionclassEncapsulates local cache details.classEncapsulates local view details.classEncapsulates space query details. -
Uses of SmartExternalizable in com.gigaspaces.management.transport
Classes in com.gigaspaces.management.transport that implement SmartExternalizableModifier and TypeClassDescriptionclassEncapsulates details about a connection end point. -
Uses of SmartExternalizable in com.gigaspaces.metadata.index
Subinterfaces of SmartExternalizable in com.gigaspaces.metadata.indexModifier and TypeInterfaceDescriptioninterfaceEncapsulates information on the result of an add type indexes operation.interfaceEncapsulates information about an index segment of a compound index.interfaceEncapsulates information about an index in a space type.Classes in com.gigaspaces.metadata.index that implement SmartExternalizableModifier and TypeClassDescriptionclassEncapsulates information about an index segment of a compound index.classclassdefinition of a compound index meta dataclassDefault implementation of the space custom index meta dataclassinformation about a path index segment of a compound index.classinformation about a property index segment of a compound index.classThis type is intended for internal usage and should not be used directly.classThis type is intended for internal usage and should not be used directly. -
Uses of SmartExternalizable in com.gigaspaces.query
Classes in com.gigaspaces.query that implement SmartExternalizable -
Uses of SmartExternalizable in com.gigaspaces.query.aggregators
Classes in com.gigaspaces.query.aggregators that implement SmartExternalizableModifier and TypeClassDescriptionclassAbstractPathAggregator<T extends Serializable>classclassThe set of aggregations to run for matches entries of the aggregate operation.classstatic classclassclassAggregator for fetching distinct entries - based on some fields.classclassclassclassclassclassclassstatic classclassMaxValueAggregator<T extends Serializable & Comparable>classstatic classclassMinValueAggregator<T extends Serializable & Comparable>classAggregator for order by operation.static classclassclassCreated by anna on 11/10/14.classSingleValueAggregator<T extends Serializable & Comparable>classSingleValueFunctionAggregator<T extends Serializable & Comparable>classclassclassSums values of paths of matching entries, when no non null values are applied zero is returned instead of null returns the same type as the path.classSums scalar value, when no non null values are applied zero is returned instead of null returns the same type as the value. -
Uses of SmartExternalizable in com.gigaspaces.query.extension.metadata
Classes in com.gigaspaces.query.extension.metadata that implement SmartExternalizable -
Uses of SmartExternalizable in com.gigaspaces.query.extension.metadata.impl
Classes in com.gigaspaces.query.extension.metadata.impl that implement SmartExternalizable -
Uses of SmartExternalizable in com.gigaspaces.security
Classes in com.gigaspaces.security that implement SmartExternalizableModifier and TypeClassDescriptionclassAn Authentication token which is used to further interact without using sensitive authentication details (i.e. -
Uses of SmartExternalizable in com.gigaspaces.security.audit
Classes in com.gigaspaces.security.audit that implement SmartExternalizableModifier and TypeClassDescriptionclassTheAuditDetailsare client side auditing details sent to the server on each authentication request. -
Uses of SmartExternalizable in com.gigaspaces.security.directory
Classes in com.gigaspaces.security.directory that implement SmartExternalizableModifier and TypeClassDescriptionclassclassclassRepresents a CredentialsProvider with null UserDetails.classclass -
Uses of SmartExternalizable in com.gigaspaces.security.service
Classes in com.gigaspaces.security.service that implement SmartExternalizableModifier and TypeClassDescriptionclassSecurity context passed between proxy and server. -
Uses of SmartExternalizable in com.gigaspaces.security.session
Classes in com.gigaspaces.security.session that implement SmartExternalizableModifier and TypeClassDescriptionclassRepresents a unique identifier for an established session. -
Uses of SmartExternalizable in com.gigaspaces.serialization
Classes in com.gigaspaces.serialization that implement SmartExternalizableModifier and TypeClassDescriptionclassContains an object serialized in a binary format. -
Uses of SmartExternalizable in com.gigaspaces.server.blobstore
Classes in com.gigaspaces.server.blobstore that implement SmartExternalizable -
Uses of SmartExternalizable in com.gigaspaces.server.space.suspend
Classes in com.gigaspaces.server.space.suspend that implement SmartExternalizableModifier and TypeClassDescriptionclassRepresents current suspend state of the space. -
Uses of SmartExternalizable in com.gigaspaces.start.manager
Classes in com.gigaspaces.start.manager that implement SmartExternalizable -
Uses of SmartExternalizable in com.gigaspaces.sync.serializable
Classes in com.gigaspaces.sync.serializable that implement SmartExternalizable -
Uses of SmartExternalizable in com.gigaspaces.utils
Classes in com.gigaspaces.utils that implement SmartExternalizable -
Uses of SmartExternalizable in com.j_spaces.core
Classes in com.j_spaces.core that implement SmartExternalizableModifier and TypeClassDescriptionclassA base template packet for IdsQueryPacket and IdsMultiRoutingQueryPacket The template packet contains an IDs array.classThis internal class for communication between client/server protocol.classRepresents an ExternalEntry as an IEntryPacketclassCreated by IntelliJ IDEA.classUsed for querying the space by a class + id.classA template packet used by readByIds operation.classA template packet used by readByIds operation.classJSpaceAttributes that contains all information per space.static classstatic classclassAn instance of this class represents an entry/template lease or a lease of an event registration results from an event registration.classclassLRMI Stub implementation ofIJSpaceContainer, IJSpaceContainerAdmin, LifeCycle,Serviceinterface.final classGlobal unique identifier of a client operation.classDeprecated.classThe SpaceContext class defines context info passed from the proxy to the space.classRepresents a space health statusclassUsed for querying the space by a uid / uids. -
Uses of SmartExternalizable in com.j_spaces.core.admin
Classes in com.j_spaces.core.admin that implement SmartExternalizableModifier and TypeClassDescriptionclassSpace runtime state holds the state of the space instace, for example, primary backup and replication status.classThis structure contains all information about space configuration.classThis class describes the content of the space, oncom.j_spaces.core.admin.IRemoteJSpaceAdmin.getRuntimeInfo()call.classUsed to hold a template info.class -
Uses of SmartExternalizable in com.j_spaces.core.cache.blobStore
Classes in com.j_spaces.core.cache.blobStore that implement SmartExternalizable -
Uses of SmartExternalizable in com.j_spaces.core.cache.blobStore.sadapter
Classes in com.j_spaces.core.cache.blobStore.sadapter that implement SmartExternalizableModifier and TypeClassDescriptionclassclass info used & stored in B.S.classBlobStore storage adapter storedTypeDesc -
Uses of SmartExternalizable in com.j_spaces.core.client
Classes in com.j_spaces.core.client that implement SmartExternalizableModifier and TypeClassDescriptionclassAn EntryArrivedRemoteEvent is sent to a NotifyDelegator object when an entry that matches the delegator's template enters a GigaSpace.classDeprecated.Since 8.0 - Use JINI transactions instead.classLRMI Stub implementation ofIJSpaceProxyListenerinterface.classEssential proxy settings.classSpaceSettings is a set of properties passed from the space to its proxyclassDeprecated. -
Uses of SmartExternalizable in com.j_spaces.core.cluster
Classes in com.j_spaces.core.cluster that implement SmartExternalizableModifier and TypeClassDescriptionclassHolds the cluster policy data.static final classclassCopyright (c) 2010 GigaSpaces Technologies Ltd.static classclassstatic classReplication policy description for every member.class -
Uses of SmartExternalizable in com.j_spaces.core.filters
Classes in com.j_spaces.core.filters that implement SmartExternalizableModifier and TypeClassDescriptionclassRepresents the current state of the replication modulestatic classExpose outgoing replication channel statisticsstatic classclassHolds runtime statistics counters.classRepresentation of an operation statistics object.class -
Uses of SmartExternalizable in com.j_spaces.core.multiple
Classes in com.j_spaces.core.multiple that implement SmartExternalizableModifier and TypeClassDescriptionclassThrown when one of the following space operations fails: readMultiple,takeMultiple,clear. -
Uses of SmartExternalizable in com.j_spaces.jdbc
Classes in com.j_spaces.jdbc that implement SmartExternalizableModifier and TypeClassDescriptionclassclassThis class represents an entry that was constructed from a join between several tables.classSmart stub for theQueryProcessor -
Uses of SmartExternalizable in com.j_spaces.jdbc.builder
Classes in com.j_spaces.jdbc.builder that implement SmartExternalizableModifier and TypeClassDescriptionclassclassclassA wrapper for the SQLQuery - gives it a facade of ITemplatePacketclassRepresents query that is translated to several template packets The result is the union of all results -
Uses of SmartExternalizable in com.j_spaces.jdbc.builder.range
Classes in com.j_spaces.jdbc.builder.range that implement SmartExternalizableModifier and TypeClassDescriptionclassclassCompositeRange indicates a result of a complex intersection that can't be translated to a single range.classCollection contains composite range.classa range for c collection imposede on single item rendered.classRepresents a value range used by ContainsNode.classclassRepresents an empty range - range that always translates to an empty queryclassclassCreated by Barak Bar Orion on 2/9/16.classRepresents an IN expression rangeclassclassclassclassRepresents a negation of a regular expression rangeclassclassRepresents a regular expression rangeclassCreated by Barak Bar Orion 8/24/15.classDefines a range of objects.classclassclassRepresents a set of uids to match against the candidates -
Uses of SmartExternalizable in com.j_spaces.jdbc.driver
Classes in com.j_spaces.jdbc.driver that implement SmartExternalizableModifier and TypeClassDescriptionstatic classAn implementation for holding the prepared values & prepared values batch. -
Uses of SmartExternalizable in com.j_spaces.jdbc.parser
Classes in com.j_spaces.jdbc.parser that implement SmartExternalizableModifier and TypeClassDescriptionclassclassThis is the AndNode, expressing an 'and' between conditions.classThis is a column Node.classnode holding a single item inside contains, or a hole expression pointed by valueclassnode holding a root inside contains - points at a subtree of containItemNodesclassAn expression node for a contains argument.classThis is the equal operator Node.classThis is the main expression node.classThis is the greater-than-equal operator Node.classThis is the greater-than operator Node.classRepresents an inner (sub) query in a WHERE clause condition.classThe InNode.classThis is the IS NULL operator Node.classThis is the LIKE operator Node.classThis is the Literal node.classThis is the less-than-equal operator Node.classThis is the less-than operator Node.classThis is the not-equal operator Node.classThe NotInNode.classThis is the NOT LIKE operator Node.classThis is the OR Node that represents an 'OR' between conditionsclassThis is a Prepared node.classCreated by Barak Bar Orion 8/24/15.classThis is the an operator that is used for java regular expression matchingclassThis node represents the rownum command.classThis is a parent class for the ColumnNode and the LiteralNodes. -
Uses of SmartExternalizable in com.j_spaces.jdbc.query
Classes in com.j_spaces.jdbc.query that implement SmartExternalizable -
Uses of SmartExternalizable in com.j_spaces.lookup.entry
Classes in com.j_spaces.lookup.entry that implement SmartExternalizableModifier and TypeClassDescriptionclassCopyright (c) 2010 GigaSpaces Technologies Ltd.classThis lookup attributes providing registration space with cluster name class name.classContainer name attributes for registering to LookupService.classThe hostName attributes for registering to LookupService.classclassThe State entry represents the current service state. -
Uses of SmartExternalizable in com.sun.jini.mahalo
Classes in com.sun.jini.mahalo that implement SmartExternalizableModifier and TypeClassDescriptionclassprepare result returned when clusterd proxy is neededclassATxnMgrProxyis a proxy for the transaction manager service. -
Uses of SmartExternalizable in com.sun.jini.proxy
Classes in com.sun.jini.proxy that implement SmartExternalizableModifier and TypeClassDescriptionclassDefault implementation for ofMarshalPivotproviding a proxy replacement on the LUS. -
Uses of SmartExternalizable in net.jini.core.lookup
Classes in net.jini.core.lookup that implement SmartExternalizable -
Uses of SmartExternalizable in net.jini.core.transaction.server
Classes in net.jini.core.transaction.server that implement SmartExternalizableModifier and TypeClassDescriptionclassClass implementing theNestableTransactioninterface, for use with transaction participants that implement the default transaction semantics.classClass implementing theTransactioninterface, for use with transaction participants that implement the default transaction semantics.classContains ServerTransaction meta data for distributed transactions that have more than 1 participant. -
Uses of SmartExternalizable in net.jini.lookup.entry
Classes in net.jini.lookup.entry that implement SmartExternalizableModifier and TypeClassDescriptionclassThe name of a service as used by users.classGeneric information about a service. -
Uses of SmartExternalizable in org.jini.rio.boot
Classes in org.jini.rio.boot that implement SmartExternalizableModifier and TypeClassDescriptionclassCreated by tamirs on 11/14/16.classCreated by tamirs on 11/14/16.classCreated by tamirs on 11/8/16. -
Uses of SmartExternalizable in org.openspaces.admin.internal.pipelines
Classes in org.openspaces.admin.internal.pipelines that implement SmartExternalizable -
Uses of SmartExternalizable in org.openspaces.core.cluster.internal
Classes in org.openspaces.core.cluster.internal that implement SmartExternalizable -
Uses of SmartExternalizable in org.openspaces.core.executor.internal
Classes in org.openspaces.core.executor.internal that implement SmartExternalizableModifier and TypeClassDescriptionclassInternalDistributedSpaceTaskWrapper<T extends Serializable,R> An internal implementation ofDistributedSpaceTaskthat wraps the actualTaskto be executed.classInternalDurableTaskWrapper<T extends Serializable,R> classInternalSpaceTaskWrapper<T extends Serializable> -
Uses of SmartExternalizable in org.openspaces.core.executor.juc
Classes in org.openspaces.core.executor.juc that implement SmartExternalizableModifier and TypeClassDescriptionclassCallableDistributedTaskAdapter<T extends Serializable,R> An adapter allowing to execute aCallablein a distributed fashion.classCallableTaskAdapter<T extends Serializable>An adapter allowing to execute aCallableusing Space task executors.classRunnableDistributedTaskAdapter<T extends Serializable,R> An adapter allowing to execute aRunnablein a distributed fashion.classRunnableTaskAdapter<T extends Serializable>An adapter allowing to execute aRunnableusing Space task executors. -
Uses of SmartExternalizable in org.openspaces.core.executor.support
Classes in org.openspaces.core.executor.support that implement SmartExternalizableModifier and TypeClassDescriptionclassA sum distrubted task that accepts aTaskto delegate the actual execution to and implements theAvgTask.reduce(java.util.List)operation.classA max distrubuted task that accepts aTaskto delegate the actual execution to and implements theMaxTask.reduce(java.util.List)operation.classA min distrubuted task that accepts aTaskto delegate the actual execution to and implements theMinTask.reduce(java.util.List)operation.classPrivilegedDistributedTask<T extends Serializable,R> A delegating distrubuted task (with an optional filter) that runs under established access control settings.classPrivilegedTask<T extends Serializable>A delegating task that runs under established access control settings.classA sum distrubuted task that accepts aTaskto delegate the actual execution to and implements theSumTask.reduce(java.util.List)operation. -
Uses of SmartExternalizable in org.openspaces.core.gateway
Classes in org.openspaces.core.gateway that implement SmartExternalizableModifier and TypeClassDescriptionclassProvide service details ofGatewayDelegatorFactoryBeanclassProvide service details of a gatewayAbstractGatewayComponentFactoryBeanclassProvide service details of aGatewaySinkFactoryBean -
Uses of SmartExternalizable in org.openspaces.core.space
Classes in org.openspaces.core.space that implement SmartExternalizableModifier and TypeClassDescriptionclassA Space service defined within a processing unit. -
Uses of SmartExternalizable in org.openspaces.events
Classes in org.openspaces.events that implement SmartExternalizableModifier and TypeClassDescriptionclassA generic event container service details.classA generic event container service monitors. -
Uses of SmartExternalizable in org.openspaces.events.asyncpolling
Classes in org.openspaces.events.asyncpolling that implement SmartExternalizableModifier and TypeClassDescriptionclassAsync Polling container service details.classAsync Polling container service details.classAsync Polling container service monitors. -
Uses of SmartExternalizable in org.openspaces.events.notify
Classes in org.openspaces.events.notify that implement SmartExternalizableModifier and TypeClassDescriptionclassNotify container service details.classNotify container service details.classNotify container service monitors. -
Uses of SmartExternalizable in org.openspaces.events.polling
Classes in org.openspaces.events.polling that implement SmartExternalizableModifier and TypeClassDescriptionclassclassPolling container service details.classPolling container service monitors. -
Uses of SmartExternalizable in org.openspaces.persistency.cassandra.meta.mapping
Classes in org.openspaces.persistency.cassandra.meta.mapping that implement SmartExternalizableModifier and TypeClassDescriptionclassASpaceTypeDescriptorholder which serializes/deserializes its underlyingSpaceTypeDescriptorIn a version compatible manner. -
Uses of SmartExternalizable in org.openspaces.persistency.support
Classes in org.openspaces.persistency.support that implement SmartExternalizable -
Uses of SmartExternalizable in org.openspaces.pu.container.jee
Classes in org.openspaces.pu.container.jee that implement SmartExternalizableModifier and TypeClassDescriptionclassA service that holds a jee container (such as jetty). -
Uses of SmartExternalizable in org.openspaces.pu.container.jee.stats
Classes in org.openspaces.pu.container.jee.stats that implement SmartExternalizableModifier and TypeClassDescriptionclassStatistics monitor information for JEE servlet requests. -
Uses of SmartExternalizable in org.openspaces.pu.container.servicegrid
Classes in org.openspaces.pu.container.servicegrid that implement SmartExternalizable -
Uses of SmartExternalizable in org.openspaces.pu.container.standalone
Classes in org.openspaces.pu.container.standalone that implement SmartExternalizableModifier and TypeClassDescriptionclassStandalone details for a Processing Unit instance which is un-managed by the Service Grid. -
Uses of SmartExternalizable in org.openspaces.pu.service
Classes in org.openspaces.pu.service that implement SmartExternalizableModifier and TypeClassDescriptionclassThis class should be used by customers in order to implement their ServiceDetailsclassThis class should be used by customers in order to implement their ServiceMonitorsclassclassA simple and generic implementation of theAggregatedServiceDetailsinterface.classA simple implementation ofServiceDetails.classA simple implementation ofServiceMonitors. -
Uses of SmartExternalizable in org.openspaces.remoting
Classes in org.openspaces.remoting that implement SmartExternalizableModifier and TypeClassDescriptionclassDefault implementation of a remoting entry that acts both as a remote invocation and a remote result.classDefault implementation of a remoting entry that acts both as a remote invocation and a remote result.classExecutorRemotingTask<T extends Serializable>ATaskthat can be used to simulate remote invocation withSpaceRemotingServiceExporter.static classA wrapper executor exception that holds more information on the exception, such as the instance id.static classA wrapper executor result that holds more information on the exception, such as the instance id.classclassclassA generic remoting service details.static classclassA generic event container service monitors.static classstatic class -
Uses of SmartExternalizable in org.openspaces.remoting.scripting
Classes in org.openspaces.remoting.scripting that implement SmartExternalizableModifier and TypeClassDescriptionclassA resource lazy loading script is a lazy loading script that uses Spring abstraction on top of resources on top of a resource.classA static script that uses SpringResourceandResourceLoaderto load a given script (for example, from the classpath).classA script that holds the actual script as a String.
TransactionOnePhaseReplicationPacketData