- abort() - Method in interface com.gigaspaces.cluster.replication.gateway.conflict.DataConflictOperation
-
Determines that the operation will be aborted.
- abort() - Method in interface com.gigaspaces.sync.ConsolidationParticipantData
-
Specifies that this transaction participant should be aborted and not executed.
- abort(long) - Method in class com.sun.jini.mahalo.TxnManagerImpl
-
- abort(long, long) - Method in class com.sun.jini.mahalo.TxnManagerImpl
-
- abort(Object) - Method in class com.sun.jini.mahalo.TxnManagerImpl
-
- abort(Object, long) - Method in class com.sun.jini.mahalo.TxnManagerImpl
-
- abort(long) - Method in class com.sun.jini.mahalo.TxnMgrProxy
-
- abort(long, long) - Method in class com.sun.jini.mahalo.TxnMgrProxy
-
- abort(Object) - Method in class com.sun.jini.mahalo.TxnMgrProxy
-
- abort(Object, long) - Method in class com.sun.jini.mahalo.TxnMgrProxy
-
- abort(Object) - Method in interface net.jini.core.transaction.server.ExtendedTransactionManager
-
- abort(Object, long) - Method in interface net.jini.core.transaction.server.ExtendedTransactionManager
-
- abort() - Method in class net.jini.core.transaction.server.ServerTransaction
-
- abort(long) - Method in class net.jini.core.transaction.server.ServerTransaction
-
- abort(long) - Method in interface net.jini.core.transaction.server.TransactionManager
-
Abort the transaction.
- abort(long, long) - Method in interface net.jini.core.transaction.server.TransactionManager
-
Abort the transaction, waiting for participants to be notified of
the decision.
- abort(TransactionManager, long) - Method in interface net.jini.core.transaction.server.TransactionParticipant
-
Requests that the participant roll back any changes for the specified
transaction and unlock any resources locked by the transaction.
- abort() - Method in interface net.jini.core.transaction.Transaction
-
Abort the transaction.
- abort(long) - Method in interface net.jini.core.transaction.Transaction
-
Abort the transaction, waiting for participants to be notified of
the decision.
- abort_impl(Object, long) - Method in class com.sun.jini.mahalo.TxnManagerImpl
-
- abortAll() - Method in interface com.gigaspaces.cluster.replication.gateway.conflict.DataConflict
-
Indicates that all of the operations associated with the
DataConflict
will be aborted.
- ABORTED - Static variable in interface com.j_spaces.core.ISpaceState
-
Service has been aborted.
- ABORTED - Static variable in interface net.jini.core.transaction.server.TransactionConstants
-
Transaction has been aborted.
- ABORTING - Static variable in interface com.j_spaces.core.ISpaceState
-
Service is during abort process
- AbortJob - Class in com.sun.jini.mahalo
-
An implementation of a com.sun.jini.mahalo.Job
which
interacts with a set of
net.jini.core.transaction.server.TransactionParticipant
s
to inform them to roll back changes associated with a given
net.jini.core.transaction.Transaction
.
- AbortJob(Transaction, TaskManager, WakeupManager, ClientLog, ParticipantHandle[], boolean, Object) - Constructor for class com.sun.jini.mahalo.AbortJob
-
Constructs an AbortJob
- abortPartitionWithEnabledFailover(ParticipantHandle, ExtendedTransactionManager, long, Object) - Static method in class com.sun.jini.mahalo.AbortJob
-
- abs(Value) - Method in class org.openspaces.jpa.openjpa.query.QueryExpressionFactory
-
Return a value representing the absolute value of the given one.
- ABSOLUTE - Static variable in interface net.jini.core.lease.Lease
-
The serialized form of the lease will contain the time of expiration
stored as an absolute time, represented in terms of milliseconds since
the beginning of the epoch.
- absolute(int) - Method in class org.openspaces.jpa.openjpa.query.SpaceProjectionResultObjectProvider
-
- absolute(int) - Method in class org.openspaces.jpa.openjpa.query.SpaceResultObjectProvider
-
- AbstractAlert - Class in org.openspaces.admin.alert.alerts
-
An abstraction over a fired alert, exposing the
Alert
API.
- AbstractAlert() - Constructor for class org.openspaces.admin.alert.alerts.AbstractAlert
-
required by java.io.Externalizable
- AbstractAlert(Alert) - Constructor for class org.openspaces.admin.alert.alerts.AbstractAlert
-
- AbstractApplicationCommand - Class in org.openspaces.admin.application.deploy
-
- AbstractApplicationCommand() - Constructor for class org.openspaces.admin.application.deploy.AbstractApplicationCommand
-
- AbstractBasicWidget - Class in org.openspaces.ui
-
- AbstractBasicWidget(String) - Constructor for class org.openspaces.ui.AbstractBasicWidget
-
- AbstractBasicWidget() - Constructor for class org.openspaces.ui.AbstractBasicWidget
-
- AbstractCapacityRequirement - Class in org.openspaces.grid.gsm.capacity
-
- AbstractCapacityRequirement() - Constructor for class org.openspaces.grid.gsm.capacity.AbstractCapacityRequirement
-
- AbstractCapacityRequirement(long) - Constructor for class org.openspaces.grid.gsm.capacity.AbstractCapacityRequirement
-
- AbstractCapacityScaleStrategyBean - Class in org.openspaces.grid.gsm.strategy
-
- AbstractCapacityScaleStrategyBean() - Constructor for class org.openspaces.grid.gsm.strategy.AbstractCapacityScaleStrategyBean
-
- AbstractChunkDataIterator - Class in org.openspaces.persistency.hibernate.iterator
-
A base class that accepts a batch size and will create several iterators on the given
entity by chunking it into batch size chuncks, each iterator will iterate only on the given
chunk.
- AbstractChunkDataIterator(String, SessionFactory, int, boolean, int) - Constructor for class org.openspaces.persistency.hibernate.iterator.AbstractChunkDataIterator
-
Constructs a scrollable iterator over the given entity name.
- AbstractChunkDataIterator(SQLQuery, SessionFactory, int, boolean, int) - Constructor for class org.openspaces.persistency.hibernate.iterator.AbstractChunkDataIterator
-
Constructs a scrollable iterator over the given GigaSpaces SQLQuery
.
- AbstractChunkDataIterator(String, SessionFactory, int, int) - Constructor for class org.openspaces.persistency.hibernate.iterator.AbstractChunkDataIterator
-
Constructs a scrollable iterator over the given hibernate query string.
- AbstractConfig - Class in org.openspaces.admin.config
-
Base class for configurations
- AbstractConfig(Map<String, String>) - Constructor for class org.openspaces.admin.config.AbstractConfig
-
- AbstractConfiguration - Class in net.jini.config
-
A skeletal implementation of the Configuration
interface, used
to simplify writing implementations.
- AbstractConfiguration() - Constructor for class net.jini.config.AbstractConfiguration
-
Creates an instance of this class.
- AbstractConfiguration.Primitive - Class in net.jini.config
-
Represents the value of an entry with a primitive type.
- AbstractDelegatingDistributedTask<T extends Serializable,R> - Class in org.openspaces.core.executor.support
-
A base class for delegating tasks that are also distributed tasks
- AbstractDelegatingDistributedTask() - Constructor for class org.openspaces.core.executor.support.AbstractDelegatingDistributedTask
-
- AbstractDelegatingDistributedTask(Task<T>) - Constructor for class org.openspaces.core.executor.support.AbstractDelegatingDistributedTask
-
- AbstractDelegatingDistributedTask(Task<T>, AsyncResultFilter<T>) - Constructor for class org.openspaces.core.executor.support.AbstractDelegatingDistributedTask
-
- AbstractEntry - Class in net.jini.entry
-
An abstract implementation of
Entry
that provides useful
implementations of
equals
,
hashCode
, and
toString
.
- AbstractEntry() - Constructor for class net.jini.entry.AbstractEntry
-
Creates an instance of this class.
- AbstractEventContainerBeanDefinitionParser - Class in org.openspaces.events.config
-
- AbstractEventContainerBeanDefinitionParser() - Constructor for class org.openspaces.events.config.AbstractEventContainerBeanDefinitionParser
-
- AbstractEventListenerContainer - Class in org.openspaces.events
-
- AbstractEventListenerContainer() - Constructor for class org.openspaces.events.AbstractEventListenerContainer
-
- AbstractFifoGroupingReceiveOperationHandler - Class in org.openspaces.events.polling.receive
-
Support class to perform receive operations with or without Fifo Grouping.
- AbstractFifoGroupingReceiveOperationHandler() - Constructor for class org.openspaces.events.polling.receive.AbstractFifoGroupingReceiveOperationHandler
-
- AbstractFilterBeanDefinitionParser - Class in org.openspaces.core.config
-
- AbstractFilterBeanDefinitionParser() - Constructor for class org.openspaces.core.config.AbstractFilterBeanDefinitionParser
-
- AbstractFilterProviderAdapterFactoryBean - Class in org.openspaces.core.space.filter
-
A base class for filter adapters that delegate the invocation of filter operation and lifecycle
methods to another class.
- AbstractFilterProviderAdapterFactoryBean() - Constructor for class org.openspaces.core.space.filter.AbstractFilterProviderAdapterFactoryBean
-
- AbstractFilterProviderFactoryBean - Class in org.openspaces.core.space.filter
-
A base factory for
FilterProvider
allowing to construct a
filter provider that can be used to provide pre initialized
ISpaceFilter
implementation including its different aspects to an embedded space.
- AbstractFilterProviderFactoryBean() - Constructor for class org.openspaces.core.space.filter.AbstractFilterProviderFactoryBean
-
- AbstractGatewayComponentFactoryBean - Class in org.openspaces.core.gateway
-
Base class for replication gateway components.
- AbstractGatewayComponentFactoryBean() - Constructor for class org.openspaces.core.gateway.AbstractGatewayComponentFactoryBean
-
- AbstractGridServiceAgentProvisioningEvent - Class in org.openspaces.grid.gsm.machines.plugins.events
-
- AbstractGridServiceAgentProvisioningEvent() - Constructor for class org.openspaces.grid.gsm.machines.plugins.events.AbstractGridServiceAgentProvisioningEvent
-
- AbstractHibernateExternalDataSource - Class in org.openspaces.persistency.hibernate
-
- AbstractHibernateExternalDataSource() - Constructor for class org.openspaces.persistency.hibernate.AbstractHibernateExternalDataSource
-
Deprecated.
- AbstractHibernateSpaceDataSource - Class in org.openspaces.persistency.hibernate
-
- AbstractHibernateSpaceDataSource(SessionFactory, Set<String>, int, boolean, String[], int, int, boolean, String[], boolean, ClusterInfo) - Constructor for class org.openspaces.persistency.hibernate.AbstractHibernateSpaceDataSource
-
- AbstractHibernateSpaceSynchronizationEndpoint - Class in org.openspaces.persistency.hibernate
-
- AbstractHibernateSpaceSynchronizationEndpoint(SessionFactory, Set<String>) - Constructor for class org.openspaces.persistency.hibernate.AbstractHibernateSpaceSynchronizationEndpoint
-
- AbstractInstancesStatisticsConfig - Class in org.openspaces.admin.pu.statistics
-
- AbstractInstancesStatisticsConfig(Map<String, String>) - Constructor for class org.openspaces.admin.pu.statistics.AbstractInstancesStatisticsConfig
-
- AbstractJiniTransactionManager - Class in org.openspaces.core.transaction.manager
-
- AbstractJiniTransactionManager() - Constructor for class org.openspaces.core.transaction.manager.AbstractJiniTransactionManager
-
- AbstractJiniTransactionManager.JiniTransactionObject - Class in org.openspaces.core.transaction.manager
-
Jini Transaction object.
- AbstractJiniTransactionManager.UnexpectedTransactionException - Exception in org.openspaces.core.transaction.manager
-
- AbstractJiniTxManagerBeanDefinitionParser - Class in org.openspaces.core.config
-
- AbstractJiniTxManagerBeanDefinitionParser() - Constructor for class org.openspaces.core.config.AbstractJiniTxManagerBeanDefinitionParser
-
- AbstractLease - Class in com.sun.jini.lease
-
A base class for implementing lease objects.
- AbstractLease(long) - Constructor for class com.sun.jini.lease.AbstractLease
-
Construct a relative-format lease.
- AbstractLeaseMap - Class in com.sun.jini.lease
-
A base class for implementing LeaseMaps.
- AbstractLeaseMap(Map) - Constructor for class com.sun.jini.lease.AbstractLeaseMap
-
Provide a map of your choice.
- AbstractLeaseMap(Lease, long) - Constructor for class com.sun.jini.lease.AbstractLeaseMap
-
Default to using a small HashMap.
- AbstractLeaseMap(Map, Lease, long) - Constructor for class com.sun.jini.lease.AbstractLeaseMap
-
Provide a map of your choice.
- AbstractLocalCacheSpaceBeanDefinitionParser - Class in org.openspaces.core.config
-
A base class for local cache based beans.
- AbstractLocalCacheSpaceBeanDefinitionParser() - Constructor for class org.openspaces.core.config.AbstractLocalCacheSpaceBeanDefinitionParser
-
- AbstractLocalCacheSpaceFactoryBean - Class in org.openspaces.core.space.cache
-
Base class for different Local cache space proxies that work with a master
IJSpace
.
- AbstractLocalCacheSpaceFactoryBean() - Constructor for class org.openspaces.core.space.cache.AbstractLocalCacheSpaceFactoryBean
-
- AbstractLocalScriptExecutor<T> - Class in org.openspaces.remoting.scripting
-
- AbstractLocalScriptExecutor() - Constructor for class org.openspaces.remoting.scripting.AbstractLocalScriptExecutor
-
- AbstractMachineProvisioningEvent - Class in org.openspaces.grid.gsm.machines.plugins.events
-
- AbstractMachineProvisioningEvent() - Constructor for class org.openspaces.grid.gsm.machines.plugins.events.AbstractMachineProvisioningEvent
-
- AbstractMachinesSlaPolicy - Class in org.openspaces.grid.gsm.machines
-
- AbstractMachinesSlaPolicy() - Constructor for class org.openspaces.grid.gsm.machines.AbstractMachinesSlaPolicy
-
- AbstractManagedDataSourceDelegator - Class in org.openspaces.persistency.patterns
-
- AbstractManagedDataSourceDelegator(ManagedDataSource) - Constructor for class org.openspaces.persistency.patterns.AbstractManagedDataSourceDelegator
-
Deprecated.
- AbstractManagedDataSourceSplitter - Class in org.openspaces.persistency.patterns
-
- AbstractManagedDataSourceSplitter(ManagedDataSourceEntriesProvider[]) - Constructor for class org.openspaces.persistency.patterns.AbstractManagedDataSourceSplitter
-
Deprecated.
- AbstractMemoryOnlySearchReceiveOperationHandler - Class in org.openspaces.events.polling.receive
-
Support class to perform receive operations with or without memory only search..
- AbstractMemoryOnlySearchReceiveOperationHandler() - Constructor for class org.openspaces.events.polling.receive.AbstractMemoryOnlySearchReceiveOperationHandler
-
- AbstractMonitor - Class in org.openspaces.pu.sla.monitor
-
A base class for monitor classes.
- AbstractMonitor() - Constructor for class org.openspaces.pu.sla.monitor.AbstractMonitor
-
- AbstractNonBlockingReceiveOperationHandler - Class in org.openspaces.events.polling.receive
-
Support class to perform either non blocking or blocking receive operation.
- AbstractNonBlockingReceiveOperationHandler() - Constructor for class org.openspaces.events.polling.receive.AbstractNonBlockingReceiveOperationHandler
-
- AbstractPathAggregator<T extends Serializable> - Class in com.gigaspaces.query.aggregators
-
- AbstractPathAggregator() - Constructor for class com.gigaspaces.query.aggregators.AbstractPathAggregator
-
- AbstractPlugin - Class in com.sun.jini.tool.envcheck
-
Base class for plugins providing rudimentary I18N support
- AbstractPlugin() - Constructor for class com.sun.jini.tool.envcheck.AbstractPlugin
-
Initialize the base class by obtaining the resource bundle
associated with the instantiated class.
- AbstractPolicy - Class in org.openspaces.pu.sla
-
Simple base class for different policies.
- AbstractPolicy() - Constructor for class org.openspaces.pu.sla.AbstractPolicy
-
- AbstractReflectionDynamicEventTemplateProviderAdapter - Class in org.openspaces.events.adapter
-
Base class for reflection driven invocation of event template provider method.
- AbstractReflectionDynamicEventTemplateProviderAdapter() - Constructor for class org.openspaces.events.adapter.AbstractReflectionDynamicEventTemplateProviderAdapter
-
- AbstractReflectionEventListenerAdapter - Class in org.openspaces.events.adapter
-
Base class for reflection driven invocation of event listener methods.
- AbstractReflectionEventListenerAdapter() - Constructor for class org.openspaces.events.adapter.AbstractReflectionEventListenerAdapter
-
- AbstractReplicationFilterProviderFactory - Class in org.openspaces.core.space.filter.replication
-
Base class allowing to simplify replicaiton filter provider factories.
- AbstractReplicationFilterProviderFactory() - Constructor for class org.openspaces.core.space.filter.replication.AbstractReplicationFilterProviderFactory
-
- AbstractResultEventAdapterBeanDefinitionParser - Class in org.openspaces.events.config
-
- AbstractResultEventAdapterBeanDefinitionParser() - Constructor for class org.openspaces.events.config.AbstractResultEventAdapterBeanDefinitionParser
-
- AbstractResultEventAdapterFactoryBean - Class in org.openspaces.events.config
-
- AbstractResultEventAdapterFactoryBean() - Constructor for class org.openspaces.events.config.AbstractResultEventAdapterFactoryBean
-
- AbstractResultEventListenerAdapter - Class in org.openspaces.events.adapter
-
A base class event listener allowing for event listeners result handling by writing it back to
the space.
- AbstractResultEventListenerAdapter() - Constructor for class org.openspaces.events.adapter.AbstractResultEventListenerAdapter
-
- AbstractScaleStrategyBean - Class in org.openspaces.grid.gsm.strategy
-
- AbstractScaleStrategyBean() - Constructor for class org.openspaces.grid.gsm.strategy.AbstractScaleStrategyBean
-
- AbstractScrollableDataIterator - Class in org.openspaces.persistency.hibernate.iterator
-
A base class for scrollable result set (ScrollableResults
created based on either an
entity name or a SQLQuery
.
- AbstractScrollableDataIterator(String, SessionFactory, int, boolean) - Constructor for class org.openspaces.persistency.hibernate.iterator.AbstractScrollableDataIterator
-
Constructs a scrollable iterator over the given entity name.
- AbstractScrollableDataIterator(String, SessionFactory, int, boolean, int, int) - Constructor for class org.openspaces.persistency.hibernate.iterator.AbstractScrollableDataIterator
-
Constructs a scrollable iterator over the given entity name.
- AbstractScrollableDataIterator(String, SessionFactory, int) - Constructor for class org.openspaces.persistency.hibernate.iterator.AbstractScrollableDataIterator
-
Constructs a scrollable iterator over the given hibernate query string.
- AbstractScrollableDataIterator(String, SessionFactory, int, int, int) - Constructor for class org.openspaces.persistency.hibernate.iterator.AbstractScrollableDataIterator
-
Constructs a scrollable iterator over the given hibernate query string.
- AbstractScrollableDataIterator(SQLQuery, SessionFactory, int, boolean) - Constructor for class org.openspaces.persistency.hibernate.iterator.AbstractScrollableDataIterator
-
Constructs a scrollable iterator over the given GigaSpaces SQLQuery
.
- AbstractScrollableDataIterator(SQLQuery, SessionFactory, int, boolean, int, int) - Constructor for class org.openspaces.persistency.hibernate.iterator.AbstractScrollableDataIterator
-
Constructs a scrollable iterator over the given GigaSpaces SQLQuery
.
- AbstractSpaceBeanDefinitionParser - Class in org.openspaces.core.config
-
- AbstractSpaceBeanDefinitionParser() - Constructor for class org.openspaces.core.config.AbstractSpaceBeanDefinitionParser
-
- AbstractSpaceConfigurer - Class in org.openspaces.core.space
-
- AbstractSpaceConfigurer() - Constructor for class org.openspaces.core.space.AbstractSpaceConfigurer
-
- AbstractSpaceFactoryBean - Class in org.openspaces.core.space
-
Base class for most space factory beans responsible for creating/finding
IJSpace
implementation.
- AbstractSpaceFactoryBean() - Constructor for class org.openspaces.core.space.AbstractSpaceFactoryBean
-
- AbstractSpaceModeChangeEvent - Class in org.openspaces.core.space.mode
-
Base class for different space mode events.
- AbstractSpaceModeChangeEvent(IJSpace, SpaceMode) - Constructor for class org.openspaces.core.space.mode.AbstractSpaceModeChangeEvent
-
Creates a new Space mode event.
- AbstractSpaceProxyOperationModifierFactoryBean<T extends SpaceProxyOperationModifiers> - Class in org.openspaces.core.config.modifiers
-
Base class for different modifier types beans.
- AbstractSpaceProxyOperationModifierFactoryBean(Class<T>) - Constructor for class org.openspaces.core.config.modifiers.AbstractSpaceProxyOperationModifierFactoryBean
-
- AbstractTemplateEventContainerBeanDefinitionParser - Class in org.openspaces.events.config
-
- AbstractTemplateEventContainerBeanDefinitionParser() - Constructor for class org.openspaces.events.config.AbstractTemplateEventContainerBeanDefinitionParser
-
- AbstractTimeWindowStatisticsConfig - Class in org.openspaces.admin.pu.statistics
-
Base class for statistics configurations that aggregate samples based on a specified time window
- AbstractTimeWindowStatisticsConfig(Map<String, String>) - Constructor for class org.openspaces.admin.pu.statistics.AbstractTimeWindowStatisticsConfig
-
- AbstractTxEventContainerBeanDefinitionParser - Class in org.openspaces.events.config
-
- AbstractTxEventContainerBeanDefinitionParser() - Constructor for class org.openspaces.events.config.AbstractTxEventContainerBeanDefinitionParser
-
- AbstractXmlBeanNamespaceHandler - Class in org.openspaces.core.config.xmlparser
-
- AbstractXmlBeanNamespaceHandler() - Constructor for class org.openspaces.core.config.xmlparser.AbstractXmlBeanNamespaceHandler
-
- AbstractZonesConfig - Class in org.openspaces.admin.zone.config
-
- AbstractZonesConfig(Map<String, String>) - Constructor for class org.openspaces.admin.zone.config.AbstractZonesConfig
-
- accept(T) - Method in interface com.gigaspaces.client.iterator.SpaceIteratorConsumer
-
- accept(String) - Method in class com.gigaspaces.security.authorities.SpaceAuthority.ClassFilter
-
- accept(T) - Method in interface com.gigaspaces.security.authorities.SpaceAuthority.Filter
-
Tests whether or not the object is acceptable.
- accept(String) - Method in class com.gigaspaces.security.authorities.SpaceAuthority.NegateClassFilter
-
- accept(String) - Method in class com.gigaspaces.security.authorities.SpaceAuthority.NegatePackageFilter
-
- accept(String) - Method in class com.gigaspaces.security.authorities.SpaceAuthority.NegateRegexFilter
-
- accept(String) - Method in class com.gigaspaces.security.authorities.SpaceAuthority.PackageFilter
-
- accept(String) - Method in class com.gigaspaces.security.authorities.SpaceAuthority.RegexFilter
-
- accept(File) - Method in class com.sun.jini.system.JavaSourceFilter
-
Method required by FilenameFilter interface.
- acceptJavaVirtualMachine(Map<String, String>, Map<String, String>) - Method in interface org.openspaces.security.AdminFilter
-
Method indicates if java Virtual Machine with passed envVariables
and
sysProperties must be filtered
- acceptJvm(AdminFilter, JVMDetails) - Static method in class org.openspaces.security.AdminFilterHelper
-
- acceptJvm(AdminFilter, Map<String, String>, Map<String, String>) - Static method in class org.openspaces.security.AdminFilterHelper
-
- acceptProcessingUnit(Map<String, String>) - Method in interface org.openspaces.security.AdminFilter
-
Method indicates if processing unit with passed contextProperties
must be filtered
- acceptProcessingUnit(AdminFilter, BeanLevelProperties) - Static method in class org.openspaces.security.AdminFilterHelper
-
- acceptsURL(String) - Method in class com.j_spaces.jdbc.driver.GDriver
-
Only urls that start with jdbc:gigaspaces: are compliant
- acceptVisit(ExpressionVisitor) - Method in class org.openspaces.jpa.openjpa.query.AggregationFunction
-
Accept a visit from a tree visitor.
- acceptVisit(ExpressionVisitor) - Method in class org.openspaces.jpa.openjpa.query.BinaryExpression
-
- acceptVisit(ExpressionVisitor) - Method in class org.openspaces.jpa.openjpa.query.BindVariableExpression
-
- acceptVisit(ExpressionVisitor) - Method in class org.openspaces.jpa.openjpa.query.ContainsExpression
-
- acceptVisit(ExpressionVisitor) - Method in class org.openspaces.jpa.openjpa.query.EmptyExpression
-
- acceptVisit(ExpressionVisitor) - Method in class org.openspaces.jpa.openjpa.query.FieldPathNode
-
- acceptVisit(ExpressionVisitor) - Method in class org.openspaces.jpa.openjpa.query.InnerQuery
-
Accept a visit from a tree visitor.
- acceptVisit(ExpressionVisitor) - Method in class org.openspaces.jpa.openjpa.query.LiteralValueNode
-
- acceptVisit(ExpressionVisitor) - Method in class org.openspaces.jpa.openjpa.query.LogicalExpression
-
- acceptVisit(ExpressionVisitor) - Method in class org.openspaces.jpa.openjpa.query.MatchesExpression
-
- acceptVisit(ExpressionVisitor) - Method in class org.openspaces.jpa.openjpa.query.NullValueNode
-
- acceptVisit(ExpressionVisitor) - Method in class org.openspaces.jpa.openjpa.query.ParameterNode
-
- acceptVisit(ExpressionVisitor) - Method in class org.openspaces.jpa.openjpa.query.Variable
-
- AccessDeniedException - Exception in com.gigaspaces.security
-
Thrown if an operation is performed without a required authority.
- AccessDeniedException(String) - Constructor for exception com.gigaspaces.security.AccessDeniedException
-
Constructs a AccessDeniedException
with the specified detail message.
- AccessDeniedException(String, Throwable) - Constructor for exception com.gigaspaces.security.AccessDeniedException
-
Creates a AccessDeniedException
with the specified detail message and cause.
- AccessPermission - Class in net.jini.security
-
Represents permission to call a method.
- AccessPermission(String) - Constructor for class net.jini.security.AccessPermission
-
Creates an instance with the specified target name.
- acknowledgmentReceived(boolean) - Method in interface net.jini.io.context.AcknowledgmentSource.Listener
-
Handles either receipt of an acknowledgment that the remote
call's result data has been processed by the client or an
indication that no acknowledgment will be received.
- AcknowledgmentSource - Interface in net.jini.io.context
-
A server context element for registering interest in receiving an
acknowledgment that the remote call's result data has been
delivered to and processed by the client.
- AcknowledgmentSource.Listener - Interface in net.jini.io.context
-
A callback object for registering with an
AcknowledgmentSource
server context element to handle the
receipt of an acknowledgment that the remote call's result data
has been processed by the client.
- action(Transaction) - Method in class com.j_spaces.core.client.XAResourceImpl
-
- ActivatableInvocationHandler - Class in net.jini.activation
-
An invocation handler for activatable remote objects.
- ActivatableInvocationHandler(ActivationID, Remote) - Constructor for class net.jini.activation.ActivatableInvocationHandler
-
Creates an instance with the specified activation identifier, a
possibly-null
underlying proxy, and null
client constraints.
- ActivateDesc(String, URL[], URL[], String, MarshalledObject) - Constructor for class com.sun.jini.start.ActivateWrapper.ActivateDesc
-
Trivial constructor.
- ActivateWrapper - Class in com.sun.jini.start
-
A wrapper for activatable objects, providing separation of the import
codebase (where the server classes are loaded from by the activation
group) from the export codebase (where clients should load classes from
for stubs, etc.) as well as providing an independent security policy file
for each activatable object.
- ActivateWrapper(ActivationID, MarshalledObject) - Constructor for class com.sun.jini.start.ActivateWrapper
-
Activatable constructor.
- ActivateWrapper.ActivateDesc - Class in com.sun.jini.start
-
Descriptor for registering a "wrapped" activatable object.
- ActivationExporter - Class in net.jini.activation
-
An Exporter
implementation for exporting an activatable
remote object using its underlying exporter.
- ActivationExporter(ActivationID, Exporter) - Constructor for class net.jini.activation.ActivationExporter
-
Creates an exporter for an activatable remote object with the
specified activation identifier, underlying exporter, and a
null
class loader.
- ActivationExporter(ActivationID, Exporter, ClassLoader) - Constructor for class net.jini.activation.ActivationExporter
-
Creates an exporter for an activatable remote object with the
specified activation identifier, underlying exporter, and
class loader.
- ActivationGroup - Class in net.jini.activation
-
- ActivationGroup(ActivationGroupID) - Constructor for class net.jini.activation.ActivationGroup
-
Constructs an activation group with the specified activation group
identifier.
- ACTIVE - Static variable in interface net.jini.core.transaction.server.TransactionConstants
-
Transaction is currently active.
- ACTIVE - Static variable in class org.openspaces.pu.container.jee.stats.WebRequestsServiceMonitors.Attributes
-
- activeWhenBackup - Variable in class com.j_spaces.core.cluster.ReplicationPolicy.ReplicationPolicyDescription
-
- activeWhenPrimary(boolean) - Method in class org.openspaces.events.asyncpolling.SimpleAsyncPollingContainerConfigurer
-
- activeWhenPrimary(boolean) - Method in class org.openspaces.events.notify.SimpleNotifyContainerConfigurer
-
- activeWhenPrimary(boolean) - Method in class org.openspaces.events.polling.SimplePollingContainerConfigurer
-
- add(ChangeModifiers) - Method in class com.gigaspaces.client.ChangeModifiers
-
Creates a new modifiers instance which is a union of the specified modifiers and this instance.
- add(ClearModifiers) - Method in class com.gigaspaces.client.ClearModifiers
-
Creates a new modifiers instance which is a union of the specified modifiers and this instance.
- add(CountModifiers) - Method in class com.gigaspaces.client.CountModifiers
-
Creates a new modifiers instance which is a union of the specified modifiers and this instance.
- add(ReadModifiers) - Method in class com.gigaspaces.client.ReadModifiers
-
Creates a new modifiers instance which is a union of the specified modifiers and this instance.
- add(SpaceProxyOperationModifiers) - Method in class com.gigaspaces.client.SpaceProxyOperationModifiers
-
- add(TakeModifiers) - Method in class com.gigaspaces.client.TakeModifiers
-
Creates a new modifiers instance which is a union of the specified modifiers and this instance.
- add(WriteModifiers) - Method in class com.gigaspaces.client.WriteModifiers
-
Creates a new modifiers instance which is a union of the specified modifiers and this instance.
- add(SpaceEntriesAggregator) - Method in class com.gigaspaces.query.aggregators.AggregationSet
-
- add(Number, long) - Method in class com.gigaspaces.query.aggregators.AverageAggregator.AverageTuple
-
- add(long) - Method in class com.j_spaces.core.filters.StatisticsContext
-
For internal usage only
- add(WeakSoftTable.WeakKey, WeakSoftTable.SoftValue) - Method in class com.sun.jini.collection.WeakSoftTable
-
Associates an additional value with the specified key.
- add(Entry[], Entry[]) - Static method in class com.sun.jini.lookup.entry.LookupAttributes
-
Returns a new array containing the elements of the
addAttrSets
parameter (that are not duplicates of
any of the elements already in the attrSets
parameter)
added to the elements of attrSets
.
- add(Entry[], Entry[], boolean) - Static method in class com.sun.jini.lookup.entry.LookupAttributes
-
Returns a new array containing the elements of the
addAttrSets
parameter (that are not duplicates of
any of the elements already in the attrSets
parameter)
added to the elements of attrSets
.
- add(TaskManager.Task) - Method in class com.sun.jini.thread.TaskManager
-
Add a new task.
- add(AlertTriggeredEventListener) - Method in interface org.openspaces.admin.alert.events.AlertTriggeredEventManager
-
Add the event listener.
- add(AlertTriggeredEventListener, boolean) - Method in interface org.openspaces.admin.alert.events.AlertTriggeredEventManager
-
Add the event listener.
- add(ApplicationAddedEventListener) - Method in interface org.openspaces.admin.application.events.ApplicationAddedEventManager
-
Adds an event listener.
- add(ApplicationRemovedEventListener) - Method in interface org.openspaces.admin.application.events.ApplicationRemovedEventManager
-
Adds an event listener.
- add(DumpResult) - Method in class org.openspaces.admin.dump.CompoundDumpResult
-
- add(ElasticServiceManagerAddedEventListener) - Method in interface org.openspaces.admin.esm.events.ElasticServiceManagerAddedEventManager
-
Add the event listener.
- add(ElasticServiceManagerAddedEventListener, boolean) - Method in interface org.openspaces.admin.esm.events.ElasticServiceManagerAddedEventManager
-
Add the event listener.
- add(ElasticServiceManagerRemovedEventListener) - Method in interface org.openspaces.admin.esm.events.ElasticServiceManagerRemovedEventManager
-
Add the event listener.
- add(GatewayAddedEventListener) - Method in class org.openspaces.admin.gateway.events.DefaultGatewayAddedEventManager
-
- add(GatewayAddedEventListener, boolean) - Method in class org.openspaces.admin.gateway.events.DefaultGatewayAddedEventManager
-
- add(GatewayProcessingUnitAddedEventListener) - Method in class org.openspaces.admin.gateway.events.DefaultGatewayProcessingUnitAddedEventManager
-
- add(GatewayProcessingUnitAddedEventListener, boolean) - Method in class org.openspaces.admin.gateway.events.DefaultGatewayProcessingUnitAddedEventManager
-
- add(GatewayProcessingUnitRemovedEventListener) - Method in class org.openspaces.admin.gateway.events.DefaultGatewayProcessingUnitRemovedEventManager
-
- add(GatewayRemovedEventListener) - Method in class org.openspaces.admin.gateway.events.DefaultGatewayRemovedEventManager
-
- add(GatewayAddedEventListener) - Method in interface org.openspaces.admin.gateway.events.GatewayAddedEventManager
-
Adds an event listener.
- add(GatewayAddedEventListener, boolean) - Method in interface org.openspaces.admin.gateway.events.GatewayAddedEventManager
-
Adds an event listener.
- add(GatewayProcessingUnitAddedEventListener) - Method in interface org.openspaces.admin.gateway.events.GatewayProcessingUnitAddedEventManager
-
Adds an event listener.
- add(GatewayProcessingUnitAddedEventListener, boolean) - Method in interface org.openspaces.admin.gateway.events.GatewayProcessingUnitAddedEventManager
-
Adds an event listener.
- add(GatewayProcessingUnitRemovedEventListener) - Method in interface org.openspaces.admin.gateway.events.GatewayProcessingUnitRemovedEventManager
-
Adds an event listener.
- add(GatewayRemovedEventListener) - Method in interface org.openspaces.admin.gateway.events.GatewayRemovedEventManager
-
Adds an event listener.
- add(ElasticGridServiceAgentProvisioningFailureEventListener) - Method in interface org.openspaces.admin.gsa.events.ElasticGridServiceAgentProvisioningFailureEventManager
-
Adds an event listener, events will be raised if a machine failed to be provisioned for an Elastic PU.
- add(ElasticGridServiceAgentProvisioningProgressChangedEventListener) - Method in interface org.openspaces.admin.gsa.events.ElasticGridServiceAgentProvisioningProgressChangedEventManager
-
Adds the specified event listener and invokes the last progress event
- add(ElasticGridServiceAgentProvisioningProgressChangedEventListener, boolean) - Method in interface org.openspaces.admin.gsa.events.ElasticGridServiceAgentProvisioningProgressChangedEventManager
-
Adds the specified event listener and if specified invokes the last progress event.
- add(GridServiceAgentAddedEventListener) - Method in interface org.openspaces.admin.gsa.events.GridServiceAgentAddedEventManager
-
Add the event listener.
- add(GridServiceAgentAddedEventListener, boolean) - Method in interface org.openspaces.admin.gsa.events.GridServiceAgentAddedEventManager
-
Add the event listener.
- add(GridServiceAgentRemovedEventListener) - Method in interface org.openspaces.admin.gsa.events.GridServiceAgentRemovedEventManager
-
Add the event listener.
- add(ElasticGridServiceContainerProvisioningFailureEventListener) - Method in interface org.openspaces.admin.gsc.events.ElasticGridServiceContainerProvisioningFailureEventManager
-
Adds an event listener, events will be raised if a gsc failed to be provisioned.
- add(ElasticGridServiceContainerProvisioningProgressChangedEventListener) - Method in interface org.openspaces.admin.gsc.events.ElasticGridServiceContainerProvisioningProgressChangedEventManager
-
Adds the specified event listener and invokes the last progress event
- add(ElasticGridServiceContainerProvisioningProgressChangedEventListener, boolean) - Method in interface org.openspaces.admin.gsc.events.ElasticGridServiceContainerProvisioningProgressChangedEventManager
-
Adds the specified event listener and if specified invokes the last progress event.
- add(GridServiceContainerAddedEventListener) - Method in interface org.openspaces.admin.gsc.events.GridServiceContainerAddedEventManager
-
Add the event listener.
- add(GridServiceContainerAddedEventListener, boolean) - Method in interface org.openspaces.admin.gsc.events.GridServiceContainerAddedEventManager
-
Add the event listener.
- add(GridServiceContainerRemovedEventListener) - Method in interface org.openspaces.admin.gsc.events.GridServiceContainerRemovedEventManager
-
Add the event listener.
- add(GridServiceManagerAddedEventListener) - Method in interface org.openspaces.admin.gsm.events.GridServiceManagerAddedEventManager
-
Add the event listener.
- add(GridServiceManagerAddedEventListener, boolean) - Method in interface org.openspaces.admin.gsm.events.GridServiceManagerAddedEventManager
-
Add the event listener.
- add(GridServiceManagerRemovedEventListener) - Method in interface org.openspaces.admin.gsm.events.GridServiceManagerRemovedEventManager
-
Add the event listener.
- add(LookupServiceAddedEventListener) - Method in interface org.openspaces.admin.lus.events.LookupServiceAddedEventManager
-
Add the event listener.
- add(LookupServiceAddedEventListener, boolean) - Method in interface org.openspaces.admin.lus.events.LookupServiceAddedEventManager
-
Add the event listener.
- add(LookupServiceRemovedEventListener) - Method in interface org.openspaces.admin.lus.events.LookupServiceRemovedEventManager
-
Add the event listener.
- add(ElasticMachineProvisioningFailureEventListener) - Method in interface org.openspaces.admin.machine.events.ElasticMachineProvisioningFailureEventManager
-
- add(ElasticMachineProvisioningProgressChangedEventListener, boolean) - Method in interface org.openspaces.admin.machine.events.ElasticMachineProvisioningProgressChangedEventManager
-
Adds the specified event listener.
- add(ElasticMachineProvisioningProgressChangedEventListener) - Method in interface org.openspaces.admin.machine.events.ElasticMachineProvisioningProgressChangedEventManager
-
Adds the specified event listener and invokes with the last progress changed event.
- add(MachineAddedEventListener) - Method in interface org.openspaces.admin.machine.events.MachineAddedEventManager
-
Add the event listener.
- add(MachineAddedEventListener, boolean) - Method in interface org.openspaces.admin.machine.events.MachineAddedEventManager
-
Add the event listener.
- add(MachineRemovedEventListener) - Method in interface org.openspaces.admin.machine.events.MachineRemovedEventManager
-
Add the event listener.
- add(OperatingSystemsStatisticsChangedEventListener) - Method in interface org.openspaces.admin.os.events.OperatingSystemsStatisticsChangedEventManager
-
Adds an event listener.
- add(OperatingSystemsStatisticsChangedEventListener, boolean) - Method in interface org.openspaces.admin.os.events.OperatingSystemsStatisticsChangedEventManager
-
Adds an event listener.
- add(OperatingSystemStatisticsChangedEventListener) - Method in interface org.openspaces.admin.os.events.OperatingSystemStatisticsChangedEventManager
-
Adds an event listener.
- add(OperatingSystemStatisticsChangedEventListener, boolean) - Method in interface org.openspaces.admin.os.events.OperatingSystemStatisticsChangedEventManager
-
Adds an event listener.
- add(ElasticAutoScalingFailureEventListener) - Method in interface org.openspaces.admin.pu.elastic.events.ElasticAutoScalingFailureEventManager
-
- add(ElasticAutoScalingProgressChangedEventListener, boolean) - Method in interface org.openspaces.admin.pu.elastic.events.ElasticAutoScalingProgressChangedEventManager
-
Adds the specified event listener.
- add(ElasticAutoScalingProgressChangedEventListener) - Method in interface org.openspaces.admin.pu.elastic.events.ElasticAutoScalingProgressChangedEventManager
-
Adds the specified event listener and invokes with the last progress changed event.
- add(BackupGridServiceManagerChangedEventListener) - Method in interface org.openspaces.admin.pu.events.BackupGridServiceManagerChangedEventManager
-
Adds an event listener.
- add(BackupGridServiceManagerChangedEventListener, boolean) - Method in interface org.openspaces.admin.pu.events.BackupGridServiceManagerChangedEventManager
-
Adds an event listener.
- add(ManagingGridServiceManagerChangedEventListener) - Method in interface org.openspaces.admin.pu.events.ManagingGridServiceManagerChangedEventManager
-
Adds an event listener.
- add(ManagingGridServiceManagerChangedEventListener, boolean) - Method in interface org.openspaces.admin.pu.events.ManagingGridServiceManagerChangedEventManager
-
Adds an event listener.
- add(ProcessingUnitAddedEventListener) - Method in interface org.openspaces.admin.pu.events.ProcessingUnitAddedEventManager
-
Adds an event listener.
- add(ProcessingUnitAddedEventListener, boolean) - Method in interface org.openspaces.admin.pu.events.ProcessingUnitAddedEventManager
-
Adds an event listener.
- add(ProcessingUnitInstanceAddedEventListener) - Method in interface org.openspaces.admin.pu.events.ProcessingUnitInstanceAddedEventManager
-
Adds an event listener, events will be raised both for existing processing unit instances
and new ones.
- add(ProcessingUnitInstanceAddedEventListener, boolean) - Method in interface org.openspaces.admin.pu.events.ProcessingUnitInstanceAddedEventManager
-
Adds an event listener.
- add(ProcessingUnitInstanceMemberAliveIndicatorStatusChangedEventListener) - Method in interface org.openspaces.admin.pu.events.ProcessingUnitInstanceMemberAliveIndicatorStatusChangedEventManager
-
Adds an event listener.
- add(ProcessingUnitInstanceMemberAliveIndicatorStatusChangedEventListener, boolean) - Method in interface org.openspaces.admin.pu.events.ProcessingUnitInstanceMemberAliveIndicatorStatusChangedEventManager
-
Adds an event listener.
- add(ProcessingUnitInstanceProvisionStatusChangedEventListener) - Method in interface org.openspaces.admin.pu.events.ProcessingUnitInstanceProvisionStatusChangedEventManager
-
Adds an event listener.
- add(ProcessingUnitInstanceProvisionStatusChangedEventListener, boolean) - Method in interface org.openspaces.admin.pu.events.ProcessingUnitInstanceProvisionStatusChangedEventManager
-
Adds an event listener.
- add(ProcessingUnitInstanceRemovedEventListener) - Method in interface org.openspaces.admin.pu.events.ProcessingUnitInstanceRemovedEventManager
-
Adds an event listener.
- add(ProcessingUnitInstanceStatisticsChangedEventListener) - Method in interface org.openspaces.admin.pu.events.ProcessingUnitInstanceStatisticsChangedEventManager
-
Adds an event listener.
- add(ProcessingUnitRemovedEventListener) - Method in interface org.openspaces.admin.pu.events.ProcessingUnitRemovedEventManager
-
Adds an event listener.
- add(ProcessingUnitSpaceCorrelatedEventListener) - Method in interface org.openspaces.admin.pu.events.ProcessingUnitSpaceCorrelatedEventManager
-
Adds an event listener.
- add(ProcessingUnitStatusChangedEventListener) - Method in interface org.openspaces.admin.pu.events.ProcessingUnitStatusChangedEventManager
-
Adds an event listener.
- add(ProcessingUnitStatusChangedEventListener, boolean) - Method in interface org.openspaces.admin.pu.events.ProcessingUnitStatusChangedEventManager
-
Adds an event listener.
- add(ReplicationStatusChangedEventListener) - Method in interface org.openspaces.admin.space.events.ReplicationStatusChangedEventManager
-
Adds an event listener.
- add(SpaceAddedEventListener) - Method in interface org.openspaces.admin.space.events.SpaceAddedEventManager
-
Adds an event listener.
- add(SpaceAddedEventListener, boolean) - Method in interface org.openspaces.admin.space.events.SpaceAddedEventManager
-
Adds an event listener allowing to control using the includeExisting
if events
will be fired for existing spaces as well.
- add(SpaceInstanceAddedEventListener) - Method in interface org.openspaces.admin.space.events.SpaceInstanceAddedEventManager
-
Adds an event listener.
- add(SpaceInstanceAddedEventListener, boolean) - Method in interface org.openspaces.admin.space.events.SpaceInstanceAddedEventManager
-
Adds an event listener allowing to control using the includeExisting
if events
will be fired for existing space instances as well.
- add(SpaceInstanceRemovedEventListener) - Method in interface org.openspaces.admin.space.events.SpaceInstanceRemovedEventManager
-
Adds an event listener.
- add(SpaceInstanceStatisticsChangedEventListener) - Method in interface org.openspaces.admin.space.events.SpaceInstanceStatisticsChangedEventManager
-
Adds an event listener.
- add(SpaceModeChangedEventListener) - Method in interface org.openspaces.admin.space.events.SpaceModeChangedEventManager
-
Adds an event listener.
- add(SpaceRemovedEventListener) - Method in interface org.openspaces.admin.space.events.SpaceRemovedEventManager
-
Adds an event listener.
- add(SpaceStatisticsChangedEventListener) - Method in interface org.openspaces.admin.space.events.SpaceStatisticsChangedEventManager
-
Adds an event listener.
- add(TransportsStatisticsChangedEventListener) - Method in interface org.openspaces.admin.transport.events.TransportsStatisticsChangedEventManager
-
Adds an event listener.
- add(TransportStatisticsChangedEventListener) - Method in interface org.openspaces.admin.transport.events.TransportStatisticsChangedEventManager
-
Adds an event listener.
- add(VirtualMachineAddedEventListener) - Method in interface org.openspaces.admin.vm.events.VirtualMachineAddedEventManager
-
Add the event listener.
- add(VirtualMachineAddedEventListener, boolean) - Method in interface org.openspaces.admin.vm.events.VirtualMachineAddedEventManager
-
Add the event listener.
- add(VirtualMachineRemovedEventListener) - Method in interface org.openspaces.admin.vm.events.VirtualMachineRemovedEventManager
-
Add the event listener.
- add(VirtualMachinesStatisticsChangedEventListener) - Method in interface org.openspaces.admin.vm.events.VirtualMachinesStatisticsChangedEventManager
-
Adds an event listener.
- add(VirtualMachinesStatisticsChangedEventListener, boolean) - Method in interface org.openspaces.admin.vm.events.VirtualMachinesStatisticsChangedEventManager
-
Adds an event listener.
- add(VirtualMachineStatisticsChangedEventListener) - Method in interface org.openspaces.admin.vm.events.VirtualMachineStatisticsChangedEventManager
-
Adds an event listener.
- add(VirtualMachineStatisticsChangedEventListener, boolean) - Method in interface org.openspaces.admin.vm.events.VirtualMachineStatisticsChangedEventManager
-
Adds an event listener, will also fire events for history statistics.
- add(ZoneAddedEventListener) - Method in interface org.openspaces.admin.zone.events.ZoneAddedEventManager
-
Add the event listener.
- add(ZoneRemovedEventListener) - Method in interface org.openspaces.admin.zone.events.ZoneRemovedEventManager
-
Add the event listener.
- add(Task<T>) - Method in class org.openspaces.core.ExecutorBuilder
-
- add(Task<T>, AsyncFutureListener<T>) - Method in class org.openspaces.core.ExecutorBuilder
-
- add(Task<T>, Object) - Method in class org.openspaces.core.ExecutorBuilder
-
- add(DistributedTask<T, R>, Object...) - Method in class org.openspaces.core.ExecutorBuilder
-
- add(DistributedTask<T, R>) - Method in class org.openspaces.core.ExecutorBuilder
-
- add(E) - Method in class org.openspaces.core.util.ConcurrentHashSet
-
Adds the specified element to this set if it is not already
present.
- add(Number, Number) - Method in class org.openspaces.core.util.numbers.BigDecimalHelper
-
- add(Number, Number) - Method in class org.openspaces.core.util.numbers.BigIntegerHelper
-
- add(Number, Number) - Method in class org.openspaces.core.util.numbers.DoubleHelper
-
- add(Number, Number) - Method in class org.openspaces.core.util.numbers.FloatHelper
-
- add(Number, Number) - Method in class org.openspaces.core.util.numbers.IntegerHelper
-
- add(Number, Number) - Method in class org.openspaces.core.util.numbers.LongHelper
-
- add(Number, Number) - Method in interface org.openspaces.core.util.numbers.NumberHelper
-
Adds the two numbers (can be of any Number type) and returns the type result
that the number helper handles.
- add(Number, Number) - Method in class org.openspaces.core.util.numbers.ShortHelper
-
- add(CapacityRequirement) - Method in class org.openspaces.grid.gsm.capacity.AbstractCapacityRequirement
-
- add(CapacityRequirement) - Method in interface org.openspaces.grid.gsm.capacity.CapacityRequirement
-
- add(CapacityRequirements) - Method in class org.openspaces.grid.gsm.capacity.CapacityRequirements
-
- add(CapacityRequirement) - Method in class org.openspaces.grid.gsm.capacity.CapacityRequirements
-
- add(String, CapacityRequirements) - Method in class org.openspaces.grid.gsm.capacity.CapacityRequirementsPerAgent
-
- add(CapacityRequirementsPerAgent) - Method in class org.openspaces.grid.gsm.capacity.CapacityRequirementsPerAgent
-
- add(ZonesConfig, CapacityRequirements) - Method in class org.openspaces.grid.gsm.capacity.CapacityRequirementsPerZones
-
- add(CapacityRequirementsPerZones) - Method in class org.openspaces.grid.gsm.capacity.CapacityRequirementsPerZones
-
- add(CapacityRequirement) - Method in class org.openspaces.grid.gsm.capacity.CpuCapacityRequirement
-
- add(Value, Value) - Method in class org.openspaces.jpa.openjpa.query.QueryExpressionFactory
-
Return a value representing the two values added together.
- add(int) - Method in class org.openspaces.memcached.LocalCacheElement
-
- add(LocalCacheElement) - Method in class org.openspaces.memcached.SpaceCache
-
- addAcknowledgmentListener(AcknowledgmentSource.Listener) - Method in interface net.jini.io.context.AcknowledgmentSource
-
Registers the specified listener as interested in receiving an
acknowledgment that the remote call's result data has been
processed by the client.
- addAll(Collection) - Method in class com.sun.jini.thread.TaskManager
-
Add all tasks in a collection, in iterator order.
- addAll(Collection<? extends E>) - Method in class org.openspaces.core.util.ConcurrentHashSet
-
- addAllToCollection(String, Serializable...) - Method in class com.gigaspaces.client.ChangeSet
-
Adds the given items to a collection property
- addAllToCollection(String, Collection<? extends Serializable>) - Method in class com.gigaspaces.client.ChangeSet
-
Adds the given items to a collection property
- AddAllToCollectionOperation - Class in com.gigaspaces.sync.change
-
- addAndGet(GigaSpace, IdQuery<T>, String, D) - Static method in class org.openspaces.extensions.ChangeExtension
-
Atomically adds the given value to the current value of an entry's property.
- addAndGet(GigaSpace, IdQuery<T>, String, D, long, TimeUnit) - Static method in class org.openspaces.extensions.ChangeExtension
-
Atomically adds the given value to the current value of an entry's property.
- addAndGet(GigaSpace, IdQuery<T>, String, D, ChangeModifiers, long, TimeUnit) - Static method in class org.openspaces.extensions.ChangeExtension
-
Atomically adds the given value to the current value of an entry's property.
- addApi(String) - Method in class com.sun.jini.tool.PreferredListGen
-
Initialize the dependency graph with a public API entry.
- addAttributes(ServiceID, Uuid, EntryRep[]) - Method in class com.sun.jini.reggie.GigaRegistrar
-
- addAttributes(ServiceID, Uuid, EntryRep[]) - Method in interface com.sun.jini.reggie.Registrar
-
Adds the specified attribute sets (those that aren't duplicates of
existing attribute sets) to the registered service item.
- addAttributes(Entry[]) - Method in interface net.jini.core.lookup.ServiceRegistration
-
Adds the specified attribute sets (those that aren't duplicates of
existing attribute sets) to the registered service item.
- addAttributes(Entry[]) - Method in class net.jini.lookup.JoinManager
-
Associates a new set of attributes with the service, in addition to
the service's current set of attributes.
- addAttributes(Entry[], boolean) - Method in class net.jini.lookup.JoinManager
-
Associates a new set of attributes with the service, in addition to
the service's current set of attributes.
- addAttributes(Entry[], boolean, JoinManager.ModifyAttributesLatchFactory) - Method in class net.jini.lookup.JoinManager
-
- addBeanPostProcessor(BeanPostProcessor) - Method in class org.openspaces.pu.container.jee.context.ProcessingUnitWebApplicationContext
-
Adds Spring bean post processor.
- addBeanPostProcessor(BeanPostProcessor) - Method in class org.openspaces.pu.container.support.ResourceApplicationContext
-
Adds Spring bean post processor.
- addCapacity(ZonesConfig, ScaleStrategyCapacityRequirementConfig) - Method in class org.openspaces.admin.pu.elastic.config.CapacityRequirementsPerZonesConfig
-
- addCapacity(ExactZonesConfig, CapacityRequirementsConfig) - Method in class org.openspaces.admin.pu.elastic.config.ManualCapacityPerZonesScaleConfig
-
- addClasses(String) - Method in class com.sun.jini.tool.ClassDep
-
Add an entry into the set of classes that
dependencies are going to be computed on.
- addCommandLineArgument(String) - Method in class org.openspaces.admin.pu.elastic.ElasticStatefulProcessingUnitDeployment
-
- addCommandLineArgument(String) - Method in class org.openspaces.admin.pu.elastic.ElasticStatelessProcessingUnitDeployment
-
- addCommandLineArgument(String) - Method in interface org.openspaces.admin.pu.elastic.topology.ElasticDeploymentTopology
-
Will add a JVM level argument when the process is executed using pure JVM.
- addCommandLineArgument(String) - Method in class org.openspaces.admin.space.ElasticSpaceDeployment
-
- addCompoundIndex(String[], SpaceIndexType) - Method in class com.gigaspaces.metadata.SpaceTypeDescriptorBuilder
-
Deprecated.
- addCompoundIndex(String[]) - Method in class com.gigaspaces.metadata.SpaceTypeDescriptorBuilder
-
Adds an index of the specified type for the specified path.
- addCompoundIndex(String[], SpaceIndexType, boolean) - Method in class com.gigaspaces.metadata.SpaceTypeDescriptorBuilder
-
Deprecated.
- addCompoundIndex(String[], boolean) - Method in class com.gigaspaces.metadata.SpaceTypeDescriptorBuilder
-
Adds an index of the specified type for the specified path.
- addConfigLocation(Resource) - Method in class org.openspaces.pu.container.integrated.IntegratedProcessingUnitContainerProvider
-
Adds a config location using Springs
Resource
abstraction.
- addConfigLocation(String) - Method in class org.openspaces.pu.container.integrated.IntegratedProcessingUnitContainerProvider
-
- addConfigLocation(Resource) - Method in class org.openspaces.pu.container.jee.JeeProcessingUnitContainerProvider
-
Adds a config location using Springs
Resource
abstraction.
- addConfigLocation(String) - Method in class org.openspaces.pu.container.jee.JeeProcessingUnitContainerProvider
-
- addConfigLocation(String) - Method in class org.openspaces.pu.container.spi.ApplicationContextProcessingUnitContainerProvider
-
- addConfigLocation(Resource) - Method in class org.openspaces.pu.container.spi.ApplicationContextProcessingUnitContainerProvider
-
- addConfigLocation(String) - Method in class org.openspaces.pu.container.standalone.StandaloneProcessingUnitContainerProvider
-
- addConfigLocation(Resource) - Method in class org.openspaces.pu.container.standalone.StandaloneProcessingUnitContainerProvider
-
- addConnectionProperty(String, String) - Method in class org.openspaces.jdbc.datasource.DbcpBasicDataSource
-
Add a custom connection property to the set that will be passed to our
JDBC driver.
- addContextProperty(String, String) - Method in class org.openspaces.admin.pu.elastic.ElasticStatefulProcessingUnitDeployment
-
- addContextProperty(String, String) - Method in class org.openspaces.admin.pu.elastic.ElasticStatelessProcessingUnitDeployment
-
- addContextProperty(String, String) - Method in interface org.openspaces.admin.pu.elastic.topology.ElasticDeploymentTopology
-
Defines a context deploy time property overriding any ${...}
- addContextProperty(String, String) - Method in class org.openspaces.admin.space.ElasticSpaceDeployment
-
- addDependencies(ProcessingUnitDetailedDependencies<? extends ProcessingUnitDependency>) - Method in class org.openspaces.admin.memcached.MemcachedDeployment
-
Postpones deployment of processing unit instances until the specified dependencies are met.
- addDependencies(ProcessingUnitDetailedDependencies<? extends ProcessingUnitDependency>) - Method in class org.openspaces.admin.pu.elastic.ElasticStatefulProcessingUnitDeployment
-
- addDependencies(ProcessingUnitDetailedDependencies<? extends ProcessingUnitDependency>) - Method in class org.openspaces.admin.pu.elastic.ElasticStatelessProcessingUnitDeployment
-
- addDependencies(ProcessingUnitDetailedDependencies<? extends ProcessingUnitDependency>) - Method in class org.openspaces.admin.pu.ProcessingUnitDeployment
-
Postpones deployment of processing unit instances until the specified dependencies are met.
- addDependencies(ProcessingUnitDetailedDependencies<? extends ProcessingUnitDependency>) - Method in interface org.openspaces.admin.pu.topology.ProcessingUnitDeploymentTopology
-
Postpones deployment of processing unit instances until the specified dependencies are met.
- addDependencies(ProcessingUnitDetailedDependencies<? extends ProcessingUnitDependency>) - Method in class org.openspaces.admin.space.ElasticSpaceDeployment
-
- addDependencies(ProcessingUnitDetailedDependencies<? extends ProcessingUnitDependency>) - Method in class org.openspaces.admin.space.SpaceDeployment
-
Postpones deployment of processing unit instances until the specified dependencies are met.
- addDependency(String) - Method in class org.openspaces.admin.memcached.MemcachedDeployment
-
Postpones deployment of processing unit instances deployment until the specified processing unit deployment is complete.
- addDependency(String) - Method in class org.openspaces.admin.pu.elastic.ElasticStatefulProcessingUnitDeployment
-
- addDependency(String) - Method in class org.openspaces.admin.pu.elastic.ElasticStatelessProcessingUnitDeployment
-
- addDependency(String) - Method in class org.openspaces.admin.pu.ProcessingUnitDeployment
-
Postpones deployment of processing unit instances deployment until the specified processing unit deployment is complete.
- addDependency(String) - Method in interface org.openspaces.admin.pu.topology.ProcessingUnitDeploymentTopology
-
Postpones deployment of processing unit instances deployment until the specified processing unit deployment is complete.
- addDependency(String) - Method in class org.openspaces.admin.space.ElasticSpaceDeployment
-
- addDependency(String) - Method in class org.openspaces.admin.space.SpaceDeployment
-
Postpones deployment of processing unit instances deployment until the specified processing unit deployment is complete.
- addDiscoveryListener(DiscoveryListener) - Method in interface net.jini.discovery.DiscoveryManagement
-
Adds an instance of DiscoveryListener
to the set of
objects listening for discovery events.
- addDiscoveryListener(DiscoveryListener) - Method in class net.jini.discovery.LookupDiscovery
-
Register a listener as interested in receiving DiscoveryEvent
notifications.
- addDiscoveryListener(DiscoveryListener) - Method in class net.jini.discovery.LookupDiscoveryManager
-
Adds an instance of DiscoveryListener
to the set of
objects listening for discovery events.
- addDiscoveryListener(DiscoveryListener) - Method in class net.jini.discovery.LookupLocatorDiscovery
-
Add a DiscoveryListener to the listener set.
- addEnvironmentVariable(String, String) - Method in class org.openspaces.admin.pu.elastic.ElasticStatefulProcessingUnitDeployment
-
- addEnvironmentVariable(String, String) - Method in class org.openspaces.admin.pu.elastic.ElasticStatelessProcessingUnitDeployment
-
- addEnvironmentVariable(String, String) - Method in interface org.openspaces.admin.pu.elastic.topology.ElasticDeploymentTopology
-
Defines an environment variable that will be passed to forked process.
- addEnvironmentVariable(String, String) - Method in class org.openspaces.admin.space.ElasticSpaceDeployment
-
- addEventListener(AdminEventListener) - Method in interface org.openspaces.admin.Admin
-
Smart addition of event listeners.
- addEventListener(AdminEventListener, boolean) - Method in interface org.openspaces.admin.Admin
-
Smart addition of event listeners.
- addFifoGroupingIndex(String) - Method in class com.gigaspaces.metadata.SpaceTypeDescriptorBuilder
-
Sets a fifo grouping index
- addFilterProvider(FilterProviderFactory) - Method in class org.openspaces.core.space.EmbeddedSpaceConfigurer
-
- addFilterProvider(FilterProviderFactory) - Method in class org.openspaces.core.space.UrlSpaceConfigurer
-
- addFixedProperty(String, Class<?>) - Method in class com.gigaspaces.metadata.SpaceTypeDescriptorBuilder
-
Adds a property to the fixed properties set.
- addFixedProperty(String, Class<?>, SpaceDocumentSupport) - Method in class com.gigaspaces.metadata.SpaceTypeDescriptorBuilder
-
Adds a property to the fixed properties set.
- addFixedProperty(String, Class<?>, StorageType) - Method in class com.gigaspaces.metadata.SpaceTypeDescriptorBuilder
-
Adds a property to the fixed properties set.
- addFixedProperty(String, Class<?>, SpaceDocumentSupport, StorageType) - Method in class com.gigaspaces.metadata.SpaceTypeDescriptorBuilder
-
Adds a property to the fixed properties set.
- addFixedProperty(String, String) - Method in class com.gigaspaces.metadata.SpaceTypeDescriptorBuilder
-
Adds a property to the fixed properties set.
- addFixedProperty(String, String, SpaceDocumentSupport) - Method in class com.gigaspaces.metadata.SpaceTypeDescriptorBuilder
-
- addFixedProperty(String, String, SpaceDocumentSupport, StorageType) - Method in class com.gigaspaces.metadata.SpaceTypeDescriptorBuilder
-
- addFutureAgents(MachinesSlaEnforcementState.StateKey, FutureGridServiceAgent[], CapacityRequirements) - Method in class org.openspaces.grid.gsm.machines.MachinesSlaEnforcementState
-
- addFutureStoppedMachine(MachinesSlaEnforcementState.StateKey, FutureStoppedMachine) - Method in class org.openspaces.grid.gsm.machines.MachinesSlaEnforcementState
-
- addGateway(Gateway) - Method in interface org.openspaces.admin.gateway.InternalGateways
-
- addGatewayTarget(GatewayTarget) - Method in interface org.openspaces.admin.space.SpaceReplicationManager
-
Adds a new gateway target to the
Space
this manager manages, will wait until the gateway target is added in all
of the
SpaceInstance
s that belong to this space.
- addGridServiceAgentZone(String) - Method in class org.openspaces.admin.pu.elastic.config.DiscoveredMachineProvisioningConfigurer
-
- addGroup(String) - Method in class org.openspaces.admin.AdminFactory
-
Adds a lookup group that will be used to find Lookup Services (using multicast)
that will be used to listen for events.
- addGroups(String[]) - Method in interface net.jini.discovery.DiscoveryGroupManagement
-
Adds a set of group names to the managed set of groups.
- addGroups(String[]) - Method in class net.jini.discovery.LookupDiscovery
-
Add a set of groups to the set to be discovered.
- addGroups(String[]) - Method in class net.jini.discovery.LookupDiscoveryManager
-
Adds a set of group names to the managed set of groups.
- addGroups(String[]) - Method in interface net.jini.discovery.LookupDiscoveryRegistration
-
Adds a set of group names to the managed set of groups associated
with this registration.
- addGroups(String) - Method in class org.openspaces.admin.AdminFactory
-
Adds a comma delimited string of groups that will be used to find the Lookup Services
(using multicast).
- addHides(String) - Method in class com.sun.jini.tool.ClassDep
-
Add an entry into the set of package prefixes that
are to remain hidden from processing.
- addIfNew(TaskManager.Task) - Method in class com.sun.jini.thread.TaskManager
-
Add a new task if it is not equal to (using the equals method)
to any existing active or pending task.
- addImpl(String) - Method in class com.sun.jini.tool.PreferredListGen
-
Initialize the dependency graph with a private API entry.
- addIndex(SpaceIndex) - Method in class com.gigaspaces.metadata.SpaceTypeDescriptorBuilder
-
Adds the specified index to the type's index set.
- AddIndexConflict - Interface in com.gigaspaces.cluster.replication.gateway.conflict
-
- AddIndexData - Interface in com.gigaspaces.sync
-
- AddIndexesConflict - Class in com.gigaspaces.cluster.replication.gateway.conflict
-
A
ConflictCause
implementation for an add indexes operation conflict.
- AddIndexesConflict(String) - Constructor for class com.gigaspaces.cluster.replication.gateway.conflict.AddIndexesConflict
-
- addInside(String) - Method in class com.sun.jini.tool.ClassDep
-
Add an entry into the working set of package prefixes
that will make up the working domain space.
- addInvoker(Map<Integer, FilterOperationDelegateInvoker>, Method, int) - Method in class org.openspaces.core.space.filter.AbstractFilterProviderAdapterFactoryBean
-
Helper method for basclasses that add an invoker to the lookup map.
- addJar(String) - Method in class com.sun.jini.tool.PreferredListGen
-
Add jarName
to the list of JAR files to process.
- addKeyToResponse - Variable in class org.openspaces.memcached.protocol.CommandMessage
-
- addLifecycleEventListener(ProcessingUnitInstanceLifecycleEventListener) - Method in interface org.openspaces.admin.machine.Machine
-
- addLifecycleListener(ApplicationLifecycleEventListener) - Method in interface org.openspaces.admin.application.Applications
-
- addLifecycleListener(ElasticServiceManagerLifecycleEventListener) - Method in interface org.openspaces.admin.esm.ElasticServiceManagers
-
- addLifecycleListener(GatewayProcessingUnitLifecycleEventListener) - Method in interface org.openspaces.admin.gateway.GatewayProcessingUnits
-
- addLifecycleListener(GatewayLifecycleEventListener) - Method in interface org.openspaces.admin.gateway.Gateways
-
- addLifecycleListener(GridServiceAgentLifecycleEventListener) - Method in interface org.openspaces.admin.gsa.GridServiceAgents
-
- addLifecycleListener(GridServiceContainerLifecycleEventListener) - Method in interface org.openspaces.admin.gsc.GridServiceContainers
-
- addLifecycleListener(GridServiceManagerLifecycleEventListener) - Method in interface org.openspaces.admin.gsm.GridServiceManagers
-
- addLifecycleListener(LookupServiceLifecycleEventListener) - Method in interface org.openspaces.admin.lus.LookupServices
-
- addLifecycleListener(SpaceInstanceLifecycleEventListener) - Method in interface org.openspaces.admin.machine.Machine
-
- addLifecycleListener(MachineLifecycleEventListener) - Method in interface org.openspaces.admin.machine.Machines
-
- addLifecycleListener(ProcessingUnitInstanceLifecycleEventListener) - Method in interface org.openspaces.admin.pu.ProcessingUnit
-
- addLifecycleListener(ProcessingUnitLifecycleEventListener) - Method in interface org.openspaces.admin.pu.ProcessingUnits
-
- addLifecycleListener(ProcessingUnitInstanceLifecycleEventListener) - Method in interface org.openspaces.admin.pu.ProcessingUnits
-
- addLifecycleListener(SpaceInstanceLifecycleEventListener) - Method in interface org.openspaces.admin.space.Space
-
- addLifecycleListener(SpaceLifecycleEventListener) - Method in interface org.openspaces.admin.space.Spaces
-
- addLifecycleListener(SpaceInstanceLifecycleEventListener) - Method in interface org.openspaces.admin.space.Spaces
-
- addLifecycleListener(SpaceInstanceLifecycleEventListener) - Method in interface org.openspaces.admin.vm.VirtualMachine
-
- addLifecycleListener(VirtualMachineLifecycleEventListener) - Method in interface org.openspaces.admin.vm.VirtualMachines
-
- addLifecycleListener(SpaceInstanceLifecycleEventListener) - Method in interface org.openspaces.admin.zone.Zone
-
- addLifecycleListener(ZoneLifecycleEventListener) - Method in interface org.openspaces.admin.zone.Zones
-
- addListener(Object, RemoteEventListener) - Method in interface com.gigaspaces.events.DataEventSession
-
Registers a listener with a space using a POJO template.
- addListener(Object, RemoteEventListener, NotifyActionType) - Method in interface com.gigaspaces.events.DataEventSession
-
Registers a listener with a space using a POJO template
- addListener(Object, RemoteEventListener, NotifyActionType, MarshalledObject, INotifyDelegatorFilter) - Method in interface com.gigaspaces.events.DataEventSession
-
Registers a listener with a space using a POJO template
- addListener(Object, RemoteEventListener, long, NotifyActionType) - Method in interface com.gigaspaces.events.DataEventSession
-
- addListener(Object, RemoteEventListener, long, MarshalledObject, INotifyDelegatorFilter, NotifyActionType) - Method in interface com.gigaspaces.events.DataEventSession
-
- addListener(CacheListener) - Method in interface com.j_spaces.javax.cache.Cache
-
Deprecated.
Add a listener to the list of cache listeners.
- addListener(ServiceDiscoveryListener) - Method in interface net.jini.lookup.LookupCache
-
Registers a ServiceDiscoveryListener
object with
the event mechanism of a LookupCache
.
- addListener(CacheListener) - Method in class org.openspaces.core.DefaultGigaMap
-
- addLocator(String) - Method in class org.openspaces.admin.AdminFactory
-
Adds a lookup locator (ip and port) of the lookup service that will be used to listen
for events.
- addLocators(LookupLocator[]) - Method in interface net.jini.discovery.DiscoveryLocatorManagement
-
Adds a set of locators to the managed set of locators.
- addLocators(LookupLocator[]) - Method in class net.jini.discovery.LookupDiscoveryManager
-
Adds a set of locators to the managed set of locators.
- addLocators(LookupLocator[]) - Method in interface net.jini.discovery.LookupDiscoveryRegistration
-
Adds a set of LookupLocator objects to the managed set of locators
associated with this registration.
- addLocators(LookupLocator[]) - Method in class net.jini.discovery.LookupLocatorDiscovery
-
Adds a set of locators to the managed set of locators.
- addLocators(String) - Method in class org.openspaces.admin.AdminFactory
-
Adds a comma delimited lookup locators (ip and port) of the lookup service that will
be used to listen for events.
- addLookupAttributes(Entry[]) - Method in class com.sun.jini.mahalo.TxnManagerImpl
-
- addLookupAttributes(Entry[]) - Method in class com.sun.jini.reggie.GigaRegistrar
-
- addLookupAttributes(Entry[]) - Method in interface net.jini.admin.JoinAdmin
-
Add attribute sets for the service.
- addLookupGroups(String[]) - Method in class com.sun.jini.mahalo.TxnManagerImpl
-
- addLookupGroups(String[]) - Method in class com.sun.jini.reggie.GigaRegistrar
-
- addLookupGroups(String[]) - Method in interface net.jini.admin.JoinAdmin
-
Add new groups to the set to join.
- addLookupLocators(LookupLocator[]) - Method in class com.sun.jini.mahalo.TxnManagerImpl
-
- addLookupLocators(LookupLocator[]) - Method in class com.sun.jini.reggie.GigaRegistrar
-
- addLookupLocators(LookupLocator[]) - Method in interface net.jini.admin.JoinAdmin
-
Add locators for specific new lookup services to join.
- addLookupLocatorsChangeListener(LookupLocatorsChangeListener) - Method in class net.jini.discovery.dynamic.DynamicLookupLocatorDiscovery
-
- addLookupLocatorsChangeListener(LookupLocatorsChangeListener) - Method in class net.jini.discovery.dynamic.ServiceRegistrarServiceDiscoveryListener
-
- addMemberGroups(String[]) - Method in class com.sun.jini.reggie.GigaRegistrar
-
- addMemberGroups(String[]) - Method in interface net.jini.lookup.DiscoveryAdmin
-
Adds the given set of names to the set whose elements are the names
of the groups in which the lookup service is currently a member.
- addNotificationListener(NotificationListener, NotificationFilter, Object) - Method in class org.openspaces.pu.container.servicegrid.jmxs.SecuredPUExtension
-
- addOutside(String) - Method in class com.sun.jini.tool.ClassDep
-
Add an entry into the set of package prefixes
that will bypassed during dependency checking.
- addParameter(String, String) - Method in class org.openspaces.core.space.UrlSpaceConfigurer
-
- addPathIndex(String, SpaceIndexType) - Method in class com.gigaspaces.metadata.SpaceTypeDescriptorBuilder
-
Adds an index of the specified type for the specified path.
- addPathIndex(String, SpaceIndexType, boolean) - Method in class com.gigaspaces.metadata.SpaceTypeDescriptorBuilder
-
Adds an index of the specified type for the specified path.
- addProcessingUnit(ProcessingUnitConfigHolder) - Method in class org.openspaces.admin.application.config.ApplicationConfig
-
- addProcessingUnitDeployment(ProcessingUnitDeploymentTopology) - Method in class org.openspaces.admin.application.ApplicationDeployment
-
Adds a processing unit deployment to this application deployment.
- addProcessingUnitDeployment(ProcessingUnitConfigHolder) - Method in class org.openspaces.admin.application.ApplicationDeployment
-
- addProcessingUnitInstanceLifecycleEventListener(ProcessingUnitInstanceLifecycleEventListener) - Method in interface org.openspaces.admin.gsc.GridServiceContainer
-
Adds a processing unit lifecycle listener to the container.
- addProcessingUnitInstanceLifecycleEventListener(ProcessingUnitInstanceLifecycleEventListener) - Method in interface org.openspaces.admin.vm.VirtualMachine
-
- addProcessingUnitInstanceLifecycleEventListener(ProcessingUnitInstanceLifecycleEventListener) - Method in interface org.openspaces.admin.zone.Zone
-
- addProperties(Map<String, Object>) - Method in class com.gigaspaces.document.SpaceDocument
- addProperties(Properties) - Method in class org.openspaces.core.space.EmbeddedSpaceConfigurer
-
- addProperties(Properties) - Method in class org.openspaces.core.space.SpaceProxyConfigurer
-
- addProperties(Properties) - Method in class org.openspaces.core.space.UrlSpaceConfigurer
-
- addProperty(String, String) - Method in class org.openspaces.core.space.cache.AbstractLocalCacheSpaceFactoryBean
-
- addProperty(String, String) - Method in class org.openspaces.core.space.cache.LocalCacheSpaceConfigurer
-
- addProperty(String, String) - Method in class org.openspaces.core.space.cache.LocalViewSpaceConfigurer
-
- addProperty(String, String) - Method in class org.openspaces.core.space.EmbeddedSpaceConfigurer
-
- addProperty(String, String) - Method in class org.openspaces.core.space.SpaceProxyConfigurer
-
- addProperty(String, String) - Method in class org.openspaces.core.space.UrlSpaceConfigurer
-
- addPropertyIndex(String, SpaceIndexType) - Method in class com.gigaspaces.metadata.SpaceTypeDescriptorBuilder
-
Adds an index of the specified type for the specified property.
- addPropertyIndex(String, SpaceIndexType, boolean) - Method in class com.gigaspaces.metadata.SpaceTypeDescriptorBuilder
-
Adds an index of the specified type for the specified property.
- addProxy(String) - Method in class com.sun.jini.tool.PreferredListGen
-
Add proxy
to the set of proxies used to identify
roots.
- addPrune(String) - Method in class com.sun.jini.tool.ClassDep
-
Add an entry into the set of package prefixes
that will be skipped as part of the dependency
generation.
- addr - Variable in class net.jini.discovery.IncomingMulticastRequest
-
The address to which any responses should go.
- addReason(ZonesConfig, AutoScalingSlaEnforcementInProgressException) - Method in exception org.openspaces.grid.gsm.autoscaling.exceptions.PerZoneAutoScalingSlaEnforcementInProgressException
-
- addReason(ZonesConfig, GridServiceAgentSlaEnforcementInProgressException) - Method in exception org.openspaces.grid.gsm.machines.exceptions.PerZonesGridServiceAgentSlaEnforcementInProgressException
-
- addReason(ZonesConfig, MachinesSlaEnforcementInProgressException) - Method in exception org.openspaces.grid.gsm.machines.exceptions.PerZonesMachinesSlaEnforcementInProgressException
-
- Address - Class in net.jini.lookup.entry
-
The address of the physical component of a service.
- Address() - Constructor for class net.jini.lookup.entry.Address
-
Construct an empty instance of this class.
- Address(String, String, String, String, String, String, String) - Constructor for class net.jini.lookup.entry.Address
-
Construct an instance of this class, with all fields
initialized appropriately.
- AddressBean - Class in net.jini.lookup.entry
-
A JavaBeans(TM) component that encapsulates an Address object.
- AddressBean() - Constructor for class net.jini.lookup.entry.AddressBean
-
Construct an instance of this JavaBeans component that is
linked to a new Address object.
- addRoots(String) - Method in class com.sun.jini.tool.ClassDep
-
Add an entry into the set of directories to
look under for the classes that fall within
the working domain space as defined by the
intersection of the following sets:
inside,outside,prune,show, and hide.
- addRule(AutomaticCapacityScaleRuleConfig) - Method in class org.openspaces.admin.pu.elastic.config.AutomaticCapacityScaleConfigurer
-
- addService(String, Object) - Method in class org.openspaces.remoting.SpaceRemotingServiceExporter
-
- addServiceItems(ServiceMatches) - Method in class net.jini.core.lookup.ServiceMatchesMerger
-
Adds ServiceItems extracted from the ServiceMatches.
- addShow(String) - Method in class com.sun.jini.tool.ClassDep
-
Add an entry into the set of package prefixes
that we want to display.
- addSkip(String) - Method in class com.sun.jini.tool.ClassDep
-
Add an entry into the set of classes that
should be skipped during dependency generation.
- addSpaceType(SpaceTypeDescriptor) - Method in class org.openspaces.core.space.EmbeddedSpaceConfigurer
-
- addSpaceType(SpaceTypeDescriptor) - Method in class org.openspaces.core.space.UrlSpaceConfigurer
-
- addTell(String) - Method in class com.sun.jini.tool.PreferredListGen
-
Add tellName
to the tell list.
- addTells(String) - Method in class com.sun.jini.tool.ClassDep
-
Add an entry in to the set of classes whose dependents
that lie with the inside set are listed.
- addTemplate(Object) - Method in class org.openspaces.core.IteratorBuilder
-
Adds a template that will be used to control the matching entries the iterator
will iterate over.
- addTemplate(ISpaceQuery) - Method in class org.openspaces.core.IteratorBuilder
-
Adds a template that will be used to control the matching entries the iterator
will iterate over.
- addToCollection(String, Serializable) - Method in class com.gigaspaces.client.ChangeSet
-
Adds the given item to a collection property.
- AddToCollectionOperation - Class in com.gigaspaces.sync.change
-
- AddTypeIndexesResult - Interface in com.gigaspaces.metadata.index
-
Encapsulates information on the result of an add type indexes operation.
- addUnknownEvents(Collection) - Method in interface net.jini.event.MailboxPullRegistration
-
Adds the provided collection of unknown events to this registration.
- addUrlProperty(String, String) - Method in class org.openspaces.core.space.UrlSpaceConfigurer
-
- addView(View) - Method in class org.openspaces.core.space.cache.LocalViewSpaceConfigurer
-
- addViewQuery(SQLQuery) - Method in class org.openspaces.core.space.cache.LocalViewSpaceConfigurer
-
Adds a query to the view's criteria.
- addViewQuery(Object) - Method in class org.openspaces.core.space.cache.LocalViewSpaceFactoryBean
-
- addZone(String) - Method in class org.openspaces.admin.memcached.config.MemcachedConfig
-
- addZone(String) - Method in class org.openspaces.admin.memcached.MemcachedDeployment
-
Adds a zone where the processing unit is allowed to be deployed on.
- addZone(String) - Method in class org.openspaces.admin.pu.config.ProcessingUnitConfig
-
- addZone(String, CapacityRequirementsConfig) - Method in class org.openspaces.admin.pu.elastic.config.ManualCapacityPerZonesScaleConfigurer
-
- addZone(String[], CapacityRequirementsConfig) - Method in class org.openspaces.admin.pu.elastic.config.ManualCapacityPerZonesScaleConfigurer
-
- addZone(ExactZonesConfig, CapacityRequirementsConfig) - Method in class org.openspaces.admin.pu.elastic.config.ManualCapacityPerZonesScaleConfigurer
-
- addZone(String) - Method in class org.openspaces.admin.pu.ProcessingUnitDeployment
-
Adds a zone where the processing unit is allowed to be deployed on.
- addZone(String) - Method in class org.openspaces.admin.space.config.SpaceConfig
-
- addZone(String) - Method in class org.openspaces.admin.space.SpaceDeployment
-
Adds a zone where the processing unit is allowed to be deployed on.
- addZone(String) - Method in class org.openspaces.admin.zone.config.AtLeastOneZoneConfigurer
-
- addZone(String) - Method in class org.openspaces.admin.zone.config.ExactZonesConfigurer
-
- addZone(String) - Method in interface org.openspaces.admin.zone.config.ZonesConfigurer
-
- addZones(Collection<String>) - Method in class org.openspaces.admin.zone.config.AtLeastOneZoneConfigurer
-
- addZones(String...) - Method in class org.openspaces.admin.zone.config.AtLeastOneZoneConfigurer
-
- addZones(Collection<String>) - Method in class org.openspaces.admin.zone.config.ExactZonesConfigurer
-
- addZones(String...) - Method in class org.openspaces.admin.zone.config.ExactZonesConfigurer
-
- addZones(Collection<String>) - Method in interface org.openspaces.admin.zone.config.ZonesConfigurer
-
- addZones(String...) - Method in interface org.openspaces.admin.zone.config.ZonesConfigurer
-
- Admin - Interface in org.openspaces.admin
-
The main interface for accessing Admin API.
- AdminAware - Interface in org.openspaces.admin
-
A general interface implements by elements that can provide access to
Admin
.
- adminCreated(Admin, GigaSpace) - Method in interface org.openspaces.grid.esm.ESMImplInitializer.AdminCreatedEventListener
-
- AdminEventListener - Interface in org.openspaces.admin
-
A generics marker interface for all different Admin Events.
- AdminException - Exception in org.openspaces.admin
-
Base for all admin exceptions.
- AdminException(String) - Constructor for exception org.openspaces.admin.AdminException
-
- AdminException(String, Throwable) - Constructor for exception org.openspaces.admin.AdminException
-
- AdminFactory - Class in org.openspaces.admin
-
A factory allowing to create
Admin
instance.
- AdminFactory() - Constructor for class org.openspaces.admin.AdminFactory
-
- adminFilter(AdminFilter) - Method in class org.openspaces.admin.AdminFactory
-
Sets adminFilter, allows to filter services, machines and etc.
- AdminFilter - Interface in org.openspaces.security
-
Interface that defines filtering behavior for Admin services
- AdminFilterHelper - Class in org.openspaces.security
-
Helper class for filter Admin services
- AdminFilterHelper() - Constructor for class org.openspaces.security.AdminFilterHelper
-
- Administrable - Interface in net.jini.admin
-
Every administrable service should implement this interface.
- AdminNamespaceHandler - Class in org.openspaces.admin.config
-
A spring namespace handler for the "admin" namespace.
- AdminNamespaceHandler() - Constructor for class org.openspaces.admin.config.AdminNamespaceHandler
-
- AdvancedStatefulDeploymentTopology - Interface in org.openspaces.admin.pu.elastic.topology
-
- advertise() - Method in class org.openspaces.grid.esm.ESMImpl
-
- AFTER_ALL_NOTIFY_TRIGGER - Static variable in class com.j_spaces.core.filters.FilterOperationCodes
-
After all notify trigger operation, indicates that all notify templates that are
matched to the current entry event were triggered and returned or failed.
- AFTER_CHANGE - Static variable in class com.j_spaces.core.filters.FilterOperationCodes
-
After change operation.
- AFTER_EXECUTE - Static variable in class com.j_spaces.core.filters.FilterOperationCodes
-
After execute operation.
- AFTER_NOTIFY_TRIGGER - Static variable in class com.j_spaces.core.filters.FilterOperationCodes
-
After notify trigger operation, indicates that a notify trigger was
successful.
- AFTER_READ - Static variable in class com.j_spaces.core.filters.FilterOperationCodes
-
After read operation.
- AFTER_READ_MULTIPLE - Static variable in class com.j_spaces.core.filters.FilterOperationCodes
-
After readMultiple operation.
- AFTER_REMOVE - Static variable in class com.j_spaces.core.filters.FilterOperationCodes
-
Called after entry remove due to lease expression or lease cancel.
- AFTER_TAKE - Static variable in class com.j_spaces.core.filters.FilterOperationCodes
-
After take operation.
- AFTER_TAKE_MULTIPLE - Static variable in class com.j_spaces.core.filters.FilterOperationCodes
-
After takeMultiple operation.
- AFTER_UPDATE - Static variable in class com.j_spaces.core.filters.FilterOperationCodes
-
After update operation.
- AFTER_WRITE - Static variable in class com.j_spaces.core.filters.FilterOperationCodes
-
After write operation.
- AfterAllNotifyTrigger - Annotation Type in org.openspaces.core.space.filter
-
Filter callback after all notify trigger.
- AfterChange - Annotation Type in org.openspaces.core.space.filter
-
Filter callback before change operation.
- afterEntry(LogEntries, LogEntry) - Static method in class com.gigaspaces.log.LogEntryMatchers
-
- afterEntry(LogEntries, LogEntry, boolean) - Static method in class com.gigaspaces.log.LogEntryMatchers
-
- afterEntry(LogEntries, LogEntry, LogEntryMatcher) - Static method in class com.gigaspaces.log.LogEntryMatchers
-
- afterEntry(LogEntries, LogEntry, boolean, LogEntryMatcher) - Static method in class com.gigaspaces.log.LogEntryMatchers
-
- AfterEntryLogEntryMatcher - Class in com.gigaspaces.log
-
A matcher filter that will return log entries that happened from (after) the provided log entry.
- AfterEntryLogEntryMatcher(LogEntries, LogEntry) - Constructor for class com.gigaspaces.log.AfterEntryLogEntryMatcher
-
- AfterEntryLogEntryMatcher(LogEntries, LogEntry, boolean) - Constructor for class com.gigaspaces.log.AfterEntryLogEntryMatcher
-
- AfterEntryLogEntryMatcher(LogEntries, LogEntry, LogEntryMatcher) - Constructor for class com.gigaspaces.log.AfterEntryLogEntryMatcher
-
- AfterEntryLogEntryMatcher(LogEntries, LogEntry, boolean, LogEntryMatcher) - Constructor for class com.gigaspaces.log.AfterEntryLogEntryMatcher
-
- AfterExecute - Annotation Type in org.openspaces.core.space.filter
-
Filter callback after execute operation
- AfterNotifyTrigger - Annotation Type in org.openspaces.core.space.filter
-
Filter callback after notify trigger.
- afterOperationsBatchSynchronization(OperationsBatchData) - Method in class com.gigaspaces.sync.SpaceSynchronizationEndpoint
-
Triggered after synchronization batch of operations was completed successfully.
- afterOperationsBatchSynchronization(OperationsBatchData) - Method in class org.openspaces.persistency.patterns.SpaceSynchronizationEndpointExceptionHandler
-
- afterOperationsBatchSynchronization(OperationsBatchData) - Method in class org.openspaces.persistency.patterns.SpaceSynchronizationEndpointSplitter
-
- afterPropertiesSet() - Method in class org.openspaces.admin.pu.dependency.config.ProcessingUnitDependencyConfig
-
- afterPropertiesSet() - Method in interface org.openspaces.core.bean.Bean
-
Invoked by a bean factory after it has set all bean properties.
- afterPropertiesSet() - Method in class org.openspaces.core.config.AttributeStoreFactoryBean
-
- afterPropertiesSet() - Method in class org.openspaces.core.config.BlobStoreDataPolicyFactoryBean
-
- afterPropertiesSet() - Method in class org.openspaces.core.config.CustomCachePolicyFactoryBean
-
- afterPropertiesSet() - Method in class org.openspaces.core.config.GigaSpaceDocumentTypeDescriptorFactoryBean
-
- afterPropertiesSet() - Method in class org.openspaces.core.config.SQLQueryFactoryBean
-
- afterPropertiesSet() - Method in class org.openspaces.core.gateway.AbstractGatewayComponentFactoryBean
-
- afterPropertiesSet() - Method in class org.openspaces.core.gateway.GatewayTargetsFactoryBean
-
- afterPropertiesSet() - Method in class org.openspaces.core.GigaMapFactoryBean
-
- afterPropertiesSet() - Method in class org.openspaces.core.GigaSpaceFactoryBean
-
- afterPropertiesSet() - Method in class org.openspaces.core.map.MapFactoryBean
-
- afterPropertiesSet() - Method in class org.openspaces.core.space.AbstractSpaceFactoryBean
-
- afterPropertiesSet() - Method in class org.openspaces.core.space.cache.AbstractLocalCacheSpaceFactoryBean
-
- afterPropertiesSet() - Method in class org.openspaces.core.space.filter.AbstractFilterProviderFactoryBean
-
Constructs the filter provider and applies its different aspects.
- afterPropertiesSet() - Method in class org.openspaces.core.space.filter.replication.AbstractReplicationFilterProviderFactory
-
- afterPropertiesSet() - Method in class org.openspaces.core.space.mode.RefreshSpaceModeContextLoader
-
- afterPropertiesSet() - Method in class org.openspaces.core.space.mode.SpaceModeContextLoader
-
- afterPropertiesSet() - Method in class org.openspaces.core.space.support.WorkerAdapter
-
Deprecated.
- afterPropertiesSet() - Method in class org.openspaces.core.transaction.manager.AbstractJiniTransactionManager
-
- afterPropertiesSet() - Method in class org.openspaces.events.AbstractEventListenerContainer
-
- afterPropertiesSet() - Method in class org.openspaces.events.adapter.AbstractReflectionDynamicEventTemplateProviderAdapter
-
- afterPropertiesSet() - Method in class org.openspaces.events.adapter.AbstractReflectionEventListenerAdapter
-
- afterPropertiesSet() - Method in class org.openspaces.events.adapter.TaskExecutorEventListenerAdapter
-
Initializes the task executor adapter.
- afterPropertiesSet() - Method in class org.openspaces.events.config.AbstractResultEventAdapterFactoryBean
-
- afterPropertiesSet() - Method in class org.openspaces.grid.gsm.ElasticConfigBean
-
- afterPropertiesSet() - Method in class org.openspaces.grid.gsm.machines.plugins.discovered.DiscoveredMachineProvisioningBean
-
- afterPropertiesSet() - Method in class org.openspaces.grid.gsm.strategy.AbstractCapacityScaleStrategyBean
-
- afterPropertiesSet() - Method in class org.openspaces.grid.gsm.strategy.AbstractScaleStrategyBean
-
- afterPropertiesSet() - Method in class org.openspaces.grid.gsm.strategy.AutomaticCapacityScaleStrategyBean
-
- afterPropertiesSet() - Method in class org.openspaces.grid.gsm.strategy.EagerScaleStrategyBean
-
- afterPropertiesSet() - Method in class org.openspaces.grid.gsm.strategy.ManualCapacityPerZonesScaleStrategyBean
-
- afterPropertiesSet() - Method in class org.openspaces.grid.gsm.strategy.ManualCapacityScaleStrategyBean
-
- afterPropertiesSet() - Method in class org.openspaces.grid.gsm.strategy.UndeployScaleStrategyBean
-
- afterPropertiesSet() - Method in class org.openspaces.interop.DotnetProcessingUnitBean
- afterPropertiesSet() - Method in class org.openspaces.jdbc.datasource.DbcpBasicDataSource
-
- afterPropertiesSet() - Method in class org.openspaces.jdbc.datasource.SpaceDriverManagerDataSource
-
- afterPropertiesSet() - Method in class org.openspaces.jms.GigaSpaceConnectionFactory
-
- afterPropertiesSet() - Method in class org.openspaces.jms.GigaSpaceQueue
-
- afterPropertiesSet() - Method in class org.openspaces.jms.GigaSpaceTopic
-
- afterPropertiesSet() - Method in class org.openspaces.jms.GigaSpaceXAConnectionFactory
-
- afterPropertiesSet() - Method in class org.openspaces.memcached.MemCacheDaemon
-
- afterPropertiesSet() - Method in class org.openspaces.persistency.hibernate.CriteriaHibernateSpaceDataSourceFactoryBean
-
- afterPropertiesSet() - Method in class org.openspaces.persistency.hibernate.DefaultHibernateSpaceDataSourceFactoryBean
-
- afterPropertiesSet() - Method in class org.openspaces.persistency.hibernate.DefaultHibernateSpaceSynchronizationEndpointFactoryBean
-
- afterPropertiesSet() - Method in class org.openspaces.persistency.hibernate.StatelessHibernateSpaceDataSourceFactoryBean
-
- afterPropertiesSet() - Method in class org.openspaces.persistency.hibernate.StatelessHibernateSpaceSynchronizationEndpointFactoryBean
-
- afterPropertiesSet() - Method in class org.openspaces.persistency.utils.HsqlServerBean
-
- afterPropertiesSet() - Method in class org.openspaces.pu.sla.PrimaryZoneController
-
- afterPropertiesSet() - Method in class org.openspaces.pu.sla.SLA
-
- afterPropertiesSet() - Method in class org.openspaces.remoting.EventDrivenSpaceRemotingProxyFactoryBean
-
- afterPropertiesSet() - Method in class org.openspaces.remoting.ExecutorSpaceRemotingProxyFactoryBean
-
- afterPropertiesSet() - Method in class org.openspaces.remoting.scripting.DefaultScriptingExecutor
-
- afterPropertiesSet() - Method in class org.openspaces.remoting.SpaceRemotingServiceExporter
-
- afterPropertiesSetImpl(SecurityConfig) - Method in class org.openspaces.core.gateway.AbstractGatewayComponentFactoryBean
-
- afterPropertiesSetImpl(SecurityConfig) - Method in class org.openspaces.core.gateway.GatewayDelegatorFactoryBean
-
Initializes a ReplicationConnectionDelegatorContainer
using the provided bean's properties.
- afterPropertiesSetImpl(SecurityConfig) - Method in class org.openspaces.core.gateway.GatewaySinkFactoryBean
-
- AfterRead - Annotation Type in org.openspaces.core.space.filter
-
Filter callback after read operation.
- AfterReadMultiple - Annotation Type in org.openspaces.core.space.filter
-
Filter callback after read multiple operation.
- AfterRemoveByLease - Annotation Type in org.openspaces.core.space.filter
-
Filter callback after an entry was removed due to lease expression or lease cancel.
- AfterSpaceModeChangeEvent - Class in org.openspaces.core.space.mode
-
A Space mode event that is raised after the space mode was changed to the space mode reflected in
this event.
- AfterSpaceModeChangeEvent(IJSpace, SpaceMode) - Constructor for class org.openspaces.core.space.mode.AfterSpaceModeChangeEvent
-
Creates a new after space mode event.
- AfterTake - Annotation Type in org.openspaces.core.space.filter
-
Filter callback after take operation.
- AfterTakeMultiple - Annotation Type in org.openspaces.core.space.filter
-
Filter callback after take multiple operation.
- afterTime(long) - Static method in class com.gigaspaces.log.LogEntryMatchers
-
- afterTime(long, boolean) - Static method in class com.gigaspaces.log.LogEntryMatchers
-
- afterTime(long, boolean, LogEntryMatcher) - Static method in class com.gigaspaces.log.LogEntryMatchers
-
- afterTime(long, LogEntryMatcher) - Static method in class com.gigaspaces.log.LogEntryMatchers
-
- afterTime(String) - Static method in class com.gigaspaces.log.LogEntryMatchers
-
- afterTime(String, boolean) - Static method in class com.gigaspaces.log.LogEntryMatchers
-
- afterTime(String, boolean, LogEntryMatcher) - Static method in class com.gigaspaces.log.LogEntryMatchers
-
- afterTime(String, LogEntryMatcher) - Static method in class com.gigaspaces.log.LogEntryMatchers
-
- afterTime(String, String) - Static method in class com.gigaspaces.log.LogEntryMatchers
-
- afterTime(String, String, boolean) - Static method in class com.gigaspaces.log.LogEntryMatchers
-
- afterTime(String, String, boolean, LogEntryMatcher) - Static method in class com.gigaspaces.log.LogEntryMatchers
-
- afterTime(String, String, LogEntryMatcher) - Static method in class com.gigaspaces.log.LogEntryMatchers
-
- AfterTimeLogEntryMatcher - Class in com.gigaspaces.log
-
A matcher filter that will match only on log entries that occurred after the specified time.
- AfterTimeLogEntryMatcher(String) - Constructor for class com.gigaspaces.log.AfterTimeLogEntryMatcher
-
- AfterTimeLogEntryMatcher(String, boolean) - Constructor for class com.gigaspaces.log.AfterTimeLogEntryMatcher
-
- AfterTimeLogEntryMatcher(String, String) - Constructor for class com.gigaspaces.log.AfterTimeLogEntryMatcher
-
- AfterTimeLogEntryMatcher(String, String, boolean) - Constructor for class com.gigaspaces.log.AfterTimeLogEntryMatcher
-
- AfterTimeLogEntryMatcher(String, boolean, LogEntryMatcher) - Constructor for class com.gigaspaces.log.AfterTimeLogEntryMatcher
-
- AfterTimeLogEntryMatcher(String, LogEntryMatcher) - Constructor for class com.gigaspaces.log.AfterTimeLogEntryMatcher
-
- AfterTimeLogEntryMatcher(String, String, LogEntryMatcher) - Constructor for class com.gigaspaces.log.AfterTimeLogEntryMatcher
-
- AfterTimeLogEntryMatcher(String, String, boolean, LogEntryMatcher) - Constructor for class com.gigaspaces.log.AfterTimeLogEntryMatcher
-
- AfterTimeLogEntryMatcher(long) - Constructor for class com.gigaspaces.log.AfterTimeLogEntryMatcher
-
- AfterTimeLogEntryMatcher(long, LogEntryMatcher) - Constructor for class com.gigaspaces.log.AfterTimeLogEntryMatcher
-
- AfterTimeLogEntryMatcher(long, boolean) - Constructor for class com.gigaspaces.log.AfterTimeLogEntryMatcher
-
- AfterTimeLogEntryMatcher(long, boolean, LogEntryMatcher) - Constructor for class com.gigaspaces.log.AfterTimeLogEntryMatcher
-
- afterTransactionSynchronization(TransactionData) - Method in class com.gigaspaces.sync.SpaceSynchronizationEndpoint
-
Triggered after synchronization of a transaction was completed successfully.
- afterTransactionSynchronization(TransactionData) - Method in class org.openspaces.persistency.patterns.SpaceSynchronizationEndpointExceptionHandler
-
- afterTransactionSynchronization(TransactionData) - Method in class org.openspaces.persistency.patterns.SpaceSynchronizationEndpointSplitter
-
- afterUndeployedProcessingUnit(ProcessingUnit) - Method in interface org.openspaces.grid.gsm.machines.MachinesSlaEnforcementEndpoint
-
Erases all Allocated (state) that is related to the specified processing unit.
- afterUndeployProcessingUnit(ProcessingUnit) - Method in class org.openspaces.grid.gsm.machines.MachinesSlaEnforcementState
-
Removes all state related to the specified processing unit
Call this method only if you are not going to call any other state method on this pu
- AfterUpdate - Annotation Type in org.openspaces.core.space.filter
-
Filter callback after update operation.
- AfterWrite - Annotation Type in org.openspaces.core.space.filter
-
Filter callback after write operation.
- AGENT_EXT_JAVA_OPTIONS - Static variable in class org.openspaces.core.gateway.GSCForkHandler
-
- AgentGridComponent - Interface in org.openspaces.admin
-
- agentProvisioningCompletedEvent(ZonesConfig) - Method in class org.openspaces.grid.gsm.strategy.AbstractScaleStrategyBean
-
- agentProvisioningInProgressEvent(GridServiceAgentSlaEnforcementInProgressException, ZonesConfig) - Method in class org.openspaces.grid.gsm.strategy.AbstractScaleStrategyBean
-
- agentsToString(Collection<GridServiceAgent>) - Static method in class org.openspaces.grid.gsm.machines.MachinesSlaUtils
-
- agentToString(Admin, String) - Static method in class org.openspaces.grid.gsm.machines.MachinesSlaUtils
-
- agentToString(GridServiceAgent) - Static method in class org.openspaces.grid.gsm.machines.MachinesSlaUtils
-
- agentZones(ZonesConfig) - Method in class org.openspaces.admin.pu.statistics.ProcessingUnitStatisticsIdConfigurer
-
- aggregate(SpaceEntriesAggregatorContext) - Method in class com.gigaspaces.query.aggregators.AverageAggregator
-
- aggregate(SpaceEntriesAggregatorContext) - Method in class com.gigaspaces.query.aggregators.CountAggregator
-
- aggregate(SpaceEntriesAggregatorContext) - Method in class com.gigaspaces.query.aggregators.DistinctAggregator
-
- aggregate(SpaceEntriesAggregatorContext) - Method in class com.gigaspaces.query.aggregators.GroupByAggregator
-
- aggregate(SpaceEntriesAggregatorContext) - Method in class com.gigaspaces.query.aggregators.ListEntriesAggregator
-
- aggregate(SpaceEntriesAggregatorContext) - Method in class com.gigaspaces.query.aggregators.MaxEntryAggregator
-
- aggregate(SpaceEntriesAggregatorContext) - Method in class com.gigaspaces.query.aggregators.MaxValueAggregator
-
- aggregate(SpaceEntriesAggregatorContext) - Method in class com.gigaspaces.query.aggregators.MinEntryAggregator
-
- aggregate(SpaceEntriesAggregatorContext) - Method in class com.gigaspaces.query.aggregators.MinValueAggregator
-
- aggregate(SpaceEntriesAggregatorContext) - Method in class com.gigaspaces.query.aggregators.OrderByAggregator
-
- aggregate(SpaceEntriesAggregatorContext) - Method in class com.gigaspaces.query.aggregators.SingleValueAggregator
-
- aggregate(SpaceEntriesAggregatorContext) - Method in class com.gigaspaces.query.aggregators.SpaceEntriesAggregator
-
- aggregate() - Method in class com.gigaspaces.query.aggregators.SpaceEntriesAggregatorContext
-
- aggregate(SpaceEntriesAggregatorContext) - Method in class com.gigaspaces.query.aggregators.SumAggregator
-
- aggregate(ISpaceQuery<T>, AggregationSet) - Method in class org.openspaces.core.DefaultGigaSpace
-
- aggregate(ISpaceQuery<T>, AggregationSet) - Method in interface org.openspaces.core.GigaSpace
-
Executes the specified query along with the specified aggregations collocated at the space.
- aggregateById(ServiceDetails[]) - Method in class org.openspaces.events.asyncpolling.AsyncPollingEventContainerServiceDetails
-
- aggregateById(ServiceDetails[]) - Method in class org.openspaces.events.notify.NotifyEventContainerServiceDetails
-
- aggregateById(ServiceDetails[]) - Method in class org.openspaces.events.polling.PollingEventContainerServiceDetails
-
- aggregateById(ServiceDetails[]) - Method in class org.openspaces.pu.service.PlainServiceDetails
-
- aggregateByServiceSubType(ServiceDetails[]) - Method in class org.openspaces.events.asyncpolling.AsyncPollingEventContainerServiceDetails
-
- aggregateByServiceSubType(ServiceDetails[]) - Method in class org.openspaces.events.notify.NotifyEventContainerServiceDetails
-
- aggregateByServiceSubType(ServiceDetails[]) - Method in class org.openspaces.events.polling.PollingEventContainerServiceDetails
-
- aggregateByServiceSubType(ServiceDetails[]) - Method in class org.openspaces.pu.service.PlainServiceDetails
-
- aggregateByServiceType(ServiceDetails[]) - Method in class org.openspaces.pu.service.PlainServiceDetails
-
- AggregateConfig - Class in net.jini.config
-
- AggregateConfig(Configuration, String[]) - Constructor for class net.jini.config.AggregateConfig
-
Create an AggregateConfig
- AggregateConfig(Configuration, String[], ClassLoader) - Constructor for class net.jini.config.AggregateConfig
-
Create an AggregateConfig
- AggregateConfig(String[]) - Constructor for class net.jini.config.AggregateConfig
-
Create an AggregateConfig
- AggregateConfig(String[], ClassLoader) - Constructor for class net.jini.config.AggregateConfig
-
Create an AggregateConfig
- AggregatedAsyncPollingEventContainerServiceDetails - Class in org.openspaces.events.asyncpolling
-
Async Polling container service details.
- AggregatedAsyncPollingEventContainerServiceDetails() - Constructor for class org.openspaces.events.asyncpolling.AggregatedAsyncPollingEventContainerServiceDetails
-
- AggregatedAsyncPollingEventContainerServiceDetails(String, ServiceDetails[]) - Constructor for class org.openspaces.events.asyncpolling.AggregatedAsyncPollingEventContainerServiceDetails
-
- AggregatedAsyncPollingEventContainerServiceDetails.Attributes - Class in org.openspaces.events.asyncpolling
-
- AggregatedNotifyEventContainerServiceDetails - Class in org.openspaces.events.notify
-
Notify container service details.
- AggregatedNotifyEventContainerServiceDetails() - Constructor for class org.openspaces.events.notify.AggregatedNotifyEventContainerServiceDetails
-
- AggregatedNotifyEventContainerServiceDetails(String, ServiceDetails[]) - Constructor for class org.openspaces.events.notify.AggregatedNotifyEventContainerServiceDetails
-
- AggregatedNotifyEventContainerServiceDetails.Attributes - Class in org.openspaces.events.notify
-
- AggregatedPollingEventContainerServiceDetails - Class in org.openspaces.events.polling
-
- AggregatedPollingEventContainerServiceDetails() - Constructor for class org.openspaces.events.polling.AggregatedPollingEventContainerServiceDetails
-
- AggregatedPollingEventContainerServiceDetails(String, ServiceDetails[]) - Constructor for class org.openspaces.events.polling.AggregatedPollingEventContainerServiceDetails
-
- AggregatedPollingEventContainerServiceDetails.Attributes - Class in org.openspaces.events.polling
-
- AggregatedServiceDetails - Interface in org.openspaces.pu.service
-
An aggregation of
ServiceDetails
that share at lease the same
service type.
- aggregateIntermediateResult(AverageAggregator.AverageTuple) - Method in class com.gigaspaces.query.aggregators.AverageAggregator
-
- aggregateIntermediateResult(Long) - Method in class com.gigaspaces.query.aggregators.CountAggregator
-
- aggregateIntermediateResult(DistinctResult) - Method in class com.gigaspaces.query.aggregators.DistinctAggregator
-
- aggregateIntermediateResult(GroupByResult) - Method in class com.gigaspaces.query.aggregators.GroupByAggregator
-
- aggregateIntermediateResult(ArrayList<RawEntry>) - Method in class com.gigaspaces.query.aggregators.ListEntriesAggregator
-
- aggregateIntermediateResult(MaxEntryAggregator.MaxEntryScannerResult) - Method in class com.gigaspaces.query.aggregators.MaxEntryAggregator
-
- aggregateIntermediateResult(T) - Method in class com.gigaspaces.query.aggregators.MaxValueAggregator
-
- aggregateIntermediateResult(MinEntryAggregator.MinEntryScannerResult) - Method in class com.gigaspaces.query.aggregators.MinEntryAggregator
-
- aggregateIntermediateResult(T) - Method in class com.gigaspaces.query.aggregators.MinValueAggregator
-
- aggregateIntermediateResult(OrderByAggregator.OrderByScanResult) - Method in class com.gigaspaces.query.aggregators.OrderByAggregator
-
- aggregateIntermediateResult(T) - Method in class com.gigaspaces.query.aggregators.SingleValueAggregator
-
- aggregateIntermediateResult(T) - Method in class com.gigaspaces.query.aggregators.SpaceEntriesAggregator
-
- aggregateIntermediateResult(MutableNumber) - Method in class com.gigaspaces.query.aggregators.SumAggregator
-
- AggregatePolicyProvider - Class in com.sun.jini.start
-
Security policy provider which supports associating security sub-policies
with context class loaders.
- AggregatePolicyProvider() - Constructor for class com.sun.jini.start.AggregatePolicyProvider
-
Creates a new AggregatePolicyProvider
instance, containing
a main policy created as follows: if the
com.sun.jini.start.AggregatePolicyProvider.mainPolicyClass
security property is set, then its value is interpreted as the class
name of the main policy provider; otherwise, a default class name of
"net.jini.security.policy.DynamicPolicyProvider"
is used.
- AggregatePolicyProvider(Policy) - Constructor for class com.sun.jini.start.AggregatePolicyProvider
-
Creates a new AggregatePolicyProvider
instance with the
given main policy, which must be non-null
.
- AggregationFunction - Class in org.openspaces.jpa.openjpa.query
-
An aggregation function representation.
- AggregationFunction(Value, AggregationFunction.AggregationType) - Constructor for class org.openspaces.jpa.openjpa.query.AggregationFunction
-
- AggregationFunction.AggregationType - Enum in org.openspaces.jpa.openjpa.query
-
Aggregation function type
- AggregationInternalUtils - Class in com.gigaspaces.query.aggregators
-
This class is intended for internal usage only.
- AggregationInternalUtils() - Constructor for class com.gigaspaces.query.aggregators.AggregationInternalUtils
-
- AggregationSet - Class in com.gigaspaces.query.aggregators
-
The set of aggregations to run for matches entries of the aggregate operation.
- AggregationSet() - Constructor for class com.gigaspaces.query.aggregators.AggregationSet
-
- aid - Variable in class com.sun.jini.start.SharedActivatableServiceDescriptor.Created
-
The activation id of the service
- Alert - Interface in org.openspaces.admin.alert
-
An interface representing an alert issued by an alert bean or an alert provider.
- AlertConfiguration - Interface in org.openspaces.admin.alert.config
-
A configuration of an alert trigger.
- AlertConfigurationException - Exception in org.openspaces.admin.alert
-
- AlertConfigurationException(String) - Constructor for exception org.openspaces.admin.alert.AlertConfigurationException
-
- AlertConfigurationException(String, Throwable) - Constructor for exception org.openspaces.admin.alert.AlertConfigurationException
-
- AlertConfigurationParser - Interface in org.openspaces.admin.alert.config.parser
-
- AlertConfigurationParserException - Exception in org.openspaces.admin.alert.config.parser
-
- AlertConfigurationParserException(String) - Constructor for exception org.openspaces.admin.alert.config.parser.AlertConfigurationParserException
-
- AlertConfigurationParserException(String, Throwable) - Constructor for exception org.openspaces.admin.alert.config.parser.AlertConfigurationParserException
-
- AlertConfigurer - Interface in org.openspaces.admin.alert.config
-
An interface for implementations carrying out the 'builder/chaining' pattern on top of an
AlertConfiguration
.
- AlertFactory - Class in org.openspaces.admin.alert
-
A factory for constructing an alert instance to be fired by an alert bean.
- AlertFactory() - Constructor for class org.openspaces.admin.alert.AlertFactory
-
A factory for creating an
Alert
.
- AlertManager - Interface in org.openspaces.admin.alert
-
The AlertManager is a manager for configuring of alerts, firing of alerts, and
registering for alert events.
- AlertSeverity - Class in org.openspaces.admin.alert
-
The alert severity levels.
- AlertSeverity(String, int) - Constructor for class org.openspaces.admin.alert.AlertSeverity
-
Create a named alert severity with a given integer value.
- AlertStatus - Class in org.openspaces.admin.alert
-
The alert status levels.
- AlertStatus(String, int) - Constructor for class org.openspaces.admin.alert.AlertStatus
-
Create a named alert status with a given integer value.
- alertTriggered(Alert) - Method in interface org.openspaces.admin.alert.events.AlertTriggeredEventListener
-
- AlertTriggeredEventListener - Interface in org.openspaces.admin.alert.events
-
An event listener for all types of alerts.
- AlertTriggeredEventManager - Interface in org.openspaces.admin.alert.events
-
- all() - Static method in class com.gigaspaces.log.LogEntryMatchers
-
- all(Value) - Method in class org.openspaces.jpa.openjpa.query.QueryExpressionFactory
-
Return an expression representing the given condition.
- ALL_GROUPS - Static variable in interface net.jini.discovery.DiscoveryGroupManagement
-
Convenience constant used to request that attempts be made to
discover all lookup services that are within range, and which
belong to any group.
- ALL_GROUPS - Static variable in class net.jini.discovery.LookupDiscovery
-
Convenience constant used to request that attempts be made to
discover all lookup services that are within range, and which
belong to any group.
- AllInCachePolicy - Class in org.openspaces.core.space
-
A cache policy that stores all the data in the space.
- AllInCachePolicy() - Constructor for class org.openspaces.core.space.AllInCachePolicy
-
- allLogEntries(LogProcessType, LogEntryMatcher) - Method in interface org.openspaces.admin.gsa.GridServiceAgent
-
Extracts all the log entries for the provided process type including both "live" runtime
components and ones that are no longer running.
- AllLogEntryMatcher - Class in com.gigaspaces.log
-
A matcher that returns all the log entries.
- AllLogEntryMatcher() - Constructor for class com.gigaspaces.log.AllLogEntryMatcher
-
- allocateCapacity(MachinesSlaEnforcementState.StateKey, String, CapacityRequirements) - Method in class org.openspaces.grid.gsm.machines.MachinesSlaEnforcementState
-
- allowAboveAverageMemoryPerMachine(boolean) - Method in class org.openspaces.admin.pu.elastic.config.AutomaticCapacityScaleConfigurer
-
- allowAboveAverageMemoryPerMachine(boolean) - Method in class org.openspaces.admin.pu.elastic.config.EagerScaleConfigurer
-
- allowAboveAverageMemoryPerMachine(boolean) - Method in class org.openspaces.admin.pu.elastic.config.ManualCapacityPerZonesScaleConfigurer
-
- allowAboveAverageMemoryPerMachine(boolean) - Method in class org.openspaces.admin.pu.elastic.config.ManualCapacityScaleConfigurer
-
- allowAboveAverageMemoryPerMachine(boolean) - Method in interface org.openspaces.admin.pu.elastic.config.ScaleStrategyConfigurer
-
- AllPermissionsTask() - Constructor for class com.sun.jini.tool.envcheck.plugins.CheckPolicy.AllPermissionsTask
-
- and(Expression, Expression) - Method in class org.openspaces.jpa.openjpa.query.QueryExpressionFactory
-
Return the two expressions AND'd together.
- annotateClass(Class) - Method in class net.jini.io.MarshalOutputStream
-
Annotates the stream descriptor for the class cl
.
- annotateProxyClass(Class) - Method in class net.jini.io.MarshalOutputStream
-
Annotates the stream descriptor for the proxy class
cl
.
- AnnotationDynamicEventTemplateProviderAdapter - Class in org.openspaces.events.adapter
-
The annotation event template provider adapter uses
DynamicEventTemplate
annotation in order to find the
event template provider to delegate to.
- AnnotationDynamicEventTemplateProviderAdapter() - Constructor for class org.openspaces.events.adapter.AnnotationDynamicEventTemplateProviderAdapter
-
- AnnotationEventAdapterBeanDefinitionParser - Class in org.openspaces.events.config
-
- AnnotationEventAdapterBeanDefinitionParser() - Constructor for class org.openspaces.events.config.AnnotationEventAdapterBeanDefinitionParser
-
- AnnotationEventAdapterFactoryBean - Class in org.openspaces.events.config
-
- AnnotationEventAdapterFactoryBean() - Constructor for class org.openspaces.events.config.AnnotationEventAdapterFactoryBean
-
- AnnotationEventListenerAdapter - Class in org.openspaces.events.adapter
-
An event listener adapter that uses
SpaceDataEvent
annotation in order to find event
listener methods to delegate to.
- AnnotationEventListenerAdapter() - Constructor for class org.openspaces.events.adapter.AnnotationEventListenerAdapter
-
- AnnotationFilterBeanDefinitionParser - Class in org.openspaces.core.config
-
- AnnotationFilterBeanDefinitionParser() - Constructor for class org.openspaces.core.config.AnnotationFilterBeanDefinitionParser
-
- AnnotationFilterFactoryBean - Class in org.openspaces.core.space.filter
-
A FilterProvider
factory that accepts
a Pojo filter with annotation markers as to which filter operation to listen to.
- AnnotationFilterFactoryBean() - Constructor for class org.openspaces.core.space.filter.AnnotationFilterFactoryBean
-
- AnnotationProcessorUtils - Class in org.openspaces.events.support
-
- AnnotationSupportBeanDefinitionParser - Class in org.openspaces.archive.config
-
- AnnotationSupportBeanDefinitionParser() - Constructor for class org.openspaces.archive.config.AnnotationSupportBeanDefinitionParser
-
- AnnotationSupportBeanDefinitionParser - Class in org.openspaces.core.config
-
- AnnotationSupportBeanDefinitionParser() - Constructor for class org.openspaces.core.config.AnnotationSupportBeanDefinitionParser
-
- AnnotationSupportBeanDefinitionParser - Class in org.openspaces.events.config
-
- AnnotationSupportBeanDefinitionParser() - Constructor for class org.openspaces.events.config.AnnotationSupportBeanDefinitionParser
-
- AnnotationUtils - Class in org.openspaces.core.util
-
General utility methods for working with annotations, handling bridge methods
(which the compiler generates for generic declarations) as well as super
methods (for optional "annotation inheritance").
- AnnotationUtils() - Constructor for class org.openspaces.core.util.AnnotationUtils
-
- ANY - Static variable in class com.j_spaces.core.client.SpaceURL
-
Deprecated.
Represents *
symbol.
- ANY - Static variable in interface net.jini.core.lease.Lease
-
Used by the requestor to indicate that there is no particular lease
time desired, and that the grantor of the lease should supply a time
that is most convenient for the grantor.
- any(Value) - Method in class org.openspaces.jpa.openjpa.query.QueryExpressionFactory
-
Return an expression representing the given condition.
- AnyZonesConfig - Class in org.openspaces.admin.zone.config
-
Satisified by any zones
PU[] is statisfied by GSC[]
PU[] is statisfied by GSC[A]
- AnyZonesConfig(Map<String, String>) - Constructor for class org.openspaces.admin.zone.config.AnyZonesConfig
-
- AnyZonesConfig() - Constructor for class org.openspaces.admin.zone.config.AnyZonesConfig
-
- ApacheLoadBalancerAgent - Class in org.openspaces.pu.container.jee.lb.apache
-
Experimental support for automatically refreshing apache load balancer.
- ApacheLoadBalancerAgent() - Constructor for class org.openspaces.pu.container.jee.lb.apache.ApacheLoadBalancerAgent
-
- append(LocalCacheElement) - Method in class org.openspaces.memcached.LocalCacheElement
-
- append(LocalCacheElement) - Method in class org.openspaces.memcached.SpaceCache
-
- APPEND_PROP - Static variable in class com.gigaspaces.logger.RollingFileHandler
-
- appendSelectFromSql() - Method in class org.openspaces.jpa.openjpa.query.executor.JpaJdbcQueryExecutor
-
Append SELECT FROM to SQL string builder.
- appendSpaceRuntimeInfo(SpaceRuntimeInfo) - Method in class com.j_spaces.core.admin.SpaceRuntimeInfo
-
Merge two SpaceRuntimeInfo instances.
- appendSql(StringBuilder) - Method in class org.openspaces.jpa.openjpa.query.AggregationFunction
-
- appendSql(StringBuilder) - Method in class org.openspaces.jpa.openjpa.query.BinaryExpression
-
- appendSql(StringBuilder) - Method in class org.openspaces.jpa.openjpa.query.BindVariableExpression
-
- appendSql(StringBuilder) - Method in class org.openspaces.jpa.openjpa.query.ContainsExpression
-
- appendSql(StringBuilder) - Method in class org.openspaces.jpa.openjpa.query.EmptyExpression
-
- appendSql(StringBuilder) - Method in interface org.openspaces.jpa.openjpa.query.ExpressionNode
-
Appends the node SQL string to the string builder.
- appendSql(StringBuilder) - Method in class org.openspaces.jpa.openjpa.query.FieldPathNode
-
- appendSql(StringBuilder) - Method in class org.openspaces.jpa.openjpa.query.InnerQuery
-
- appendSql(StringBuilder) - Method in class org.openspaces.jpa.openjpa.query.LiteralValueNode
-
- appendSql(StringBuilder) - Method in class org.openspaces.jpa.openjpa.query.LogicalExpression
-
- appendSql(StringBuilder) - Method in class org.openspaces.jpa.openjpa.query.MatchesExpression
-
- appendSql(StringBuilder) - Method in class org.openspaces.jpa.openjpa.query.NotMatchesExpression
-
- appendSql(StringBuilder) - Method in class org.openspaces.jpa.openjpa.query.NullValueNode
-
- appendSql(StringBuilder) - Method in class org.openspaces.jpa.openjpa.query.ParameterNode
-
- appendSql(StringBuilder) - Method in class org.openspaces.jpa.openjpa.query.Variable
-
- appendWhereSql() - Method in class org.openspaces.jpa.openjpa.query.executor.JpaJdbcQueryExecutor
-
- Application - Interface in org.openspaces.admin.application
-
Describes a group of processing units that interact together as an application.
- APPLICATION_CONTEXT_CONTEXT - Static variable in class org.openspaces.pu.container.jee.JeeProcessingUnitContainerProvider
-
The
ServletContext
key under which the
ApplicationContext
(loaded from the
pu.xml
) is stored.
- APPLICATION_CONTEXT_KEY - Static variable in class org.openspaces.remoting.scripting.DefaultScriptingExecutor
-
- applicationAdded(Application) - Method in interface org.openspaces.admin.application.events.ApplicationAddedEventListener
-
A callback indicating that an Application was added (deployed/discovered).
- ApplicationAddedEventListener - Interface in org.openspaces.admin.application.events
-
An event listener allowing to listen for
Application
additions (deployment).
- ApplicationAddedEventManager - Interface in org.openspaces.admin.application.events
-
- ApplicationAlreadyDeployedException - Exception in org.openspaces.admin.application
-
- ApplicationAlreadyDeployedException(String) - Constructor for exception org.openspaces.admin.application.ApplicationAlreadyDeployedException
-
- ApplicationAlreadyDeployedException(String, Throwable) - Constructor for exception org.openspaces.admin.application.ApplicationAlreadyDeployedException
-
- ApplicationConfig - Class in org.openspaces.admin.application.config
-
- ApplicationConfig() - Constructor for class org.openspaces.admin.application.config.ApplicationConfig
-
- applicationContext - Variable in class org.openspaces.core.space.mode.SpaceModeContextLoader
-
- ApplicationContextMonitor - Interface in org.openspaces.pu.sla.monitor
-
- ApplicationContextProcessingUnitContainer - Class in org.openspaces.pu.container.spi
-
- ApplicationContextProcessingUnitContainer() - Constructor for class org.openspaces.pu.container.spi.ApplicationContextProcessingUnitContainer
-
- ApplicationContextProcessingUnitContainerProvider - Class in org.openspaces.pu.container.spi
-
- ApplicationContextProcessingUnitContainerProvider() - Constructor for class org.openspaces.pu.container.spi.ApplicationContextProcessingUnitContainerProvider
-
- ApplicationDeployCommand - Class in org.openspaces.admin.application.deploy
-
- ApplicationDeployCommand() - Constructor for class org.openspaces.admin.application.deploy.ApplicationDeployCommand
-
- ApplicationDeployment - Class in org.openspaces.admin.application
-
Describes an application deployment that consists of one or more processing unit deployments.
- ApplicationDeployment(String) - Constructor for class org.openspaces.admin.application.ApplicationDeployment
-
Creates a new application deployment with the specified name
- ApplicationDeployment(String, ProcessingUnitDeploymentTopology...) - Constructor for class org.openspaces.admin.application.ApplicationDeployment
-
Creates a new application deployment with the specified name, and pu deployments
- ApplicationDeployment(String, ProcessingUnitConfigHolder...) - Constructor for class org.openspaces.admin.application.ApplicationDeployment
-
Creates a new application deployment with the specified name, and pu deployments
- ApplicationDeployment(ApplicationConfig) - Constructor for class org.openspaces.admin.application.ApplicationDeployment
-
- ApplicationFileDeployment - Class in org.openspaces.admin.application
-
- ApplicationFileDeployment(File) - Constructor for class org.openspaces.admin.application.ApplicationFileDeployment
-
Creates a new application deployment based on the specified file
- ApplicationFileDeployment(File, String) - Constructor for class org.openspaces.admin.application.ApplicationFileDeployment
-
Creates a new application deployment based on the specified file
- ApplicationLifecycleEventListener - Interface in org.openspaces.admin.application.events
-
A simple life-cycle event listener that implements both the application added and zone removed event listeners.
- applicationRemoved(Application) - Method in interface org.openspaces.admin.application.events.ApplicationRemovedEventListener
-
A callback indicating that an Application was removed (undeployed).
- ApplicationRemovedEventListener - Interface in org.openspaces.admin.application.events
-
An event listener allowing to listen for
Application
removal (undeployment).
- ApplicationRemovedEventManager - Interface in org.openspaces.admin.application.events
-
- Applications - Interface in org.openspaces.admin.application
-
- ApplicationUndeployCommand - Class in org.openspaces.admin.application.deploy
-
- ApplicationUndeployCommand() - Constructor for class org.openspaces.admin.application.deploy.ApplicationUndeployCommand
-
- applyIsolationLevel(AbstractJiniTransactionManager.JiniTransactionObject, int) - Method in class org.openspaces.core.transaction.manager.AbstractJiniTransactionManager
-
- applyProjectionTemplate(RawEntry) - Method in class com.gigaspaces.query.aggregators.SpaceEntriesAggregatorContext
-
- applyUpdate(Object) - Method in class com.sun.jini.reliableLog.LogHandler
-
Reads a stably logged update (a serializable object) from a stream.
- Archive - Annotation Type in org.openspaces.archive
-
Marks an event listener as archive event listener.
- archive(Object...) - Method in interface org.openspaces.archive.ArchiveOperationHandler
-
Writes the specified objects to the external storage
- archiveHandler(ArchiveOperationHandler) - Method in class org.openspaces.archive.ArchivePollingContainerConfigurer
-
- ArchiveNamespaceHandler - Class in org.openspaces.archive.config
-
- ArchiveNamespaceHandler() - Constructor for class org.openspaces.archive.config.ArchiveNamespaceHandler
-
- ArchiveOperationHandler - Interface in org.openspaces.archive
-
- ArchivePollingAnnotationPostProcessor - Class in org.openspaces.archive
-
A
Archive
annotation post processor.
- ArchivePollingAnnotationPostProcessor() - Constructor for class org.openspaces.archive.ArchivePollingAnnotationPostProcessor
-
- ArchivePollingContainer - Class in org.openspaces.archive
-
- ArchivePollingContainer() - Constructor for class org.openspaces.archive.ArchivePollingContainer
-
- ArchivePollingContainerBeanDefinitionParser - Class in org.openspaces.archive.config
-
- ArchivePollingContainerBeanDefinitionParser() - Constructor for class org.openspaces.archive.config.ArchivePollingContainerBeanDefinitionParser
-
- ArchivePollingContainerConfigurer - Class in org.openspaces.archive
-
- ArchivePollingContainerConfigurer(GigaSpace) - Constructor for class org.openspaces.archive.ArchivePollingContainerConfigurer
-
- argument(String) - Method in class org.openspaces.admin.gsa.GridServiceOptions
-
Will add a process level argument.
- arguments - Variable in class org.openspaces.remoting.EventDrivenSpaceRemotingEntry
-
Deprecated.
- as(String) - Method in class com.gigaspaces.query.aggregators.SpaceEntriesAggregator
-
- asCachePolicy() - Method in class org.openspaces.core.config.BlobStoreDataPolicyFactoryBean
-
- asCachePolicy() - Method in class org.openspaces.core.config.CustomCachePolicyFactoryBean
-
- asExpression(Value) - Method in class org.openspaces.jpa.openjpa.query.QueryExpressionFactory
-
Return the given value as an expression.
- asGatewayPolicy() - Method in class org.openspaces.core.gateway.GatewayTarget
-
- asGatewayPolicy(GatewayPolicy) - Method in class org.openspaces.core.gateway.GatewayTarget
-
- asGatewaysPolicy() - Method in class org.openspaces.core.gateway.GatewayTargetsFactoryBean
-
- asReplicationLookupParameters() - Method in class org.openspaces.core.gateway.GatewayLookupsFactoryBean
-
- assoc - Variable in class net.jini.lookup.entry.AddressBean
-
The Address object associated with this JavaBeans component.
- assoc - Variable in class net.jini.lookup.entry.CommentBean
-
The Entry object associated with this JavaBeans component.
- assoc - Variable in class net.jini.lookup.entry.LocationBean
-
The Location object associated with this JavaBeans component.
- assoc - Variable in class net.jini.lookup.entry.NameBean
-
The Name object associated with this JavaBeans component.
- assoc - Variable in class net.jini.lookup.entry.ServiceInfoBean
-
The ServiceInfo object associated with this JavaBeans component.
- assoc - Variable in class net.jini.lookup.entry.StatusBean
-
The Status object associated with this JavaBeans component.
- ASYNC_REPLICATION_MODE - Static variable in class com.j_spaces.core.cluster.ReplicationPolicy
-
- asyncAddIndex(String, SpaceIndex) - Method in class org.openspaces.core.DefaultGigaSpaceTypeManager
-
- asyncAddIndex(String, SpaceIndex, AsyncFutureListener<AddTypeIndexesResult>) - Method in class org.openspaces.core.DefaultGigaSpaceTypeManager
-
- asyncAddIndex(String, SpaceIndex) - Method in interface org.openspaces.core.GigaSpaceTypeManager
-
Adds the specified index to the specified type.
- asyncAddIndex(String, SpaceIndex, AsyncFutureListener<AddTypeIndexesResult>) - Method in interface org.openspaces.core.GigaSpaceTypeManager
-
Adds the specified index to the specified type.
- asyncAddIndexes(String, SpaceIndex[], AsyncFutureListener<AddTypeIndexesResult>) - Method in class org.openspaces.core.DefaultGigaSpaceTypeManager
-
- asyncAddIndexes(String, SpaceIndex[], AsyncFutureListener<AddTypeIndexesResult>) - Method in interface org.openspaces.core.GigaSpaceTypeManager
-
Adds the specified indexes to the specified type.
- asyncChange(ISpaceQuery<T>, ChangeSet) - Method in class org.openspaces.core.DefaultGigaSpace
-
- asyncChange(ISpaceQuery<T>, ChangeSet, AsyncFutureListener<ChangeResult<T>>) - Method in class org.openspaces.core.DefaultGigaSpace
-
- asyncChange(ISpaceQuery<T>, ChangeSet, long) - Method in class org.openspaces.core.DefaultGigaSpace
-
- asyncChange(ISpaceQuery<T>, ChangeSet, long, AsyncFutureListener<ChangeResult<T>>) - Method in class org.openspaces.core.DefaultGigaSpace
-
- asyncChange(ISpaceQuery<T>, ChangeSet, ChangeModifiers) - Method in class org.openspaces.core.DefaultGigaSpace
-
- asyncChange(ISpaceQuery<T>, ChangeSet, ChangeModifiers, AsyncFutureListener<ChangeResult<T>>) - Method in class org.openspaces.core.DefaultGigaSpace
-
- asyncChange(ISpaceQuery<T>, ChangeSet, ChangeModifiers, long) - Method in class org.openspaces.core.DefaultGigaSpace
-
- asyncChange(ISpaceQuery<T>, ChangeSet, ChangeModifiers, long, AsyncFutureListener<ChangeResult<T>>) - Method in class org.openspaces.core.DefaultGigaSpace
-
- asyncChange(T, ChangeSet) - Method in class org.openspaces.core.DefaultGigaSpace
-
- asyncChange(T, ChangeSet, AsyncFutureListener<ChangeResult<T>>) - Method in class org.openspaces.core.DefaultGigaSpace
-
- asyncChange(T, ChangeSet, long) - Method in class org.openspaces.core.DefaultGigaSpace
-
- asyncChange(T, ChangeSet, long, AsyncFutureListener<ChangeResult<T>>) - Method in class org.openspaces.core.DefaultGigaSpace
-
- asyncChange(T, ChangeSet, ChangeModifiers) - Method in class org.openspaces.core.DefaultGigaSpace
-
- asyncChange(T, ChangeSet, ChangeModifiers, AsyncFutureListener<ChangeResult<T>>) - Method in class org.openspaces.core.DefaultGigaSpace
-
- asyncChange(T, ChangeSet, ChangeModifiers, long) - Method in class org.openspaces.core.DefaultGigaSpace
-
- asyncChange(T, ChangeSet, ChangeModifiers, long, AsyncFutureListener<ChangeResult<T>>) - Method in class org.openspaces.core.DefaultGigaSpace
-
- asyncChange(ISpaceQuery<T>, ChangeSet) - Method in interface org.openspaces.core.GigaSpace
-
Changes existing objects in space in an asynchronous manner, returning immidiately with a future.
- asyncChange(ISpaceQuery<T>, ChangeSet, AsyncFutureListener<ChangeResult<T>>) - Method in interface org.openspaces.core.GigaSpace
-
Changes existing objects in space in an asynchronous manner, returning immidiately with a future.
- asyncChange(ISpaceQuery<T>, ChangeSet, long) - Method in interface org.openspaces.core.GigaSpace
-
Changes existing objects in space in an asynchronous manner, returning immidiately with a future.
- asyncChange(ISpaceQuery<T>, ChangeSet, long, AsyncFutureListener<ChangeResult<T>>) - Method in interface org.openspaces.core.GigaSpace
-
Changes existing objects in space in an asynchronous manner, returning immidiately with a future.
- asyncChange(ISpaceQuery<T>, ChangeSet, ChangeModifiers) - Method in interface org.openspaces.core.GigaSpace
-
Changes an existing objects in space in an asynchronous manner, returning immidiately with a future.
- asyncChange(ISpaceQuery<T>, ChangeSet, ChangeModifiers, AsyncFutureListener<ChangeResult<T>>) - Method in interface org.openspaces.core.GigaSpace
-
Changes existing objects in space in an asynchronous manner, returning immidiately with a future.
- asyncChange(ISpaceQuery<T>, ChangeSet, ChangeModifiers, long) - Method in interface org.openspaces.core.GigaSpace
-
Changes existing objects in space in an asynchronous manner, returning immidiately with a future.
- asyncChange(ISpaceQuery<T>, ChangeSet, ChangeModifiers, long, AsyncFutureListener<ChangeResult<T>>) - Method in interface org.openspaces.core.GigaSpace
-
Changes existing objects in space in an asynchronous manner, returning immidiately with a future.
- asyncChange(T, ChangeSet) - Method in interface org.openspaces.core.GigaSpace
-
Changes existing objects in space in an asynchronous manner, returning immidiately with a future.
- asyncChange(T, ChangeSet, AsyncFutureListener<ChangeResult<T>>) - Method in interface org.openspaces.core.GigaSpace
-
Changes existing objects in space in an asynchronous manner, returning immidiately with a future.
- asyncChange(T, ChangeSet, long) - Method in interface org.openspaces.core.GigaSpace
-
Changes existing objects in space in an asynchronous manner, returning immidiately with a future.
- asyncChange(T, ChangeSet, long, AsyncFutureListener<ChangeResult<T>>) - Method in interface org.openspaces.core.GigaSpace
-
Changes existing objects in space in an asynchronous manner, returning immidiately with a future.
- asyncChange(T, ChangeSet, ChangeModifiers) - Method in interface org.openspaces.core.GigaSpace
-
Changes an existing objects in space in an asynchronous manner, returning immidiately with a future.
- asyncChange(T, ChangeSet, ChangeModifiers, AsyncFutureListener<ChangeResult<T>>) - Method in interface org.openspaces.core.GigaSpace
-
Changes existing objects in space in an asynchronous manner, returning immidiately with a future.
- asyncChange(T, ChangeSet, ChangeModifiers, long) - Method in interface org.openspaces.core.GigaSpace
-
Changes existing objects in space in an asynchronous manner, returning immidiately with a future.
- asyncChange(T, ChangeSet, ChangeModifiers, long, AsyncFutureListener<ChangeResult<T>>) - Method in interface org.openspaces.core.GigaSpace
-
Changes existing objects in space in an asynchronous manner, returning immidiately with a future.
- asyncChange(GigaSpace, ISpaceQuery<T>, ChangeSet) - Static method in class org.openspaces.extensions.AsyncExtension
-
- asyncChange(GigaSpace, ISpaceQuery<T>, ChangeSet, long, TimeUnit) - Static method in class org.openspaces.extensions.AsyncExtension
-
- asyncChange(GigaSpace, ISpaceQuery<T>, ChangeSet, ChangeModifiers) - Static method in class org.openspaces.extensions.AsyncExtension
-
- asyncChange(GigaSpace, ISpaceQuery<T>, ChangeSet, ChangeModifiers, long, TimeUnit) - Static method in class org.openspaces.extensions.AsyncExtension
-
- asyncChange(GigaSpace, T, ChangeSet) - Static method in class org.openspaces.extensions.AsyncExtension
-
- asyncChange(GigaSpace, T, ChangeSet, long, TimeUnit) - Static method in class org.openspaces.extensions.AsyncExtension
-
- asyncChange(GigaSpace, T, ChangeSet, ChangeModifiers) - Static method in class org.openspaces.extensions.AsyncExtension
-
- asyncChange(GigaSpace, T, ChangeSet, ChangeModifiers, long, TimeUnit) - Static method in class org.openspaces.extensions.AsyncExtension
-
- asyncEventPing() - Method in class org.openspaces.memcached.SpaceCache
-
- asyncExecute(Script) - Method in class org.openspaces.remoting.scripting.DefaultScriptingExecutor
-
- asyncExecute(Script) - Method in interface org.openspaces.remoting.scripting.ScriptingExecutor
-
Executes the given script and return a future that can be used to read the response
at a later stage.
- AsyncExtension - Class in org.openspaces.extensions
-
- AsyncExtension() - Constructor for class org.openspaces.extensions.AsyncExtension
-
- AsyncFuture<T> - Interface in com.gigaspaces.async
-
Extends
Future
to provide a listener API.
- AsyncFutureListener<T> - Interface in com.gigaspaces.async
-
Allows to register for a callback on an
AsyncFuture
to be
notified when a result arrives.
- AsyncHandler - Annotation Type in org.openspaces.events.asyncpolling
-
An annotation marking a method as one that is responsilbe to return a
AsyncOperationHandler
to be used
with an async polling container.
- AsyncOperationHandler - Interface in org.openspaces.events.asyncpolling.receive
-
- asyncOperationHandler(AsyncOperationHandler) - Method in class org.openspaces.events.asyncpolling.SimpleAsyncPollingContainerConfigurer
-
- AsyncPolling - Annotation Type in org.openspaces.events.asyncpolling
-
Marks an event listener an asyncronous polled event listener.
- AsyncPollingAnnotationPostProcessor - Class in org.openspaces.events.asyncpolling.config
-
- AsyncPollingAnnotationPostProcessor() - Constructor for class org.openspaces.events.asyncpolling.config.AsyncPollingAnnotationPostProcessor
-
- AsyncPollingContainerBeanDefinitionParser - Class in org.openspaces.events.config
-
- AsyncPollingContainerBeanDefinitionParser() - Constructor for class org.openspaces.events.config.AsyncPollingContainerBeanDefinitionParser
-
- AsyncPollingEventContainerServiceDetails - Class in org.openspaces.events.asyncpolling
-
Async Polling container service details.
- AsyncPollingEventContainerServiceDetails() - Constructor for class org.openspaces.events.asyncpolling.AsyncPollingEventContainerServiceDetails
-
- AsyncPollingEventContainerServiceDetails(String, String, Object, boolean, String, long, int) - Constructor for class org.openspaces.events.asyncpolling.AsyncPollingEventContainerServiceDetails
-
- AsyncPollingEventContainerServiceDetails.Attributes - Class in org.openspaces.events.asyncpolling
-
- AsyncPollingEventContainerServiceMonitors - Class in org.openspaces.events.asyncpolling
-
Async Polling container service monitors.
- AsyncPollingEventContainerServiceMonitors() - Constructor for class org.openspaces.events.asyncpolling.AsyncPollingEventContainerServiceMonitors
-
- AsyncPollingEventContainerServiceMonitors(String, long, long, String) - Constructor for class org.openspaces.events.asyncpolling.AsyncPollingEventContainerServiceMonitors
-
- AsyncPollingEventContainerServiceMonitors.Attributes - Class in org.openspaces.events.asyncpolling
-
- asyncRead(T) - Method in class org.openspaces.core.DefaultGigaSpace
-
- asyncRead(T, AsyncFutureListener<T>) - Method in class org.openspaces.core.DefaultGigaSpace
-
- asyncRead(T, long) - Method in class org.openspaces.core.DefaultGigaSpace
-
- asyncRead(T, long, AsyncFutureListener<T>) - Method in class org.openspaces.core.DefaultGigaSpace
-
- asyncRead(T, long, int) - Method in class org.openspaces.core.DefaultGigaSpace
-
- asyncRead(T, long, ReadModifiers) - Method in class org.openspaces.core.DefaultGigaSpace
-
- asyncRead(T, long, int, AsyncFutureListener<T>) - Method in class org.openspaces.core.DefaultGigaSpace
-
- asyncRead(T, long, ReadModifiers, AsyncFutureListener<T>) - Method in class org.openspaces.core.DefaultGigaSpace
-
- asyncRead(ISpaceQuery<T>) - Method in class org.openspaces.core.DefaultGigaSpace
-
- asyncRead(ISpaceQuery<T>, AsyncFutureListener<T>) - Method in class org.openspaces.core.DefaultGigaSpace
-
- asyncRead(ISpaceQuery<T>, long) - Method in class org.openspaces.core.DefaultGigaSpace
-
- asyncRead(ISpaceQuery<T>, long, AsyncFutureListener<T>) - Method in class org.openspaces.core.DefaultGigaSpace
-
- asyncRead(ISpaceQuery<T>, long, int) - Method in class org.openspaces.core.DefaultGigaSpace
-
- asyncRead(ISpaceQuery<T>, long, ReadModifiers) - Method in class org.openspaces.core.DefaultGigaSpace
-
- asyncRead(ISpaceQuery<T>, long, int, AsyncFutureListener<T>) - Method in class org.openspaces.core.DefaultGigaSpace
-
- asyncRead(ISpaceQuery<T>, long, ReadModifiers, AsyncFutureListener<T>) - Method in class org.openspaces.core.DefaultGigaSpace
-
- asyncRead(T) - Method in interface org.openspaces.core.GigaSpace
-
Reads any matching entry from the space in an asynchronous manner.
- asyncRead(T, AsyncFutureListener<T>) - Method in interface org.openspaces.core.GigaSpace
-
Reads any matching entry from the space in an asynchronous manner.
- asyncRead(T, long) - Method in interface org.openspaces.core.GigaSpace
-
Reads any matching entry from the space in an asynchronous manner.
- asyncRead(T, long, AsyncFutureListener<T>) - Method in interface org.openspaces.core.GigaSpace
-
Reads any matching entry from the space in an asynchronous manner.
- asyncRead(T, long, int) - Method in interface org.openspaces.core.GigaSpace
-
- asyncRead(T, long, ReadModifiers) - Method in interface org.openspaces.core.GigaSpace
-
Reads any matching entry from the space in an asynchronous manner.
- asyncRead(T, long, int, AsyncFutureListener<T>) - Method in interface org.openspaces.core.GigaSpace
-
- asyncRead(T, long, ReadModifiers, AsyncFutureListener<T>) - Method in interface org.openspaces.core.GigaSpace
-
Reads any matching entry from the space in an asynchronous manner.
- asyncRead(ISpaceQuery<T>) - Method in interface org.openspaces.core.GigaSpace
-
Reads any matching entry from the space in an asynchronous manner.
- asyncRead(ISpaceQuery<T>, AsyncFutureListener<T>) - Method in interface org.openspaces.core.GigaSpace
-
Reads any matching entry from the space in an asynchronous manner.
- asyncRead(ISpaceQuery<T>, long) - Method in interface org.openspaces.core.GigaSpace
-
Reads any matching entry from the space in an asynchronous manner.
- asyncRead(ISpaceQuery<T>, long, AsyncFutureListener<T>) - Method in interface org.openspaces.core.GigaSpace
-
Reads any matching entry from the space in an asynchronous manner.
- asyncRead(ISpaceQuery<T>, long, int) - Method in interface org.openspaces.core.GigaSpace
-
- asyncRead(ISpaceQuery<T>, long, ReadModifiers) - Method in interface org.openspaces.core.GigaSpace
-
Reads any matching entry from the space in an asynchronous manner.
- asyncRead(ISpaceQuery<T>, long, int, AsyncFutureListener<T>) - Method in interface org.openspaces.core.GigaSpace
-
- asyncRead(ISpaceQuery<T>, long, ReadModifiers, AsyncFutureListener<T>) - Method in interface org.openspaces.core.GigaSpace
-
Reads any matching entry from the space in an asynchronous manner.
- asyncRead(GigaSpace, T) - Static method in class org.openspaces.extensions.AsyncExtension
-
- asyncRead(GigaSpace, T, long, TimeUnit) - Static method in class org.openspaces.extensions.AsyncExtension
-
- asyncRead(GigaSpace, T, long, TimeUnit, ReadModifiers) - Static method in class org.openspaces.extensions.AsyncExtension
-
- asyncRead(GigaSpace, ISpaceQuery<T>) - Static method in class org.openspaces.extensions.AsyncExtension
-
- asyncRead(GigaSpace, ISpaceQuery<T>, long, TimeUnit) - Static method in class org.openspaces.extensions.AsyncExtension
-
- asyncRead(GigaSpace, ISpaceQuery<T>, long, TimeUnit, ReadModifiers) - Static method in class org.openspaces.extensions.AsyncExtension
-
- asyncReceive(Object, GigaSpace, long, AsyncFutureListener) - Method in interface org.openspaces.events.asyncpolling.receive.AsyncOperationHandler
-
Perform the async receive operation.
- asyncReceive(Object, GigaSpace, long, AsyncFutureListener) - Method in class org.openspaces.events.asyncpolling.receive.ExclusiveReadAsyncOperationHandler
-
- asyncReceive(Object, GigaSpace, long, AsyncFutureListener) - Method in class org.openspaces.events.asyncpolling.receive.SingleReadAsyncOperationHandler
-
- asyncReceive(Object, GigaSpace, long, AsyncFutureListener) - Method in class org.openspaces.events.asyncpolling.receive.SingleTakeAsyncOperationHandler
-
- AsyncResult<T> - Interface in com.gigaspaces.async
-
An async invocation result holding the actual result of the invocation
or an possible exception raised during the invocation.
- AsyncResultFilter<T> - Interface in com.gigaspaces.async
-
An optional filter that can be used with distributed tasks.
- AsyncResultFilter.Decision - Enum in com.gigaspaces.async
-
Controls what should be done with the results.
- AsyncResultFilterEvent<T> - Class in com.gigaspaces.async
-
- AsyncResultFilterEvent(AsyncResult<T>, AsyncResult<T>[], int) - Constructor for class com.gigaspaces.async.AsyncResultFilterEvent
-
Constructs a new async result filter event
- AsyncResultFuture<T> - Class in org.openspaces.core.executor.support
-
- AsyncResultFuture(AsyncResult<T>) - Constructor for class org.openspaces.core.executor.support.AsyncResultFuture
-
- AsyncResultsReducer<T,R> - Interface in com.gigaspaces.async
-
A generic interface that reduces a list of
AsyncResult
.
- asyncTake(T) - Method in class org.openspaces.core.DefaultGigaSpace
-
- asyncTake(T, AsyncFutureListener<T>) - Method in class org.openspaces.core.DefaultGigaSpace
-
- asyncTake(T, long) - Method in class org.openspaces.core.DefaultGigaSpace
-
- asyncTake(T, long, AsyncFutureListener<T>) - Method in class org.openspaces.core.DefaultGigaSpace
-
- asyncTake(T, long, int) - Method in class org.openspaces.core.DefaultGigaSpace
-
- asyncTake(T, long, TakeModifiers) - Method in class org.openspaces.core.DefaultGigaSpace
-
- asyncTake(T, long, int, AsyncFutureListener<T>) - Method in class org.openspaces.core.DefaultGigaSpace
-
- asyncTake(T, long, TakeModifiers, AsyncFutureListener<T>) - Method in class org.openspaces.core.DefaultGigaSpace
-
- asyncTake(ISpaceQuery<T>) - Method in class org.openspaces.core.DefaultGigaSpace
-
- asyncTake(ISpaceQuery<T>, AsyncFutureListener<T>) - Method in class org.openspaces.core.DefaultGigaSpace
-
- asyncTake(ISpaceQuery<T>, long) - Method in class org.openspaces.core.DefaultGigaSpace
-
- asyncTake(ISpaceQuery<T>, long, AsyncFutureListener<T>) - Method in class org.openspaces.core.DefaultGigaSpace
-
- asyncTake(ISpaceQuery<T>, long, int) - Method in class org.openspaces.core.DefaultGigaSpace
-
- asyncTake(ISpaceQuery<T>, long, TakeModifiers) - Method in class org.openspaces.core.DefaultGigaSpace
-
- asyncTake(ISpaceQuery<T>, long, int, AsyncFutureListener<T>) - Method in class org.openspaces.core.DefaultGigaSpace
-
- asyncTake(ISpaceQuery<T>, long, TakeModifiers, AsyncFutureListener<T>) - Method in class org.openspaces.core.DefaultGigaSpace
-
- asyncTake(T) - Method in interface org.openspaces.core.GigaSpace
-
Take (remove) any matching entry from the space in an asynchronous manner.
- asyncTake(T, AsyncFutureListener<T>) - Method in interface org.openspaces.core.GigaSpace
-
Take (remove) any matching entry from the space in an asynchronous manner.
- asyncTake(T, long) - Method in interface org.openspaces.core.GigaSpace
-
Take (remove) any matching entry from the space in an asynchronous manner.
- asyncTake(T, long, AsyncFutureListener<T>) - Method in interface org.openspaces.core.GigaSpace
-
Take (remove) any matching entry from the space in an asynchronous manner.
- asyncTake(T, long, int) - Method in interface org.openspaces.core.GigaSpace
-
- asyncTake(T, long, TakeModifiers) - Method in interface org.openspaces.core.GigaSpace
-
Take (remove) any matching entry from the space in an asynchronous manner.
- asyncTake(T, long, int, AsyncFutureListener<T>) - Method in interface org.openspaces.core.GigaSpace
-
- asyncTake(T, long, TakeModifiers, AsyncFutureListener<T>) - Method in interface org.openspaces.core.GigaSpace
-
Take (remove) any matching entry from the space in an asynchronous manner.
- asyncTake(ISpaceQuery<T>) - Method in interface org.openspaces.core.GigaSpace
-
Take (remove) any matching entry from the space in an asynchronous manner.
- asyncTake(ISpaceQuery<T>, AsyncFutureListener<T>) - Method in interface org.openspaces.core.GigaSpace
-
Take (remove) any matching entry from the space in an asynchronous manner.
- asyncTake(ISpaceQuery<T>, long) - Method in interface org.openspaces.core.GigaSpace
-
Take (remove) any matching entry from the space in an asynchronous manner.
- asyncTake(ISpaceQuery<T>, long, AsyncFutureListener<T>) - Method in interface org.openspaces.core.GigaSpace
-
Take (remove) any matching entry from the space in an asynchronous manner.
- asyncTake(ISpaceQuery<T>, long, int) - Method in interface org.openspaces.core.GigaSpace
-
- asyncTake(ISpaceQuery<T>, long, TakeModifiers) - Method in interface org.openspaces.core.GigaSpace
-
Take (remove) any matching entry from the space in an asynchronous manner.
- asyncTake(ISpaceQuery<T>, long, int, AsyncFutureListener<T>) - Method in interface org.openspaces.core.GigaSpace
-
- asyncTake(ISpaceQuery<T>, long, TakeModifiers, AsyncFutureListener<T>) - Method in interface org.openspaces.core.GigaSpace
-
Take (remove) any matching entry from the space in an asynchronous manner.
- asyncTake(GigaSpace, T) - Static method in class org.openspaces.extensions.AsyncExtension
-
- asyncTake(GigaSpace, T, long, TimeUnit) - Static method in class org.openspaces.extensions.AsyncExtension
-
- asyncTake(GigaSpace, T, long, TimeUnit, TakeModifiers) - Static method in class org.openspaces.extensions.AsyncExtension
-
- asyncTake(GigaSpace, ISpaceQuery<T>) - Static method in class org.openspaces.extensions.AsyncExtension
-
- asyncTake(GigaSpace, ISpaceQuery<T>, long, TimeUnit) - Static method in class org.openspaces.extensions.AsyncExtension
-
- asyncTake(GigaSpace, ISpaceQuery<T>, long, TimeUnit, TakeModifiers) - Static method in class org.openspaces.extensions.AsyncExtension
-
- AtLeastOneZoneConfig - Class in org.openspaces.admin.zone.config
-
Satisfied if at least one of the zones exist
PU[A,B] is statisfied by GSC[A,B]
PU[A,B] is statisfied by GSC[A]
PU[A,B] is statisfied by GSC[B]
PU[A] is statisfied by GSC[A,B]
PU[A] is statisfied by GSC[A]
PU[A] is NOT statisfied by GSC[]
- AtLeastOneZoneConfig(Map<String, String>) - Constructor for class org.openspaces.admin.zone.config.AtLeastOneZoneConfig
-
- AtLeastOneZoneConfig() - Constructor for class org.openspaces.admin.zone.config.AtLeastOneZoneConfig
-
- AtLeastOneZoneConfigurer - Class in org.openspaces.admin.zone.config
-
- AtLeastOneZoneConfigurer() - Constructor for class org.openspaces.admin.zone.config.AtLeastOneZoneConfigurer
-
- atMostOneConcurrentRelocation(boolean) - Method in class org.openspaces.admin.pu.elastic.config.AutomaticCapacityScaleConfigurer
-
- atMostOneConcurrentRelocation(boolean) - Method in class org.openspaces.admin.pu.elastic.config.EagerScaleConfigurer
-
- atMostOneConcurrentRelocation(boolean) - Method in class org.openspaces.admin.pu.elastic.config.ManualCapacityPerZonesScaleConfigurer
-
- atMostOneConcurrentRelocation(boolean) - Method in class org.openspaces.admin.pu.elastic.config.ManualCapacityScaleConfigurer
-
- atMostOneConcurrentRelocation(boolean) - Method in interface org.openspaces.admin.pu.elastic.config.ScaleStrategyConfigurer
-
- atMostOneContainerPerMachine() - Method in class org.openspaces.admin.pu.elastic.config.AutomaticCapacityScaleConfigurer
-
- atMostOneContainerPerMachine() - Method in class org.openspaces.admin.pu.elastic.config.EagerScaleConfigurer
-
- atMostOneContainerPerMachine() - Method in class org.openspaces.admin.pu.elastic.config.ManualCapacityPerZonesScaleConfigurer
-
- atMostOneContainerPerMachine() - Method in class org.openspaces.admin.pu.elastic.config.ManualCapacityScaleConfigurer
-
- atMostOneContainerPerMachine() - Method in interface org.openspaces.admin.pu.elastic.config.ScaleStrategyConfigurer
-
- atoi(byte[]) - Static method in class org.openspaces.memcached.util.BufferUtils
-
- atol(byte[]) - Static method in class org.openspaces.memcached.util.BufferUtils
-
- attempt() - Method in class com.sun.jini.thread.RetryTask
-
Return the attempt number, starting with zero.
- Attributes() - Constructor for class org.openspaces.core.space.SpaceServiceDetails.Attributes
-
- Attributes() - Constructor for class org.openspaces.events.asyncpolling.AggregatedAsyncPollingEventContainerServiceDetails.Attributes
-
- Attributes() - Constructor for class org.openspaces.events.asyncpolling.AsyncPollingEventContainerServiceDetails.Attributes
-
- Attributes() - Constructor for class org.openspaces.events.asyncpolling.AsyncPollingEventContainerServiceMonitors.Attributes
-
- Attributes() - Constructor for class org.openspaces.events.EventContainerServiceDetails.Attributes
-
- Attributes() - Constructor for class org.openspaces.events.EventContainerServiceMonitors.Attributes
-
- Attributes() - Constructor for class org.openspaces.events.notify.AggregatedNotifyEventContainerServiceDetails.Attributes
-
- Attributes() - Constructor for class org.openspaces.events.notify.NotifyEventContainerServiceDetails.Attributes
-
- Attributes() - Constructor for class org.openspaces.events.notify.NotifyEventContainerServiceMonitors.Attributes
-
- Attributes() - Constructor for class org.openspaces.events.polling.AggregatedPollingEventContainerServiceDetails.Attributes
-
- Attributes() - Constructor for class org.openspaces.events.polling.PollingEventContainerServiceDetails.Attributes
-
- Attributes() - Constructor for class org.openspaces.events.polling.PollingEventContainerServiceMonitors.Attributes
-
- Attributes() - Constructor for class org.openspaces.memcached.MemcachedServiceDetails.Attributes
-
- Attributes() - Constructor for class org.openspaces.memcached.MemcachedServiceMonitors.Attributes
-
- Attributes() - Constructor for class org.openspaces.pu.container.jee.JeeServiceDetails.Attributes
-
- Attributes() - Constructor for class org.openspaces.pu.container.jee.stats.WebRequestsServiceMonitors.Attributes
-
- attributes - Variable in class org.openspaces.pu.service.PlainServiceDetails
-
- Attributes() - Constructor for class org.openspaces.remoting.RemotingServiceDetails.Attributes
-
- Attributes() - Constructor for class org.openspaces.remoting.RemotingServiceMonitors.Attributes
-
- attributeSets - Variable in class com.sun.jini.reggie.Item
-
ServiceItem.attributeSets converted to EntryReps.
- attributeSets - Variable in class net.jini.core.lookup.ServiceItem
-
Attribute sets.
- attributeSetTemplates - Variable in class com.sun.jini.reggie.Template
-
ServiceTemplate.attributeSetTemplates converted to EntryReps
- attributeSetTemplates - Variable in class net.jini.core.lookup.ServiceTemplate
-
Attribute set templates to match, or null.
- attributeStore(AttributeStore) - Method in class org.openspaces.core.space.EmbeddedSpaceConfigurer
-
Sets an attribute store
- attributeStore(AttributeStore) - Method in class org.openspaces.core.space.EmbeddedSpaceFactoryBean
-
- attributeStore(AttributeStore) - Method in class org.openspaces.core.space.UrlSpaceConfigurer
-
Sets an attribute store
- attributeStore(AttributeStore) - Method in class org.openspaces.core.space.UrlSpaceFactoryBean
-
- AttributeStoreBeanDefinitionParser - Class in org.openspaces.core.config
-
- AttributeStoreBeanDefinitionParser() - Constructor for class org.openspaces.core.config.AttributeStoreBeanDefinitionParser
-
- AttributeStoreFactoryBean - Class in org.openspaces.core.config
-
- AttributeStoreFactoryBean() - Constructor for class org.openspaces.core.config.AttributeStoreFactoryBean
-
- AuditDetails - Class in com.gigaspaces.security.audit
-
The AuditDetails
are client side auditing details sent to the server on each
authentication request.
- AuditDetails() - Constructor for class com.gigaspaces.security.audit.AuditDetails
-
Constructs the session details - done at proxy side.
- AuditHandler - Class in com.gigaspaces.security.audit
-
- AuditHandler() - Constructor for class com.gigaspaces.security.audit.AuditHandler
-
Construct a default FileHandler.
- AuditLogRecord - Class in com.gigaspaces.security.audit
-
The java logging facility formats a
LogRecord
before it is logged.
- AuditLogRecord(Level, String, String) - Constructor for class com.gigaspaces.security.audit.AuditLogRecord
-
- augmentInitialLoadEntries - Variable in class org.openspaces.persistency.ClusterInfoAwareSpaceDataSource
-
- augmentInitialLoadEntries(boolean) - Method in class org.openspaces.persistency.hibernate.CriteriaHibernateSpaceDataSourceConfigurer
-
Feature switch for initial load entries augmentation (creation of partition-specific query for entries).
- augmentInitialLoadEntries(boolean) - Method in class org.openspaces.persistency.hibernate.DefaultHibernateSpaceDataSourceConfigurer
-
Feature switch for initial load entries augmentation (creation of partition-specific query for entries) Defaults to true
.
- augmentInitialLoadEntries(boolean) - Method in class org.openspaces.persistency.hibernate.StatelessHibernateSpaceDataSourceConfigurer
-
Feature switch for initial load entries augmentation (creation of partition-specific query for entries)
- authenticate(UserDetails) - Method in interface com.gigaspaces.security.SecurityManager
-
Attempts to authenticate the passed user represented by
UserDetails
, returning a
fully populated
UserDetails
object (including granted authorities) if
successful.
- authenticate(UserDetails) - Method in class org.openspaces.security.spring.SpringSecurityManager
-
Attempts to authenticate the passed
UserDetails
object, returning a fully populated
Authentication
object (including granted authorities) if successful.
- Authentication - Class in com.gigaspaces.security
-
- Authentication(UserDetails) - Constructor for class com.gigaspaces.security.Authentication
-
Create an authentication for an authenticated
UserDetails
.
- AuthenticationException - Exception in com.gigaspaces.security
-
Thrown if an authentication is invalid.
- AuthenticationException() - Constructor for exception com.gigaspaces.security.AuthenticationException
-
Constructs a AuthenticationException
with no detail message.
- AuthenticationException(String) - Constructor for exception com.gigaspaces.security.AuthenticationException
-
Constructs a AuthenticationException
with the specified detail message.
- AuthenticationException(String, Throwable) - Constructor for exception com.gigaspaces.security.AuthenticationException
-
Creates a AuthenticationException
with the specified detail message and cause.
- AuthenticationException(Throwable) - Constructor for exception com.gigaspaces.security.AuthenticationException
-
Creates a AuthenticationException
with the specified cause and a detail message of
(cause==null ?
- AuthenticationPermission - Class in net.jini.security
-
Represents permission to use the private credentials of subjects for the
purpose of authenticating as any subset of the local principals specified
in the target name, during secure remote calls with any peer that
authenticates as at least the set of peer principals specified in the
target name.
- AuthenticationPermission(String, String) - Constructor for class net.jini.security.AuthenticationPermission
-
Creates an instance with the specified target name and actions.
- AuthenticationPermission(Set, Set, String) - Constructor for class net.jini.security.AuthenticationPermission
-
Creates an instance with the specified actions and a target name
constructed from the specified local and peer principals.
- Authority - Interface in com.gigaspaces.security
-
Interface for all authorities that may be granted to a user.
- AuthorityFactory - Class in com.gigaspaces.security
-
- AuthorityFactory() - Constructor for class com.gigaspaces.security.AuthorityFactory
-
- AUTO_RENEW - Static variable in class org.openspaces.events.notify.AggregatedNotifyEventContainerServiceDetails.Attributes
-
- AUTO_RENEW - Static variable in class org.openspaces.events.notify.NotifyEventContainerServiceDetails.Attributes
-
- AutomaticCapacityCooldownValidator - Class in org.openspaces.grid.gsm.autoscaling
-
Validates the cooldown period of auto-scaling rules.
- AutomaticCapacityCooldownValidator() - Constructor for class org.openspaces.grid.gsm.autoscaling.AutomaticCapacityCooldownValidator
-
- AutomaticCapacityScaleConfig - Class in org.openspaces.admin.pu.elastic.config
-
Defines an automatic scaling strategy that increases and decreases capacity.
- AutomaticCapacityScaleConfig() - Constructor for class org.openspaces.admin.pu.elastic.config.AutomaticCapacityScaleConfig
-
Default constructor
- AutomaticCapacityScaleConfig(Map<String, String>) - Constructor for class org.openspaces.admin.pu.elastic.config.AutomaticCapacityScaleConfig
-
- AutomaticCapacityScaleConfigurer - Class in org.openspaces.admin.pu.elastic.config
-
- AutomaticCapacityScaleConfigurer() - Constructor for class org.openspaces.admin.pu.elastic.config.AutomaticCapacityScaleConfigurer
-
- AutomaticCapacityScaleRuleConfig - Class in org.openspaces.admin.pu.elastic.config
-
Configures an automatic scaling rule based on a monitored statistics and thresholds.
- AutomaticCapacityScaleRuleConfig() - Constructor for class org.openspaces.admin.pu.elastic.config.AutomaticCapacityScaleRuleConfig
-
- AutomaticCapacityScaleRuleConfig(Map<String, String>) - Constructor for class org.openspaces.admin.pu.elastic.config.AutomaticCapacityScaleRuleConfig
-
- AutomaticCapacityScaleRuleConfigurer - Class in org.openspaces.admin.pu.elastic.config
-
- AutomaticCapacityScaleRuleConfigurer() - Constructor for class org.openspaces.admin.pu.elastic.config.AutomaticCapacityScaleRuleConfigurer
-
- AutomaticCapacityScaleStrategyBean - Class in org.openspaces.grid.gsm.strategy
-
+ * The business logic that scales an elastic processing unit based on the specified
+ *
AutomaticCapacityScaleConfig
+ *
+ * @author itaif
+ * @since 9.0.0
+
- AutomaticCapacityScaleStrategyBean() - Constructor for class org.openspaces.grid.gsm.strategy.AutomaticCapacityScaleStrategyBean
-
- AutomaticCapacityScaleTopology - Interface in org.openspaces.admin.pu.elastic.topology
-
- autoRenew(boolean) - Method in class org.openspaces.events.notify.SimpleNotifyContainerConfigurer
-
- AutoScalingConfigConflictException - Exception in org.openspaces.grid.gsm.autoscaling.exceptions
-
an exception that is raised if the autoscaling configuration parameters causes an un resolvable conflict
in the Minimum/Maximum Capacity requirements for a specific zone.
- AutoScalingConfigConflictException(ProcessingUnit, CapacityRequirements, CapacityRequirements, Set<String>, CapacityRequirementsPerZones, CapacityRequirementsPerZones) - Constructor for exception org.openspaces.grid.gsm.autoscaling.exceptions.AutoScalingConfigConflictException
-
- AutoScalingHighThresholdBreachedException - Exception in org.openspaces.grid.gsm.autoscaling.exceptions
-
- AutoScalingHighThresholdBreachedException(ProcessingUnit, CapacityRequirements, CapacityRequirements, long, AutomaticCapacityScaleRuleConfig, String) - Constructor for exception org.openspaces.grid.gsm.autoscaling.exceptions.AutoScalingHighThresholdBreachedException
-
- AutoScalingInstanceStatisticsException - Exception in org.openspaces.grid.gsm.autoscaling.exceptions
-
- AutoScalingInstanceStatisticsException(ProcessingUnitInstance, String) - Constructor for exception org.openspaces.grid.gsm.autoscaling.exceptions.AutoScalingInstanceStatisticsException
-
- AutoScalingLowThresholdBreachedException - Exception in org.openspaces.grid.gsm.autoscaling.exceptions
-
- AutoScalingLowThresholdBreachedException(ProcessingUnit, CapacityRequirements, CapacityRequirements, long, AutomaticCapacityScaleRuleConfig, String) - Constructor for exception org.openspaces.grid.gsm.autoscaling.exceptions.AutoScalingLowThresholdBreachedException
-
- AutoScalingSlaEnforcement - Class in org.openspaces.grid.gsm.autoscaling
-
Enforces the AutoScalingSlaPolicy of all processing units by starting an enforcement endpoint for each PU.
- AutoScalingSlaEnforcement(Admin) - Constructor for class org.openspaces.grid.gsm.autoscaling.AutoScalingSlaEnforcement
-
- AutoScalingSlaEnforcementEndpoint - Interface in org.openspaces.grid.gsm.autoscaling
-
A service that on demand enforces auto scaling rules providing the new capacity requirements as a result.
- AutoScalingSlaEnforcementEndpointAware - Interface in org.openspaces.grid.gsm.autoscaling
-
- AutoScalingSlaEnforcementInProgressException - Exception in org.openspaces.grid.gsm.autoscaling.exceptions
-
- AutoScalingSlaEnforcementInProgressException(ProcessingUnit, String) - Constructor for exception org.openspaces.grid.gsm.autoscaling.exceptions.AutoScalingSlaEnforcementInProgressException
-
- AutoScalingSlaEnforcementInProgressException(ProcessingUnit, String, Throwable) - Constructor for exception org.openspaces.grid.gsm.autoscaling.exceptions.AutoScalingSlaEnforcementInProgressException
-
- AutoScalingSlaPolicy - Class in org.openspaces.grid.gsm.autoscaling
-
- AutoScalingSlaPolicy() - Constructor for class org.openspaces.grid.gsm.autoscaling.AutoScalingSlaPolicy
-
- AutoScalingSlaUtils - Class in org.openspaces.grid.gsm.autoscaling
-
- AutoScalingSlaUtils() - Constructor for class org.openspaces.grid.gsm.autoscaling.AutoScalingSlaUtils
-
- AutoScalingStatisticsException - Exception in org.openspaces.grid.gsm.autoscaling.exceptions
-
- AutoScalingStatisticsException(ProcessingUnit, String) - Constructor for exception org.openspaces.grid.gsm.autoscaling.exceptions.AutoScalingStatisticsException
-
- AutoScalingStatisticsException(ProcessingUnit, String, Throwable) - Constructor for exception org.openspaces.grid.gsm.autoscaling.exceptions.AutoScalingStatisticsException
-
- AutoScalingStatisticsException(ProcessingUnit, ProcessingUnitStatisticsId) - Constructor for exception org.openspaces.grid.gsm.autoscaling.exceptions.AutoScalingStatisticsException
-
- AutoScalingStatisticsFormatException - Exception in org.openspaces.grid.gsm.autoscaling.exceptions
-
- AutoScalingStatisticsFormatException(ProcessingUnit, Object, Object, NumberFormatException) - Constructor for exception org.openspaces.grid.gsm.autoscaling.exceptions.AutoScalingStatisticsFormatException
-
- AutoScalingTemporarilyDisabledCooldownException - Exception in org.openspaces.grid.gsm.autoscaling.exceptions
-
Indicates that auto scaling rules are disabled due to cooldown period after instance
added or instance removed.
- AutoScalingTemporarilyDisabledCooldownException(ProcessingUnit, long) - Constructor for exception org.openspaces.grid.gsm.autoscaling.exceptions.AutoScalingTemporarilyDisabledCooldownException
-
- AutoScalingThresholdBreachedException - Exception in org.openspaces.grid.gsm.autoscaling.exceptions
-
Base class for high/low threshold breached exceptions
- AutoScalingThresholdBreachedException(String, ProcessingUnit, CapacityRequirements, CapacityRequirements, long, AutomaticCapacityScaleRuleConfig, boolean, String) - Constructor for exception org.openspaces.grid.gsm.autoscaling.exceptions.AutoScalingThresholdBreachedException
-
- autoStart(boolean) - Method in class org.openspaces.archive.ArchivePollingContainerConfigurer
-
- autoStart(boolean) - Method in class org.openspaces.events.asyncpolling.SimpleAsyncPollingContainerConfigurer
-
- autoStart(boolean) - Method in class org.openspaces.events.notify.SimpleNotifyContainerConfigurer
-
- autoStart(boolean) - Method in class org.openspaces.events.polling.SimplePollingContainerConfigurer
-
- AutowireArguments - Annotation Type in org.openspaces.remoting
-
An annotation enabling autowiring of arguments in a remoting service.
- AutowireArgumentsMarker - Interface in org.openspaces.remoting
-
A marker interface enabling autowiring of arguments in a remoting service.
- AutowireTask - Annotation Type in org.openspaces.core.executor
-
A marker annotation enabling a task to be autowired with resources defined within
the processing unit.
- AutowireTaskMarker - Interface in org.openspaces.core.executor
-
A marker interface enabling a task to be autowired with resources defined within
the processing unit.
- AvailabilityEvent - Class in net.jini.space
-
- AvailabilityEvent(JavaSpace, long, long, MarshalledObject, boolean) - Constructor for class net.jini.space.AvailabilityEvent
-
Create a new AvailabilityEvent
instance.
- available() - Method in class com.sun.jini.reliableLog.LogInputStream
-
Returns the number of bytes that can be read without blocking.
- available() - Method in class net.jini.io.OptimizedByteArrayInputStream
-
Returns the number of bytes that can be read from this input
stream without blocking.
- AVAILABLE_PROTOCOLS - Static variable in class com.j_spaces.core.client.SpaceURL
-
Deprecated.
Contains a set of actual space protocols.
- average(String) - Method in class com.gigaspaces.query.aggregators.AggregationSet
-
Calculates average of path values of matching entries.
- average(GigaSpace, ISpaceQuery, String) - Static method in class org.openspaces.extensions.QueryExtension
-
- average(String) - Static method in class org.openspaces.extensions.QueryExtension
-
- AVERAGE_REQUESTS_LATENCY - Static variable in class org.openspaces.pu.container.jee.stats.WebRequestsServiceMonitors.Attributes
-
- AverageAggregator - Class in com.gigaspaces.query.aggregators
-
- AverageAggregator() - Constructor for class com.gigaspaces.query.aggregators.AverageAggregator
-
- AverageAggregator.AverageTuple - Class in com.gigaspaces.query.aggregators
-
- AverageInstancesStatisticsConfig - Class in org.openspaces.admin.pu.statistics
-
Calculates the average of all cluster instances values.
- AverageInstancesStatisticsConfig() - Constructor for class org.openspaces.admin.pu.statistics.AverageInstancesStatisticsConfig
-
- AverageInstancesStatisticsConfig(Map<String, String>) - Constructor for class org.openspaces.admin.pu.statistics.AverageInstancesStatisticsConfig
-
- AverageTimeWindowStatisticsConfig - Class in org.openspaces.admin.pu.statistics
-
- AverageTimeWindowStatisticsConfig() - Constructor for class org.openspaces.admin.pu.statistics.AverageTimeWindowStatisticsConfig
-
- AverageTimeWindowStatisticsConfig(Map<String, String>) - Constructor for class org.openspaces.admin.pu.statistics.AverageTimeWindowStatisticsConfig
-
- AverageTimeWindowStatisticsConfigurer - Class in org.openspaces.admin.pu.statistics
-
- AverageTimeWindowStatisticsConfigurer() - Constructor for class org.openspaces.admin.pu.statistics.AverageTimeWindowStatisticsConfigurer
-
- AverageTuple() - Constructor for class com.gigaspaces.query.aggregators.AverageAggregator.AverageTuple
-
- AverageTuple(Number) - Constructor for class com.gigaspaces.query.aggregators.AverageAggregator.AverageTuple
-
- avg(Value) - Method in class org.openspaces.jpa.openjpa.query.QueryExpressionFactory
-
Return the average of the given value for all matches.
- AvgReducer<T extends Number,R extends Number> - Class in org.openspaces.core.executor.support
-
A default implementation of a reducer that averages all types T
into a result R
.
- AvgReducer(Class<R>) - Constructor for class org.openspaces.core.executor.support.AvgReducer
-
- AvgTask<T extends Number,R extends Number> - Class in org.openspaces.core.executor.support
-
- AvgTask() - Constructor for class org.openspaces.core.executor.support.AvgTask
-
Here for externalizable.
- AvgTask(Class<R>, Task<T>) - Constructor for class org.openspaces.core.executor.support.AvgTask
-
Constructs a new sum distributed task that delegates the actual execution to
th provided task.
- AvgTask(Class<R>, Task<T>, AsyncResultFilter<T>) - Constructor for class org.openspaces.core.executor.support.AvgTask
-
Constructs a new sum distributed task that delegates the actual execution to
th provided task.
- await() - Method in interface net.jini.lookup.JoinManager.ModifyAttributesLatch
-
- await(long) - Method in interface net.jini.lookup.JoinManager.ModifyAttributesLatch
-
- awaitInitialization(long, TimeUnit) - Method in class net.jini.discovery.dynamic.DynamicLookupLocatorDiscovery
-
- awaitTermination(long, TimeUnit) - Method in class org.openspaces.core.executor.juc.DefaultTaskExecutorService
-
- Cache - Interface in com.j_spaces.javax.cache
-
Deprecated.
- cache(boolean) - Method in class org.openspaces.remoting.scripting.ResourceLazyLoadingScript
-
Should this script be cached or not.
- cache(boolean) - Method in class org.openspaces.remoting.scripting.StaticScript
-
Should this script be cached or not.
- CACHE_CONTEXT_CLOSE_MAX_WAIT - Static variable in class com.j_spaces.kernel.SystemProperties
-
- CACHE_CONTEXT_CLOSE_MAX_WAIT_DEFAULT - Static variable in class com.j_spaces.kernel.SystemProperties
-
- CACHE_MANAGER_EMBEDDED_INDEX_PROTECTION - Static variable in class com.j_spaces.kernel.SystemProperties
-
protect embedded indexes by clonning values.
- CACHE_MANAGER_EMBEDDED_INDEX_PROTECTION_DEFAULT - Static variable in class com.j_spaces.kernel.SystemProperties
-
- CACHE_MANAGER_HASHMAP_SEGMENTS - Static variable in class com.j_spaces.kernel.SystemProperties
-
Number of segments used in creating CHM for entries- uids, indices, off-heap internalcache .
- CACHE_MANAGER_HASHMAP_SEGMENTS_DEFAULT - Static variable in class com.j_spaces.kernel.SystemProperties
-
Default Number of segments used in creating CHM for entries- uids, indices, off-heap internalcache.
- CACHE_MANAGER_LOG_RECOVER_PROCESS - Static variable in class com.j_spaces.kernel.SystemProperties
-
Specified whether to disable database recovery logging, default is true.
- CACHE_MANAGER_RECOVER_INTERVAL_DEFAULT - Static variable in class com.j_spaces.kernel.SystemProperties
-
- CACHE_MANAGER_RECOVER_INTERVAL_LOG - Static variable in class com.j_spaces.kernel.SystemProperties
-
Interval in miliseconds to log database recovery process, default is 10 seconds.
- CACHE_URL_PROP - Static variable in class com.j_spaces.core.client.SpaceURL
-
Deprecated.
This system property can be used when space started using
ServiceStarter
.
- CacheEntry - Interface in com.j_spaces.javax.cache
-
Deprecated.
- CacheException - Exception in com.j_spaces.core.client
-
Exception class that is thrown when any kind of Cache related
exception happens.
- CacheException(String) - Constructor for exception com.j_spaces.core.client.CacheException
-
Constructs a new cache exception with the specified detail message.
- CacheException(String, Throwable) - Constructor for exception com.j_spaces.core.client.CacheException
-
Constructs a new cache exception with the specified detail message and
cause.
- CacheException - Exception in com.j_spaces.javax.cache
-
Deprecated.
- CacheException() - Constructor for exception com.j_spaces.javax.cache.CacheException
-
Deprecated.
Constructs a new CacheException.
- CacheException(String) - Constructor for exception com.j_spaces.javax.cache.CacheException
-
Deprecated.
Constructs a new CacheException with a message string.
- CacheException(String, Throwable) - Constructor for exception com.j_spaces.javax.cache.CacheException
-
Deprecated.
Constructs a CacheException with a message string, and a cause.
- CacheListener - Interface in com.j_spaces.javax.cache
-
Deprecated.
- CachePolicy - Interface in org.openspaces.core.space
-
A generic interface for cache policies.
- cachePolicy(CachePolicy) - Method in class org.openspaces.core.space.EmbeddedSpaceConfigurer
-
- cachePolicy(CachePolicy) - Method in class org.openspaces.core.space.UrlSpaceConfigurer
-
- CacheTimeoutException - Exception in com.j_spaces.core.client
-
This Exception thrown when the entry is locked
under another transaction and operation timeout expired.
- CacheTimeoutException(Object) - Constructor for exception com.j_spaces.core.client.CacheTimeoutException
-
- calc(StatisticsObjectList) - Method in class org.openspaces.admin.pu.statistics.AverageInstancesStatisticsConfig
-
- calc(StatisticsObjectList) - Method in class org.openspaces.admin.pu.statistics.AverageTimeWindowStatisticsConfig
-
- calc(StatisticsObjectList) - Method in class org.openspaces.admin.pu.statistics.CpuPercentageTimeWindowStatisticsConfig
-
- calc(StatisticsObjectList) - Method in class org.openspaces.admin.pu.statistics.LastSampleTimeWindowStatisticsConfig
-
- calc(StatisticsObjectList) - Method in class org.openspaces.admin.pu.statistics.MaximumInstancesStatisticsConfig
-
- calc(StatisticsObjectList) - Method in class org.openspaces.admin.pu.statistics.MaximumTimeWindowStatisticsConfig
-
- calc(StatisticsObjectList) - Method in class org.openspaces.admin.pu.statistics.MinimumInstancesStatisticsConfig
-
- calc(StatisticsObjectList) - Method in class org.openspaces.admin.pu.statistics.MinimumTimeWindowStatisticsConfig
-
- calc(StatisticsObjectList) - Method in class org.openspaces.admin.pu.statistics.PercentileInstancesStatisticsConfig
-
- calc(StatisticsObjectList) - Method in class org.openspaces.admin.pu.statistics.PercentileTimeWindowStatisticsConfig
-
- calc(StatisticsObjectList) - Method in class org.openspaces.admin.pu.statistics.ThroughputTimeWindowStatisticsConfig
-
- calcNumberOfPartitionsFromCpuRequirements(Admin) - Method in class org.openspaces.admin.pu.elastic.config.ElasticStatefulProcessingUnitConfig
-
- calcNumberOfPartitionsFromMemoryRequirements() - Method in class org.openspaces.admin.pu.elastic.config.ElasticStatefulProcessingUnitConfig
-
- calcRoundedTotalMemoryInMB() - Method in class org.openspaces.grid.gsm.strategy.AbstractCapacityScaleStrategyBean
-
- calculateDuration(LeasedResource, long) - Method in class com.sun.jini.landlord.FixedLeasePeriodPolicy
-
Returns the duration this policy is willing to grant for the
passed resource at this time.
- calculatePercent(long, long) - Method in class com.gigaspaces.metrics.Gauge
-
- CallableDistributedTaskAdapter<T extends Serializable,R> - Class in org.openspaces.core.executor.juc
-
An adapter allowing to execute a
Callable
in a distributed fashion.
- CallableDistributedTaskAdapter() - Constructor for class org.openspaces.core.executor.juc.CallableDistributedTaskAdapter
-
Here just for externalizable.
- CallableDistributedTaskAdapter(Callable<T>) - Constructor for class org.openspaces.core.executor.juc.CallableDistributedTaskAdapter
-
Constructs a new callable distributed task adapter.
- CallableDistributedTaskAdapter(Callable<T>, AsyncResultsReducer<T, R>) - Constructor for class org.openspaces.core.executor.juc.CallableDistributedTaskAdapter
-
Constructs a new callable distributed task adapter with a separate reducer.
- CallableDistributedTaskAdapter(Callable<T>, AsyncResultsReducer<T, R>, AsyncResultFilter<T>) - Constructor for class org.openspaces.core.executor.juc.CallableDistributedTaskAdapter
-
Constructs a new callable distributed task adapter with a separate reducer and filter.
- CallableTaskAdapter<T extends Serializable> - Class in org.openspaces.core.executor.juc
-
An adapter allowing to execute a
Callable
using Space task executors.
- CallableTaskAdapter() - Constructor for class org.openspaces.core.executor.juc.CallableTaskAdapter
-
Here just for externalizable.
- CallableTaskAdapter(Callable<T>) - Constructor for class org.openspaces.core.executor.juc.CallableTaskAdapter
-
Constructs a new callable task adapter with the callable to call
.
- canBatch(Lease) - Method in class com.sun.jini.landlord.ConstrainableLandlordLease
-
- canBatch(Lease) - Method in class com.sun.jini.landlord.LandlordLease
-
- canBatch(Lease) - Method in class com.sun.jini.reggie.ConstrainableEventLease
-
Two leases can be batched if they are both RegistrarLeases, share the
same server, and have compatible constraints.
- canBatch(Lease) - Method in interface net.jini.core.lease.Lease
-
Returns a boolean indicating whether or not the lease given as a
parameter can be batched (placed in the same LeaseMap) with the
current lease.
- cancel() - Method in class com.j_spaces.core.client.GSIterator
-
Used by the iterator holder to indicate that there is no further interest
in this iterator.
- cancel(Uuid) - Method in interface com.sun.jini.landlord.Landlord
-
Called by the lease when its
cancel
method is
called.
- cancel() - Method in class com.sun.jini.landlord.LandlordLease
-
- cancel(Uuid) - Method in interface com.sun.jini.landlord.LocalLandlord
-
Cancel the lease that is associated with the given cookie.
- cancel(Uuid) - Method in interface com.sun.jini.mahalo.LeaseExpirationMgr.Expirer
-
Called by a LeaseExpirationMgr when it needs to expire a
resource.
- cancel(Uuid) - Method in class com.sun.jini.mahalo.TxnManagerImpl
-
Cancels the lease on a Transaction
.
- cancel() - Method in class com.sun.jini.reggie.EventLease
-
- cancel() - Method in class com.sun.jini.thread.RetryTask
-
Cancel the retrying of the task.
- cancel(WakeupManager.Ticket) - Method in class com.sun.jini.thread.WakeupManager
-
Cancel the given ticket.
- cancel() - Method in interface net.jini.core.lease.Lease
-
Used by the lease holder to indicate that it is no longer interested
in the resource or information held by the lease.
- cancel(Lease) - Method in class net.jini.lease.LeaseRenewalManager
-
Removes a given lease from the managed set, and cancels it.
- cancel(boolean) - Method in class org.openspaces.core.executor.support.AsyncResultFuture
-
- cancel(boolean) - Method in class org.openspaces.remoting.EventDrivenRemoteFuture
-
Attempts to cancel execution of this task.
- CANCEL_DUPLICATE_PACKET_FILTER - Static variable in class com.j_spaces.kernel.SystemProperties
-
disables the duplication filtering mechanism used to avoid double processing of packets
after recovery.
- CANCEL_DUPLICATE_PACKET_FILTER_DEFAULT - Static variable in class com.j_spaces.kernel.SystemProperties
-
- cancelAll(Uuid[]) - Method in interface com.sun.jini.landlord.Landlord
-
Called by the lease map when its
cancelAll
method is called.
- cancelAll() - Method in class com.sun.jini.landlord.LandlordLeaseMap
-
- cancelAll(LocalLandlord, Uuid[]) - Static method in class com.sun.jini.landlord.LandlordUtil
-
Call landlord.cancel()
for each object in
cookies[]
, passing cookies[i]
.
- cancelAll(Uuid[]) - Method in class com.sun.jini.mahalo.TxnManagerImpl
-
Bulk cancel of leases on Transaction
s.
- cancelAll() - Method in class com.sun.jini.thread.WakeupManager
-
Cancel all tickets.
- cancelAll() - Method in interface net.jini.core.lease.LeaseMap
-
Cancels all leases in the LeaseMap.
- cancelEventLease(long, Uuid) - Method in class com.sun.jini.reggie.GigaRegistrar
-
- cancelEventLease(long, Uuid) - Method in interface com.sun.jini.reggie.Registrar
-
Cancels an event lease.
- cancelLeases(Object[], Uuid[]) - Method in class com.sun.jini.reggie.GigaRegistrar
-
- cancelLeases(Object[], Uuid[]) - Method in interface com.sun.jini.reggie.Registrar
-
Cancels service and event leases from a LeaseMap.
- cancelled() - Method in class com.sun.jini.thread.RetryTask
-
Return true
if cancel
has been invoked.
- cancelServiceLease(ServiceID, Uuid) - Method in class com.sun.jini.reggie.GigaRegistrar
-
- cancelServiceLease(ServiceID, Uuid) - Method in interface com.sun.jini.reggie.Registrar
-
Cancels a service lease.
- canContainKey(Object) - Method in class com.sun.jini.landlord.ConstrainableLandlordLeaseMap
-
- canContainKey(Object) - Method in class com.sun.jini.landlord.LandlordLeaseMap
-
- canContainKey(Object) - Method in interface net.jini.core.lease.LeaseMap
-
Returns true if the given object is a Lease which can be renewed
and cancelled in a batch with other leases in the map.
- canDecrementInstance() - Method in interface org.openspaces.admin.pu.ProcessingUnit
-
- canIncrementInstance() - Method in interface org.openspaces.admin.pu.ProcessingUnit
-
- CannotAbortException - Exception in net.jini.core.transaction
-
Exception thrown when a transaction cannot abort because it has already
already decided to commit.
- CannotAbortException(String) - Constructor for exception net.jini.core.transaction.CannotAbortException
-
Constructs an instance with a detail message.
- CannotAbortException() - Constructor for exception net.jini.core.transaction.CannotAbortException
-
Constructs an instance with no detail message.
- CannotCloseContainerException - Exception in org.openspaces.pu.container
-
Exception indicating failure to close a container.
- CannotCloseContainerException(String) - Constructor for exception org.openspaces.pu.container.CannotCloseContainerException
-
- CannotCloseContainerException(String, Throwable) - Constructor for exception org.openspaces.pu.container.CannotCloseContainerException
-
- CannotCloseSpaceException - Exception in org.openspaces.core.space
-
Happens when
IJSpace
can not be closed.
- CannotCloseSpaceException(String, Throwable) - Constructor for exception org.openspaces.core.space.CannotCloseSpaceException
-
- CannotCommitException - Exception in net.jini.core.transaction
-
Exception thrown when a transaction cannot commit because it has already
aborted or must now be aborted.
- CannotCommitException(String) - Constructor for exception net.jini.core.transaction.CannotCommitException
-
Constructs an instance with a detail message.
- CannotCommitException(String, Throwable) - Constructor for exception net.jini.core.transaction.CannotCommitException
-
- CannotCommitException() - Constructor for exception net.jini.core.transaction.CannotCommitException
-
Constructs an instance with no detail message.
- CannotCreateContainerException - Exception in org.openspaces.pu.container
-
Exception indicating failure to create a container.
- CannotCreateContainerException(String) - Constructor for exception org.openspaces.pu.container.CannotCreateContainerException
-
- CannotCreateContainerException(String, Throwable) - Constructor for exception org.openspaces.pu.container.CannotCreateContainerException
-
- CannotCreateNotifySessionException - Exception in org.openspaces.events.notify
-
A failure to create a notify session.
- CannotCreateNotifySessionException(String, EventSessionConfig) - Constructor for exception org.openspaces.events.notify.CannotCreateNotifySessionException
-
- CannotCreateNotifySessionException(String, EventSessionConfig, Throwable) - Constructor for exception org.openspaces.events.notify.CannotCreateNotifySessionException
-
- CannotCreateSpaceException - Exception in org.openspaces.core.space
-
Happens when
IJSpace
can not be created.
- CannotCreateSpaceException(String, Throwable) - Constructor for exception org.openspaces.core.space.CannotCreateSpaceException
-
- CannotDetermineIfNeedToStartMoreMachinesException - Exception in org.openspaces.grid.gsm.machines.exceptions
-
- CannotDetermineIfNeedToStartMoreMachinesException(ProcessingUnit, int) - Constructor for exception org.openspaces.grid.gsm.machines.exceptions.CannotDetermineIfNeedToStartMoreMachinesException
-
- CannotDiscoverEsmException - Exception in org.openspaces.grid.gsm.sla.exceptions
-
This exception is monitored by the GSA, and causes the ESM process to restart itself.
- CannotDiscoverEsmException(String) - Constructor for exception org.openspaces.grid.gsm.sla.exceptions.CannotDiscoverEsmException
-
- CannotFindSpaceException - Exception in org.openspaces.core.space
-
Happens when
IJSpace
can not be found (when using jini/rmi protocol).
- CannotFindSpaceException(String, Throwable) - Constructor for exception org.openspaces.core.space.CannotFindSpaceException
-
- CannotJoinException - Exception in net.jini.core.transaction
-
Exception thrown when a transaction cannot be joined because it is no
longer active.
- CannotJoinException(String) - Constructor for exception net.jini.core.transaction.CannotJoinException
-
Constructs an instance with a detail message.
- CannotJoinException() - Constructor for exception net.jini.core.transaction.CannotJoinException
-
Constructs an instance with no detail message.
- CannotNestException - Exception in net.jini.core.transaction
-
Exception thrown when an object does not support nested transactions.
- CannotNestException(String) - Constructor for exception net.jini.core.transaction.CannotNestException
-
Constructs an instance with a detail message.
- CannotNestException() - Constructor for exception net.jini.core.transaction.CannotNestException
-
Constructs an instance with no detail message.
- CannotRecoverException - Exception in com.sun.jini.mahalo.log
-
- CannotRecoverException() - Constructor for exception com.sun.jini.mahalo.log.CannotRecoverException
-
- CannotRecoverException(String) - Constructor for exception com.sun.jini.mahalo.log.CannotRecoverException
-
- CapacityMachinesSlaPolicy - Class in org.openspaces.grid.gsm.machines
-
- CapacityMachinesSlaPolicy() - Constructor for class org.openspaces.grid.gsm.machines.CapacityMachinesSlaPolicy
-
- capacityPlanningCompletedEvent() - Method in class org.openspaces.grid.gsm.strategy.AbstractScaleStrategyBean
-
- capacityPlanningCompletedEvent(ZonesConfig) - Method in class org.openspaces.grid.gsm.strategy.AbstractScaleStrategyBean
-
- capacityPlanningInProgressEvent(AutoScalingSlaEnforcementInProgressException, ZonesConfig) - Method in class org.openspaces.grid.gsm.strategy.AbstractScaleStrategyBean
-
- capacityPlanningInProgressEvent(ElasticStatelessProcessingUnitPlannedNumberOfInstancesChangedEvent) - Method in class org.openspaces.grid.gsm.strategy.AbstractScaleStrategyBean
-
- CapacityRequirement - Interface in org.openspaces.grid.gsm.capacity
-
A machine capacity requirement for the
ElasticMachineProvisioning
Each implementation must have a public default constructor that creates a zero capacity requirement object.
- CapacityRequirements - Class in org.openspaces.grid.gsm.capacity
-
- CapacityRequirements(CapacityRequirement...) - Constructor for class org.openspaces.grid.gsm.capacity.CapacityRequirements
-
- CapacityRequirementsConfig - Class in org.openspaces.admin.pu.elastic.config
-
A config object for configuring capacity requirements
- CapacityRequirementsConfig() - Constructor for class org.openspaces.admin.pu.elastic.config.CapacityRequirementsConfig
-
Default constructor
- CapacityRequirementsConfig(Map<String, String>) - Constructor for class org.openspaces.admin.pu.elastic.config.CapacityRequirementsConfig
-
- CapacityRequirementsConfig(CapacityRequirements) - Constructor for class org.openspaces.admin.pu.elastic.config.CapacityRequirementsConfig
-
- CapacityRequirementsConfigurer - Class in org.openspaces.admin.pu.elastic.config
-
- CapacityRequirementsConfigurer() - Constructor for class org.openspaces.admin.pu.elastic.config.CapacityRequirementsConfigurer
-
- CapacityRequirementsPerAgent - Class in org.openspaces.grid.gsm.capacity
-
- CapacityRequirementsPerAgent() - Constructor for class org.openspaces.grid.gsm.capacity.CapacityRequirementsPerAgent
-
- CapacityRequirementsPerZones - Class in org.openspaces.grid.gsm.capacity
-
- CapacityRequirementsPerZones() - Constructor for class org.openspaces.grid.gsm.capacity.CapacityRequirementsPerZones
-
- CapacityRequirementsPerZonesConfig - Class in org.openspaces.admin.pu.elastic.config
-
A key/value alternative to CapacityRequirementsPerZone
- CapacityRequirementsPerZonesConfig() - Constructor for class org.openspaces.admin.pu.elastic.config.CapacityRequirementsPerZonesConfig
-
- CapacityRequirementsPerZonesConfig(CapacityRequirementsPerZones) - Constructor for class org.openspaces.admin.pu.elastic.config.CapacityRequirementsPerZonesConfig
-
- CapacityRequirementsPerZonesConfig(String, CapacityRequirementsPerZones) - Constructor for class org.openspaces.admin.pu.elastic.config.CapacityRequirementsPerZonesConfig
-
- CapacityRequirementsPerZonesConfig(String, Map<String, String>) - Constructor for class org.openspaces.admin.pu.elastic.config.CapacityRequirementsPerZonesConfig
-
- CapacityRequirementType<T extends CapacityRequirement> - Class in org.openspaces.grid.gsm.capacity
-
- cas(Long, LocalCacheElement) - Method in class org.openspaces.memcached.SpaceCache
-
- cas_key - Variable in class org.openspaces.memcached.protocol.CommandMessage
-
- cast(Number) - Method in class org.openspaces.core.util.numbers.BigDecimalHelper
-
- cast(Number) - Method in class org.openspaces.core.util.numbers.BigIntegerHelper
-
- cast(Number) - Method in class org.openspaces.core.util.numbers.DoubleHelper
-
- cast(Number) - Method in class org.openspaces.core.util.numbers.FloatHelper
-
- cast(Number) - Method in class org.openspaces.core.util.numbers.IntegerHelper
-
- cast(Number) - Method in class org.openspaces.core.util.numbers.LongHelper
-
- cast(Number) - Method in interface org.openspaces.core.util.numbers.NumberHelper
-
Casts the give
Number
into the type the number helper handles.
- cast(Number) - Method in class org.openspaces.core.util.numbers.ShortHelper
-
- cast(Value, Class) - Method in class org.openspaces.jpa.openjpa.query.QueryExpressionFactory
-
Cast the value to the given class.
- CHANGE - Static variable in interface com.gigaspaces.datasource.BulkItem
-
Deprecated.
- change(ISpaceQuery<T>, ChangeSet) - Method in class org.openspaces.core.DefaultGigaSpace
-
- change(ISpaceQuery<T>, ChangeSet, ChangeModifiers) - Method in class org.openspaces.core.DefaultGigaSpace
-
- change(ISpaceQuery<T>, ChangeSet, long) - Method in class org.openspaces.core.DefaultGigaSpace
-
- change(ISpaceQuery<T>, ChangeSet, ChangeModifiers, long) - Method in class org.openspaces.core.DefaultGigaSpace
-
- change(T, ChangeSet) - Method in class org.openspaces.core.DefaultGigaSpace
-
- change(T, ChangeSet, ChangeModifiers) - Method in class org.openspaces.core.DefaultGigaSpace
-
- change(T, ChangeSet, long) - Method in class org.openspaces.core.DefaultGigaSpace
-
- change(T, ChangeSet, ChangeModifiers, long) - Method in class org.openspaces.core.DefaultGigaSpace
-
- change(ISpaceQuery<T>, ChangeSet) - Method in interface org.openspaces.core.GigaSpace
-
Changes existing objects in space, returning a change result which provides details of the operation affect.
- change(ISpaceQuery<T>, ChangeSet, long) - Method in interface org.openspaces.core.GigaSpace
-
Changes existing objects in space, returning a change result which provides details of the operation affect.
- change(ISpaceQuery<T>, ChangeSet, ChangeModifiers) - Method in interface org.openspaces.core.GigaSpace
-
Changes existing objects in space, returning a change result which provides details of the operation affect.
- change(ISpaceQuery<T>, ChangeSet, ChangeModifiers, long) - Method in interface org.openspaces.core.GigaSpace
-
Changes existing objects in space, returning a change result which provides details of the operation affect.
- change(T, ChangeSet) - Method in interface org.openspaces.core.GigaSpace
-
Changes existing objects in space, returning a change result which provides details of the operation affect.
- change(T, ChangeSet, long) - Method in interface org.openspaces.core.GigaSpace
-
Changes existing objects in space, returning a change result which provides details of the operation affect.
- change(T, ChangeSet, ChangeModifiers) - Method in interface org.openspaces.core.GigaSpace
-
Changes existing objects in space, returning a change result which provides details of the operation affect.
- change(T, ChangeSet, ChangeModifiers, long) - Method in interface org.openspaces.core.GigaSpace
-
Changes existing objects in space, returning a change result which provides details of the operation affect.
- changed(DiscoveryEvent) - Method in interface net.jini.discovery.DiscoveryChangeListener
-
Called when changes are detected in the discovery state of
one or more of the previously discovered lookup services;
in particular, when changes occur in the member groups to
which those lookup services belong.
- ChangeDataSyncOperation - Class in com.gigaspaces.sync.change
-
Used to extract the
DataSyncChangeSet
from operations that represent a change operation.
- ChangeDataSyncOperation() - Constructor for class com.gigaspaces.sync.change.ChangeDataSyncOperation
-
- ChangedEntryDetails<T> - Interface in com.gigaspaces.client
-
The result of a change operation executed on an entry
- ChangeException - Exception in com.gigaspaces.client
-
Thrown when any error occurred when trying to perform change of entries
- ChangeException() - Constructor for exception com.gigaspaces.client.ChangeException
-
- ChangeException(String, Collection<ChangedEntryDetails<?>>, Collection<FailedChangedEntryDetails>, Collection<Throwable>) - Constructor for exception com.gigaspaces.client.ChangeException
-
- ChangeException(String, int, Collection<FailedChangedEntryDetails>, Collection<Throwable>) - Constructor for exception com.gigaspaces.client.ChangeException
-
- ChangeException - Exception in org.openspaces.core
-
Thrown when an error occurred while performing a GigaSpace#change(com.gigaspaces.query.IdQuery, com.gigaspaces.client.ChangeSet, com.gigaspaces.client.ChangeModifiers, long)
operation.
- ChangeException(ChangeException, ExceptionTranslator) - Constructor for exception org.openspaces.core.ChangeException
-
- ChangeExtension - Class in org.openspaces.extensions
-
- ChangeExtension() - Constructor for class org.openspaces.extensions.ChangeExtension
-
- ChangeModifierFactoryBean - Class in org.openspaces.core.config.modifiers
-
- ChangeModifierFactoryBean() - Constructor for class org.openspaces.core.config.modifiers.ChangeModifierFactoryBean
-
- ChangeModifiers - Class in com.gigaspaces.client
-
Provides modifiers to customize the behavior of change operations.
- ChangeModifiers() - Constructor for class com.gigaspaces.client.ChangeModifiers
-
- ChangeModifiers(ChangeModifiers, ChangeModifiers) - Constructor for class com.gigaspaces.client.ChangeModifiers
-
Creates a new modifiers from the specified modifiers.
- ChangeModifiers(ChangeModifiers, ChangeModifiers, ChangeModifiers) - Constructor for class com.gigaspaces.client.ChangeModifiers
-
Creates a new modifiers from the specified modifiers.
- ChangeModifiers(ChangeModifiers...) - Constructor for class com.gigaspaces.client.ChangeModifiers
-
Creates a new modifiers from the specified modifiers.
- ChangeOperation - Interface in com.gigaspaces.sync.change
-
A single change applied on a
ChangeSet
when using a change operation on an object.
- ChangeResult<T> - Interface in com.gigaspaces.client
-
Result of a change operation.
- ChangeSet - Class in com.gigaspaces.client
-
The set of changes to apply for matches entries of the change operation
- ChangeSet() - Constructor for class com.gigaspaces.client.ChangeSet
-
Constructs an empty change set
- channelClosed(ChannelHandlerContext, ChannelStateEvent) - Method in class org.openspaces.memcached.protocol.MemcachedCommandHandler
-
On close we manage some statistics, and remove this connection from the channel group.
- channelOpen(ChannelHandlerContext, ChannelStateEvent) - Method in class org.openspaces.memcached.protocol.MemcachedCommandHandler
-
On open we manage some statistics, and add this connection to the channel group.
- check(Entry[], boolean) - Static method in class com.sun.jini.lookup.entry.LookupAttributes
-
Throws an IllegalArgumentException
if any element of
the array is not an instance of a valid Entry
class
(the class is not public, or does not have a no-arg constructor, or
has primitive public non-static non-final fields).
- check() - Method in class com.sun.jini.thread.ReadyState
-
Checks if the service is ready to use, waiting if it is
initializing, and throwing NoSuchObjectException
if it is
shutting down.
- check(String, ClassLoader, String[], String, PrintStream) - Static method in class com.sun.jini.tool.CheckConfigurationFile
-
Checks the format of a configuration source file.
- check(ConfigurationFile, Properties, ClassLoader, PrintStream) - Static method in class com.sun.jini.tool.CheckConfigurationFile
-
Checks the format of a ConfigurationFile
.
- check(String, int) - Static method in class com.sun.jini.tool.CheckSer
-
Checks the class file directory hierarchy starting from the specified
directory.
- check(ServiceItem) - Method in interface net.jini.lookup.ServiceItemFilter
-
This method defines the implementation of the additional selection
criteria (additional matching and/or proxy preparation) to apply to a
ServiceItem
object found
through standard template matching.
- CheckActivationSystem - Class in com.sun.jini.tool.envcheck.plugins
-
Plugin which checks the liveness of the activation system.
- CheckActivationSystem() - Constructor for class com.sun.jini.tool.envcheck.plugins.CheckActivationSystem
-
- CheckActivationSystem.CheckActivationTask - Class in com.sun.jini.tool.envcheck.plugins
-
subtask to perform the actual check
- CheckActivationTask() - Constructor for class com.sun.jini.tool.envcheck.plugins.CheckActivationSystem.CheckActivationTask
-
- checkClientSubject(Subject) - Method in class com.sun.jini.discovery.ClientPermissionChecker
-
Checks whether or not to permit exchanging or accepting data with/from a
client authenticated as the given subject, by testing if the subject has
been granted the permission that this instance was constructed with.
- checkClientSubject(Subject) - Method in interface com.sun.jini.discovery.ClientSubjectChecker
-
Checks whether or not to permit exchanging or accepting data with/from a
client authenticated as the given subject.
- CheckCodebase - Class in com.sun.jini.tool.envcheck.plugins
-
Plugin which performs a variety of checks on codebase components.
- CheckCodebase() - Constructor for class com.sun.jini.tool.envcheck.plugins.CheckCodebase
-
- CheckCodebase.GetURLTask - Class in com.sun.jini.tool.envcheck.plugins
-
- CheckConfig - Class in com.sun.jini.tool.envcheck.plugins
-
Check the configuration files for services identified by service descriptors
in the service starter configuration.
- CheckConfig() - Constructor for class com.sun.jini.tool.envcheck.plugins.CheckConfig
-
- CheckConfig.ConfigTask - Class in com.sun.jini.tool.envcheck.plugins
-
Subtask to load the configuration
- CheckConfig.GetGroupsTask - Class in com.sun.jini.tool.envcheck.plugins
-
Subtask which obtains all initialLookupGroups
entries and
returns them in an array of GroupInfo
objects.
- CheckConfigurationFile - Class in com.sun.jini.tool
-
- checkConstraints(InvocationConstraints) - Static method in class com.sun.jini.discovery.internal.Plaintext
-
Returns normally if the given constraints can be satisfied by a
plaintext-based format/protocol (such as net.jini.discovery.plaintext,
or version 1 of the discovery protocols); otherwise, throws an
UnsupportedConstraintException .
- checkConstraints() - Method in class com.sun.jini.discovery.MulticastAnnouncement
-
Checks if the constraints whose checking was delayed when this instance
was decoded, if any, are satisfied.
- checkConstraints() - Method in class com.sun.jini.discovery.MulticastRequest
-
Checks if the constraints whose checking was delayed when this instance
was decoded, if any, are satisfied.
- CheckDirTask() - Constructor for class com.sun.jini.tool.envcheck.plugins.CheckPersistence.CheckDirTask
-
- checkFile(String, String) - Method in class com.sun.jini.tool.envcheck.EnvCheck
-
Check for the existence of a file identified by a property
supplied on the command line being analyzed.
- checkFileName(String, String) - Static method in class com.sun.jini.tool.envcheck.Util
-
Validate the accessibility of the non-directory file identified by
name
.
- CheckJDK1_4 - Class in com.sun.jini.tool.envcheck.plugins
-
Check that the Java platform is at least version 1.4.
- CheckJDK1_4() - Constructor for class com.sun.jini.tool.envcheck.plugins.CheckJDK1_4
-
- CheckJDK1_4.JDK1_4Task - Class in com.sun.jini.tool.envcheck.plugins
-
Subtask to check the VM version.
- CheckJSKPlatform - Class in com.sun.jini.tool.envcheck.plugins
-
Check whether jsk-platform.jar
is in the classpath
of the command-line being analyzed, and if the activation group
if there is one.
- CheckJSKPlatform() - Constructor for class com.sun.jini.tool.envcheck.plugins.CheckJSKPlatform
-
- CheckJSKPolicy - Class in com.sun.jini.tool.envcheck.plugins
-
Check whether jsk-policy.jar
is installed in the extensions
directory.
- CheckJSKPolicy() - Constructor for class com.sun.jini.tool.envcheck.plugins.CheckJSKPolicy
-
- CheckJSKPolicy.JSKPolicyTask - Class in com.sun.jini.tool.envcheck.plugins
-
The task which checks the group VM.
- CheckJsseProps - Class in com.sun.jini.tool.envcheck.plugins
-
Checks whether various security oriented configuration files exist and are
accessible.
- CheckJsseProps() - Constructor for class com.sun.jini.tool.envcheck.plugins.CheckJsseProps
-
- CheckJsseProps.CheckLoginConfigInit - Class in com.sun.jini.tool.envcheck.plugins
-
Checks the existence and accessibility of the login configuration.
- CheckJsseProps.CheckProviderTask - Class in com.sun.jini.tool.envcheck.plugins
-
Checks the policy provider of the group.
- CheckJsseProps.GetGroupLoginConfigs - Class in com.sun.jini.tool.envcheck.plugins
-
Gets login configuration urls of the group.
- checkKey(Object) - Method in class com.sun.jini.lease.AbstractLeaseMap
-
Check that the key is valid for this map
- CheckLoggingConfig - Class in com.sun.jini.tool.envcheck.plugins
-
Checks the existence and readability of the logging configuration file
identified by the java.util.logging.config.file
system
property, if that property is defined.
- CheckLoggingConfig() - Constructor for class com.sun.jini.tool.envcheck.plugins.CheckLoggingConfig
-
- CheckLoginConfigInit() - Constructor for class com.sun.jini.tool.envcheck.plugins.CheckJsseProps.CheckLoginConfigInit
-
- CheckNoLoopback - Class in com.sun.jini.tool.envcheck.plugins
-
Checks that the return from InetAddress.getLocalHost()
is not a loopback address.
- CheckNoLoopback() - Constructor for class com.sun.jini.tool.envcheck.plugins.CheckNoLoopback
-
- CheckPersistence - Class in com.sun.jini.tool.envcheck.plugins
-
Check that the persistence directory supplied by any
SharedActivatableServiceDescriptor
s are either non-existant or
empty.
- CheckPersistence() - Constructor for class com.sun.jini.tool.envcheck.plugins.CheckPersistence
-
- CheckPersistence.CheckDirTask - Class in com.sun.jini.tool.envcheck.plugins
-
Perform directory check with an active security policy in place.
- CheckPersistence.GetEntriesTask - Class in com.sun.jini.tool.envcheck.plugins
-
The subtask which obtains the list of persistence directory entries.
- CheckPolicy - Class in com.sun.jini.tool.envcheck.plugins
-
Check the security policy for existence, for valid syntax, and that it does
not grant AllPermissions
to all protection domains.
- CheckPolicy() - Constructor for class com.sun.jini.tool.envcheck.plugins.CheckPolicy
-
- CheckPolicy.AllPermissionsTask - Class in com.sun.jini.tool.envcheck.plugins
-
Task the check the policy in a child VM.
- checkPortAvailable(int) - Static method in class org.openspaces.core.gateway.GatewayUtils
-
Checks is a post is available on the current machine, using new
ServerSocket(port).
- checkProtocolVersion(int) - Method in class com.sun.jini.discovery.DiscoveryConstraints
-
Checks the protocol version of an incoming multicast request,
announcement, or unicast discovery attempt, throwing an
UnsupportedConstraintException
if handling of the given protocol does
not satisfy the constraints of this instance.
- CheckProviderTask() - Constructor for class com.sun.jini.tool.envcheck.plugins.CheckJsseProps.CheckProviderTask
-
- CheckSer - Class in com.sun.jini.tool
-
Tool to check for serializable classes that do not have explicit
serialVersionUID
fields.
- CheckSer() - Constructor for class com.sun.jini.tool.CheckSer
-
- checkSystemPropertyFile(String, String) - Static method in class com.sun.jini.tool.envcheck.Util
-
Validate the accessibility of the non-directory file identified by the
system property prop
.
- checkTrustEquivalence(Object) - Method in class net.jini.activation.ActivatableInvocationHandler
-
Returns true
if the specified object (which is not
yet known to be trusted) is equivalent in trust, content, and
function to this known trusted object, and false
otherwise.
- checkTrustEquivalence(Object) - Method in class net.jini.security.proxytrust.ProxyTrustInvocationHandler
-
Returns true
if the argument is an instance of this
class, and calling the checkTrustEquivalence
method on
the main proxy of this invocation handler, passing the main proxy of
the argument, returns true
, and calling the
checkTrustEquivalence
method on the bootstrap proxy of
this invocation handler, passing the bootstrap proxy of the argument,
returns true
, and returns false
otherwise.
- checkTrustEquivalence(Object) - Method in interface net.jini.security.proxytrust.TrustEquivalence
-
Returns true
if the specified object (that is not yet
known to be trusted) is equivalent in trust, content, and function to
this known trusted object, and returns false
otherwise.
- checkUnicastDiscoveryConstraints(InvocationConstraints) - Method in class com.sun.jini.discovery.plaintext.Client
-
- checkUnicastDiscoveryConstraints(InvocationConstraints) - Method in class com.sun.jini.discovery.plaintext.Server
-
- checkUnicastDiscoveryConstraints(InvocationConstraints) - Method in interface com.sun.jini.discovery.UnicastDiscoveryClient
-
Checks and returns normally if this client is capable of fulfilling the
given absolute constraints.
- checkUnicastDiscoveryConstraints(InvocationConstraints) - Method in interface com.sun.jini.discovery.UnicastDiscoveryServer
-
Checks and returns normally if this server is capable of fulfilling the
given absolute constraints.
- checkURL(URL, String) - Static method in class com.sun.jini.tool.envcheck.Util
-
Check the accessibility of the given URL
.
- checkValue(Object) - Static method in class com.sun.jini.lease.AbstractLeaseMap
-
Check that the value is a Long
- chooseProtocolVersion() - Method in class com.sun.jini.discovery.DiscoveryConstraints
-
Returns the protocol version to use for sending multicast requests or
announcements, or initiating unicast discovery.
- chunkSize - Variable in class org.openspaces.persistency.hibernate.iterator.AbstractChunkDataIterator
-
- ClassAnnotation - Interface in net.jini.loader
-
Provides a class annotation string for classes defined by a class
loader that is an instance of this interface.
- ClassDep - Class in com.sun.jini.tool
-
Tool used to analyze a set of classes and determine on what other classes
they directly or indirectly depend.
- ClassDep() - Constructor for class com.sun.jini.tool.ClassDep
-
No argument constructor.
- ClassDep(String[]) - Constructor for class com.sun.jini.tool.ClassDep
-
Constructor that takes command line arguments and fills in the
appropriate fields.
- ClassFilter(String) - Constructor for class com.gigaspaces.security.authorities.SpaceAuthority.ClassFilter
-
- ClassLoaderUtil - Class in com.sun.jini.start
-
This class provides useful utilities for creating and
manipulating class loaders.
- ClassLoading - Class in net.jini.loader
-
- ClassMapper - Class in com.sun.jini.reggie
-
Maps Class to ServiceType/Base, Class to EntryClass/Base, and Class to
Field[], with caching for efficiency.
- className - Variable in class com.sun.jini.start.ActivateWrapper.ActivateDesc
-
The activatable object's class name.
- ClassServer - Class in com.sun.jini.tool
-
A simple HTTP server, for serving up JAR and class files.
- ClassServer(int, String, boolean, boolean) - Constructor for class com.sun.jini.tool.ClassServer
-
Construct a server that does not support network shutdown.
- ClassServer(int, String, boolean, boolean, boolean) - Constructor for class com.sun.jini.tool.ClassServer
-
Construct a server.
- ClassServer(String[], LifeCycle) - Constructor for class com.sun.jini.tool.ClassServer
-
Construct a running server, accepting the same command line options
supported by
main
, except for the
-stop
option.
- cleanupCloud(ProcessingUnit, NonBlockingElasticMachineProvisioning) - Method in interface org.openspaces.grid.gsm.machines.MachinesSlaEnforcementEndpoint
-
Erases all Allocated (state) that is related to the specified processing unit.
- cleanupCloudResources(long, TimeUnit) - Method in class org.openspaces.grid.gsm.machines.plugins.discovered.DiscoveredMachineProvisioningBean
-
- cleanupCloudResources(long, TimeUnit) - Method in interface org.openspaces.grid.gsm.machines.plugins.NonBlockingElasticMachineProvisioning
-
Cleanup all cloud resources.
- cleanupCloudResources(long, TimeUnit) - Method in class org.openspaces.grid.gsm.machines.plugins.NonBlockingElasticMachineProvisioningAdapter
-
- cleanupMachineResources(long, TimeUnit) - Method in interface org.openspaces.grid.gsm.machines.plugins.ElasticMachineProvisioning
-
Cleanup all cloud resources.
- clear(Object, Transaction) - Method in interface com.gigaspaces.client.IPojoSpace
-
- clear(Object, Transaction, int) - Method in interface com.gigaspaces.client.IPojoSpace
-
- clear() - Method in class com.gigaspaces.document.DocumentProperties
- clear() - Method in interface com.j_spaces.javax.cache.Cache
-
Deprecated.
The clear method will remove all objects from
the cache including the key and the associated value.
- clear() - Method in interface com.j_spaces.javax.cache.EvictionStrategy
-
Deprecated.
Clear EvictionStrategy internal structures only and doesn't clear cache.
- clear(boolean) - Method in interface com.j_spaces.map.IMap
-
The clear method will remove all objects from
the cache including the key and the associated value.
- clear() - Method in class com.sun.jini.collection.SoftCache
-
Removes all associations from this map.
- clear() - Method in class com.sun.jini.collection.WeakIdentityMap
-
Removes all associations from this map.
- clear() - Method in class com.sun.jini.lease.AbstractLeaseMap
-
- clear() - Method in class net.jini.lease.LeaseRenewalManager
-
Removes all leases from the managed set of leases.
- clear() - Method in class org.openspaces.core.DefaultGigaMap
-
- clear(boolean) - Method in class org.openspaces.core.DefaultGigaMap
-
- clear(Object) - Method in class org.openspaces.core.DefaultGigaSpace
-
- clear(Object, int) - Method in class org.openspaces.core.DefaultGigaSpace
-
- clear(Object, ClearModifiers) - Method in class org.openspaces.core.DefaultGigaSpace
-
- clear(boolean) - Method in interface org.openspaces.core.GigaMap
-
The clear method will remove all objects from
the cache including the key and the associated value.
- clear(Object) - Method in interface org.openspaces.core.GigaSpace
-
Removes the entries that match the specified template and the specified transaction from this space.
- clear(Object, int) - Method in interface org.openspaces.core.GigaSpace
-
- clear(Object, ClearModifiers) - Method in interface org.openspaces.core.GigaSpace
-
Removes the entries that match the specified template and the specified transaction from this space.
- clear() - Method in class org.openspaces.core.util.ConcurrentHashSet
-
Removes all of the elements from this set.
- clear() - Method in class org.openspaces.core.util.StringProperties
-
- clear() - Method in class org.openspaces.persistency.hibernate.iterator.AbstractScrollableDataIterator
-
- clear() - Method in class org.openspaces.persistency.hibernate.iterator.DefaultScrollableDataIterator
-
- clear() - Method in class org.openspaces.persistency.hibernate.iterator.StatelessScrollableDataIterator
-
- cleared(Map) - Method in interface com.sun.jini.collection.WeakSoftTable.RemovableReference
-
Called with the containing map when this instance's reference is
cleared, to remove the associated entry from the map.
- cleared(Map) - Method in class com.sun.jini.collection.WeakSoftTable.SoftValue
-
- cleared(Map) - Method in class com.sun.jini.collection.WeakSoftTable.WeakKey
-
- ClearException - Exception in com.gigaspaces.client
-
Thrown when a space clear operation fails.
- ClearException() - Constructor for exception com.gigaspaces.client.ClearException
-
- ClearException(List<Throwable>) - Constructor for exception com.gigaspaces.client.ClearException
-
- ClearException(Throwable) - Constructor for exception com.gigaspaces.client.ClearException
-
- ClearException - Exception in org.openspaces.core
-
Thrown when a clear space operations fails.
- ClearException(ClearException, ExceptionTranslator) - Constructor for exception org.openspaces.core.ClearException
-
- clearExpirationWarningListener() - Method in interface net.jini.lease.LeaseRenewalSet
-
Remove the listener currently registered for expiration warning
events.
- ClearModifierFactoryBean - Class in org.openspaces.core.config.modifiers
-
- ClearModifierFactoryBean() - Constructor for class org.openspaces.core.config.modifiers.ClearModifierFactoryBean
-
- ClearModifiers - Class in com.gigaspaces.client
-
Provides modifiers to customize the behavior of clear operations.
- ClearModifiers() - Constructor for class com.gigaspaces.client.ClearModifiers
-
- ClearModifiers(ClearModifiers, ClearModifiers) - Constructor for class com.gigaspaces.client.ClearModifiers
-
Creates a new modifiers from the specified modifiers.
- ClearModifiers(ClearModifiers, ClearModifiers, ClearModifiers) - Constructor for class com.gigaspaces.client.ClearModifiers
-
Creates a new modifiers from the specified modifiers.
- ClearModifiers(ClearModifiers...) - Constructor for class com.gigaspaces.client.ClearModifiers
-
Creates a new modifiers from the specified modifiers.
- clearRenewalFailureListener() - Method in interface net.jini.lease.LeaseRenewalSet
-
Remove the listener currently registered for renewal failure
events.
- clearResults() - Method in exception com.j_spaces.core.multiple.BatchOperationException
-
- Client - Class in com.sun.jini.discovery.plaintext
-
Implements the client side of the net.jini.discovery.plaintext
discovery format.
- Client() - Constructor for class com.sun.jini.discovery.plaintext.Client
-
Constructs a new instance.
- ClientAuthentication - Class in net.jini.core.constraint
-
Represents a constraint on authentication of the client to the server.
- clientError(String) - Static method in class org.openspaces.memcached.protocol.CommandMessage
-
- ClientException - Exception in org.openspaces.memcached.protocol.exceptions
-
- ClientException() - Constructor for exception org.openspaces.memcached.protocol.exceptions.ClientException
-
- ClientException(String) - Constructor for exception org.openspaces.memcached.protocol.exceptions.ClientException
-
- ClientException(String, Throwable) - Constructor for exception org.openspaces.memcached.protocol.exceptions.ClientException
-
- ClientException(Throwable) - Constructor for exception org.openspaces.memcached.protocol.exceptions.ClientException
-
- ClientHost - Interface in net.jini.io.context
-
A server context element that can supply the client host address
for the remote call.
- ClientLog - Interface in com.sun.jini.mahalo.log
-
Represents the functions clients can perform on a log file.
- ClientLogEntryMatcherCallback - Interface in com.gigaspaces.log
-
A marker interface for a specific
LogEntryMatcher
marking it as needed to have extra processing step when it is received on the client
side.
- ClientMaxPrincipal - Class in net.jini.core.constraint
-
Represents a constraint on the client, such that if the client
authenticates itself, then it may only authenticate itself as one or more
of the specified principals.
- ClientMaxPrincipal(Principal) - Constructor for class net.jini.core.constraint.ClientMaxPrincipal
-
Creates a constraint containing the specified principal.
- ClientMaxPrincipal(Principal[]) - Constructor for class net.jini.core.constraint.ClientMaxPrincipal
-
Creates a constraint containing the specified principals, with
duplicates removed.
- ClientMaxPrincipal(Collection) - Constructor for class net.jini.core.constraint.ClientMaxPrincipal
-
Creates a constraint containing the specified principals, with
duplicates removed.
- ClientMaxPrincipalType - Class in net.jini.core.constraint
-
Represents a constraint on the client, such that if the client
authenticates itself, then it may only authenticate itself as principals
that are instances of one or more of the specified classes.
- ClientMaxPrincipalType(Class) - Constructor for class net.jini.core.constraint.ClientMaxPrincipalType
-
Creates a constraint containing the specified class.
- ClientMaxPrincipalType(Class[]) - Constructor for class net.jini.core.constraint.ClientMaxPrincipalType
-
Creates a constraint containing the specified classes, with redundant
classes removed.
- ClientMaxPrincipalType(Collection) - Constructor for class net.jini.core.constraint.ClientMaxPrincipalType
-
Creates a constraint containing the specified classes, with redundant
classes removed.
- ClientMinPrincipal - Class in net.jini.core.constraint
-
Represents a constraint on the client, such that if the client
authenticates itself, then it must authenticate itself as at least all of
the specified principals.
- ClientMinPrincipal(Principal) - Constructor for class net.jini.core.constraint.ClientMinPrincipal
-
Creates a constraint containing the specified principal.
- ClientMinPrincipal(Principal[]) - Constructor for class net.jini.core.constraint.ClientMinPrincipal
-
Creates a constraint containing the specified principals, with
duplicates removed.
- ClientMinPrincipal(Collection) - Constructor for class net.jini.core.constraint.ClientMinPrincipal
-
Creates a constraint containing the specified principals, with
duplicates removed.
- ClientMinPrincipalType - Class in net.jini.core.constraint
-
Represents a constraint on the client, such that if the client
authenticates itself, then it must authenticate itself such that, for each
specified class, at least one authenticated principal is an instance of
that class.
- ClientMinPrincipalType(Class) - Constructor for class net.jini.core.constraint.ClientMinPrincipalType
-
Creates a constraint containing the specified class.
- ClientMinPrincipalType(Class[]) - Constructor for class net.jini.core.constraint.ClientMinPrincipalType
-
Creates a constraint containing the specified classes, with redundant
classes removed.
- ClientMinPrincipalType(Collection) - Constructor for class net.jini.core.constraint.ClientMinPrincipalType
-
Creates a constraint containing the specified classes, with redundant
classes removed.
- ClientPermissionChecker - Class in com.sun.jini.discovery
-
Implementation of
ClientSubjectChecker
that approves or rejects
client subjects based on whether or not they have been granted a particular
permission.
- ClientPermissionChecker(Permission) - Constructor for class com.sun.jini.discovery.ClientPermissionChecker
-
Creates instance that checks if client subjects have been granted the
specified permission.
- clientSideProcess(LogEntries) - Method in interface com.gigaspaces.log.ClientLogEntryMatcherCallback
-
Process the log entries and use the resulted entries.
- clientSideProcess(LogEntries) - Method in class com.gigaspaces.log.ContinuousLogEntryMatcher
-
- clientSideProcess(LogEntries) - Method in class com.gigaspaces.log.ForwardChunkLogEntryMatcher
-
- clientSideProcess(LogEntries) - Method in class com.gigaspaces.log.ReverseLogEntryMatcher
-
- ClientSubject - Interface in net.jini.io.context
-
A server context element that can supply the client subject for the
remote call.
- ClientSubjectChecker - Interface in com.sun.jini.discovery
-
Interface for approving or rejecting client subjects during unicast
discovery and decoding of multicast requests.
- ClientUIDHandler - Class in com.j_spaces.core.client
-
- clone() - Method in class com.gigaspaces.query.aggregators.SpaceEntriesAggregator
-
- clone() - Method in class com.gigaspaces.query.CompoundResult
-
- clone() - Method in class com.j_spaces.core.client.EntryArrivedRemoteEvent
-
Returns a shallow copy of this EntryArrivedRemoteEvent instance.
- clone() - Method in class com.j_spaces.core.client.ExternalEntry
-
Deprecated.
Shallow clone
- clone() - Method in class com.j_spaces.core.client.SpaceURL
-
Deprecated.
deep clones this SpaceURL instance - makes a distinct copy of each of the SpaceURL fields,
and underlying tables.
- clone() - Method in class com.sun.jini.reggie.EntryRep
-
Deep clone (which just means cloning the fields array too).
- clone() - Method in class com.sun.jini.reggie.Item
-
Deep clone.
- clone() - Method in class org.openspaces.remoting.EventDrivenSpaceRemotingEntry
-
Deprecated.
- clone() - Method in interface org.openspaces.remoting.SpaceRemotingEntry
-
- close() - Method in class com.gigaspaces.client.iterator.SpaceIterator
-
- close() - Method in interface com.gigaspaces.datasource.DataIterator
-
Clean up after any resources associated with this iterator
The iterator can be closed even if the iterator wasn't iterated over all of its elements.
- close() - Method in interface com.gigaspaces.events.EventSession
-
closes the session and deregister all listeners.
- close() - Method in class com.gigaspaces.metrics.MetricReporter
-
- close() - Method in interface com.gigaspaces.security.directory.DirectoryManager
-
Close the resource used to store the user and role details.
- close() - Method in interface com.gigaspaces.security.SecurityManager
-
Closes any excess resource kept by the security manager; e.g. connection to a data-source.
- close() - Method in class com.gigaspaces.server.eviction.SpaceEvictionStrategy
-
Called when the space is closed.
- close() - Method in interface com.j_spaces.core.client.INotifyDelegatorFilter
-
Called when notify template unregistered or space was shutdown.
- close() - Method in interface com.j_spaces.core.cluster.IReplicationFilter
-
Closes this filter, enabling the developer to clean open resources.
- close() - Method in interface com.j_spaces.core.filters.ISpaceFilter
-
Closes this filter, enabling the developer to clean open resources.
- close() - Method in class com.sun.jini.reliableLog.LogInputStream
-
Closes the input stream.
- close() - Method in class com.sun.jini.reliableLog.LogOutputStream
-
A LogOutputStream cannot be closed, so this does nothing.
- close() - Method in class com.sun.jini.reliableLog.ReliableLog
-
Closes the stable storage directory in an orderly manner.
- close() - Method in interface net.jini.event.RemoteEventIterator
-
Ends all event processing being performed by this iterator
and invalidates the iterator.
- close() - Method in interface org.openspaces.admin.Admin
-
Closes the Admin, releasing any resource and stops listening for events from the lookup service.
- close() - Method in class org.openspaces.core.space.AbstractSpaceFactoryBean
-
Destroys the space and unregisters the internal space mode listener (if registered).
- close() - Method in class org.openspaces.core.space.cache.LocalCacheSpaceConfigurer
-
- close() - Method in class org.openspaces.core.space.cache.LocalViewSpaceConfigurer
-
- close() - Method in class org.openspaces.core.space.EmbeddedSpaceConfigurer
-
- close() - Method in class org.openspaces.core.space.ExecutorSpaceFilter
-
- close() - Method in class org.openspaces.core.space.filter.FilterOperationDelegate
-
- close() - Method in interface org.openspaces.core.space.SpaceConfigurer
-
- close() - Method in class org.openspaces.core.space.SpaceProxyConfigurer
-
- close() - Method in class org.openspaces.core.space.UrlSpaceConfigurer
-
- close() - Method in interface org.openspaces.grid.gsm.machines.backup.MachinesStateBackup
-
- close() - Method in class org.openspaces.grid.gsm.machines.backup.MachinesStateBackupStub
-
- close() - Method in class org.openspaces.grid.gsm.machines.backup.MachinesStateBackupToSpace
-
- close() - Method in class org.openspaces.interop.DotnetProcessingUnitContainer
-
- close() - Method in class org.openspaces.jdbc.datasource.DbcpBasicDataSource
-
Close and release all connections that are currently stored in the
connection pool associated with our data source.
- close() - Method in class org.openspaces.jpa.openjpa.query.SpaceProjectionResultObjectProvider
-
- close() - Method in class org.openspaces.jpa.openjpa.query.SpaceResultObjectProvider
-
- close() - Method in class org.openspaces.memcached.SpaceCache
-
- close() - Method in class org.openspaces.persistency.hibernate.iterator.AbstractChunkDataIterator
-
- close() - Method in class org.openspaces.persistency.hibernate.iterator.AbstractScrollableDataIterator
-
- close() - Method in class org.openspaces.persistency.hibernate.iterator.DefaultCriteriaByExampleDataIterator
-
- close() - Method in class org.openspaces.persistency.hibernate.iterator.DefaultListQueryDataIterator
-
- close() - Method in class org.openspaces.persistency.hibernate.iterator.HibernateProxyRemoverIterator
-
- close() - Method in class org.openspaces.persistency.hibernate.iterator.StatelessListQueryDataIterator
-
- close() - Method in class org.openspaces.persistency.support.ConcurrentMultiDataIterator
-
- close() - Method in class org.openspaces.persistency.support.SerialMultiDataIterator
-
- close() - Method in class org.openspaces.pu.container.integrated.IntegratedProcessingUnitContainer
-
Closes the processing unit container by destroying the Spring application context.
- close() - Method in class org.openspaces.pu.container.ProcessingUnitContainer
-
Closes the given processing unit container.
- close() - Method in class org.openspaces.pu.container.standalone.StandaloneProcessingUnitContainer
-
- close() - Method in class org.openspaces.pu.container.support.CompoundProcessingUnitContainer
-
- close() - Method in class org.openspaces.remoting.scripting.cache.BlockingQueueCompiledScriptPool
-
- close() - Method in interface org.openspaces.remoting.scripting.cache.CompiledScriptPool
-
Closes the pool.
- close(groovy.lang.Script) - Method in class org.openspaces.remoting.scripting.GroovyLocalScriptExecutor
-
- close(JRubyLocalScriptExecutor.JRubyCompiledScript) - Method in class org.openspaces.remoting.scripting.JRubyLocalScriptExecutor
-
- close(Object) - Method in class org.openspaces.remoting.scripting.Jsr223LocalScriptExecutor
-
- close(T) - Method in interface org.openspaces.remoting.scripting.LocalScriptExecutor
-
Closes the compiled script.
- close() - Method in class org.openspaces.security.spring.SpringSecurityManager
-
- closeApplicationContext() - Method in class org.openspaces.core.space.mode.RefreshSpaceModeContextLoader
-
- closeApplicationContext() - Method in class org.openspaces.core.space.mode.SpaceModeContextLoader
-
Closes the application context.
- ClosedResourceException - Exception in com.j_spaces.core.exception
-
ClosedResourceException is thrown when operation is performed
while space is closing its resources.
- ClosedResourceException(String) - Constructor for exception com.j_spaces.core.exception.ClosedResourceException
-
- ClosedResourceException(String, Throwable) - Constructor for exception com.j_spaces.core.exception.ClosedResourceException
-
- closeSession() - Method in class org.openspaces.events.notify.SimpleNotifyEventListenerContainer
-
- ClosureGatewayAddedEventListener - Class in org.openspaces.admin.gateway.events
-
- ClosureGatewayAddedEventListener(Object) - Constructor for class org.openspaces.admin.gateway.events.ClosureGatewayAddedEventListener
-
- ClosureGatewayProcessingUnitAddedEventListener - Class in org.openspaces.admin.gateway.events
-
- ClosureGatewayProcessingUnitAddedEventListener(Object) - Constructor for class org.openspaces.admin.gateway.events.ClosureGatewayProcessingUnitAddedEventListener
-
- ClosureGatewayProcessingUnitRemovedEventListener - Class in org.openspaces.admin.gateway.events
-
- ClosureGatewayProcessingUnitRemovedEventListener(Object) - Constructor for class org.openspaces.admin.gateway.events.ClosureGatewayProcessingUnitRemovedEventListener
-
- ClosureGatewayRemovedEventListener - Class in org.openspaces.admin.gateway.events
-
- ClosureGatewayRemovedEventListener(Object) - Constructor for class org.openspaces.admin.gateway.events.ClosureGatewayRemovedEventListener
-
- CloudCleanupFailedException - Exception in org.openspaces.grid.gsm.machines.exceptions
-
- CloudCleanupFailedException(ProcessingUnit, Exception) - Constructor for exception org.openspaces.grid.gsm.machines.exceptions.CloudCleanupFailedException
-
- CLOUDIFY_MANAGEMENT_SPACE_NAME - Static variable in class org.openspaces.grid.esm.ESMImplInitializer
-
- CLUSTER_BACKUP_ID - Static variable in class com.j_spaces.core.client.SpaceURL
-
Deprecated.
Used in case of Partitioned Cache (when adding backup to each partition)
The backup_id is used to define whether the instance is a backup instance or not.
- CLUSTER_CACHE_LOADER_CENTRAL_DATA_SOURCE - Static variable in class com.j_spaces.kernel.SystemProperties
-
- CLUSTER_CACHE_LOADER_EXTERNAL_DATA_SOURCE - Static variable in class com.j_spaces.kernel.SystemProperties
-
- CLUSTER_CONFIG_URL - Static variable in class com.j_spaces.kernel.SystemProperties
-
- CLUSTER_CONFIG_URL_DEFAULT - Static variable in class com.j_spaces.kernel.SystemProperties
-
- CLUSTER_GROUP - Static variable in class com.j_spaces.core.client.SpaceURL
-
Deprecated.
jini://
multicast support.
- CLUSTER_INFO_CONTEXT - Static variable in class org.openspaces.pu.container.jee.JeeProcessingUnitContainerProvider
-
The
ServletContext
key under which the
ClusterInfo
is stored.
- CLUSTER_INFO_KEY - Static variable in class org.openspaces.remoting.scripting.DefaultScriptingExecutor
-
- CLUSTER_MEMBER_ID - Static variable in class com.j_spaces.core.client.SpaceURL
-
Deprecated.
The id attribute is used to distinguish between cache instances in this cluster.
- CLUSTER_NAME - Static variable in class com.j_spaces.core.client.SpaceURL
-
Deprecated.
jini://
multicast support.
- CLUSTER_PARAMETER_BACKUPID - Static variable in class org.openspaces.pu.container.support.ClusterInfoParser
-
- CLUSTER_PARAMETER_CLUSTERSCHEMA - Static variable in class org.openspaces.pu.container.support.ClusterInfoParser
-
- CLUSTER_PARAMETER_INSTANCEID - Static variable in class org.openspaces.pu.container.support.ClusterInfoParser
-
- CLUSTER_PARAMETER_TOTALMEMBERS - Static variable in class org.openspaces.pu.container.support.ClusterInfoParser
-
- CLUSTER_SCHEMA - Static variable in class com.j_spaces.core.client.SpaceURL
-
Deprecated.
The cluster schema XSL file name to be used to setup a cluster config on the fly in memory.
- CLUSTER_TOTAL_MEMBERS - Static variable in class com.j_spaces.core.client.SpaceURL
-
Deprecated.
The total_members attribute in the space url stands for
the total number of space members within the space cluster.
- CLUSTER_XML_DEBUG - Static variable in class com.j_spaces.kernel.SystemProperties
-
- CLUSTER_XML_SCHEMA_VALIDATION - Static variable in class com.j_spaces.kernel.SystemProperties
-
- CLUSTER_XML_SCHEMA_VALIDATION_DEFAULT - Static variable in class com.j_spaces.kernel.SystemProperties
-
- ClusterConfigurationException - Exception in com.j_spaces.core.exception
-
This exception is thrown in case of cluster configuration issues.
- ClusterConfigurationException() - Constructor for exception com.j_spaces.core.exception.ClusterConfigurationException
-
Constructs a ClusterConfigurationException
.
- ClusterConfigurationException(String) - Constructor for exception com.j_spaces.core.exception.ClusterConfigurationException
-
Constructs a ClusterConfigurationException
with the specified
detail message.
- ClusterConfigurationException(String, Throwable) - Constructor for exception com.j_spaces.core.exception.ClusterConfigurationException
-
Constructs a ClusterConfigurationException
with the specified detail
message and cause.
- CLUSTERED - Static variable in class org.openspaces.core.config.LocalTxManagerBeanDefinitionParser
-
Deprecated.
- clustered(boolean) - Method in class org.openspaces.core.GigaSpaceConfigurer
-
- clustered(boolean) - Method in class org.openspaces.core.map.MapConfigurer
-
- CLUSTERED - Static variable in class org.openspaces.core.space.SpaceServiceDetails.Attributes
-
- clustered(boolean) - Method in class org.openspaces.core.transaction.manager.LocalJiniTxManagerConfigurer
-
Deprecated.
- ClusterInfo - Class in org.openspaces.core.cluster
-
Holds cluster related information.
- ClusterInfo() - Constructor for class org.openspaces.core.cluster.ClusterInfo
-
Constructs a new cluster info with null values on all the fields
- ClusterInfo(String, Integer, Integer, Integer, Integer) - Constructor for class org.openspaces.core.cluster.ClusterInfo
-
Constructs a new Cluster info
- clusterInfo(ClusterInfo) - Method in class org.openspaces.core.space.EmbeddedSpaceConfigurer
-
- clusterInfo(ClusterInfo) - Method in class org.openspaces.core.space.UrlSpaceConfigurer
-
- clusterInfo - Variable in class org.openspaces.persistency.ClusterInfoAwareSpaceDataSource
-
- clusterInfo(ClusterInfo) - Method in class org.openspaces.persistency.hibernate.CriteriaHibernateSpaceDataSourceConfigurer
-
Injects the
ClusterInfo
to be used with the SpaceDataSource
- clusterInfo(ClusterInfo) - Method in class org.openspaces.persistency.hibernate.DefaultHibernateSpaceDataSourceConfigurer
-
Injects the
ClusterInfo
to be used with the SpaceDataSource
- clusterInfo(ClusterInfo) - Method in class org.openspaces.persistency.hibernate.StatelessHibernateSpaceDataSourceConfigurer
-
Injects the
ClusterInfo
to be used with the SpaceDataSource
- ClusterInfoAware - Interface in org.openspaces.core.cluster
-
Allows for beans implementing this interface to be injected with
ClusterInfo
.
- ClusterInfoAwareSpaceDataSource - Class in org.openspaces.persistency
-
Created by yuvalm on 23/04/2014.
- ClusterInfoAwareSpaceDataSource() - Constructor for class org.openspaces.persistency.ClusterInfoAwareSpaceDataSource
-
- ClusterInfoBeanPostProcessor - Class in org.openspaces.core.cluster
-
- ClusterInfoBeanPostProcessor(ClusterInfo) - Constructor for class org.openspaces.core.cluster.ClusterInfoBeanPostProcessor
-
Constructs a new cluster info bean post processor based on the provided cluster info.
- ClusterInfoContext - Annotation Type in org.openspaces.core.cluster
-
- ClusterInfoParser - Class in org.openspaces.pu.container.support
-
ClusterInfo
parser that parses -cluster parameter and
transforms it into a cluster info.
- ClusterInfoParser() - Constructor for class org.openspaces.pu.container.support.ClusterInfoParser
-
- ClusterInfoPropertyPlaceholderConfigurer - Class in org.openspaces.core.cluster
-
Provides the
ClusterInfo
parameters as injected
properties that can be used within Spring application context.
- ClusterInfoPropertyPlaceholderConfigurer() - Constructor for class org.openspaces.core.cluster.ClusterInfoPropertyPlaceholderConfigurer
-
- ClusterInfoPropertyPlaceholderConfigurer(ClusterInfo) - Constructor for class org.openspaces.core.cluster.ClusterInfoPropertyPlaceholderConfigurer
-
- clusterName - Variable in class com.j_spaces.core.cluster.ReplicationPolicy
-
the name of the cluster this replication policy belongs to
- clusterSchema(String) - Method in class org.openspaces.admin.memcached.MemcachedDeployment
-
Sets the cluster schema of the Space.
- clusterSchema(String) - Method in class org.openspaces.admin.pu.ProcessingUnitDeployment
-
Controls the cluster schema of the deployment.
- clusterSchema(String) - Method in class org.openspaces.admin.space.SpaceDeployment
-
Sets the cluster schema of the Space.
- cmd - Variable in class org.openspaces.memcached.protocol.ResponseMessage
-
- cmd - Variable in class org.openspaces.memcached.protocol.SessionStatus
-
- coalesceExpression(Value[]) - Method in class org.openspaces.jpa.openjpa.query.QueryExpressionFactory
-
Return a coalesce expression
- code - Variable in enum org.openspaces.memcached.protocol.binary.MemcachedBinaryResponseEncoder.ResponseCode
-
- codebase - Variable in class com.sun.jini.reggie.EntryClassBase
-
The codebase.
- codebase - Variable in class com.sun.jini.reggie.EntryRep
-
The codebase of the entry class.
- codebase - Variable in class com.sun.jini.reggie.Item
-
The codebase of the service object.
- codebase - Variable in class com.sun.jini.reggie.ServiceTypeBase
-
The codebase.
- COM_TYPE_MULTICAST - Static variable in class org.openspaces.events.notify.SimpleNotifyEventListenerContainer
-
- COM_TYPE_MULTIPLEX - Static variable in class org.openspaces.events.notify.SimpleNotifyEventListenerContainer
-
- COM_TYPE_PREFIX - Static variable in class org.openspaces.events.notify.SimpleNotifyEventListenerContainer
-
- COM_TYPE_UNICAST - Static variable in class org.openspaces.events.notify.SimpleNotifyEventListenerContainer
-
- combine(InvocationConstraints, InvocationConstraints) - Static method in class net.jini.core.constraint.InvocationConstraints
-
Returns an instance of this class that has all of the requirements from
each non-null
argument added as requirements and has all
of the preferences from each non-null
argument added as
preferences.
- COMM_TYPE - Static variable in class org.openspaces.events.notify.AggregatedNotifyEventContainerServiceDetails.Attributes
-
- COMM_TYPE - Static variable in class org.openspaces.events.notify.NotifyEventContainerServiceDetails.Attributes
-
- command(Op) - Static method in class org.openspaces.memcached.protocol.CommandMessage
-
- CommandLine - Class in com.sun.jini.system
-
CommandLine
is a base class for command line parsing
classes.
- CommandLine() - Constructor for class com.sun.jini.system.CommandLine
-
- CommandLine.BadInvocationException - Exception in com.sun.jini.system
-
Signal that the user specified an option in an improper way.
- CommandLine.HelpOnlyException - Exception in com.sun.jini.system
-
Signal that this was a "help only" invocation.
- CommandLine.ProgrammingException - Exception in com.sun.jini.system
-
Signal that the programmer has invoked a method out of order.
- COMMANDLINE_OPTION - Static variable in interface org.openspaces.admin.pu.dependency.ProcessingUnitDeploymentDependencies
-
- commandLineArgument(String) - Method in class org.openspaces.admin.pu.elastic.ElasticStatefulProcessingUnitDeployment
-
- commandLineArgument(String) - Method in class org.openspaces.admin.pu.elastic.ElasticStatelessProcessingUnitDeployment
-
- commandLineArgument(String) - Method in interface org.openspaces.admin.pu.elastic.topology.ElasticDeploymentTopology
-
Will add a JVM level argument when the process is executed using pure JVM.
- commandLineArgument(String) - Method in class org.openspaces.admin.space.ElasticSpaceDeployment
-
- CommandLineParser - Class in org.openspaces.pu.container.support
-
- CommandLineParser() - Constructor for class org.openspaces.pu.container.support.CommandLineParser
-
- CommandLineParser.Parameter - Class in org.openspaces.pu.container.support
-
- CommandMessage - Class in org.openspaces.memcached.protocol
-
The payload object holding the parsed message.
- CommandMessage.ErrorType - Enum in org.openspaces.memcached.protocol
-
- Comment - Class in net.jini.lookup.entry
-
A free-form comment about a service.
- Comment() - Constructor for class net.jini.lookup.entry.Comment
-
Construct an empty instance of this class.
- Comment(String) - Constructor for class net.jini.lookup.entry.Comment
-
Construct an instance of this class, with all fields
initialized appropriately.
- comment - Variable in class net.jini.lookup.entry.Comment
-
The comment itself.
- CommentBean - Class in net.jini.lookup.entry
-
A JavaBeans(TM) component that encapsulates a Comment object.
- CommentBean() - Constructor for class net.jini.lookup.entry.CommentBean
-
Construct a new JavaBeans component, linked to a new empty
Comment object.
- commit() - Method in interface com.gigaspaces.sync.ConsolidationParticipantData
-
Specifies that this transaction participant should be executed as a single separate transaction
- commit(Xid, boolean) - Method in class com.j_spaces.core.client.XAResourceImpl
-
- commit(long) - Method in class com.sun.jini.mahalo.TxnManagerImpl
-
- commit(long, long) - Method in class com.sun.jini.mahalo.TxnManagerImpl
-
- commit(Object) - Method in class com.sun.jini.mahalo.TxnManagerImpl
-
- commit(Object, long) - Method in class com.sun.jini.mahalo.TxnManagerImpl
-
- commit(long) - Method in class com.sun.jini.mahalo.TxnMgrProxy
-
- commit(long, long) - Method in class com.sun.jini.mahalo.TxnMgrProxy
-
- commit(Object) - Method in class com.sun.jini.mahalo.TxnMgrProxy
-
- commit(Object, long) - Method in class com.sun.jini.mahalo.TxnMgrProxy
-
- commit(Object) - Method in interface net.jini.core.transaction.server.ExtendedTransactionManager
-
- commit(Object, long) - Method in interface net.jini.core.transaction.server.ExtendedTransactionManager
-
- commit() - Method in class net.jini.core.transaction.server.ServerTransaction
-
- commit(long) - Method in class net.jini.core.transaction.server.ServerTransaction
-
- commit(long) - Method in interface net.jini.core.transaction.server.TransactionManager
-
Commit the transaction.
- commit(long, long) - Method in interface net.jini.core.transaction.server.TransactionManager
-
Commit the transaction, waiting for participants to be notified of
the decision.
- commit(TransactionManager, long) - Method in interface net.jini.core.transaction.server.TransactionParticipant
-
Requests that the participant make all of its PREPARED
changes for the specified transaction visible outside of the
transaction and unlock any resources locked by the transaction.
- commit(TransactionManager, long, int) - Method in interface net.jini.core.transaction.server.TransactionParticipant
-
Requests that the participant make all of its PREPARED
changes for the specified transaction visible outside of the
transaction and unlock any resources locked by the transaction.
- commit() - Method in interface net.jini.core.transaction.Transaction
-
Commit the transaction.
- commit(long) - Method in interface net.jini.core.transaction.Transaction
-
Commit the transaction, waiting for participants to be notified of
the decision.
- commit() - Method in class org.openspaces.jpa.StoreManager
-
- commitAndPreparePartitionWithEnabledFailover(ParticipantHandle, TransactionManager, long, Object) - Static method in class com.sun.jini.mahalo.PrepareAndCommitJob
-
- CommitJob - Class in com.sun.jini.mahalo
-
An implementation of a Job
which interacts with
a set of TransactionParticipant
s to inform them
to roll forward changes associated with a given Transaction
.
- CommitJob(Transaction, TaskManager, WakeupManager, ClientLog, ParticipantHandle[], Object) - Constructor for class com.sun.jini.mahalo.CommitJob
-
Constructs an CommitJob
- commitPartitionWithEnabledFailover(ParticipantHandle, ExtendedTransactionManager, long, Object, int) - Static method in class com.sun.jini.mahalo.CommitJob
-
- COMMITTED - Static variable in interface net.jini.core.transaction.server.TransactionConstants
-
Transaction has been committed.
- committed - Variable in exception net.jini.core.transaction.TimeoutExpiredException
-
True if the transaction committed before the timeout.
- commitTimeout(long) - Method in class org.openspaces.core.transaction.manager.DistributedJiniTxManagerConfigurer
-
- commitTimeout(long) - Method in class org.openspaces.core.transaction.manager.LocalJiniTxManagerConfigurer
-
Deprecated.
- commitTimeout(long) - Method in class org.openspaces.core.transaction.manager.LookupJiniTxManagerConfigurer
-
- COMMUNICATION_PORT - Static variable in class org.openspaces.core.gateway.config.GatewayLookupBeanDefinitionParser
-
- compare(Object, Object) - Static method in class net.jini.id.ReferentUuids
-
Returns true
if the two passed objects are
non-null
, implement ReferentUuid
and
their getReferentUuid
methods return equivalent
Uuid
s, or if they are both null
.
- compare(Number, Number) - Method in class org.openspaces.core.util.numbers.BigDecimalHelper
-
- compare(Number, Number) - Method in class org.openspaces.core.util.numbers.BigIntegerHelper
-
- compare(Number, Number) - Method in class org.openspaces.core.util.numbers.DoubleHelper
-
- compare(Number, Number) - Method in class org.openspaces.core.util.numbers.FloatHelper
-
- compare(Number, Number) - Method in class org.openspaces.core.util.numbers.IntegerHelper
-
- compare(Number, Number) - Method in class org.openspaces.core.util.numbers.LongHelper
-
- compare(Number, Number) - Method in class org.openspaces.core.util.numbers.ShortHelper
-
- compare(Comparable<?>, Object) - Static method in class org.openspaces.grid.gsm.autoscaling.AutoScalingSlaUtils
-
- compareTo(OrderByKey) - Method in class com.gigaspaces.query.aggregators.OrderByKey
-
- compareTo(Object) - Method in class com.sun.jini.thread.WakeupManager.Ticket
-
- compareTo(CapacityRequirement) - Method in class org.openspaces.grid.gsm.capacity.AbstractCapacityRequirement
-
- compareTo(CapacityRequirement) - Method in class org.openspaces.grid.gsm.capacity.CpuCapacityRequirement
-
- compareTo(MachinesSlaEnforcementState.StateKey) - Method in class org.openspaces.grid.gsm.machines.MachinesSlaEnforcementState.StateKey
-
- compile(Script) - Method in class org.openspaces.remoting.scripting.AbstractLocalScriptExecutor
-
- compile(Script) - Method in interface org.openspaces.remoting.scripting.LocalScriptExecutor
-
Compiles the given sctipt.
- CompiledScriptCache - Interface in org.openspaces.remoting.scripting.cache
-
A compiled script cache.
- CompiledScriptPool - Interface in org.openspaces.remoting.scripting.cache
-
Represnts a pool of compiled scripts that should work with a non thread safe
compiled scripts in conjuction with
CompiledScriptCache
.
- CompiledScriptPoolFactory - Interface in org.openspaces.remoting.scripting.cache
-
- complete() - Method in class com.sun.jini.thread.RetryTask
-
Return true
if tryOnce
has returned
successfully.
- completedStateRecovery(MachinesSlaEnforcementState.StateKey) - Method in class org.openspaces.grid.gsm.machines.MachinesSlaEnforcementState
-
- COMPONENT_NAME - Static variable in class org.openspaces.admin.alert.alerts.GarbageCollectionAlert
-
- COMPONENT_NAME - Static variable in class org.openspaces.admin.alert.alerts.HeapMemoryUtilizationAlert
-
- componentDescription(String) - Method in class org.openspaces.admin.alert.AlertFactory
-
- componentUid(String) - Method in class org.openspaces.admin.alert.AlertFactory
-
Component UID - the unique identifier of the component associated with the alert.
- CompoundDumpResult - Class in org.openspaces.admin.dump
-
A dump results that holds one or more Dump results.
- CompoundDumpResult() - Constructor for class org.openspaces.admin.dump.CompoundDumpResult
-
- CompoundIndex - Class in org.openspaces.core.config
-
Describes compound index
- CompoundIndex() - Constructor for class org.openspaces.core.config.CompoundIndex
-
- CompoundIndex(String, String[], CompoundIndex.CompoundIndexTypes) - Constructor for class org.openspaces.core.config.CompoundIndex
-
- CompoundIndex(String, String[], CompoundIndex.CompoundIndexTypes, boolean) - Constructor for class org.openspaces.core.config.CompoundIndex
-
- CompoundIndex.CompoundIndexTypes - Enum in org.openspaces.core.config
-
- CompoundLogEntries - Class in com.gigaspaces.log
-
- CompoundLogEntries(LogEntries[]) - Constructor for class com.gigaspaces.log.CompoundLogEntries
-
Constructs a new instance with an array of
LogEntries
(some
values can be null within the array).
- CompoundProcessingUnitContainer - Class in org.openspaces.pu.container.support
-
Compound processing unit container wraps several processing unit containers and
allows to close them.
- CompoundProcessingUnitContainer(ProcessingUnitContainer[]) - Constructor for class org.openspaces.pu.container.support.CompoundProcessingUnitContainer
-
- CompoundResult - Class in com.gigaspaces.query
-
- CompoundResult() - Constructor for class com.gigaspaces.query.CompoundResult
-
Required for Externalizable
- CompoundResult(Object[], Map<String, Integer>) - Constructor for class com.gigaspaces.query.CompoundResult
-
- CompoundSpaceIndex - Annotation Type in com.gigaspaces.annotation.pojo
-
Defines a compound space index.
- CompoundSpaceIndexes - Annotation Type in com.gigaspaces.annotation.pojo
-
Defines multiple CompoundSpaceIndex annotations for a POJO.
- CompressedObjectInputStream - Class in net.jini.io
-
- CompressedObjectInputStream(InputStream) - Constructor for class net.jini.io.CompressedObjectInputStream
-
- CompressedObjectOutputStream - Class in net.jini.io
-
- CompressedObjectOutputStream(OutputStream) - Constructor for class net.jini.io.CompressedObjectOutputStream
-
- compression(int) - Method in class org.openspaces.core.map.MapConfigurer
-
- compute() - Method in class com.sun.jini.tool.ClassDep
-
Method that takes the user provided switches that
logically define the domain in which to look for
dependencies.
- compute() - Method in class com.sun.jini.tool.PreferredListGen
-
Load JAR files, initialize the dependency graph, and perform the
dependency analysis.
- computeCloudifyVersion() - Static method in class org.openspaces.maven.support.OutputVersion
-
- ComputeDigest - Class in com.sun.jini.tool
-
Prints the message digest for the contents of a URL.
- computeDigest(URL, String) - Static method in class net.jini.url.httpmd.HttpmdUtil
-
Computes the message digest of data specified by a URL.
- computeDigestCodebase(String, String) - Static method in class net.jini.url.httpmd.HttpmdUtil
-
Computes the message digests for a codebase with HTTPMD URLs.
- ComputeHttpmdCodebase - Class in com.sun.jini.tool
-
Computes the message digests for a codebase with HTTPMD URLs.
- computePerc(int, int) - Static method in class org.openspaces.admin.support.StatisticsUtils
-
- computePerc(long, long) - Static method in class org.openspaces.admin.support.StatisticsUtils
-
- computePerc(double) - Static method in class org.openspaces.admin.support.StatisticsUtils
-
- computePercByTime(long, long, long, long) - Static method in class org.openspaces.admin.support.StatisticsUtils
-
- computePerSecond(long, long, long, long) - Static method in class org.openspaces.admin.support.StatisticsUtils
-
- computeRouting(SpaceRemotingInvocation) - Method in class org.openspaces.remoting.MethodParamRemoteRoutingHandler
-
- computeRouting(SpaceRemotingInvocation) - Method in interface org.openspaces.remoting.RemoteRoutingHandler
-
Returns the routing field value based on the remoting invocation.
- computeRouting(SpaceRemotingInvocation, RemoteRoutingHandler, MethodInvocation) - Static method in class org.openspaces.remoting.RemotingProxyUtils
-
Computes the routing index for a given remote invocation.
- computeRouting(SpaceRemotingInvocation) - Method in class org.openspaces.remoting.scripting.ScriptingRemoteRoutingHandler
-
- computeVersion() - Static method in class org.openspaces.maven.support.OutputVersion
-
- computeXapVersion() - Static method in class org.openspaces.maven.support.OutputVersion
-
- comType(int) - Method in class org.openspaces.events.notify.SimpleNotifyContainerConfigurer
-
- concat(Object[]) - Static method in class com.sun.jini.config.ConfigUtil
-
- concat(Value, Value) - Method in class org.openspaces.jpa.openjpa.query.QueryExpressionFactory
-
Return a value representing the concatenation of
the given target with the given args.
- concatAttrIfNotExist(String, String, String) - Static method in class com.j_spaces.core.client.SpaceURL
-
Deprecated.
Concatenates if not exist the specified attrName and attrValue to the end of the spaceURL
.
- CONCURRENT_CONSUMERS - Static variable in class org.openspaces.events.asyncpolling.AggregatedAsyncPollingEventContainerServiceDetails.Attributes
-
- CONCURRENT_CONSUMERS - Static variable in class org.openspaces.events.asyncpolling.AsyncPollingEventContainerServiceDetails.Attributes
-
- CONCURRENT_CONSUMERS - Static variable in class org.openspaces.events.polling.AggregatedPollingEventContainerServiceDetails.Attributes
-
- CONCURRENT_CONSUMERS - Static variable in class org.openspaces.events.polling.PollingEventContainerServiceDetails.Attributes
-
- concurrentConsumers(int) - Method in class org.openspaces.archive.ArchivePollingContainerConfigurer
-
- concurrentConsumers(int) - Method in class org.openspaces.events.asyncpolling.SimpleAsyncPollingContainerConfigurer
-
- concurrentConsumers(int) - Method in class org.openspaces.events.polling.SimplePollingContainerConfigurer
-
- ConcurrentHashSet<E> - Class in org.openspaces.core.util
-
- ConcurrentHashSet() - Constructor for class org.openspaces.core.util.ConcurrentHashSet
-
Constructs a new, empty set; the backing HashMap instance has
default initial capacity (16) and load factor (0.75).
- ConcurrentLockException() - Constructor for exception com.sun.jini.thread.ReadersWriter.ConcurrentLockException
-
- ConcurrentLockException(String) - Constructor for exception com.sun.jini.thread.ReadersWriter.ConcurrentLockException
-
- ConcurrentMultiDataIterator - Class in org.openspaces.persistency.support
-
A simple implementation wrapping several iterators and exposing them as concurrent iterator using a
fixed size thread pool.
- ConcurrentMultiDataIterator(DataIterator[], int) - Constructor for class org.openspaces.persistency.support.ConcurrentMultiDataIterator
-
- Confidentiality - Class in net.jini.core.constraint
-
Represents a constraint on the confidentiality of message contents.
- Config - Class in com.sun.jini.config
-
Provides static methods for getting entries from a
Configuration
.
- config(Map<String, String>) - Method in class org.openspaces.admin.alert.AlertFactory
-
Set the configuration properties used to configure the alert bean.
- CONFIG_PARAMETER - Static variable in class org.openspaces.pu.container.support.ConfigLocationParser
-
- ConfigLocationParser - Class in org.openspaces.pu.container.support
-
- ConfigLocationParser() - Constructor for class org.openspaces.pu.container.support.ConfigLocationParser
-
- ConfigTask() - Constructor for class com.sun.jini.tool.envcheck.plugins.CheckConfig.ConfigTask
-
- Configuration - Interface in net.jini.config
-
Defines an interface for obtaining objects needed to configure applications,
such as
Exporter
or
ProxyPreparer
instances, or other
application-specific objects, from configuration files, databases, or other
sources.
- ConfigurationEntryFactory - Interface in net.jini.config
-
- ConfigurationException - Exception in net.jini.config
-
Thrown if a problem occurs when obtaining configuration information.
- ConfigurationException(String) - Constructor for exception net.jini.config.ConfigurationException
-
Creates an instance with the specified detail message.
- ConfigurationException(String, Throwable) - Constructor for exception net.jini.config.ConfigurationException
-
Creates an instance with the specified detail message and causing
exception, which should not be an instance of Error
.
- ConfigurationFile - Class in net.jini.config
-
Supplies objects needed to configure applications, such as
Exporter
or
ProxyPreparer
instances, or application-specific objects,
constructed from data in a configuration source and override options, as
well as data supplied in the call to
getEntry
.
- ConfigurationFile(String[]) - Constructor for class net.jini.config.ConfigurationFile
-
Creates an instance containing the entries specified by the options,
using the calling thread's context class loader for interpreting class
names.
- ConfigurationFile(String[], ClassLoader) - Constructor for class net.jini.config.ConfigurationFile
-
Creates an instance containing the entries specified by the options,
using the specified class loader for interpreting class names.
- ConfigurationFile(Reader, String[]) - Constructor for class net.jini.config.ConfigurationFile
-
Creates an instance containing the entries parsed from the specified
character stream and options, using the calling thread's context class
loader for interpreting class names.
- ConfigurationFile(Reader, String[], ClassLoader) - Constructor for class net.jini.config.ConfigurationFile
-
Creates an instance containing the entries parsed from the specified
character stream and options, using the specified class loader for
interpreting class names.
- ConfigurationFile.ErrorDescriptor - Class in net.jini.config
-
Class used to represent a syntax error encountered when parsing a
configuration source or a problem encountered when attempting to return
an existing entry or the type of an existing entry.
- ConfigurationNotFoundException - Exception in net.jini.config
-
Thrown if a configuration source location specified when creating a
Configuration
is not found, including if null
is
specified for provider options and the implementation does not provide
default options.
- ConfigurationNotFoundException(String) - Constructor for exception net.jini.config.ConfigurationNotFoundException
-
Creates an instance with the specified detail message.
- ConfigurationNotFoundException(String, Throwable) - Constructor for exception net.jini.config.ConfigurationNotFoundException
-
Creates an instance with the specified detail message and causing
exception, which should not be an instance of Error
.
- ConfigurationProvider - Class in net.jini.config
-
Provides a standard means for obtaining
Configuration
instances,
using a configurable provider.
- configure() - Method in class com.gigaspaces.logger.RollingFileHandler
-
- configure(AlertConfiguration...) - Method in interface org.openspaces.admin.alert.AlertManager
-
Define an alert configuration for a 'bulk' of configurations.
- ConfigUtil - Class in com.sun.jini.config
-
A set of static convenience methods for use in configuration files.
- ConflictCause - Class in com.gigaspaces.cluster.replication.gateway.conflict
-
A base class for gateway conflicts.
- ConflictCause() - Constructor for class com.gigaspaces.cluster.replication.gateway.conflict.ConflictCause
-
- ConflictResolver - Class in com.gigaspaces.cluster.replication.gateway.conflict
-
A base class for a gateway replication Sink component conflict resolver.
- ConflictResolver() - Constructor for class com.gigaspaces.cluster.replication.gateway.conflict.ConflictResolver
-
- connect(String, Properties) - Method in class com.j_spaces.jdbc.driver.GDriver
-
- ConnectionAbsoluteTime - Class in net.jini.core.constraint
-
Represents a constraint on the absolute time by which a network connection
must be established.
- ConnectionAbsoluteTime(long) - Constructor for class net.jini.core.constraint.ConnectionAbsoluteTime
-
Creates a constraint with the specified deadline for connection
establishment.
- connectionPool - Variable in class org.openspaces.jdbc.datasource.DbcpBasicDataSource
-
The object pool that internally manages our connections.
- connectionProperties - Variable in class org.openspaces.jdbc.datasource.DbcpBasicDataSource
-
The connection properties that will be sent to our JDBC driver when
establishing new connections.
- ConnectionRelativeTime - Class in net.jini.core.constraint
-
Represents a constraint on the maximum amount of time to wait for a
network connection to be established.
- ConnectionRelativeTime(long) - Constructor for class net.jini.core.constraint.ConnectionRelativeTime
-
Creates a constraint with the specified duration.
- ConsistencyLevelViolationException - Exception in org.openspaces.core
-
Thrown when an operation is rejected since the ConsistencyLevel
for that operation cannot be maintained.
- ConsistencyLevelViolationException(ConsistencyLevelViolationException) - Constructor for exception org.openspaces.core.ConsistencyLevelViolationException
-
- ConsoleReporter - Class in com.gigaspaces.metrics.reporters
-
- ConsoleReporter(ConsoleReporterFactory) - Constructor for class com.gigaspaces.metrics.reporters.ConsoleReporter
-
- ConsoleReporterFactory - Class in com.gigaspaces.metrics.reporters
-
- ConsoleReporterFactory() - Constructor for class com.gigaspaces.metrics.reporters.ConsoleReporterFactory
-
- ConsolidatedDistributedTransactionMetaData - Interface in com.gigaspaces.transaction
-
Consolidated distributed transaction meta data representation.
- ConsolidationParticipantData - Interface in com.gigaspaces.sync
-
Contains the data of a single participant within a consolidated distributed transaction
- Constants - Class in net.jini.discovery
-
A holder class for constants that pertain to the unicast and
multicast discovery protocols.
- constants - Static variable in class org.openspaces.events.notify.SimpleNotifyEventListenerContainer
-
- ConstrainableEventLease - Class in com.sun.jini.reggie
-
EventLease subclass that supports constraints.
- ConstrainableLandlordLease - Class in com.sun.jini.landlord
-
Constrainable sub-class of LandlordLease
.
- ConstrainableLandlordLease(Uuid, Landlord, Uuid, long, MethodConstraints) - Constructor for class com.sun.jini.landlord.ConstrainableLandlordLease
-
Create a new ConstrainableLandlordLease
.
- ConstrainableLandlordLeaseMap - Class in com.sun.jini.landlord
-
Constrainable sub-class of LandlordLeaseMap
.
- ConstrainableLookupLocator - Class in net.jini.discovery
-
LookupLocator
subclass which supports constraint operations
through the
RemoteMethodControl
interface.
- ConstrainableLookupLocator(String, MethodConstraints) - Constructor for class net.jini.discovery.ConstrainableLookupLocator
-
Constructs a new ConstrainableLookupLocator
instance which
can be used to perform unicast discovery to the host and port named by
the given URL with the provided constraints applied.
- ConstrainableLookupLocator(String, int, MethodConstraints) - Constructor for class net.jini.discovery.ConstrainableLookupLocator
-
Constructs a new ConstrainableLookupLocator
instance which
can be used to perform unicast discovery to the given host and port with
the provided constraints applied.
- ConstrainableLookupLocatorTrustVerifier - Class in net.jini.discovery
-
- ConstrainableLookupLocatorTrustVerifier() - Constructor for class net.jini.discovery.ConstrainableLookupLocatorTrustVerifier
-
Creates an instance.
- ConstrainableProxyUtil - Class in com.sun.jini.proxy
-
A collection of utility methods for use in implementing constrainable
proxies.
- ConstraintAlternatives - Class in net.jini.core.constraint
-
Combines two or more constraint alternatives into a single overall
constraint.
- ConstraintAlternatives(InvocationConstraint[]) - Constructor for class net.jini.core.constraint.ConstraintAlternatives
-
Creates an instance containing the specified alternative constraints,
with duplicate constraints removed.
- ConstraintAlternatives(Collection) - Constructor for class net.jini.core.constraint.ConstraintAlternatives
-
Creates an instance containing the specified alternative constraints,
with duplicate constraints removed.
- ConstraintTrustVerifier - Class in net.jini.constraint
-
- ConstraintTrustVerifier() - Constructor for class net.jini.constraint.ConstraintTrustVerifier
-
Creates an instance.
- constructHeader(MemcachedBinaryCommandDecoder.BinaryOp, ChannelBuffer, ChannelBuffer, ChannelBuffer, short, int, long) - Method in class org.openspaces.memcached.protocol.binary.MemcachedBinaryResponseEncoder
-
- constructorFor(Constructor<Object>) - Method in class org.openspaces.persistency.support.ProcedureCache
-
- CONSUMERS - Static variable in class org.openspaces.events.polling.PollingEventContainerServiceMonitors.Attributes
-
- CONTAINER - Static variable in class com.j_spaces.core.client.SpaceURL
-
Deprecated.
Container key which holds the container name taken from the space url string
- CONTAINER_CLASS_PROP - Static variable in class org.openspaces.pu.container.ProcessingUnitContainerProvider
-
- CONTAINER_NAME - Static variable in class com.j_spaces.kernel.SystemProperties
-
- CONTAINER_SHUTDOWN_HOOK - Static variable in class com.j_spaces.kernel.SystemProperties
-
- CONTAINER_SHUTDOWN_HOOK_DEFAULT_VALUE - Static variable in class com.j_spaces.kernel.SystemProperties
-
- ContainerNotDiscoveredException - Exception in org.openspaces.grid.gsm.containers.exceptions
-
- ContainerNotDiscoveredException(ProcessingUnit, GridServiceContainer) - Constructor for exception org.openspaces.grid.gsm.containers.exceptions.ContainerNotDiscoveredException
-
- containerProvisioningCompletedEvent() - Method in class org.openspaces.grid.gsm.strategy.AbstractScaleStrategyBean
-
- containerProvisioningInProgressEvent(ContainersSlaEnforcementInProgressException) - Method in class org.openspaces.grid.gsm.strategy.AbstractScaleStrategyBean
-
- ContainersSlaEnforcement - Class in org.openspaces.grid.gsm.containers
-
- ContainersSlaEnforcement(Admin) - Constructor for class org.openspaces.grid.gsm.containers.ContainersSlaEnforcement
-
- ContainersSlaEnforcementEndpoint - Interface in org.openspaces.grid.gsm.containers
-
A service that on demand enforces the specified number of containers.
- ContainersSlaEnforcementEndpointAware - Interface in org.openspaces.grid.gsm.containers
-
- ContainersSlaEnforcementInProgressException - Exception in org.openspaces.grid.gsm.containers.exceptions
-
- ContainersSlaEnforcementInProgressException(ProcessingUnit, String) - Constructor for exception org.openspaces.grid.gsm.containers.exceptions.ContainersSlaEnforcementInProgressException
-
- ContainersSlaEnforcementInProgressException(ProcessingUnit, String, Exception) - Constructor for exception org.openspaces.grid.gsm.containers.exceptions.ContainersSlaEnforcementInProgressException
-
- ContainersSlaEnforcementPendingProcessingUnitDeallocationException - Exception in org.openspaces.grid.gsm.containers.exceptions
-
- ContainersSlaEnforcementPendingProcessingUnitDeallocationException(ProcessingUnit, Collection<GridServiceContainer>) - Constructor for exception org.openspaces.grid.gsm.containers.exceptions.ContainersSlaEnforcementPendingProcessingUnitDeallocationException
-
- ContainersSlaPolicy - Class in org.openspaces.grid.gsm.containers
-
- ContainersSlaPolicy() - Constructor for class org.openspaces.grid.gsm.containers.ContainersSlaPolicy
-
- ContainersSlaUtils - Class in org.openspaces.grid.gsm.containers
-
- ContainersSlaUtils() - Constructor for class org.openspaces.grid.gsm.containers.ContainersSlaUtils
-
- contains(ChangeModifiers) - Method in class com.gigaspaces.client.ChangeModifiers
-
Checks if the specified modifier is set.
- contains(ClearModifiers) - Method in class com.gigaspaces.client.ClearModifiers
-
Checks if the specified modifier is set.
- contains(CountModifiers) - Method in class com.gigaspaces.client.CountModifiers
-
Checks if the specified modifier is set.
- contains(ReadModifiers) - Method in class com.gigaspaces.client.ReadModifiers
-
Checks if the specified modifier is set.
- contains(SpaceProxyOperationModifiers) - Method in class com.gigaspaces.client.SpaceProxyOperationModifiers
-
Checks if the specified modifier is set.
- contains(TakeModifiers) - Method in class com.gigaspaces.client.TakeModifiers
-
Checks if the specified modifier is set.
- contains(WriteModifiers) - Method in class com.gigaspaces.client.WriteModifiers
-
Checks if the specified modifier is set.
- contains(ProcessingUnitInstance) - Method in interface org.openspaces.admin.gsc.GridServiceContainer
-
Returns true
if the GSC contains the provided processing unit instance.
- contains(ProcessingUnitInstance) - Method in interface org.openspaces.admin.machine.Machine
-
Returns true
if the processing unit instance exists within the machine.
- contains(SpaceInstance) - Method in interface org.openspaces.admin.machine.Machine
-
Returns true
if the machine contains the provided space instance.
- contains(Object) - Method in class org.openspaces.core.util.ConcurrentHashSet
-
Returns true if this set contains the specified element.
- contains(Value, Value) - Method in class org.openspaces.jpa.openjpa.query.QueryExpressionFactory
-
Return an expression representing the given condition.
- CONTAINS_TOKEN - Static variable in class com.j_spaces.core.client.TemplateMatchCodes
-
Deprecated.
collection/array contains matching
- containsAll(Collection<?>) - Method in class org.openspaces.core.util.ConcurrentHashSet
-
- containsCause(Class<? extends Throwable>) - Method in exception com.j_spaces.core.multiple.BatchOperationException
-
- containsCustomAggregators(List<SpaceEntriesAggregator>) - Static method in class com.gigaspaces.query.aggregators.AggregationInternalUtils
-
- ContainsExpression - Class in org.openspaces.jpa.openjpa.query
-
Represents a JPQL contains (MEMBER OF) expression.
- ContainsExpression(Value, Value) - Constructor for class org.openspaces.jpa.openjpa.query.ContainsExpression
-
- containsKey(Object) - Method in class com.gigaspaces.document.DocumentProperties
- containsKey(Object) - Method in class com.j_spaces.core.admin.SpaceConfig
-
- containsKey(Object) - Method in class com.j_spaces.core.client.SpaceURL
-
Deprecated.
- containsKey(Object) - Method in interface com.j_spaces.javax.cache.Cache
-
Deprecated.
Returns true if the cache contains the specified key.
- containsKey(Object) - Method in class com.sun.jini.lease.AbstractLeaseMap
-
- containsKey(Object) - Method in class org.openspaces.core.DefaultGigaMap
-
- containsKey(Value, Value) - Method in class org.openspaces.jpa.openjpa.query.QueryExpressionFactory
-
Return an expression representing the given condition.
- containsProperty(String) - Method in class com.gigaspaces.document.SpaceDocument
- containsSource(String) - Method in interface org.openspaces.admin.gateway.GatewaySink
-
Returns true
if this sink has a source gateway with the specified name; false
otherwise.
- containsString(String) - Static method in class com.gigaspaces.log.LogEntryMatchers
-
- containsString(String, LogEntryMatcher) - Static method in class com.gigaspaces.log.LogEntryMatchers
-
- ContainsStringLogEntryMatcher - Class in com.gigaspaces.log
-
A matcher filter that will filter out all log entries that do not contain the provided
string.
- ContainsStringLogEntryMatcher(String) - Constructor for class com.gigaspaces.log.ContainsStringLogEntryMatcher
-
- ContainsStringLogEntryMatcher(String, LogEntryMatcher) - Constructor for class com.gigaspaces.log.ContainsStringLogEntryMatcher
-
- containsTarget(String) - Method in interface org.openspaces.admin.gateway.GatewayDelegator
-
Returns true
if this delegator has a target gateway with the specified name; false
otherwise.
- containsValue(Object) - Method in class com.gigaspaces.document.DocumentProperties
- containsValue(Object) - Method in interface com.j_spaces.javax.cache.Cache
-
Deprecated.
Returns true if this cache maps one or more keys to the specified value.
- containsValue(Object) - Method in class com.sun.jini.lease.AbstractLeaseMap
-
- containsValue(Object) - Method in class org.openspaces.core.DefaultGigaMap
-
- containsValue(Value, Value) - Method in class org.openspaces.jpa.openjpa.query.QueryExpressionFactory
-
Return an expression representing the given condition.
- ContentEncoder - Interface in com.gigaspaces.security.encoding
-
Interface for performing two-way encryption and decryption on objects.
- contents(Collection, Transaction, long, long) - Method in interface net.jini.space.JavaSpace05
-
Creates a
match set that can be used to
exhaustively read through all of the matching entries in
the space that are visible to the passed
Transaction
and remain visible for the lifetime of the
match set.
- CONTEXT - Static variable in class org.openspaces.core.transaction.manager.ExistingJiniTransactionManager
-
- CONTEXT_PROPERTY_DEPLOY_PATH - Static variable in class org.openspaces.pu.container.ProcessingUnitContainerProvider
-
- contextDestroyed(ServletContextEvent) - Method in class org.openspaces.pu.container.jee.context.BootstrapWebApplicationContextListener
-
- contextInitialized(ServletContextEvent) - Method in class org.openspaces.pu.container.jee.context.BootstrapWebApplicationContextListener
-
- ContextLoaderBeanDefinitionParser - Class in org.openspaces.core.config
-
- ContextLoaderBeanDefinitionParser() - Constructor for class org.openspaces.core.config.ContextLoaderBeanDefinitionParser
-
- CONTEXTPATH - Static variable in class org.openspaces.pu.container.jee.JeeServiceDetails.Attributes
-
- ContextPermission - Class in net.jini.io.context
-
Represents permissions used to express the access control policy for
elements commonly found in the context collections available from
ServerContext
and
ObjectStreamContext
.
- ContextPermission(String) - Constructor for class net.jini.io.context.ContextPermission
-
Creates an instance with the specified name.
- ContextPropertyConfig - Class in org.openspaces.admin.pu.config
-
- ContextPropertyConfig() - Constructor for class org.openspaces.admin.pu.config.ContextPropertyConfig
-
- ContinousQuery<T> - Class in com.j_spaces.core.client
-
- ContinousQuery() - Constructor for class com.j_spaces.core.client.ContinousQuery
-
Deprecated.
Empty constructor.
- ContinousQuery(String, String) - Constructor for class com.j_spaces.core.client.ContinousQuery
-
Deprecated.
Creates a ContinousQuery using the specified type and expression.
- ContinousQuery(String, String, QueryResultType) - Constructor for class com.j_spaces.core.client.ContinousQuery
-
Deprecated.
Creates a ContinousQuery using the specified type, expression and result type.
- ContinousQuery(String, String, Object...) - Constructor for class com.j_spaces.core.client.ContinousQuery
-
Deprecated.
Creates a ContinousQuery using the specified type, expression and parameters.
- ContinousQuery(String, String, QueryResultType, Object...) - Constructor for class com.j_spaces.core.client.ContinousQuery
-
Deprecated.
Creates a ContinousQuery using the specified type, expression, result type and parameters.
- ContinousQuery(Class<T>, String) - Constructor for class com.j_spaces.core.client.ContinousQuery
-
Deprecated.
Creates a ContinousQuery using the specified type and expression.
- ContinousQuery(Class<T>, String, QueryResultType) - Constructor for class com.j_spaces.core.client.ContinousQuery
-
Deprecated.
Creates a ContinousQuery using the specified type, expression and result type.
- ContinousQuery(Class<T>, String, Object...) - Constructor for class com.j_spaces.core.client.ContinousQuery
-
Deprecated.
Creates a ContinousQuery using the specified type, expression and parameters.
- ContinousQuery(Class<T>, String, QueryResultType, Object...) - Constructor for class com.j_spaces.core.client.ContinousQuery
-
Deprecated.
Creates a ContinousQuery using the specified type, expression, result type and parameters.
- continuous(LogEntryMatcher) - Static method in class com.gigaspaces.log.LogEntryMatchers
-
- continuous(LogEntryMatcher, LogEntryMatcher) - Static method in class com.gigaspaces.log.LogEntryMatchers
-
- ContinuousLogEntryMatcher - Class in com.gigaspaces.log
-
A reusable matcher (not thread safe) which accepts a matcher that returns the log entries for the
first call, and for any other call, a
AfterEntryLogEntryMatcher
will be
used with the last log entry returned.
- ContinuousLogEntryMatcher(LogEntryMatcher, LogEntryMatcher) - Constructor for class com.gigaspaces.log.ContinuousLogEntryMatcher
-
- convert(String, boolean) - Static method in class com.gigaspaces.security.authorities.SpaceAuthority.WildcardExpressionToFilterConverter
-
Convert the wildcard expression into a filter.
- convert(long, MemoryUnit) - Method in enum org.openspaces.core.util.MemoryUnit
-
Convert the given memory capacity in the given unit to this
unit.
- convert(String) - Method in enum org.openspaces.core.util.MemoryUnit
-
- convertAgentUidsToAgents(Iterable<String>, Admin) - Static method in class org.openspaces.grid.gsm.machines.MachinesSlaUtils
-
Converts the specified agent UUIDs into GridServiceAgent objects.
- convertAgentUidsToAgentsIfDiscovered(Iterable<String>, Admin) - Static method in class org.openspaces.grid.gsm.machines.MachinesSlaUtils
-
Converts the specified agent UUIDs into GridServiceAgent objects unless these agents are not discovered.
- convertClassLoaderURL(URL) - Method in class org.openspaces.pu.container.support.PUPathMatchingResourcePatternResolver
-
- convertCommandlineParameterToInstanceDeploymentDependencies(CommandLineParser.Parameter) - Static method in class org.openspaces.pu.container.support.RequiredDependenciesCommandLineParser
-
- convertCommandlineParameterToInstanceStartDependencies(CommandLineParser.Parameter) - Static method in class org.openspaces.pu.container.support.RequiredDependenciesCommandLineParser
-
- convertCpuCoresFromDoubleToFraction(double) - Static method in class org.openspaces.grid.gsm.capacity.CpuCapacityRequirement
-
- convertCpuCoresFromDoubleToFraction(double) - Static method in class org.openspaces.grid.gsm.machines.MachinesSlaUtils
-
- convertJiniException(Exception) - Method in class org.openspaces.core.transaction.manager.AbstractJiniTransactionManager
-
- convertPropertiesToMapStringString(Properties) - Static method in class org.openspaces.core.util.StringPropertiesUtils
-
- convertRequiredDependenciesToCommandLineParameter(String, RequiredDependencies) - Static method in class org.openspaces.pu.container.support.RequiredDependenciesCommandLineParser
-
- convertSpringToSpaceIsolationLevel(int, int) - Static method in class org.openspaces.core.IsolationLevelHelpers
-
- convertToGB(long) - Static method in class org.openspaces.admin.support.StatisticsUtils
-
- convertToKilobytes(long) - Static method in class org.openspaces.admin.support.StatisticsUtils
-
- convertToMarshalledObject() - Method in class net.jini.io.MarshalledInstance
-
Creates a new MarshalledObject
that will
contain an object equivalent to the object contained
in this MarshalledInstance
object.
- convertToMB(long) - Static method in class org.openspaces.admin.support.StatisticsUtils
-
- convertToRegex(String, boolean) - Static method in class com.gigaspaces.security.authorities.SpaceAuthority.WildcardExpressionToFilterConverter
-
Convert the wildcard expression into a regex expression, since we found that
this is a faster implementation even for fully matched strings.
- cookie() - Method in interface com.sun.jini.mahalo.log.Log
-
- cookie() - Method in class com.sun.jini.mahalo.log.MockLogFile
-
- cookie() - Method in class com.sun.jini.mahalo.log.SimpleLogFile
-
Returns the identifier associated with information in
this Log
.
- cookie() - Method in class com.sun.jini.mahalo.log.TransientLogFile
-
Returns the identifier associated with information in
this Log
.
- cooldownAfterScaleIn(long, TimeUnit) - Method in class org.openspaces.admin.pu.elastic.config.AutomaticCapacityScaleConfigurer
-
- cooldownAfterScaleOut(long, TimeUnit) - Method in class org.openspaces.admin.pu.elastic.config.AutomaticCapacityScaleConfigurer
-
- copy(ReferenceQueue) - Method in interface com.sun.jini.collection.WeakSoftTable.RemovableReference
-
Returns a copy of this instance registered with the specified queue.
- copy(ReferenceQueue) - Method in class com.sun.jini.collection.WeakSoftTable.SoftValue
-
- copy(ReferenceQueue) - Method in class com.sun.jini.collection.WeakSoftTable.WeakKey
-
- copy() - Method in class org.openspaces.core.cluster.ClusterInfo
-
- copyParameters(DistributedTransactionProcessingConfiguration) - Method in class org.openspaces.core.gateway.GatewaySinkDistributedTransactionProcessingConfigurationFactoryBean
-
- copyToBuffer(ByteBuffer) - Method in class net.jini.io.OptimizedByteArrayOutputStream
-
Copy internal buffer
- copyToSinkConfiguration(LocalClusterReplicationSinkConfig) - Method in class org.openspaces.core.gateway.SinkErrorHandlingFactoryBean
-
- CoreNamespaceHandler - Class in org.openspaces.core.config
-
A Spring name space handler for OpenSpaces core package.
- CoreNamespaceHandler() - Constructor for class org.openspaces.core.config.CoreNamespaceHandler
-
- count(Object, Transaction) - Method in interface com.gigaspaces.client.IPojoSpace
-
- count(Object, Transaction, int) - Method in interface com.gigaspaces.client.IPojoSpace
-
- count() - Method in class com.gigaspaces.query.aggregators.AggregationSet
-
Counts matching entries.
- count(String) - Method in class com.gigaspaces.query.aggregators.AggregationSet
-
Counts matching entries whose path is not null.
- count(Object) - Method in class org.openspaces.core.DefaultGigaSpace
-
- count(Object, int) - Method in class org.openspaces.core.DefaultGigaSpace
-
- count(Object, CountModifiers) - Method in class org.openspaces.core.DefaultGigaSpace
-
- count(Object) - Method in interface org.openspaces.core.GigaSpace
-
Count any matching entry from the space.
- count(Object, int) - Method in interface org.openspaces.core.GigaSpace
-
- count(Object, CountModifiers) - Method in interface org.openspaces.core.GigaSpace
-
Count any matching entries from the space.
- count(GigaSpace, ISpaceQuery, String) - Static method in class org.openspaces.extensions.QueryExtension
-
- count() - Static method in class org.openspaces.extensions.QueryExtension
-
- count(String) - Static method in class org.openspaces.extensions.QueryExtension
-
- count(Value) - Method in class org.openspaces.jpa.openjpa.query.QueryExpressionFactory
-
Return the count of the given value for all matches.
- CountAggregator - Class in com.gigaspaces.query.aggregators
-
- CountAggregator() - Constructor for class com.gigaspaces.query.aggregators.CountAggregator
-
- countDown() - Method in interface net.jini.lookup.JoinManager.ModifyAttributesLatch
-
- CountModifierFactoryBean - Class in org.openspaces.core.config.modifiers
-
- CountModifierFactoryBean() - Constructor for class org.openspaces.core.config.modifiers.CountModifierFactoryBean
-
- CountModifiers - Class in com.gigaspaces.client
-
Provides modifiers to customize the behavior of count operations.
- CountModifiers() - Constructor for class com.gigaspaces.client.CountModifiers
-
Required for Externalizable
- CountModifiers(CountModifiers, CountModifiers) - Constructor for class com.gigaspaces.client.CountModifiers
-
Creates a new modifiers from the specified modifiers.
- CountModifiers(CountModifiers, CountModifiers, CountModifiers) - Constructor for class com.gigaspaces.client.CountModifiers
-
Creates a new modifiers from the specified modifiers.
- CountModifiers(CountModifiers...) - Constructor for class com.gigaspaces.client.CountModifiers
-
Creates a new modifiers from the specified modifiers.
- country - Variable in class net.jini.lookup.entry.Address
-
Country name.
- CPU_UTILIZATION - Static variable in class org.openspaces.admin.alert.alerts.CpuUtilizationAlert
-
- CPU_UTILIZATION - Static variable in class org.openspaces.admin.alert.alerts.GarbageCollectionAlert
-
- CPU_UTILIZATION - Static variable in class org.openspaces.admin.alert.alerts.HeapMemoryUtilizationAlert
-
- CPU_UTILIZATION - Static variable in class org.openspaces.admin.alert.alerts.PhysicalMemoryUtilizationAlert
-
- CPU_UTILIZATION - Static variable in class org.openspaces.admin.alert.alerts.ProcessingUnitInstanceMemberAliveIndicatorAlert
-
- CPU_UTILIZATION - Static variable in class org.openspaces.admin.alert.alerts.ReplicationRedoLogOverflowToDiskAlert
-
- CPU_UTILIZATION - Static variable in class org.openspaces.admin.alert.alerts.ReplicationRedoLogSizeAlert
-
- CpuCapacityRequirement - Class in org.openspaces.grid.gsm.capacity
-
- CpuCapacityRequirement() - Constructor for class org.openspaces.grid.gsm.capacity.CpuCapacityRequirement
-
- CpuCapacityRequirement(Fraction) - Constructor for class org.openspaces.grid.gsm.capacity.CpuCapacityRequirement
-
- CpuCapacityRequirement(double) - Constructor for class org.openspaces.grid.gsm.capacity.CpuCapacityRequirement
-
- CpuPercentageTimeWindowStatisticsConfig - Class in org.openspaces.admin.pu.statistics
-
Calculates the cpu percentage by dividing the total CPU values by delta time passed in milliseconds.
- CpuPercentageTimeWindowStatisticsConfig() - Constructor for class org.openspaces.admin.pu.statistics.CpuPercentageTimeWindowStatisticsConfig
-
- CpuPercentageTimeWindowStatisticsConfig(Map<String, String>) - Constructor for class org.openspaces.admin.pu.statistics.CpuPercentageTimeWindowStatisticsConfig
-
- CpuPercentageTimeWindowStatisticsConfigurer - Class in org.openspaces.admin.pu.statistics
-
- CpuPercentageTimeWindowStatisticsConfigurer() - Constructor for class org.openspaces.admin.pu.statistics.CpuPercentageTimeWindowStatisticsConfigurer
-
- CpuRequirement - Class in org.openspaces.pu.sla.requirement
-
- CpuRequirement() - Constructor for class org.openspaces.pu.sla.requirement.CpuRequirement
-
- CpuRequirementBeanDefinitionParser - Class in org.openspaces.pu.sla.config
-
- CpuRequirementBeanDefinitionParser() - Constructor for class org.openspaces.pu.sla.config.CpuRequirementBeanDefinitionParser
-
- CpuUtilizationAlert - Class in org.openspaces.admin.alert.alerts
-
A CPU Utilization alert fired upon triggered CPU thresholds.
- CpuUtilizationAlert() - Constructor for class org.openspaces.admin.alert.alerts.CpuUtilizationAlert
-
required by java.io.Externalizable
- CpuUtilizationAlert(Alert) - Constructor for class org.openspaces.admin.alert.alerts.CpuUtilizationAlert
-
- CpuUtilizationAlertConfiguration - Class in org.openspaces.admin.alert.config
-
A CPU utilization alert configuration.
- CpuUtilizationAlertConfiguration() - Constructor for class org.openspaces.admin.alert.config.CpuUtilizationAlertConfiguration
-
Constructs an empty machine CPU utilization alert configuration.
- CpuUtilizationAlertConfigurer - Class in org.openspaces.admin.alert.config
-
A CPU utilization alert configurer.
- CpuUtilizationAlertConfigurer() - Constructor for class org.openspaces.admin.alert.config.CpuUtilizationAlertConfigurer
-
Constructs an empty machine CPU utilization alert configuration.
- CrashCountException - Exception in net.jini.core.transaction.server
-
Exception thrown when a transaction cannot be joined because the
participant's current crash count is different from the crash
count the manager received in a previous join by that participant.
- CrashCountException(String) - Constructor for exception net.jini.core.transaction.server.CrashCountException
-
Constructs an instance with a detail message.
- CrashCountException() - Constructor for exception net.jini.core.transaction.server.CrashCountException
-
Constructs an instance with no detail message.
- create(AsyncFuture<T>[], AsyncResultsReducer<T, R>) - Static method in class com.gigaspaces.async.FutureFactory
-
- create(AsyncFuture<T>[], AsyncResultsReducer<T, R>, AsyncResultFilter<T>) - Static method in class com.gigaspaces.async.FutureFactory
-
- create(int) - Method in class com.gigaspaces.client.ChangeModifiers
-
- create(int) - Method in class com.gigaspaces.client.ClearModifiers
-
- create(int) - Method in class com.gigaspaces.client.CountModifiers
-
- create(int) - Method in class com.gigaspaces.client.ReadModifiers
-
- create(int) - Method in class com.gigaspaces.client.SpaceProxyOperationModifiers
-
- create(int) - Method in class com.gigaspaces.client.TakeModifiers
-
- create(int) - Method in class com.gigaspaces.client.WriteModifiers
-
- create() - Static method in class com.gigaspaces.config.lrmi.nio.NIOConfiguration
-
Creates a new instance of NIO configuration based on system properties.
- create() - Method in class com.gigaspaces.metadata.SpaceTypeDescriptorBuilder
-
Create the space type descriptor using the gathered information.
- create() - Method in class com.gigaspaces.metrics.MetricReporterFactory
-
Create a new metric reporter.
- create() - Method in class com.gigaspaces.metrics.reporters.ConsoleReporterFactory
-
- create(String) - Static method in class com.gigaspaces.security.AuthorityFactory
-
- create(Properties) - Method in class com.gigaspaces.security.directory.DefaultUserDetailsProvider
-
Deprecated.
- create(Properties) - Method in interface com.gigaspaces.security.directory.UserDetailsProvider
-
Deprecated.
Create a
UserDetails
instance using the provided properties.
- CREATE - Static variable in class com.j_spaces.core.client.SpaceURL
-
Deprecated.
java:// protocol support.
- create(long) - Method in class com.sun.jini.mahalo.TxnManagerImpl
-
- create(Object, long) - Method in class com.sun.jini.mahalo.TxnManagerImpl
-
- create(TxnManager, TxnManager, Uuid) - Static method in class com.sun.jini.mahalo.TxnMgrProxy
-
- create(long) - Method in class com.sun.jini.mahalo.TxnMgrProxy
-
- create(Object, long) - Method in class com.sun.jini.mahalo.TxnMgrProxy
-
- create(Configuration) - Method in class com.sun.jini.start.NonActivatableServiceDescriptor
-
Attempts to create a service instance based on the service
description information provided via constructor parameters.
- create(Configuration) - Method in interface com.sun.jini.start.ServiceDescriptor
-
Creates an object described by the
actual ServiceDescriptor
instance.
- create(Configuration) - Method in class com.sun.jini.start.SharedActivatableServiceDescriptor
-
Method that attempts to create a service based on the service
description information provided via constructor parameters.
- create(Configuration) - Method in class com.sun.jini.start.SharedActivationGroupDescriptor
-
Method that attempts to create a shared activation system group from the
description information provided via constructor parameters.
- create() - Method in interface net.jini.config.ConfigurationEntryFactory
-
- create(InvocationConstraint[]) - Static method in class net.jini.core.constraint.ConstraintAlternatives
-
Returns a constraint representing the specified alternative constraints,
with duplicate constraints removed.
- create(Collection) - Static method in class net.jini.core.constraint.ConstraintAlternatives
-
Returns a constraint representing the specified alternative constraints,
with duplicate constraints removed.
- create(NestableTransactionManager, long) - Method in interface net.jini.core.transaction.NestableTransaction
-
Create a new nested transaction, with the current transaction as
parent, managed by the given transaction manager.
- create(long) - Method in interface net.jini.core.transaction.NestableTransaction
-
Create a new nested transaction, with the current transaction as
parent, managed by the same transaction manager as the current
transaction.
- create(Object, long) - Method in interface net.jini.core.transaction.server.ExtendedTransactionManager
-
- create(NestableTransactionManager, long) - Method in class net.jini.core.transaction.server.NestableServerTransaction
-
- create(long) - Method in class net.jini.core.transaction.server.NestableServerTransaction
-
- create(NestableTransactionManager, long, long) - Method in interface net.jini.core.transaction.server.NestableTransactionManager
-
Begin a nested transaction, with the specified transaction as parent.
- create(TransactionManager, long, long) - Static method in class net.jini.core.transaction.server.ServerTransaction
-
- create(long) - Method in interface net.jini.core.transaction.server.TransactionManager
-
Begin a new top-level transaction.
- create(TransactionManager, long) - Static method in class net.jini.core.transaction.TransactionFactory
-
Create a new top-level transaction.
- create(NestableTransactionManager, long) - Static method in class net.jini.core.transaction.TransactionFactory
-
Create a new top-level transaction, under which nested transactions
can be created.
- create(long, long) - Static method in class net.jini.id.UuidFactory
-
Creates a new Uuid
with the specified 128-bit
value.
- create(String) - Static method in class net.jini.id.UuidFactory
-
Creates a new Uuid
with the 128-bit value
represented by the specified string.
- create(int) - Method in interface net.jini.lookup.JoinManager.ModifyAttributesLatchFactory
-
- create() - Method in class org.openspaces.admin.AdminFactory
-
Creates the admin and begins its listening for events from the lookup service.
- create() - Method in class org.openspaces.admin.alert.AlertFactory
-
- create() - Method in class org.openspaces.admin.alert.config.CpuUtilizationAlertConfigurer
-
Get a fully configured machine CPU utilization configuration (after all properties have been set).
- create() - Method in class org.openspaces.admin.alert.config.GarbageCollectionAlertConfigurer
-
Get a fully configured garbage collection pause configuration (after all properties have been
set).
- create() - Method in class org.openspaces.admin.alert.config.HeapMemoryUtilizationAlertConfigurer
-
Get a fully configured heap memory utilization configuration (after all properties have been
set).
- create() - Method in class org.openspaces.admin.alert.config.MirrorPersistenceFailureAlertConfigurer
-
Get a fully configured replication channel disconnection configuration (after all properties have been set).
- create() - Method in class org.openspaces.admin.alert.config.PhysicalMemoryUtilizationAlertConfigurer
-
Get a fully configured physical memory utilization configuration (after all properties have been set).
- create() - Method in class org.openspaces.admin.alert.config.ProcessingUnitInstanceMemberAliveIndicatorAlertConfigurer
-
Get a fully configured fault-detection alert configuration (after all properties have been set).
- create() - Method in class org.openspaces.admin.alert.config.ProvisionFailureAlertConfigurer
-
Get a fully configured provision failure alert configuration (after all properties have been set).
- create() - Method in class org.openspaces.admin.alert.config.ReplicationChannelDisconnectedAlertConfigurer
-
Get a fully configured replication channel disconnection configuration (after all properties have been set).
- create() - Method in class org.openspaces.admin.alert.config.ReplicationRedoLogOverflowToDiskAlertConfigurer
-
Get a fully configured configuration (after all properties have been set).
- create() - Method in class org.openspaces.admin.alert.config.ReplicationRedoLogSizeAlertConfigurer
-
Get a fully configured configuration (after all properties have been set).
- create() - Method in class org.openspaces.admin.alert.config.SpacePartitionSplitBrainAlertConfigurer
-
Get a fully configured space partition split-brain alert configuration (after all properties have been set).
- create() - Method in class org.openspaces.admin.application.ApplicationDeployment
-
- create() - Method in class org.openspaces.admin.application.ApplicationFileDeployment
-
- create() - Method in interface org.openspaces.admin.bean.BeanConfigurer
-
Get the fully configured
BeanConfig
object (after all properties have been set).
- create() - Method in class org.openspaces.admin.memcached.MemcachedDeployment
-
- create() - Method in class org.openspaces.admin.pu.elastic.config.AutomaticCapacityScaleConfigurer
-
- create() - Method in class org.openspaces.admin.pu.elastic.config.AutomaticCapacityScaleRuleConfigurer
-
- create() - Method in class org.openspaces.admin.pu.elastic.config.CapacityRequirementsConfigurer
-
- create() - Method in class org.openspaces.admin.pu.elastic.config.DiscoveredMachineProvisioningConfigurer
-
- create() - Method in class org.openspaces.admin.pu.elastic.config.EagerScaleConfigurer
-
- create() - Method in class org.openspaces.admin.pu.elastic.config.ManualCapacityPerZonesScaleConfigurer
-
- create() - Method in class org.openspaces.admin.pu.elastic.config.ManualCapacityScaleConfigurer
-
- create() - Method in class org.openspaces.admin.pu.elastic.ElasticStatefulProcessingUnitDeployment
-
- create() - Method in class org.openspaces.admin.pu.elastic.ElasticStatelessProcessingUnitDeployment
-
- create() - Method in class org.openspaces.admin.pu.ProcessingUnitDeployment
-
- create() - Method in class org.openspaces.admin.pu.statistics.AverageTimeWindowStatisticsConfigurer
-
- create() - Method in class org.openspaces.admin.pu.statistics.CpuPercentageTimeWindowStatisticsConfigurer
-
- create() - Method in class org.openspaces.admin.pu.statistics.MaximumTimeWindowStatisticsConfigurer
-
- create() - Method in class org.openspaces.admin.pu.statistics.MinimumTimeWindowStatisticsConfigurer
-
- create() - Method in class org.openspaces.admin.pu.statistics.PercentileInstancesStatisticsConfigurer
-
- create() - Method in class org.openspaces.admin.pu.statistics.PercentileTimeWindowStatisticsConfigurer
-
- create() - Method in class org.openspaces.admin.pu.statistics.ProcessingUnitStatisticsIdConfigurer
-
- create() - Method in class org.openspaces.admin.pu.statistics.SingleInstanceStatisticsConfigurer
-
- create() - Method in class org.openspaces.admin.pu.statistics.ThroughputTimeWindowStatisticsConfigurer
-
- create() - Method in interface org.openspaces.admin.pu.topology.ProcessingUnitDeploymentTopology
-
Converts this fluent API object to a lazy implementation of ProcessingUnitConfig
- create() - Method in class org.openspaces.admin.space.ElasticSpaceDeployment
-
- create() - Method in class org.openspaces.admin.space.SpaceDeployment
-
- create() - Method in class org.openspaces.admin.zone.config.AtLeastOneZoneConfigurer
-
- create() - Method in class org.openspaces.admin.zone.config.ExactZonesConfigurer
-
- create() - Method in interface org.openspaces.admin.zone.config.ZonesConfigurer
-
- create() - Method in class org.openspaces.archive.ArchivePollingContainerConfigurer
-
- create(String, Map<String, String>, BeanServer<T>) - Method in interface org.openspaces.core.bean.BeanFactory
-
- create(String, Map<String, String>, BeanServer<T>) - Method in class org.openspaces.core.bean.DefaultBeanFactory
-
- create() - Method in class org.openspaces.core.GigaSpaceConfigurer
-
Creates a new
GigaSpace
instance if non already created.
- create() - Method in class org.openspaces.core.IteratorBuilder
-
Returns a new
GSIterator
based on the builder
configuration.
- create() - Method in class org.openspaces.core.space.AbstractSpaceConfigurer
-
- create() - Method in class org.openspaces.core.space.cache.LocalCacheSpaceConfigurer
-
Creates and returns a local cache according to the configured settings.
- create() - Method in class org.openspaces.core.space.cache.LocalViewSpaceConfigurer
-
Creates and returns a local cache according to the configured settings.
- create(AbstractSpaceFactoryBean, String) - Method in class org.openspaces.core.space.InternalSpaceFactory
-
- create(AbstractSpaceFactoryBean, String, boolean) - Method in class org.openspaces.core.space.InternalSpaceFactory
-
- create() - Method in class org.openspaces.core.space.UrlSpaceConfigurer
-
- create() - Method in class org.openspaces.events.asyncpolling.SimpleAsyncPollingContainerConfigurer
-
- create() - Method in class org.openspaces.events.notify.SimpleNotifyContainerConfigurer
-
- create() - Method in class org.openspaces.events.polling.SimplePollingContainerConfigurer
-
- create() - Method in class org.openspaces.grid.gsa.GridServiceAgentConfigurer
-
- create(String, ElasticMachineIsolationConfig) - Method in class org.openspaces.grid.gsm.machines.isolation.ElasticProcessingUnitMachineIsolationFactory
-
- create(ElasticMachineProvisioning) - Method in class org.openspaces.grid.gsm.machines.plugins.NonBlockingElasticMachineProvisioningAdapterFactory
-
- create() - Method in class org.openspaces.persistency.hibernate.CriteriaHibernateSpaceDataSourceConfigurer
-
- create() - Method in class org.openspaces.persistency.hibernate.DefaultHibernateSpaceDataSourceConfigurer
-
- create() - Method in class org.openspaces.persistency.hibernate.DefaultHibernateSpaceSynchronizationEndpointConfigurer
-
- create() - Method in class org.openspaces.persistency.hibernate.StatelessHibernateSpaceDataSourceConfigurer
-
- create() - Method in class org.openspaces.persistency.hibernate.StatelessHibernateSpaceSynchronizationEndpointConfigurer
-
- create() - Method in class org.openspaces.remoting.scripting.cache.BlockingQueueCompiledScriptPoolFactory
-
- create() - Method in interface org.openspaces.remoting.scripting.cache.CompiledScriptPoolFactory
-
- createActualFreeMemoryInBytesGauge() - Method in class com.gigaspaces.metrics.factories.SigarMemoryMetricFactory
-
- createActualUsedMemoryInBytesGauge() - Method in class com.gigaspaces.metrics.factories.SigarMemoryMetricFactory
-
- createAdapter() - Method in class org.openspaces.events.config.AbstractResultEventAdapterFactoryBean
-
- createAdapter() - Method in class org.openspaces.events.config.AnnotationEventAdapterFactoryBean
-
- createAdapter() - Method in class org.openspaces.events.config.MethodEventAdapterFactoryBean
-
- createAdmin() - Method in class org.openspaces.admin.AdminFactory
-
Creates the admin and begins its listening for events from the lookup service.
- createAuthenticationRequest(UserDetails) - Method in class org.openspaces.security.spring.SpringSecurityManager
-
- createBean(Entry) - Static method in class net.jini.lookup.entry.EntryBeans
-
Create a bean of the appropriate type for the given Entry
object, and link it to the object for immediate manipulation.
- createBeanFactory() - Method in class org.openspaces.pu.container.jee.context.ProcessingUnitWebApplicationContext
-
Creates a new bean factory by delegating to the super bean factory creation and then adding
all the registered
BeanPostProcessor
s.
- createBeanFactory() - Method in class org.openspaces.pu.container.support.ResourceApplicationContext
-
Creates a new bean factory by delegating to the super bean factory creation and then adding
all the registered
BeanPostProcessor
s.
- createBeanMetricManager(String) - Method in class org.openspaces.pu.container.ProcessingUnitContainerContext
-
Creates a bean metric manager using the specified name.
- createByClassOrFindByName(ApplicationContext, String, Class) - Static method in class org.openspaces.remoting.RemotingUtils
-
- createCache(IDirectSpaceProxy) - Method in class org.openspaces.core.space.cache.AbstractLocalCacheSpaceFactoryBean
-
- createCache(IDirectSpaceProxy) - Method in class org.openspaces.core.space.cache.LocalCacheSpaceFactoryBean
-
Creates the local cache.
- createCache(IDirectSpaceProxy) - Method in class org.openspaces.core.space.cache.LocalViewSpaceFactoryBean
-
Creates the local view
- createCGCountGauge() - Method in class com.gigaspaces.metrics.factories.JvmMemoryMetricFactory
-
- createClassLoader(URL[], ClassLoader, boolean) - Method in class net.jini.loader.pref.PreferredClassProvider
-
Creates the class loader for this
PreferredClassProvider
to use to load classes from
the specified path of URLs with the specified delegation
parent.
- createClientFilter(InetSocketAddress) - Method in class com.gigaspaces.lrmi.nio.filters.IOStreamCompressionFilterFactory
-
- createClientFilter(InetSocketAddress) - Method in class com.gigaspaces.lrmi.nio.filters.SSLFilterFactory
-
- createCompoundIndex(String[]) - Static method in class com.gigaspaces.metadata.index.SpaceIndexFactory
-
- createCompoundIndex(String[], SpaceIndexType, String, boolean) - Static method in class com.gigaspaces.metadata.index.SpaceIndexFactory
-
Creates a space compound index from the specified paths with the specified index type.
- createContainer() - Method in class org.openspaces.interop.DotnetProcessingUnitContainerProvider
-
- createContainer(String[]) - Static method in class org.openspaces.pu.container.integrated.IntegratedProcessingUnitContainer
-
- createContainer() - Method in class org.openspaces.pu.container.integrated.IntegratedProcessingUnitContainerProvider
-
- createContainer() - Method in class org.openspaces.pu.container.ProcessingUnitContainerProvider
-
Creates a processing unit container.
- createContainer(String[]) - Static method in class org.openspaces.pu.container.standalone.StandaloneProcessingUnitContainer
-
- createContainer() - Method in class org.openspaces.pu.container.standalone.StandaloneProcessingUnitContainerProvider
-
- createContainerEntityManagerFactory(PersistenceUnitInfo, Map) - Method in class org.openspaces.jpa.OpenSpacesPersistenceProvider
-
- createContextLoader() - Method in class org.openspaces.pu.container.jee.context.ProcessingUnitContextLoaderListener
-
- createCopy(SecurityContext) - Method in class com.j_spaces.core.SpaceContext
-
- createCopy() - Method in class net.jini.core.transaction.server.ServerTransaction
-
- createCursor() - Method in class org.openspaces.persistency.hibernate.iterator.AbstractScrollableDataIterator
-
- createCursor() - Method in class org.openspaces.persistency.hibernate.iterator.DefaultScrollableDataIterator
-
- createCursor() - Method in class org.openspaces.persistency.hibernate.iterator.StatelessScrollableDataIterator
-
- Created(Object, Object) - Constructor for class com.sun.jini.start.NonActivatableServiceDescriptor.Created
-
Constructs an instance of this class.
- Created(ActivationGroupID, ActivationID, Object) - Constructor for class com.sun.jini.start.SharedActivatableServiceDescriptor.Created
-
Constructs an instance of this class.
- Created(NestableTransaction, Lease) - Constructor for class net.jini.core.transaction.NestableTransaction.Created
-
Simple constructor.
- Created(long, Lease) - Constructor for class net.jini.core.transaction.server.TransactionManager.Created
-
Simple constructor.
- Created(Transaction, Lease) - Constructor for class net.jini.core.transaction.Transaction.Created
-
Simple constructor.
- createDaemonThreadCountGauge() - Method in class com.gigaspaces.metrics.factories.JvmThreadMetricFactory
-
- createDataSource() - Method in class org.openspaces.jdbc.datasource.DbcpBasicDataSource
-
Create (if necessary) and return the internal data source we are
using to manage our connections.
- createDefaultTaskExecutor() - Method in class org.openspaces.events.polling.SimplePollingEventListenerContainer
-
Create a default TaskExecutor.
- createDirectoryManager(UserDetails) - Method in interface com.gigaspaces.security.SecurityManager
-
Attempts to authenticate the passed user represented by
UserDetails
, granting access
only for users that are allowed to manage the directory.
- createDirectoryManager(UserDetails) - Method in class org.openspaces.security.spring.SpringSecurityManager
-
- createEndpoint(ProcessingUnit) - Method in class org.openspaces.grid.gsm.autoscaling.AutoScalingSlaEnforcement
-
- createEndpoint(ProcessingUnit) - Method in class org.openspaces.grid.gsm.containers.ContainersSlaEnforcement
-
- createEndpoint(ProcessingUnit) - Method in class org.openspaces.grid.gsm.machines.MachinesSlaEnforcement
-
- createEndpoint(ProcessingUnit) - Method in class org.openspaces.grid.gsm.rebalancing.RebalancingSlaEnforcement
-
- createEndpoint(ProcessingUnit) - Method in interface org.openspaces.grid.gsm.sla.ServiceLevelAgreementEnforcement
-
Creates a new endpoint for the specified pu, if one does not already exist.
- createEntityManagerFactory(String, IJSpace, Map) - Method in class org.openspaces.jpa.OpenSpacesPersistenceProvider
-
Creates an EntityManagerFactory
instance and injects the provided space instance to it.
- createEntityManagerFactory(String, IJSpace) - Method in class org.openspaces.jpa.OpenSpacesPersistenceProvider
-
Creates an EntityManagerFactory
instance and injects the provided space instance to it.
- createEntityManagerFactory(String, Map) - Method in class org.openspaces.jpa.OpenSpacesPersistenceProvider
-
- createEntry(Object, Object, long, int) - Method in interface com.j_spaces.javax.cache.EvictionStrategy
-
Deprecated.
Creates new CacheEntry for the Cache and probably saves the entry in the
internal structures.
- createEntry() - Method in interface org.openspaces.remoting.SpaceRemotingEntryFactory
-
- createEntry() - Method in class org.openspaces.remoting.SpaceRemotingEntryMetadataFactory
-
Deprecated.
- createEntry() - Method in class org.openspaces.remoting.SpaceRemotingEntryPojoFactory
-
- createEventSessionConfig() - Method in class org.openspaces.events.notify.SimpleNotifyEventListenerContainer
-
Creates a new
EventSessionConfig
based on the different
parameters this container accepts.
- CreateException - Exception in com.j_spaces.core
-
A CreateException is thrown if an attempt to create a new space fails.
- CreateException() - Constructor for exception com.j_spaces.core.CreateException
-
Constructs a CreateException
with
null
as its error detail message.
- CreateException(String) - Constructor for exception com.j_spaces.core.CreateException
-
Constructs a CreateException
with the
specified detail message.
- CreateException(String, Throwable) - Constructor for exception com.j_spaces.core.CreateException
-
- createFileObject(String) - Method in class org.openspaces.pu.container.servicegrid.deploy.HTTPFileSystemView
-
- createFileObject(File, String) - Method in class org.openspaces.pu.container.servicegrid.deploy.HTTPFileSystemView
-
Returns a File object constructed in dir from the given filename.
- createFilter() - Method in class com.gigaspaces.lrmi.nio.filters.IOStreamCompressionFilterFactory
-
- createFreeMemoryInBytesGauge() - Method in class com.gigaspaces.metrics.factories.SigarMemoryMetricFactory
-
- createFreeSwapInBytesGauge() - Method in class com.gigaspaces.metrics.factories.SigarSwapMetricFactory
-
- createGCCollectionTimeGauge() - Method in class com.gigaspaces.metrics.factories.JvmMemoryMetricFactory
-
- createGroup(ActivationGroupID, ActivationGroupDesc, long) - Static method in class net.jini.activation.ActivationGroup
-
Creates and sets the activation group for the current virtual machine.
- createGSXid(Xid) - Method in class com.j_spaces.core.client.XAResourceImpl
-
- createHashEntry() - Method in interface org.openspaces.remoting.SpaceRemotingEntryFactory
-
- createHashEntry() - Method in class org.openspaces.remoting.SpaceRemotingEntryMetadataFactory
-
Deprecated.
- createHashEntry() - Method in class org.openspaces.remoting.SpaceRemotingEntryPojoFactory
-
- createHeapCommittedInBytesGauge() - Method in class com.gigaspaces.metrics.factories.JvmMemoryMetricFactory
-
- createHeapUsedInBytesGauge() - Method in class com.gigaspaces.metrics.factories.JvmMemoryMetricFactory
-
- createIfNeeded(int) - Method in class com.gigaspaces.client.SpaceProxyOperationModifiers
-
- createInitialLoadIterator(DataIterator[]) - Method in class org.openspaces.persistency.hibernate.AbstractHibernateExternalDataSource
-
Deprecated.
- createInitialLoadIterator(DataIterator[]) - Method in class org.openspaces.persistency.hibernate.AbstractHibernateSpaceDataSource
-
A helper method that creates the initial load iterator using the
ConcurrentMultiDataIterator
with the provided
#setInitialLoadThreadPoolSize(int)
thread pool size.
- createInitialLoadQuery(SpaceTypeDescriptor, String) - Method in class org.openspaces.persistency.ClusterInfoAwareSpaceDataSource
-
- createInstance() - Method in class net.jini.core.transaction.server.ServerTransaction
-
- createInstance(String, Map<String, String>, BeanServer<T>) - Method in class org.openspaces.core.bean.DefaultBeanFactory
-
- createInstance() - Method in class org.openspaces.core.jini.JiniServiceFactoryBean
-
Creates an instance of the service.
- createInstance(String, Map<String, String>, BeanServer<Bean>) - Method in class org.openspaces.grid.gsm.ScaleBeanFactory
-
- createIterator() - Method in class org.openspaces.persistency.hibernate.iterator.DefaultCriteriaByExampleDataIterator
-
- createIterator() - Method in class org.openspaces.persistency.hibernate.iterator.DefaultListQueryDataIterator
-
- createIterator(Query) - Method in class org.openspaces.persistency.hibernate.iterator.DefaultListQueryDataIterator
-
- createIterator() - Method in class org.openspaces.persistency.hibernate.iterator.StatelessListQueryDataIterator
-
- createIteratorByEntityName(String, SessionFactory, int, boolean, int, int) - Method in class org.openspaces.persistency.hibernate.iterator.AbstractChunkDataIterator
-
- createIteratorByEntityName(String, SessionFactory, int, boolean, int, int) - Method in class org.openspaces.persistency.hibernate.iterator.DefaultChunkListDataIterator
-
- createIteratorByEntityName(String, SessionFactory, int, boolean, int, int) - Method in class org.openspaces.persistency.hibernate.iterator.DefaultChunkScrollableDataIterator
-
- createIteratorByEntityName(String, SessionFactory, int, boolean, int, int) - Method in class org.openspaces.persistency.hibernate.iterator.StatelessChunkListDataIterator
-
- createIteratorByEntityName(String, SessionFactory, int, boolean, int, int) - Method in class org.openspaces.persistency.hibernate.iterator.StatelessChunkScrollableDataIterator
-
- createIteratorByHibernateQuery(String, SessionFactory, int, int, int) - Method in class org.openspaces.persistency.hibernate.iterator.AbstractChunkDataIterator
-
- createIteratorByHibernateQuery(String, SessionFactory, int, int, int) - Method in class org.openspaces.persistency.hibernate.iterator.DefaultChunkListDataIterator
-
- createIteratorByHibernateQuery(String, SessionFactory, int, int, int) - Method in class org.openspaces.persistency.hibernate.iterator.DefaultChunkScrollableDataIterator
-
- createIteratorByHibernateQuery(String, SessionFactory, int, int, int) - Method in class org.openspaces.persistency.hibernate.iterator.StatelessChunkListDataIterator
-
- createIteratorByHibernateQuery(String, SessionFactory, int, int, int) - Method in class org.openspaces.persistency.hibernate.iterator.StatelessChunkScrollableDataIterator
-
- createIteratorBySQLQuery(SQLQuery, SessionFactory, int, boolean, int, int) - Method in class org.openspaces.persistency.hibernate.iterator.AbstractChunkDataIterator
-
- createIteratorBySQLQuery(SQLQuery, SessionFactory, int, boolean, int, int) - Method in class org.openspaces.persistency.hibernate.iterator.DefaultChunkListDataIterator
-
- createIteratorBySQLQuery(SQLQuery, SessionFactory, int, boolean, int, int) - Method in class org.openspaces.persistency.hibernate.iterator.DefaultChunkScrollableDataIterator
-
- createIteratorBySQLQuery(SQLQuery, SessionFactory, int, boolean, int, int) - Method in class org.openspaces.persistency.hibernate.iterator.StatelessChunkListDataIterator
-
- createIteratorBySQLQuery(SQLQuery, SessionFactory, int, boolean, int, int) - Method in class org.openspaces.persistency.hibernate.iterator.StatelessChunkScrollableDataIterator
-
- createLeaseMap(long) - Method in class com.sun.jini.landlord.ConstrainableLandlordLease
-
- createLeaseMap(long) - Method in class com.sun.jini.landlord.LandlordLease
-
- createLeaseMap(long) - Method in class com.sun.jini.reggie.ConstrainableEventLease
-
Creates a constraint-aware lease map.
- createLeaseMap(long) - Method in interface net.jini.core.lease.Lease
-
Creates a Map object that can contain leases whose renewal or
cancellation can be batched, and adds the current lease to that map.
- createLeaseRenewalSet(long) - Method in interface net.jini.lease.LeaseRenewalService
-
Create a new LeaseRenewalSet
that the client can
populate with leases to be renewed.
- createLightProxy() - Method in class com.sun.jini.mahalo.TxnMgrProxy
-
- createLookupCache(ServiceTemplate, ServiceItemFilter, ServiceDiscoveryListener) - Method in class net.jini.lookup.ServiceDiscoveryManager
-
The createLookupCache
method allows the client-like
entity to request that the ServiceDiscoveryManager
create a new managed set (or cache) and populate it with
services, which match criteria defined by the entity, and whose
references are registered with one or more of the lookup
services the entity has targeted for discovery.
- createMap() - Method in class org.openspaces.core.map.MapConfigurer
-
Creates an
IMap
based on the configuration.
- createMap() - Method in class org.openspaces.core.map.MapFactoryBean
-
- createMemcachedBinaryPipelineFactory(SpaceCache, String, boolean, int, DefaultChannelGroup) - Method in class org.openspaces.memcached.MemCacheDaemon
-
- createMemcachedPipelineFactory(SpaceCache, String, boolean, int, int, DefaultChannelGroup) - Method in class org.openspaces.memcached.MemCacheDaemon
-
- createNonHeapCommittedInBytesGauge() - Method in class com.gigaspaces.metrics.factories.JvmMemoryMetricFactory
-
- createNonHeapUsedInBytesGauge() - Method in class com.gigaspaces.metrics.factories.JvmMemoryMetricFactory
-
- createPathIndex(String, SpaceIndexType) - Static method in class com.gigaspaces.metadata.index.SpaceIndexFactory
-
Creates a space index for the specified path with the specified index type.
- createPathIndex(String, SpaceIndexType, boolean) - Static method in class com.gigaspaces.metadata.index.SpaceIndexFactory
-
Creates a space index for the specified path with the specified index type.
- createPeakThreadCountGauge() - Method in class com.gigaspaces.metrics.factories.JvmThreadMetricFactory
-
- createProcessCpuTotalTimeGauge() - Method in class com.gigaspaces.metrics.factories.SigarProcessMetricFactory
-
- createProcessUsedCpuInPercentGauge() - Method in class com.gigaspaces.metrics.factories.SigarProcessMetricFactory
-
- createProperties(ClusterInfo) - Static method in class org.openspaces.core.cluster.ClusterInfoPropertyPlaceholderConfigurer
-
- createPropertyIndex(String, SpaceIndexType) - Static method in class com.gigaspaces.metadata.index.SpaceIndexFactory
-
Creates a space index for the specified property with the specified index type.
- createPropertyIndex(String, SpaceIndexType, boolean) - Static method in class com.gigaspaces.metadata.index.SpaceIndexFactory
-
Creates a space index for the specified property with the specified index type.
- createProxy() - Method in class org.openspaces.grid.esm.ESMImpl
-
- createProxy() - Method in class org.openspaces.pu.container.servicegrid.PUServiceBeanImpl
-
- createQueryFromDataSourceSQLQuery(DataSourceSQLQuery, Session) - Static method in class org.openspaces.persistency.hibernate.iterator.HibernateIteratorUtils
-
- createQueryFromDataSourceSQLQuery(DataSourceSQLQuery, StatelessSession) - Static method in class org.openspaces.persistency.hibernate.iterator.HibernateIteratorUtils
-
- createQueryFromSQLQuery(SQLQuery<?>, Session) - Static method in class org.openspaces.persistency.hibernate.iterator.HibernateIteratorUtils
-
- createQueryFromSQLQuery(SQLQuery<?>, StatelessSession) - Static method in class org.openspaces.persistency.hibernate.iterator.HibernateIteratorUtils
-
- createRole(RoleDetails) - Method in interface com.gigaspaces.security.directory.RoleManager
-
Create a new role with the specified roleDetails
.
- createRxBytesGauge(String) - Method in class com.gigaspaces.metrics.factories.SigarNetworkMetricFactory
-
- createRxDroppedGauge(String) - Method in class com.gigaspaces.metrics.factories.SigarNetworkMetricFactory
-
- createRxErrorsGauge(String) - Method in class com.gigaspaces.metrics.factories.SigarNetworkMetricFactory
-
- createRxPacketsGauge(String) - Method in class com.gigaspaces.metrics.factories.SigarNetworkMetricFactory
-
- createSecurityManager(Properties) - Static method in class com.gigaspaces.security.SecurityFactory
-
- createServerFilter(InetSocketAddress) - Method in class com.gigaspaces.lrmi.nio.filters.IOStreamCompressionFilterFactory
-
- createServerFilter(InetSocketAddress) - Method in class com.gigaspaces.lrmi.nio.filters.SSLFilterFactory
-
- createServiceID(String) - Static method in class com.sun.jini.config.ConfigUtil
-
Returns a ServiceID
constructed from a 128-bit value
represented by a string.
- createSpace() - Method in class org.openspaces.core.space.AbstractSpaceConfigurer
-
- createSpace() - Method in class org.openspaces.core.space.EmbeddedSpaceConfigurer
-
- createSpace() - Method in class org.openspaces.core.space.SpaceProxyConfigurer
-
- createSSLContext(boolean, String, String) - Method in class com.gigaspaces.lrmi.nio.filters.SSLFilterFactory
-
- createTempFolder(String) - Static method in class org.openspaces.core.util.FileUtils
-
- createThreadCountGauge() - Method in class com.gigaspaces.metrics.factories.JvmThreadMetricFactory
-
- createTotalStartedThreadCountGauge() - Method in class com.gigaspaces.metrics.factories.JvmThreadMetricFactory
-
- createTxBytesGauge(String) - Method in class com.gigaspaces.metrics.factories.SigarNetworkMetricFactory
-
- createTxDroppedGauge(String) - Method in class com.gigaspaces.metrics.factories.SigarNetworkMetricFactory
-
- createTxErrorsGauge(String) - Method in class com.gigaspaces.metrics.factories.SigarNetworkMetricFactory
-
- createTxPacketsGauge(String) - Method in class com.gigaspaces.metrics.factories.SigarNetworkMetricFactory
-
- createUIDFromName(Object, String) - Static method in class com.j_spaces.core.client.ClientUIDHandler
-
Deprecated.
This method is used to create a UID given a name (i.e. any free string) and the entry (full) classname.
- createUptimeGauge() - Method in class com.gigaspaces.metrics.factories.JvmRuntimeMetricFactory
-
- createUsedCpuInPercentGauge() - Method in class com.gigaspaces.metrics.factories.SigarCpuMetricFactory
-
- createUsedMemoryInBytesGauge() - Method in class com.gigaspaces.metrics.factories.SigarMemoryMetricFactory
-
- createUsedMemoryInPercentGauge() - Method in class com.gigaspaces.metrics.factories.SigarMemoryMetricFactory
-
- createUsedSwapInBytesGauge() - Method in class com.gigaspaces.metrics.factories.SigarSwapMetricFactory
-
- createUsedSwapInPercentGauge() - Method in class com.gigaspaces.metrics.factories.SigarSwapMetricFactory
-
- createUser(UserDetails) - Method in interface com.gigaspaces.security.directory.UserManager
-
Create a new user with the specified userDetails
.
- createWebApplicationContext(ServletContext, ApplicationContext) - Method in class org.openspaces.pu.container.jee.context.ProcessingUnitContextLoader
-
- credentials(String, String) - Method in class org.openspaces.admin.AdminFactory
-
Sets the username and password for discovery of secured services.
- credentials(String, String) - Method in class org.openspaces.core.space.EmbeddedSpaceConfigurer
-
- credentials(String, String) - Method in class org.openspaces.core.space.SpaceProxyConfigurer
-
- credentials(String, String) - Method in class org.openspaces.core.space.UrlSpaceConfigurer
-
Creates a secured space with the provided user name and password.
- CredentialsProvider - Class in com.gigaspaces.security.directory
-
- CredentialsProvider() - Constructor for class com.gigaspaces.security.directory.CredentialsProvider
-
Required for Externalizable
- credentialsProvider(CredentialsProvider) - Method in class org.openspaces.admin.AdminFactory
-
Sets the credentials provider that will be used when discovering secured services.
- credentialsProvider(CredentialsProvider) - Method in class org.openspaces.core.space.EmbeddedSpaceConfigurer
-
- credentialsProvider(CredentialsProvider) - Method in class org.openspaces.core.space.SpaceProxyConfigurer
-
- credentialsProvider(CredentialsProvider) - Method in class org.openspaces.core.space.UrlSpaceConfigurer
-
Creates a secured space with the provided credentials provider.
- CriteriaHibernateExternalDataSource - Class in org.openspaces.persistency.hibernate
-
- CriteriaHibernateExternalDataSource() - Constructor for class org.openspaces.persistency.hibernate.CriteriaHibernateExternalDataSource
-
Deprecated.
- CriteriaHibernateSpaceDataSource - Class in org.openspaces.persistency.hibernate
-
An extension over the default implementation that its main use is to override Hibernate bugs when executing queries with composite
objects.
- CriteriaHibernateSpaceDataSource(SessionFactory, Set<String>, int, boolean, String[], int, int, boolean, String[], boolean, ClusterInfo) - Constructor for class org.openspaces.persistency.hibernate.CriteriaHibernateSpaceDataSource
-
- CriteriaHibernateSpaceDataSourceConfigurer - Class in org.openspaces.persistency.hibernate
-
- CriteriaHibernateSpaceDataSourceConfigurer() - Constructor for class org.openspaces.persistency.hibernate.CriteriaHibernateSpaceDataSourceConfigurer
-
- CriteriaHibernateSpaceDataSourceFactoryBean - Class in org.openspaces.persistency.hibernate
-
- CriteriaHibernateSpaceDataSourceFactoryBean() - Constructor for class org.openspaces.persistency.hibernate.CriteriaHibernateSpaceDataSourceFactoryBean
-
- CRLF - Static variable in class org.openspaces.memcached.protocol.text.MemcachedResponseEncoder
-
- curr_conns - Variable in class org.openspaces.memcached.protocol.MemcachedCommandHandler
-
- currentTime() - Method in class com.sun.jini.landlord.FixedLeasePeriodPolicy
-
Method that provides some notion of the current time in milliseconds
since the beginning of the epoch.
- currentTime() - Method in class com.sun.jini.landlord.SystemTimeFixedLeasePeriodPolicy
-
- custom(CustomChangeOperation) - Method in class com.gigaspaces.client.ChangeSet
-
Adds a custom change operation to be executed.
- custom(String, ChangeFunction<MutableServerEntry, Object>) - Method in class com.gigaspaces.client.ChangeSet
-
- CUSTOM_JVM_PROPERTIES - Static variable in class org.openspaces.core.gateway.config.GatewayDelegatorBeanDefinitionParser
-
- CUSTOM_JVM_PROPERTIES - Static variable in class org.openspaces.core.gateway.config.GatewaySinkBeanDefinitionParser
-
- CustomCachePolicy - Class in org.openspaces.core.space
-
Configures the Space to run in Custom mode.
- CustomCachePolicy() - Constructor for class org.openspaces.core.space.CustomCachePolicy
-
- customCachePolicy(CustomCachePolicyFactoryBean) - Method in class org.openspaces.core.space.EmbeddedSpaceConfigurer
-
- CustomCachePolicyBeanDefinitionParser - Class in org.openspaces.core.config
-
- CustomCachePolicyBeanDefinitionParser() - Constructor for class org.openspaces.core.config.CustomCachePolicyBeanDefinitionParser
-
- CustomCachePolicyFactoryBean - Class in org.openspaces.core.config
-
- CustomCachePolicyFactoryBean() - Constructor for class org.openspaces.core.config.CustomCachePolicyFactoryBean
-
- CustomServiceDetails - Class in org.openspaces.pu.service
-
This class should be used by customers in order to implement their ServiceDetails
- CustomServiceDetails() - Constructor for class org.openspaces.pu.service.CustomServiceDetails
-
- CustomServiceDetails(String, String, String, String, String) - Constructor for class org.openspaces.pu.service.CustomServiceDetails
-
- CustomServiceDetails(String, String, String, String) - Constructor for class org.openspaces.pu.service.CustomServiceDetails
-
Constructor
- CustomServiceMonitors - Class in org.openspaces.pu.service
-
This class should be used by customers in order to implement their ServiceMonitors
- CustomServiceMonitors() - Constructor for class org.openspaces.pu.service.CustomServiceMonitors
-
- CustomServiceMonitors(String) - Constructor for class org.openspaces.pu.service.CustomServiceMonitors
-
- CustomServiceMonitors(String, Map<String, Object>) - Constructor for class org.openspaces.pu.service.CustomServiceMonitors
-
- GarbageCollectionAlert - Class in org.openspaces.admin.alert.alerts
-
A Garbage Collection duration alert, fired upon triggered GC thresholds.
- GarbageCollectionAlert() - Constructor for class org.openspaces.admin.alert.alerts.GarbageCollectionAlert
-
required by java.io.Externalizable
- GarbageCollectionAlert(Alert) - Constructor for class org.openspaces.admin.alert.alerts.GarbageCollectionAlert
-
- GarbageCollectionAlertConfiguration - Class in org.openspaces.admin.alert.config
-
A Garbage Collection pause alert configuration.
- GarbageCollectionAlertConfiguration() - Constructor for class org.openspaces.admin.alert.config.GarbageCollectionAlertConfiguration
-
Constructs an empty garbage collection pause alert configuration.
- GarbageCollectionAlertConfigurer - Class in org.openspaces.admin.alert.config
-
A Garbage Collection pause alert configurer.
- GarbageCollectionAlertConfigurer() - Constructor for class org.openspaces.admin.alert.config.GarbageCollectionAlertConfigurer
-
Constructs an empty garbage collection pause alert configuration.
- Gateway - Interface in org.openspaces.admin.gateway
-
A gateway is a composition of one or more of
GatewayProcessingUnit
s, and it is in charge of
replication between different
Space
s. e.g.
- GATEWAY_LOOKUP_TIMEOUT - Static variable in class com.j_spaces.kernel.SystemProperties
-
- GATEWAY_LOOKUPS - Static variable in class org.openspaces.core.gateway.config.GatewayDelegatorBeanDefinitionParser
-
- GATEWAY_LOOKUPS - Static variable in class org.openspaces.core.gateway.config.GatewaySinkBeanDefinitionParser
-
- GATEWAY_SOURCE_NAME - Static variable in class org.openspaces.core.gateway.config.GatewaySinkBeanDefinitionParser
-
- GATEWAY_SOURCE_NAME - Static variable in class org.openspaces.core.gateway.config.GatewaySourceBeanDefinitionParser
-
- GATEWAY_SOURCES - Static variable in class org.openspaces.core.gateway.config.GatewaySinkBeanDefinitionParser
-
- gatewayAdded(Gateway) - Method in class org.openspaces.admin.gateway.events.ClosureGatewayAddedEventListener
-
- gatewayAdded(Gateway) - Method in class org.openspaces.admin.gateway.events.DefaultGatewayAddedEventManager
-
- gatewayAdded(Gateway) - Method in interface org.openspaces.admin.gateway.events.GatewayAddedEventListener
-
A callback indicating that a Gateway was added (deployed/discovered).
- GatewayAddedEventListener - Interface in org.openspaces.admin.gateway.events
-
An event listener allowing to listen for
Gateway
additions (deployment).
- GatewayAddedEventManager - Interface in org.openspaces.admin.gateway.events
-
- GatewayDelegation - Class in org.openspaces.core.gateway
-
Holds gateway delegation settings.
- GatewayDelegation() - Constructor for class org.openspaces.core.gateway.GatewayDelegation
-
- GatewayDelegation(String, String) - Constructor for class org.openspaces.core.gateway.GatewayDelegation
-
- GatewayDelegationBeanDefinitionParser - Class in org.openspaces.core.gateway.config
-
- GatewayDelegationBeanDefinitionParser() - Constructor for class org.openspaces.core.gateway.config.GatewayDelegationBeanDefinitionParser
-
- GatewayDelegator - Interface in org.openspaces.admin.gateway
-
A gateway delegator is used to delegate outgoing replication packets to other gateways.
- GatewayDelegatorBeanDefinitionParser - Class in org.openspaces.core.gateway.config
-
- GatewayDelegatorBeanDefinitionParser() - Constructor for class org.openspaces.core.gateway.config.GatewayDelegatorBeanDefinitionParser
-
- GatewayDelegatorFactoryBean - Class in org.openspaces.core.gateway
-
A gateway delegator factory bean for creating a ReplicationConnectionDelegatorContainer
.
- GatewayDelegatorFactoryBean() - Constructor for class org.openspaces.core.gateway.GatewayDelegatorFactoryBean
-
- GatewayDelegatorServiceDetails - Class in org.openspaces.core.gateway
-
- GatewayDelegatorServiceDetails() - Constructor for class org.openspaces.core.gateway.GatewayDelegatorServiceDetails
-
- GatewayDelegatorServiceDetails(String, GatewayDelegation[], int, int, boolean) - Constructor for class org.openspaces.core.gateway.GatewayDelegatorServiceDetails
-
- GatewayDelegatorTarget - Interface in org.openspaces.admin.gateway
-
Represents a single delegation target
- GatewayLifecycleEventListener - Interface in org.openspaces.admin.gateway.events
-
An event listener supporting combining several listeners into one simple listener.
- GatewayLookup - Class in org.openspaces.core.gateway
-
Holds information used for gateway lookup.
- GatewayLookup() - Constructor for class org.openspaces.core.gateway.GatewayLookup
-
- GatewayLookupBeanDefinitionParser - Class in org.openspaces.core.gateway.config
-
- GatewayLookupBeanDefinitionParser() - Constructor for class org.openspaces.core.gateway.config.GatewayLookupBeanDefinitionParser
-
- GatewayLookupsBeanDefinitionParser - Class in org.openspaces.core.gateway.config
-
- GatewayLookupsBeanDefinitionParser() - Constructor for class org.openspaces.core.gateway.config.GatewayLookupsBeanDefinitionParser
-
- GatewayLookupsFactoryBean - Class in org.openspaces.core.gateway
-
- GatewayLookupsFactoryBean() - Constructor for class org.openspaces.core.gateway.GatewayLookupsFactoryBean
-
- GatewayNamespaceHandler - Class in org.openspaces.core.gateway.config
-
A spring namespace handler for the "gateway" namespace.
- GatewayNamespaceHandler() - Constructor for class org.openspaces.core.gateway.config.GatewayNamespaceHandler
-
- GatewayProcessingUnit - Interface in org.openspaces.admin.gateway
-
A Gateway Processing unit is the building block of a
Gateway
.
- gatewayProcessingUnitAdded(GatewayProcessingUnit) - Method in class org.openspaces.admin.gateway.events.ClosureGatewayProcessingUnitAddedEventListener
-
- gatewayProcessingUnitAdded(GatewayProcessingUnit) - Method in class org.openspaces.admin.gateway.events.DefaultGatewayProcessingUnitAddedEventManager
-
- gatewayProcessingUnitAdded(GatewayProcessingUnit) - Method in interface org.openspaces.admin.gateway.events.GatewayProcessingUnitAddedEventListener
-
A callback indicating that a Gateways Processing Unit was added (deployed/discovered).
- GatewayProcessingUnitAddedEventListener - Interface in org.openspaces.admin.gateway.events
-
- GatewayProcessingUnitAddedEventManager - Interface in org.openspaces.admin.gateway.events
-
- GatewayProcessingUnitLifecycleEventListener - Interface in org.openspaces.admin.gateway.events
-
An event listener supporting combining several listeners into one simple listener.
- gatewayProcessingUnitRemoved(GatewayProcessingUnit) - Method in class org.openspaces.admin.gateway.events.ClosureGatewayProcessingUnitRemovedEventListener
-
- gatewayProcessingUnitRemoved(GatewayProcessingUnit) - Method in class org.openspaces.admin.gateway.events.DefaultGatewayProcessingUnitRemovedEventManager
-
- gatewayProcessingUnitRemoved(GatewayProcessingUnit) - Method in interface org.openspaces.admin.gateway.events.GatewayProcessingUnitRemovedEventListener
-
A callback indicating that a Gateway Processing Unit was removed (undeployed).
- GatewayProcessingUnitRemovedEventListener - Interface in org.openspaces.admin.gateway.events
-
- GatewayProcessingUnitRemovedEventManager - Interface in org.openspaces.admin.gateway.events
-
- GatewayProcessingUnits - Interface in org.openspaces.admin.gateway
-
- gatewayRemoved(Gateway) - Method in class org.openspaces.admin.gateway.events.ClosureGatewayRemovedEventListener
-
- gatewayRemoved(Gateway) - Method in class org.openspaces.admin.gateway.events.DefaultGatewayRemovedEventManager
-
- gatewayRemoved(Gateway) - Method in interface org.openspaces.admin.gateway.events.GatewayRemovedEventListener
-
A callback indicating that a Gateway was removed (undeployed).
- GatewayRemovedEventListener - Interface in org.openspaces.admin.gateway.events
-
An event listener allowing to listen for
Gateway
removal (undeployment).
- GatewayRemovedEventManager - Interface in org.openspaces.admin.gateway.events
-
- Gateways - Interface in org.openspaces.admin.gateway
-
Gateways holds all the different
Gateway
s that are currently
discovered.
- GatewayServiceDetails - Class in org.openspaces.core.gateway
-
- GatewayServiceDetails() - Constructor for class org.openspaces.core.gateway.GatewayServiceDetails
-
- GatewayServiceDetails(String, String, String, String, String, int, int, boolean) - Constructor for class org.openspaces.core.gateway.GatewayServiceDetails
-
- GatewaySink - Interface in org.openspaces.admin.gateway
-
- GatewaySinkBeanDefinitionParser - Class in org.openspaces.core.gateway.config
-
- GatewaySinkBeanDefinitionParser() - Constructor for class org.openspaces.core.gateway.config.GatewaySinkBeanDefinitionParser
-
- GatewaySinkDistributedTransactionProcessingConfigurationBeanDefinitionParser - Class in org.openspaces.core.gateway.config
-
A bean definition parser for distributed transaction support configuration for gateway sink component.
- GatewaySinkDistributedTransactionProcessingConfigurationBeanDefinitionParser() - Constructor for class org.openspaces.core.gateway.config.GatewaySinkDistributedTransactionProcessingConfigurationBeanDefinitionParser
-
- GatewaySinkDistributedTransactionProcessingConfigurationFactoryBean - Class in org.openspaces.core.gateway
-
A bean for configuring distributed transaction processing at Sink component.
- GatewaySinkDistributedTransactionProcessingConfigurationFactoryBean() - Constructor for class org.openspaces.core.gateway.GatewaySinkDistributedTransactionProcessingConfigurationFactoryBean
-
- GatewaySinkFactoryBean - Class in org.openspaces.core.gateway
-
A sink factory bean for creating a LocalClusterReplicationSink
which
represents a gateway sink component.
- GatewaySinkFactoryBean() - Constructor for class org.openspaces.core.gateway.GatewaySinkFactoryBean
-
- GatewaySinkServiceDetails - Class in org.openspaces.core.gateway
-
- GatewaySinkServiceDetails() - Constructor for class org.openspaces.core.gateway.GatewaySinkServiceDetails
-
- GatewaySinkServiceDetails(String, String[], boolean, String, int, int, boolean) - Constructor for class org.openspaces.core.gateway.GatewaySinkServiceDetails
-
- GatewaySinkSource - Interface in org.openspaces.admin.gateway
-
A sink source is the target end point of a remote
Gateway
which is replicating into this gateway's sink.
- GatewaySinkSyncEndpointInterceptorBeanDefinitionParser - Class in org.openspaces.core.gateway.config
-
- GatewaySinkSyncEndpointInterceptorBeanDefinitionParser() - Constructor for class org.openspaces.core.gateway.config.GatewaySinkSyncEndpointInterceptorBeanDefinitionParser
-
- GatewaySinkSyncEndpointInterceptorFactoryBean - Class in org.openspaces.core.gateway
-
A factory bean used for configuring the Sink component synchronization endpoint interceptor
configuration.
- GatewaySinkSyncEndpointInterceptorFactoryBean() - Constructor for class org.openspaces.core.gateway.GatewaySinkSyncEndpointInterceptorFactoryBean
-
- GatewaySource - Class in org.openspaces.core.gateway
-
Holds gateway source configuration.
- GatewaySource() - Constructor for class org.openspaces.core.gateway.GatewaySource
-
- GatewaySource(String) - Constructor for class org.openspaces.core.gateway.GatewaySource
-
- GatewaySourceBeanDefinitionParser - Class in org.openspaces.core.gateway.config
-
- GatewaySourceBeanDefinitionParser() - Constructor for class org.openspaces.core.gateway.config.GatewaySourceBeanDefinitionParser
-
- GatewayTarget - Class in org.openspaces.core.gateway
-
Holds gateway target configuration.
- GatewayTarget() - Constructor for class org.openspaces.core.gateway.GatewayTarget
-
- GatewayTarget(String) - Constructor for class org.openspaces.core.gateway.GatewayTarget
-
- GatewayTargetBeanDefinitionParser - Class in org.openspaces.core.gateway.config
-
- GatewayTargetBeanDefinitionParser() - Constructor for class org.openspaces.core.gateway.config.GatewayTargetBeanDefinitionParser
-
- gatewayTargets(GatewayTargetsFactoryBean) - Method in class org.openspaces.core.space.EmbeddedSpaceConfigurer
-
- GatewayTargetsBeanDefinitionParser - Class in org.openspaces.core.gateway.config
-
- GatewayTargetsBeanDefinitionParser() - Constructor for class org.openspaces.core.gateway.config.GatewayTargetsBeanDefinitionParser
-
- GatewayTargetsFactoryBean - Class in org.openspaces.core.gateway
-
A factory bean for creating a GatewaysPolicy
instance.
- GatewayTargetsFactoryBean() - Constructor for class org.openspaces.core.gateway.GatewayTargetsFactoryBean
-
- GatewayUtils - Class in org.openspaces.core.gateway
-
- GatewayUtils() - Constructor for class org.openspaces.core.gateway.GatewayUtils
-
- Gauge<T> - Class in com.gigaspaces.metrics
-
A gauge metric is an instantaneous reading of a particular value.
- Gauge() - Constructor for class com.gigaspaces.metrics.Gauge
-
- GC_DURATION_MILLISECONDS - Static variable in class org.openspaces.admin.alert.alerts.GarbageCollectionAlert
-
- GDriver - Class in com.j_spaces.jdbc.driver
-
GigaSpaces JDBC driver implementation.
- GDriver() - Constructor for class com.j_spaces.jdbc.driver.GDriver
-
- GE - Static variable in class com.j_spaces.core.client.TemplateMatchCodes
-
Deprecated.
grater-equal operation
- generalCaseExpression(Expression[], Value) - Method in class org.openspaces.jpa.openjpa.query.QueryExpressionFactory
-
Return a general case expression
- GeneralConflictCause - Class in com.gigaspaces.cluster.replication.gateway.conflict
-
- GeneralConflictCause(Throwable) - Constructor for class com.gigaspaces.cluster.replication.gateway.conflict.GeneralConflictCause
-
- generate() - Method in class com.sun.jini.reggie.UuidGenerator
-
Generates a new Uuid
.
- generate() - Static method in class net.jini.id.UuidFactory
-
Generates a new Uuid
with 122 bits of its value
produced from a cryptographically strong random sequence.
- generateDump(String, Map<String, Object>) - Method in class com.sun.jini.reggie.GigaRegistrar
-
- generateDump(String, Map<String, Object>, String...) - Method in class com.sun.jini.reggie.GigaRegistrar
-
- generateDump(Set<DumpProvider>, DumpGeneratedListener, String, Map<String, Object>, String...) - Method in interface org.openspaces.admin.Admin
-
Generates dump for an explicit set of dump providers.
- generateDump(String, Map<String, Object>) - Method in interface org.openspaces.admin.dump.DumpProvider
-
Generates dump for all the provided dump processors.
- generateDump(String, Map<String, Object>, String...) - Method in interface org.openspaces.admin.dump.DumpProvider
-
Generates dump for the provided processors.
- generateDump(String, Map<String, Object>) - Method in class org.openspaces.grid.esm.ESMImpl
-
- generateDump(String, Map<String, Object>, String...) - Method in class org.openspaces.grid.esm.ESMImpl
-
- generateKey(String) - Static method in class com.gigaspaces.security.encoding.KeyFactory
-
Generate a 128 bit key using the key generator of the algorithm provided.
- generateKey(String, String) - Static method in class com.gigaspaces.security.encoding.KeyFactory
-
Generate a key based on the provided secret.
- generateKey(byte[], String) - Static method in class com.gigaspaces.security.encoding.KeyFactory
-
Generate a key based on a secret key from the given byte array.
- generatePreferredList(PrintWriter) - Method in class com.sun.jini.tool.PreferredListGen
-
Generate the preferred list from the dependency graph.
- get(Object) - Method in class com.gigaspaces.document.DocumentProperties
- get(Object...) - Method in class com.gigaspaces.query.aggregators.DistinctResult
-
- get(DistinctPropertiesKey) - Method in class com.gigaspaces.query.aggregators.DistinctResult
-
- get(Object...) - Method in class com.gigaspaces.query.aggregators.GroupByResult
-
- get(GroupByKey) - Method in class com.gigaspaces.query.aggregators.GroupByResult
-
- get(int) - Method in class com.gigaspaces.query.CompoundResult
-
- get(String) - Method in class com.gigaspaces.query.CompoundResult
-
- get(Object) - Method in interface com.j_spaces.javax.cache.Cache
-
Deprecated.
The get method will return, from the cache,
the object associated with the argument "key".
- get(Object, long) - Method in interface com.j_spaces.map.IMap
-
Returns the object that is associated with key
in this cache.
- get(Object, Transaction, long, int) - Method in interface com.j_spaces.map.IMap
-
Returns the object that is associated with key
in this cache.
- get(Object) - Method in class com.sun.jini.collection.SoftCache
-
Returns value associated with given key, or null if none.
- get(Object) - Method in class com.sun.jini.collection.WeakIdentityMap
-
Returns value associated with given key, or null if none.
- get(WeakSoftTable.WeakKey, int) - Method in class com.sun.jini.collection.WeakSoftTable
-
Returns the value associated with the specified key and index, or null
if not found.
- get(Object) - Method in class com.sun.jini.collection.WeakTable
-
Return the value associated with given key, or null
if no value can be found.
- get(Object) - Method in class com.sun.jini.lease.AbstractLeaseMap
-
- get() - Method in class com.sun.jini.mahalo.StorableObject
-
Return the Remote reference.
- get() - Method in class com.sun.jini.proxy.MarshalledWrapper
-
Returns the result of calling the
get
method of the wrapped
MarshalledInstance
, passing the
integrity value sampled during deserialization as the
verifyCodebaseIntegrity
argument.
- get() - Method in class com.sun.jini.reggie.EntryRep
-
Convert back to an Entry.
- get() - Method in class com.sun.jini.reggie.Item
-
Convert back to a ServiceItem.
- get() - Method in class com.sun.jini.reggie.Matches
-
Converts a Matches to a ServiceMatches.
- get() - Method in interface net.jini.core.lookup.ServiceMatchesWrapper
-
- get(boolean) - Method in class net.jini.io.MarshalledInstance
-
Returns a new copy of the contained object.
- get(ClassLoader, boolean, ClassLoader, Collection) - Method in class net.jini.io.MarshalledInstance
-
Returns a new copy of the contained object.
- get(Object) - Method in class org.openspaces.core.DefaultGigaMap
-
- get(Object, long) - Method in class org.openspaces.core.DefaultGigaMap
-
- get(Object, long, int) - Method in class org.openspaces.core.DefaultGigaMap
-
- get() - Method in class org.openspaces.core.executor.support.AsyncResultFuture
-
- get(long, TimeUnit) - Method in class org.openspaces.core.executor.support.AsyncResultFuture
-
- get(Object, long) - Method in interface org.openspaces.core.GigaMap
-
Returns the object that is associated with key
in this cache.
- get(Object, long, int) - Method in interface org.openspaces.core.GigaMap
-
Returns the object that is associated with key
in this cache.
- get() - Method in interface org.openspaces.core.PollingFuture
-
- get(String) - Method in class org.openspaces.core.util.StringProperties
-
- get(String, String) - Method in class org.openspaces.core.util.StringProperties
-
- get(FieldMetaData, boolean) - Method in class org.openspaces.jpa.openjpa.query.FieldPathNode
-
- get(FieldMetaData, XMLMetaData) - Method in class org.openspaces.jpa.openjpa.query.FieldPathNode
-
- get(XMLMetaData, String) - Method in class org.openspaces.jpa.openjpa.query.FieldPathNode
-
- get(Key...) - Method in class org.openspaces.memcached.SpaceCache
-
- get() - Method in class org.openspaces.remoting.EventDrivenRemoteFuture
-
Waits if necessary for the computation to complete, and then
retrieves its result.
- get(long, TimeUnit) - Method in class org.openspaces.remoting.EventDrivenRemoteFuture
-
Waits if necessary for at most the given time for the computation
to complete, and then retrieves its result, if available.
- get() - Method in class org.openspaces.remoting.scripting.cache.BlockingQueueCompiledScriptPool
-
- get(String, LocalScriptExecutor, Script) - Method in interface org.openspaces.remoting.scripting.cache.CompiledScriptCache
-
Gets the compiled script from the cache.
- get() - Method in interface org.openspaces.remoting.scripting.cache.CompiledScriptPool
-
Returns a compiled script from the pool.
- get(String, LocalScriptExecutor, Script) - Method in class org.openspaces.remoting.scripting.cache.LRUNonThreadSafeCompiledScriptCache
-
- get(String, LocalScriptExecutor, Script) - Method in class org.openspaces.remoting.scripting.cache.LRUThreadSafeCompiledScriptCache
-
- get_add(Key, int) - Method in class org.openspaces.memcached.SpaceCache
-
- GET_CMDS - Static variable in class org.openspaces.memcached.MemcachedServiceMonitors.Attributes
-
- GET_HITS - Static variable in class org.openspaces.memcached.MemcachedServiceMonitors.Attributes
-
- GET_MISSES - Static variable in class org.openspaces.memcached.MemcachedServiceMonitors.Attributes
-
- GET_REGISTRAR_PROXY_TIMEOUT_DEFAULT - Static variable in class net.jini.discovery.dynamic.ServiceRegistrarServiceDiscoveryListener
-
- GET_REGISTRAR_PROXY_TIMEOUT_PROP - Static variable in class net.jini.discovery.dynamic.ServiceRegistrarServiceDiscoveryListener
-
- getAbsoluteFile() - Method in class org.openspaces.pu.container.support.WebsterFile
-
- getAbsolutePath() - Method in class org.openspaces.pu.container.support.WebsterFile
-
- getAccessControlContext() - Method in interface net.jini.security.SecurityContext
-
Returns access control context portion of snapshotted security context.
- getActions() - Method in class com.sun.jini.start.SharedActivationPolicyPermission
-
- getActions() - Method in class net.jini.discovery.DiscoveryPermission
-
Always returns the empty string; this permission type has no actions
list.
- getActions() - Method in class net.jini.security.AccessPermission
-
Returns the empty string.
- getActions() - Method in class net.jini.security.AuthenticationPermission
-
Returns the actions.
- getActions() - Method in class net.jini.security.GrantPermission
-
Returns canonical string representation of this permission's actions,
which for GrantPermission
is always the empty string
""
.
- getActions() - Method in class net.jini.security.policy.UmbrellaGrantPermission
-
- getActivationID() - Method in class net.jini.activation.ActivatableInvocationHandler
-
Returns the activation identifier supplied during construction of
this invocation handler.
- getActivationSystemHost() - Method in class com.sun.jini.start.SharedActivatableServiceDescriptor
-
Activation system host accessor method.
- getActivationSystemHost() - Method in class com.sun.jini.start.SharedActivationGroupDescriptor
-
Activation system host accessor method.
- getActivationSystemPort() - Method in class com.sun.jini.start.SharedActivatableServiceDescriptor
-
Activation system port accessor method.
- getActivationSystemPort() - Method in class com.sun.jini.start.SharedActivationGroupDescriptor
-
Activation system port accessor method.
- getActive() - Method in class org.openspaces.pu.container.jee.stats.WebRequestsServiceMonitors
-
Returns the current number of requests that are active.
- getActiveConnectionCount() - Method in interface org.openspaces.admin.space.SpaceConnectionDetails
-
- getActiveConnectionCount() - Method in interface org.openspaces.admin.space.SpaceInstanceConnectionDetails
-
- getActiveConnectionCount() - Method in interface org.openspaces.admin.space.SpaceInstanceStatistics
-
- getActiveConnectionCount() - Method in interface org.openspaces.admin.space.SpaceStatistics
-
- getActiveConsumerCount() - Method in class org.openspaces.events.polling.SimplePollingEventListenerContainer
-
Return the number of currently active consumers.
- getActiveThreadsCount() - Method in interface org.openspaces.admin.transport.TransportsStatistics
-
- getActiveThreadsCount() - Method in interface org.openspaces.admin.transport.TransportStatistics
-
Returns the number of active threads currently processing a communication task.
- getActiveThreadsPerc() - Method in interface org.openspaces.admin.transport.TransportsStatistics
-
- getActiveThreadsPerc() - Method in interface org.openspaces.admin.transport.TransportStatistics
-
Returns the percentage of active threads out of the maximum threads.
- getActiveTransactionCount() - Method in interface org.openspaces.admin.space.SpaceInstanceStatistics
-
- getActiveTransactionCount() - Method in interface org.openspaces.admin.space.SpaceInstanceTransactionDetails
-
- getActiveTransactionCount() - Method in interface org.openspaces.admin.space.SpaceStatistics
-
- getActiveTransactionCount() - Method in interface org.openspaces.admin.space.SpaceTransactionDetails
-
- getActualEventListener() - Method in class org.openspaces.events.AbstractEventListenerContainer
-
- getActualEventListener() - Method in class org.openspaces.events.adapter.AbstractReflectionEventListenerAdapter
-
- getActualEventListener() - Method in interface org.openspaces.events.adapter.EventListenerAdapter
-
- getActualEventListener() - Method in class org.openspaces.events.adapter.TaskExecutorEventListenerAdapter
-
- getActualFreePhysicalMemorySizeInBytes() - Method in interface org.openspaces.admin.os.OperatingSystemsStatistics
-
- getActualFreePhysicalMemorySizeInBytes() - Method in interface org.openspaces.admin.os.OperatingSystemStatistics
-
- getActualFreePhysicalMemorySizeInGB() - Method in interface org.openspaces.admin.os.OperatingSystemsStatistics
-
- getActualFreePhysicalMemorySizeInGB() - Method in interface org.openspaces.admin.os.OperatingSystemStatistics
-
- getActualFreePhysicalMemorySizeInMB() - Method in interface org.openspaces.admin.os.OperatingSystemsStatistics
-
- getActualFreePhysicalMemorySizeInMB() - Method in interface org.openspaces.admin.os.OperatingSystemStatistics
-
- getActualMemoryUsed() - Method in interface org.openspaces.admin.os.OperatingSystemsStatistics
-
- getActualMemoryUsed() - Method in interface org.openspaces.admin.os.OperatingSystemStatistics
-
- getActualPhysicalMemoryUsedPerc() - Method in interface org.openspaces.admin.os.OperatingSystemStatistics
-
Returns the percentage used of the actual physical memory out of the total physical memory.
- getAddress() - Method in class net.jini.discovery.IncomingMulticastRequest
-
Return the address of the host to contact in order to start
unicast discovery.
- getAddress() - Method in interface org.openspaces.admin.os.OperatingSystemDetails.NetworkDetails
-
Returns the hardware address (usually MAC) of the interface if
it has one and if it can be accessed given the current privileges
- getAdmin() - Method in interface com.j_spaces.core.IJSpace
-
Returns the admin object to the remote part of this space.
- getAdmin() - Method in interface com.sun.jini.mahalo.log.LogManager
-
Returns an object that implements whatever administration interfaces
are appropriate for the LogManager
.
- getAdmin() - Method in class com.sun.jini.mahalo.log.MockLogManager
-
Retrieves the administration interface for the
MultiLogManager
- getAdmin() - Method in class com.sun.jini.mahalo.log.MultiLogManager
-
Retrieves the administration interface for the
MultiLogManager
- getAdmin() - Method in class com.sun.jini.mahalo.TxnManagerImpl
-
Returns the administration object for the
transaction manager.
- getAdmin() - Method in class com.sun.jini.mahalo.TxnMgrProxy
-
- getAdmin() - Method in class com.sun.jini.reggie.GigaRegistrar
-
- getAdmin() - Method in interface net.jini.admin.Administrable
-
Returns an object that implements whatever administration interfaces
are appropriate for the particular service.
- getAdmin() - Method in interface org.openspaces.admin.AdminAware
-
Returns the
Admin
associated with this element.
- getAdmin() - Method in class org.openspaces.grid.gsm.strategy.AbstractScaleStrategyBean
-
- getAdminTimestamp() - Method in interface org.openspaces.admin.os.OperatingSystemStatistics
-
Returns a timestamp that is in sync with where the admin API is running.
- getAdminTimestamp() - Method in interface org.openspaces.admin.pu.ProcessingUnitInstanceStatistics
-
Returns a timestamp that is in sync with where the admin API is running.
- getAdminTimestamp() - Method in interface org.openspaces.admin.space.SpaceInstanceStatistics
-
Returns a timestamp that is in sync with where the admin API is running.
- getAdminTimestamp() - Method in interface org.openspaces.admin.transport.TransportStatistics
-
Returns a timestamp that is in sync with where the admin API is running.
- getAdminTimestamp() - Method in interface org.openspaces.admin.vm.VirtualMachineStatistics
-
Returns a timestamp that is in sync with where the admin API is running.
- getafterPlanned() - Method in class org.openspaces.admin.pu.elastic.events.ElasticStatefulProcessingUnitPlannedCapacityChangedEvent
-
- getAgent() - Method in class org.openspaces.grid.gsm.machines.StartedGridServiceAgent
-
- getAgentByUID(String) - Method in interface org.openspaces.admin.gsa.GridServiceAgents
-
Returns an agent based on its uid.
- getAgentCapacity(String) - Method in class org.openspaces.grid.gsm.capacity.CapacityRequirementsPerAgent
-
- getAgentCapacityOrZero(String) - Method in class org.openspaces.grid.gsm.capacity.CapacityRequirementsPerAgent
-
- getAgentContext() - Method in class org.openspaces.grid.gsm.machines.FailedGridServiceAgent
-
- getAgentContext(String) - Method in class org.openspaces.grid.gsm.machines.MachinesSlaEnforcementState
-
- getAgentContext() - Method in class org.openspaces.grid.gsm.machines.StartedGridServiceAgent
-
- getAgentFailureDetectionConfig() - Method in class org.openspaces.grid.gsm.machines.CapacityMachinesSlaPolicy
-
- getAgentId() - Method in class com.sun.jini.reggie.GigaRegistrar
-
- getAgentId() - Method in interface org.openspaces.admin.AgentGridComponent
-
Returns the agent id of the component.
- getAgentId() - Method in class org.openspaces.grid.esm.ESMImpl
-
- getAgentId() - Method in class org.openspaces.grid.esm.ESMProxy
-
- getAgentId() - Method in interface org.openspaces.grid.gsm.containers.FutureGridServiceContainer
-
- getAgentIpAddress(GridServiceAgent) - Static method in class org.openspaces.grid.gsm.machines.MachinesSlaUtils
-
- getAgents() - Method in interface org.openspaces.admin.gsa.GridServiceAgents
-
Returns all the currently discovered agents.
- getAgentsMarkedAsFailed(MachinesSlaEnforcementState.StateKey) - Method in class org.openspaces.grid.gsm.machines.MachinesSlaEnforcementState
-
- getAgentsMarkedAsFailedNotBeingRecovered(MachinesSlaEnforcementState.StateKey) - Method in class org.openspaces.grid.gsm.machines.MachinesSlaEnforcementState
-
- getAgentUid() - Method in class org.openspaces.grid.gsm.machines.FailedGridServiceAgent
-
- getAgentUid() - Method in class org.openspaces.grid.gsm.machines.plugins.events.GridServiceAgentStartedEvent
-
- getAgentUid() - Method in class org.openspaces.grid.gsm.machines.plugins.events.GridServiceAgentStoppedEvent
-
- getAgentUid() - Method in class org.openspaces.grid.gsm.machines.plugins.events.GridServiceAgentStopRequestedEvent
-
- getAgentUid() - Method in class org.openspaces.grid.gsm.machines.RecoveringFailedGridServiceAgent
-
- getAgentUids() - Method in class org.openspaces.grid.gsm.capacity.CapacityRequirementsPerAgent
-
- getAgentWithDisabledFailoverDetectionForIpAddress(String) - Method in class org.openspaces.grid.gsm.machines.MachinesSlaEnforcementState
-
- getAgentZones() - Method in class org.openspaces.admin.pu.statistics.ProcessingUnitStatisticsId
-
- getAggregationType() - Method in class org.openspaces.jpa.openjpa.query.AggregationFunction
-
- getAggregators(AggregationSet) - Static method in class com.gigaspaces.query.aggregators.AggregationInternalUtils
-
- getAlert() - Method in class org.openspaces.admin.alert.alerts.AbstractAlert
-
The alert set upon construction
- getAlertManager() - Method in interface org.openspaces.admin.Admin
-
Returns the alert manager through which alert strategies are managed, alerts are fired and
alert events are registered for.
- getAlertTriggered() - Method in interface org.openspaces.admin.alert.AlertManager
-
- getAlertUid() - Method in interface org.openspaces.admin.alert.Alert
-
- getAlertUid() - Method in class org.openspaces.admin.alert.alerts.AbstractAlert
-
- getAlias() - Method in class com.gigaspaces.query.aggregators.SpaceEntriesAggregator
-
- getAlias() - Method in class org.openspaces.jpa.openjpa.query.AggregationFunction
-
Return select item alias
- getAlias() - Method in class org.openspaces.jpa.openjpa.query.FieldPathNode
-
- getAlias() - Method in class org.openspaces.jpa.openjpa.query.InnerQuery
-
Return select item alias
- getAlias() - Method in class org.openspaces.jpa.openjpa.query.LiteralValueNode
-
- getAlias() - Method in class org.openspaces.jpa.openjpa.query.NullValueNode
-
- getAlias() - Method in class org.openspaces.jpa.openjpa.query.ParameterNode
-
- getAlias() - Method in class org.openspaces.jpa.openjpa.query.Variable
-
- getAll(Collection) - Method in interface com.j_spaces.javax.cache.Cache
-
Deprecated.
The getAll method will return, from the cache,
a Map of the objects associated with the Collection of keys in argument "keys".
- getAll(Collection) - Method in class org.openspaces.core.DefaultGigaMap
-
- getAllDoneFutureAgents(MachinesSlaEnforcementState.StateKey) - Method in class org.openspaces.grid.gsm.machines.MachinesSlaEnforcementState
-
- getAllocatedCapacity(AbstractMachinesSlaPolicy) - Method in interface org.openspaces.grid.gsm.machines.MachinesSlaEnforcementEndpoint
-
- getAllocatedCapacity(MachinesSlaEnforcementState.StateKey) - Method in class org.openspaces.grid.gsm.machines.MachinesSlaEnforcementState
-
- getAllocatedCapacity(ProcessingUnit) - Method in class org.openspaces.grid.gsm.machines.MachinesSlaEnforcementState
-
- getAllocatedCapacity() - Method in class org.openspaces.grid.gsm.rebalancing.RebalancingSlaPolicy
-
- getAllocatedCapacity() - Method in class org.openspaces.grid.gsm.strategy.AbstractCapacityScaleStrategyBean
-
- getAllocatedCapacityFilterUndiscoveredAgents(AbstractMachinesSlaPolicy) - Method in interface org.openspaces.grid.gsm.machines.MachinesSlaEnforcementEndpoint
-
- getAllocatedCapacityForPu() - Method in class org.openspaces.grid.gsm.machines.BinPackingSolver
-
- getAllocatedCapacityOfOtherKeysFromSamePu(MachinesSlaEnforcementState.StateKey) - Method in class org.openspaces.grid.gsm.machines.MachinesSlaEnforcementState
-
- getAllocatedCapacityResult() - Method in class org.openspaces.grid.gsm.machines.BinPackingSolver
-
- getAllSourceChannelStatistics() - Method in interface com.gigaspaces.cluster.replication.async.mirror.MirrorStatistics
-
Get mirror statistics for all space instances incoming channels to the mirror
- getAllUsedAgentUids() - Method in class org.openspaces.grid.gsm.machines.MachinesSlaEnforcementState
-
Lists all grid service agents from all processing units including those that are marked for deallocation.
- getAllUsedCapacity() - Method in class org.openspaces.grid.gsm.machines.MachinesSlaEnforcementState
-
Lists all capacity from all processing units including those that are marked for deallocation.
- getAnnotation(Method, Class<A>) - Static method in class org.openspaces.core.util.AnnotationUtils
-
- getAnnotationAttributes(Annotation) - Static method in class org.openspaces.core.util.AnnotationUtils
-
Retrieve the given annotation's attributes as a Map.
- getAnnotations(Method) - Static method in class org.openspaces.core.util.AnnotationUtils
-
- getAnnouncementAddress() - Static method in class net.jini.discovery.Constants
-
Return the address of the multicast group over which the
multicast announcement protocol takes place.
- getApachectlLocation() - Method in class org.openspaces.pu.container.jee.lb.apache.ApacheLoadBalancerAgent
-
- getApplication(String) - Method in interface org.openspaces.admin.application.Applications
-
Returns the
Application
for the given processing unit name.
- getApplication() - Method in interface org.openspaces.admin.pu.ProcessingUnit
-
- getApplicationAdded() - Method in interface org.openspaces.admin.application.Applications
-
- getApplicationBufferSize() - Method in interface com.gigaspaces.lrmi.nio.filters.IOBlockFilter
-
Return the application max block size
- getApplicationBufferSize() - Method in class com.gigaspaces.lrmi.nio.filters.IOSSLFilter
-
- getApplicationContext() - Method in class org.openspaces.core.space.AbstractSpaceFactoryBean
-
- getApplicationContext() - Method in class org.openspaces.events.AbstractEventListenerContainer
-
- getApplicationContext() - Method in class org.openspaces.pu.container.integrated.IntegratedProcessingUnitContainer
-
Returns the spring application context this processing unit container wraps.
- getApplicationContext() - Method in class org.openspaces.pu.container.spi.ApplicationContextProcessingUnitContainer
-
- getApplicationContext() - Method in class org.openspaces.pu.container.standalone.StandaloneContainerRunnable
-
Returns Spring application context used as the backend for this container.
- getApplicationContext() - Method in class org.openspaces.pu.container.standalone.StandaloneProcessingUnitContainer
-
- getApplicationRemoved() - Method in interface org.openspaces.admin.application.Applications
-
- getApplications() - Method in interface org.openspaces.admin.Admin
-
- getApplications() - Method in interface org.openspaces.admin.application.Applications
-
- getArch() - Method in interface org.openspaces.admin.os.OperatingSystemDetails
-
Returns the architecture of the operating system.
- getArgs() - Method in class com.sun.jini.tool.envcheck.EnvCheck
-
Get the command line arguments of the command being analyzed.
- getArguments() - Method in class org.openspaces.pu.container.support.CommandLineParser.Parameter
-
- getArguments() - Method in class org.openspaces.remoting.EventDrivenSpaceRemotingEntry
-
Deprecated.
- getArguments() - Method in class org.openspaces.remoting.ExecutorRemotingTask
-
- getArguments() - Method in interface org.openspaces.remoting.SpaceRemotingInvocation
-
The arguments for the service method execution.
- getArgumentsArray(String, String[]) - Method in class org.openspaces.core.util.StringProperties
-
- getArgumentsArray(Map<String, String>, String, String[]) - Static method in class org.openspaces.core.util.StringPropertiesUtils
-
- getArray(String, String, String[]) - Method in class org.openspaces.core.util.StringProperties
-
- getArray(Map<String, String>, String, String, String[]) - Static method in class org.openspaces.core.util.StringPropertiesUtils
-
- getAsSQLQuery() - Method in interface com.gigaspaces.datasource.DataSourceQuery
-
Gets the prepared SQL representation of this query.
- getAsyncChannelShutdownTimeout() - Method in class com.j_spaces.core.cluster.ReplicationPolicy
-
- getAsyncPollingDetails() - Method in class org.openspaces.events.asyncpolling.AsyncPollingEventContainerServiceMonitors
-
- getAsyncPollingEventContainerDetails() - Method in interface org.openspaces.admin.pu.ProcessingUnitInstance
-
- getAsyncPollingEventContainers() - Method in interface org.openspaces.admin.pu.ProcessingUnitInstanceStatistics
-
Returns all the different async polling event containers monitors keyed by the service id.
- getAttributes() - Method in class net.jini.lookup.JoinManager
-
Returns an array containing the set of attributes currently associated
with the service.
- getAttributes() - Method in interface org.openspaces.pu.service.AggregatedServiceDetails
-
Returns key value pair of attributes for the details.
- getAttributes() - Method in class org.openspaces.pu.service.PlainAggregatedServiceDetails
-
- getAttributes() - Method in class org.openspaces.pu.service.PlainServiceDetails
-
- getAttributes() - Method in interface org.openspaces.pu.service.ServiceDetails
-
Returns extra attributes the service details wishes to expose.
- getAttributes() - Method in class org.openspaces.pu.sla.requirement.SystemRequirement
-
- getAuditDetails() - Method in class com.gigaspaces.security.audit.AuditLogRecord
-
- getAuditDetails() - Method in class com.gigaspaces.security.service.SecurityContext
-
- getAuthentication() - Method in class com.gigaspaces.security.service.SecurityContext
-
- getAuthenticationToken() - Method in class com.gigaspaces.security.service.SecurityContext
-
- getAuthorities() - Method in class com.gigaspaces.security.directory.Role
-
- getAuthorities() - Method in interface com.gigaspaces.security.directory.RoleDetails
-
Returns the granted authorities granted to the role.
- getAuthorities() - Method in class com.gigaspaces.security.directory.User
-
- getAuthorities() - Method in interface com.gigaspaces.security.directory.UserDetails
-
Returns the granted authorities granted to the user.
- getAuthority() - Method in class com.gigaspaces.security.authorities.GridAuthority
-
- getAuthority() - Method in class com.gigaspaces.security.authorities.MonitorAuthority
-
- getAuthority() - Method in class com.gigaspaces.security.authorities.RoleAuthority
-
- getAuthority() - Method in class com.gigaspaces.security.authorities.SpaceAuthority
-
- getAuthority() - Method in class com.gigaspaces.security.authorities.SystemAuthority
-
- getAuthority() - Method in interface com.gigaspaces.security.Authority
-
An Authority
that can be represented as a String
which is
sufficient in precision to be relied upon for an access control decisions.
- getAvailableProcessors() - Method in interface org.openspaces.admin.os.OperatingSystemDetails
-
Returns the number of available processors.
- getAvailableProcessors() - Method in interface org.openspaces.admin.os.OperatingSystemsDetails
-
- getAverage() - Method in class com.gigaspaces.query.aggregators.AverageAggregator.AverageTuple
-
- getAverage() - Method in class com.j_spaces.core.filters.StatisticsContext
-
The average calculated on the last time according to the
statistics sampling rate.
- getAverageCpuCoresPerPrimary(ProcessingUnit, CapacityRequirementsPerAgent) - Static method in class org.openspaces.grid.gsm.rebalancing.RebalancingUtils
-
- getAverageRequestsLatency() - Method in class org.openspaces.pu.container.jee.stats.WebRequestsServiceMonitors
-
Returns the average requests latency ( ms )
- getAvgObjectSizeKB() - Method in class org.openspaces.core.config.BlobStoreDataPolicyFactoryBean
-
- getAxisYUnit() - Method in class org.openspaces.ui.BarLineChart
-
- getBackup() - Method in interface org.openspaces.admin.pu.ProcessingUnitPartition
-
If the processing unit has an embedded space, will return the processing unit instance that holds a
the backup space instance.
- getBackup() - Method in interface org.openspaces.admin.space.SpacePartition
-
Returns the (first) backup space instance, null
if currently there is no backup.
- getBackupGridServiceManager(String) - Method in interface org.openspaces.admin.pu.ProcessingUnit
-
- getBackupGridServiceManagerChanged() - Method in interface org.openspaces.admin.pu.ProcessingUnit
-
- getBackupGridServiceManagerChanged() - Method in interface org.openspaces.admin.pu.ProcessingUnits
-
- getBackupGridServiceManagers() - Method in interface org.openspaces.admin.pu.ProcessingUnit
-
- getBackupId() - Method in interface org.openspaces.admin.pu.ProcessingUnitInstance
-
Returns the backup id of the processing unit instance.
- getBackupId() - Method in interface org.openspaces.admin.space.SpaceInstance
-
Returns the backup id (if it is a topology with backups) of the space instance.
- getBackupId() - Method in class org.openspaces.core.cluster.ClusterInfo
-
Returns the backup id of the specific cluster member.
- getBackupId() - Method in class org.openspaces.pu.sla.InstanceSLA
-
- getBackupsStatistics() - Method in interface org.openspaces.admin.space.Space
-
Returns an aggregated view of all the statistics of the backup instances.
- getBatchDataItems() - Method in interface com.gigaspaces.sync.OperationsBatchData
-
- getBatchPendingThreshold() - Method in class com.gigaspaces.events.EventSessionConfig
-
return batchPendingThreshold - number of notifications held at server before sending them
- getBatchPendingThreshold() - Method in class org.openspaces.events.notify.SimpleNotifyEventListenerContainer
-
- getBatchSize() - Method in interface com.gigaspaces.datasource.DataSourceQuery
-
The value returned from this method can serve as a hint for the data source implementation which
indicates the batch size to be used in
SpaceDataSource.getDataIterator(DataSourceQuery)
method implementation (if such data source supports batching).
- getBatchSize() - Method in class com.gigaspaces.events.EventSessionConfig
-
- getBatchSize() - Method in class org.openspaces.archive.ArchivePollingContainer
-
- getBatchSize() - Method in class org.openspaces.events.notify.AggregatedNotifyEventContainerServiceDetails
-
- getBatchSize() - Method in class org.openspaces.events.notify.NotifyEventContainerServiceDetails
-
- getBatchSize() - Method in class org.openspaces.events.notify.SimpleNotifyEventListenerContainer
-
- getBatchTime() - Method in class com.gigaspaces.events.EventSessionConfig
-
- getBatchTime() - Method in class org.openspaces.events.notify.AggregatedNotifyEventContainerServiceDetails
-
- getBatchTime() - Method in class org.openspaces.events.notify.NotifyEventContainerServiceDetails
-
- getBatchTime() - Method in class org.openspaces.events.notify.SimpleNotifyEventListenerContainer
-
- getBeanClass(Class) - Static method in class net.jini.lookup.entry.EntryBeans
-
Return the class of JavaBeans component that corresponds to a particular
Entry class.
- getBeanClass(Element) - Method in class org.openspaces.admin.pu.elastic.topology.DedicatedMachineProvisioningParser
-
- getBeanClass(Element) - Method in class org.openspaces.admin.pu.elastic.topology.SharedMachineProvisioningParser
-
- getBeanClass(Element) - Method in class org.openspaces.archive.config.ArchivePollingContainerBeanDefinitionParser
-
- getBeanClass(Element) - Method in class org.openspaces.core.config.AnnotationFilterBeanDefinitionParser
-
- getBeanClass(Element) - Method in class org.openspaces.core.config.AttributeStoreBeanDefinitionParser
-
- getBeanClass(Element) - Method in class org.openspaces.core.config.BlobStoreDataPolicyBeanDefinitionParser
-
- getBeanClass(Element) - Method in class org.openspaces.core.config.ContextLoaderBeanDefinitionParser
-
- getBeanClass(Element) - Method in class org.openspaces.core.config.CustomCachePolicyBeanDefinitionParser
-
- getBeanClass(Element) - Method in class org.openspaces.core.config.DistributedTxManagerBeanDefinitionParser
-
- getBeanClass(Element) - Method in class org.openspaces.core.config.EmbeddedSpaceBeanDefinitionParser
-
- getBeanClass(Element) - Method in class org.openspaces.core.config.GigaMapBeanDefinitionParser
-
- getBeanClass(Element) - Method in class org.openspaces.core.config.GigaSpaceBeanDefinitionParser
-
- getBeanClass(Element) - Method in class org.openspaces.core.config.GigaSpaceDocumentTypeBeanDefinitionParser
-
- getBeanClass(Element) - Method in class org.openspaces.core.config.LocalCacheSpaceBeanDefinitionParser
-
- getBeanClass(Element) - Method in class org.openspaces.core.config.LocalTxManagerBeanDefinitionParser
-
Deprecated.
- getBeanClass(Element) - Method in class org.openspaces.core.config.LocalViewSpaceBeanDefinitionParser
-
- getBeanClass(Element) - Method in class org.openspaces.core.config.LookupJiniTxManagerBeanDefinitionParser
-
- getBeanClass(Element) - Method in class org.openspaces.core.config.MapBeanDefinitionParser
-
- getBeanClass(Element) - Method in class org.openspaces.core.config.MapLocalCacheSettingsBeanDefinitionParser
-
- getBeanClass(Element) - Method in class org.openspaces.core.config.MethodFilterBeanDefinitionParser
-
- getBeanClass(Element) - Method in class org.openspaces.core.config.MirrorSpaceBeanDefinitionParser
-
- getBeanClass(Element) - Method in class org.openspaces.core.config.modifiers.SpaceProxyOperationModifierBeanDefinitionParser
-
- getBeanClass(Element) - Method in class org.openspaces.core.config.RefreshableContextLoaderBeanDefinitionParser
-
- getBeanClass(Element) - Method in class org.openspaces.core.config.SpaceFilterBeanDefinitionParser
-
- getBeanClass(Element) - Method in class org.openspaces.core.config.SpaceProxyBeanDefinitionParser
-
- getBeanClass(Element) - Method in class org.openspaces.core.config.SpaceReplicationFilterBeanDefinitionParser
-
- getBeanClass(Element) - Method in class org.openspaces.core.config.SQLQueryBeanDefinitionParser
-
- getBeanClass(Element) - Method in class org.openspaces.core.config.UrlSpaceBeanDefinitionParser
-
- getBeanClass(Element) - Method in class org.openspaces.core.config.xmlparser.XmlBeanDefinitionParser
-
- getBeanClass(Element) - Method in class org.openspaces.core.gateway.config.GatewayDelegationBeanDefinitionParser
-
- getBeanClass(Element) - Method in class org.openspaces.core.gateway.config.GatewayDelegatorBeanDefinitionParser
-
- getBeanClass(Element) - Method in class org.openspaces.core.gateway.config.GatewayLookupBeanDefinitionParser
-
- getBeanClass(Element) - Method in class org.openspaces.core.gateway.config.GatewayLookupsBeanDefinitionParser
-
- getBeanClass(Element) - Method in class org.openspaces.core.gateway.config.GatewaySinkBeanDefinitionParser
-
- getBeanClass(Element) - Method in class org.openspaces.core.gateway.config.GatewaySinkDistributedTransactionProcessingConfigurationBeanDefinitionParser
-
- getBeanClass(Element) - Method in class org.openspaces.core.gateway.config.GatewaySinkSyncEndpointInterceptorBeanDefinitionParser
-
- getBeanClass(Element) - Method in class org.openspaces.core.gateway.config.GatewaySourceBeanDefinitionParser
-
- getBeanClass(Element) - Method in class org.openspaces.core.gateway.config.GatewayTargetBeanDefinitionParser
-
- getBeanClass(Element) - Method in class org.openspaces.core.gateway.config.GatewayTargetsBeanDefinitionParser
-
- getBeanClass(Element) - Method in class org.openspaces.core.gateway.config.SinkErrorHandlingBeanDefinitionParser
-
- getBeanClass(Element) - Method in class org.openspaces.core.transaction.config.DistributedTransactionProcessingConfigurationBeanDefinitionParser
-
- getBeanClass(Element) - Method in class org.openspaces.events.config.AnnotationEventAdapterBeanDefinitionParser
-
- getBeanClass(Element) - Method in class org.openspaces.events.config.AsyncPollingContainerBeanDefinitionParser
-
- getBeanClass(Element) - Method in class org.openspaces.events.config.MethodEventAdapterBeanDefinitionParser
-
- getBeanClass(Element) - Method in class org.openspaces.events.config.NotifyContainerBeanDefinitionParser
-
- getBeanClass(Element) - Method in class org.openspaces.events.config.PollingContainerBeanDefinitionParser
-
- getBeanClass(Element) - Method in class org.openspaces.jdbc.config.DataSourceBeanDefinitionParser
-
- getBeanClass(Element) - Method in class org.openspaces.jms.config.GigaSpaceConnectionFactoryBeanDefinitionParser
-
- getBeanClass(Element) - Method in class org.openspaces.jms.config.GigaSpaceQueueBeanDefinitionParser
-
- getBeanClass(Element) - Method in class org.openspaces.jms.config.GigaSpaceTopicBeanDefinitionParser
-
- getBeanClass(Element) - Method in class org.openspaces.jms.config.GigaSpaceXAConnectionFactoryBeanDefinitionParser
-
- getBeanClass(Element) - Method in class org.openspaces.pu.sla.config.BeanPropertyMonitorBeanDefinitionParser
-
- getBeanClass(Element) - Method in class org.openspaces.pu.sla.config.CpuRequirementBeanDefinitionParser
-
- getBeanClass(Element) - Method in class org.openspaces.pu.sla.config.HostRequirementBeanDefinitionParser
-
- getBeanClass(Element) - Method in class org.openspaces.pu.sla.config.InstanceSLABeanDefinitionParser
-
- getBeanClass(Element) - Method in class org.openspaces.pu.sla.config.MemberAliveIndicatorBeanDefinitionParser
-
- getBeanClass(Element) - Method in class org.openspaces.pu.sla.config.MemoryBeanDefinitionParser
-
- getBeanClass(Element) - Method in class org.openspaces.pu.sla.config.RangeRequirementBeanDefinitionParser
-
- getBeanClass(Element) - Method in class org.openspaces.pu.sla.config.RelocationPolicyBeanDefinitionParser
-
- getBeanClass(Element) - Method in class org.openspaces.pu.sla.config.ScaleUpPolicyBeanDefinitionParser
-
- getBeanClass(Element) - Method in class org.openspaces.pu.sla.config.SLABeanDefinitionParser
-
- getBeanClass(Element) - Method in class org.openspaces.pu.sla.config.SystemRequirementBeanDefinitionParser
-
- getBeanClass(Element) - Method in class org.openspaces.pu.sla.config.ZoneRequirementBeanDefinitionParser
-
- getBeanClass(Element) - Method in class org.openspaces.remoting.config.EventDrivenProxyBeanDefinitionParser
-
- getBeanClass(Element) - Method in class org.openspaces.remoting.config.ExecutorProxyBeanDefinitionParser
-
- getBeanClass(Element) - Method in class org.openspaces.remoting.config.ServiceExporterBeanDefinitionParser
-
- getBeanClassName() - Method in class org.openspaces.admin.alert.config.CpuUtilizationAlertConfiguration
-
The
Bean
implementation class name corresponding to this
BeanConfig.
- getBeanClassName() - Method in class org.openspaces.admin.alert.config.ElasticAutoScalingAlertConfiguration
-
The
Bean
implementation class name corresponding to this
BeanConfig.
- getBeanClassName() - Method in class org.openspaces.admin.alert.config.ElasticGridServiceAgentProvisioningAlertConfiguration
-
The
Bean
implementation class name corresponding to this
BeanConfig.
- getBeanClassName() - Method in class org.openspaces.admin.alert.config.ElasticGridServiceContainerProvisioningAlertConfiguration
-
The
Bean
implementation class name corresponding to this
BeanConfig.
- getBeanClassName() - Method in class org.openspaces.admin.alert.config.ElasticMachineProvisioningAlertConfiguration
-
The
Bean
implementation class name corresponding to this
BeanConfig.
- getBeanClassName() - Method in class org.openspaces.admin.alert.config.GarbageCollectionAlertConfiguration
-
The
Bean
implementation class name corresponding to this
BeanConfig.
- getBeanClassName() - Method in class org.openspaces.admin.alert.config.HeapMemoryUtilizationAlertConfiguration
-
The
Bean
implementation class name corresponding to this
BeanConfig.
- getBeanClassName() - Method in class org.openspaces.admin.alert.config.MirrorPersistenceFailureAlertConfiguration
-
The
Bean
implementation class name corresponding to this
BeanConfig.
- getBeanClassName() - Method in class org.openspaces.admin.alert.config.PhysicalMemoryUtilizationAlertConfiguration
-
The
Bean
implementation class name corresponding to this
BeanConfig.
- getBeanClassName() - Method in class org.openspaces.admin.alert.config.ProcessingUnitInstanceMemberAliveIndicatorAlertConfiguration
-
The
Bean
implementation class name corresponding to this
BeanConfig.
- getBeanClassName() - Method in class org.openspaces.admin.alert.config.ProvisionFailureAlertConfiguration
-
The
Bean
implementation class name corresponding to this
BeanConfig.
- getBeanClassName() - Method in class org.openspaces.admin.alert.config.ReplicationChannelDisconnectedAlertConfiguration
-
The
Bean
implementation class name corresponding to this
BeanConfig.
- getBeanClassName() - Method in class org.openspaces.admin.alert.config.ReplicationRedoLogOverflowToDiskAlertConfiguration
-
The
Bean
implementation class name corresponding to this
BeanConfig.
- getBeanClassName() - Method in class org.openspaces.admin.alert.config.ReplicationRedoLogSizeAlertConfiguration
-
The
Bean
implementation class name corresponding to this
BeanConfig.
- getBeanClassName() - Method in class org.openspaces.admin.alert.config.SpacePartitionSplitBrainAlertConfiguration
-
The
Bean
implementation class name corresponding to this
BeanConfig.
- getBeanClassName() - Method in interface org.openspaces.admin.bean.BeanConfig
-
The
Bean
implementation class name corresponding to this
BeanConfig.
- getBeanClassName() - Method in class org.openspaces.admin.pu.elastic.config.AutomaticCapacityScaleConfig
-
- getBeanClassName() - Method in class org.openspaces.admin.pu.elastic.config.DiscoveredMachineProvisioningConfig
-
- getBeanClassName() - Method in class org.openspaces.admin.pu.elastic.config.EagerScaleConfig
-
- getBeanClassName() - Method in class org.openspaces.admin.pu.elastic.config.ManualCapacityPerZonesScaleConfig
-
- getBeanClassName() - Method in class org.openspaces.admin.pu.elastic.config.ManualCapacityScaleConfig
-
- getBeanClassName(Element) - Method in class org.openspaces.core.config.RestBeanDefinitionParser
-
- getBeanConfig(Class<T>) - Method in interface org.openspaces.admin.bean.BeanConfigManager
-
Get the bean configuration represented by the specified configuration class.
- getBeanConfig(String) - Method in interface org.openspaces.admin.bean.BeanConfigPropertiesManager
-
Get the bean configuration.
- getBeanConfig(String) - Method in class org.openspaces.core.bean.DefaultBeanServer
-
- getBeanId() - Method in class org.openspaces.remoting.RemotingServiceDetails.RemoteService
-
- getBeanId() - Method in class org.openspaces.remoting.RemotingServiceMonitors.RemoteServiceStats
-
- getBeanLevelProperties() - Method in interface org.openspaces.admin.pu.ProcessingUnit
-
- getBeanLevelProperties() - Method in class org.openspaces.pu.container.ProcessingUnitContainerConfig
-
- getBeanLevelProperties() - Method in class org.openspaces.pu.container.ProcessingUnitContainerProvider
-
- getBeanLevelProperties() - Method in class org.openspaces.pu.container.servicegrid.PUDetails
-
- getBeanName() - Method in class org.openspaces.core.space.cache.AbstractLocalCacheSpaceFactoryBean
-
- getBeanName() - Method in class org.openspaces.core.space.filter.AbstractFilterProviderFactoryBean
-
- getBeanName() - Method in class org.openspaces.core.transaction.manager.AbstractJiniTransactionManager
-
- getBeanName() - Method in interface org.openspaces.core.transaction.manager.JiniPlatformTransactionManager
-
- getBeanName() - Method in class org.openspaces.events.AbstractEventListenerContainer
-
Return the bean name that this listener container has been assigned in its containing bean
factory, if any.
- getBeanProperties(String) - Method in class org.openspaces.core.properties.BeanLevelProperties
-
Returns properties that are associated with a specific bean name.
- getBeans() - Method in class org.openspaces.core.properties.BeanLevelProperties
-
- getBeansClassNames() - Method in interface org.openspaces.admin.bean.BeanConfigPropertiesManager
-
Lists the class names of configured beans.
- getBeansClassNames() - Method in class org.openspaces.core.bean.DefaultBeanServer
-
- getbeforePlanned() - Method in class org.openspaces.admin.pu.elastic.events.ElasticStatefulProcessingUnitPlannedCapacityChangedEvent
-
- getBeforePlannedNumberOfInstances() - Method in class org.openspaces.admin.pu.elastic.events.ElasticStatelessProcessingUnitPlannedNumberOfInstancesChangedEvent
-
- getBindDetails() - Method in class com.gigaspaces.config.lrmi.nio.NIOConfiguration
-
- getBindHost() - Method in interface org.openspaces.admin.transport.Transport
-
Returns the host name or address the communication layer bounded on.
- getBindHost() - Method in interface org.openspaces.admin.transport.TransportDetails
-
Returns the host name or address the communication layer bounded on.
- getBindHostName() - Method in class com.gigaspaces.config.lrmi.nio.NIOConfiguration
-
- getBindPort() - Method in class com.gigaspaces.config.lrmi.nio.NIOConfiguration
-
- getBlobstoreEnabled() - Method in class org.openspaces.core.config.GigaSpaceDocumentTypeDescriptorFactoryBean
-
- getBlobStoreHandler() - Method in class org.openspaces.core.config.BlobStoreDataPolicyFactoryBean
-
- getBoolean(int) - Method in class com.gigaspaces.query.CompoundResult
-
- getBoolean(String) - Method in class com.gigaspaces.query.CompoundResult
-
- getBoolean(String) - Method in class com.sun.jini.system.MultiCommandLine
-
Return true
if the given option is specified on the
command line.
- getBoolean(char) - Method in class com.sun.jini.system.POSIXCommandLine
-
Return true
if the given option is specified on the
command line.
- getBoolean(String, boolean) - Method in class org.openspaces.core.util.StringProperties
-
- getBoolean(Map<String, String>, String, boolean) - Static method in class org.openspaces.core.util.StringPropertiesUtils
-
- GetBooleanAction - Class in com.sun.jini.action
-
A convenience class for retrieving the boolean
value
of a system property as a privileged action.
- GetBooleanAction(String) - Constructor for class com.sun.jini.action.GetBooleanAction
-
Constructor that takes the name of the system property whose
boolean
value needs to be determined.
- getBootClassPath() - Method in interface org.openspaces.admin.vm.VirtualMachineDetails
-
- getBuffer() - Method in class net.jini.io.OptimizedByteArrayOutputStream
-
Gets internal buffers
- getBufferSize() - Method in class com.gigaspaces.client.iterator.GSIteratorConfig
-
Gets the iterator's buffer size.
- getBuilding() - Method in class net.jini.lookup.entry.LocationBean
-
Return the value of the building field in the Location object linked to
by this JavaBeans component.
- getBulkSize() - Method in class org.openspaces.core.gateway.GatewayTarget
-
- getBundle() - Method in class com.sun.jini.tool.envcheck.AbstractPlugin
-
Get the resource bundle for this class.
- getById(DataSourceIdQuery) - Method in class com.gigaspaces.datasource.SpaceDataSource
-
This method is invoked whenever the space needs to read an entry from the data source according to its Id.
- getById(DataSourceIdQuery) - Method in class org.openspaces.persistency.hibernate.CriteriaHibernateSpaceDataSource
-
- getById(DataSourceIdQuery) - Method in class org.openspaces.persistency.patterns.SpaceDataSourceExceptionHandler
-
- getById(DataSourceIdQuery) - Method in class org.openspaces.persistency.patterns.SpaceDataSourceSplitter
-
Delegates the query to the corresponding data source
- getByName(String) - Method in interface org.openspaces.admin.zone.Zones
-
Returns a discovered zone by its name.
- getByte(int) - Method in class com.gigaspaces.query.CompoundResult
-
- getByte(String) - Method in class com.gigaspaces.query.CompoundResult
-
- getByUID(String) - Method in interface org.openspaces.admin.os.OperatingSystems
-
Returns the operating system matching its uid.
- getCache() - Method in class com.gigaspaces.client.ChangeModifiers
-
- getCache() - Method in class com.gigaspaces.client.ClearModifiers
-
- getCache() - Method in class com.gigaspaces.client.CountModifiers
-
- getCache() - Method in class com.gigaspaces.client.ReadModifiers
-
- getCache() - Method in class com.gigaspaces.client.SpaceProxyOperationModifiers
-
- getCache() - Method in class com.gigaspaces.client.TakeModifiers
-
- getCache() - Method in class com.gigaspaces.client.WriteModifiers
-
- getCacheConfig() - Method in class org.openspaces.core.space.cache.AbstractLocalCacheSpaceFactoryBean
-
- getCacheConfig() - Method in class org.openspaces.core.space.cache.LocalCacheSpaceFactoryBean
-
- getCacheConfig() - Method in class org.openspaces.core.space.cache.LocalViewSpaceFactoryBean
-
- getCacheEntriesPercentage() - Method in class org.openspaces.core.config.BlobStoreDataPolicyFactoryBean
-
- getCacheEntry(Object) - Method in interface com.j_spaces.javax.cache.Cache
-
Deprecated.
Returns the CacheEntry object associated with the
object identified by "key".
- getCacheEntry(Object) - Method in class org.openspaces.core.DefaultGigaMap
-
- getCacheEntryVersion() - Method in interface com.j_spaces.javax.cache.CacheEntry
-
Deprecated.
Returns a version counter.
- getCallable() - Method in class org.openspaces.core.executor.juc.CallableTaskAdapter
-
Returns the embedded callable.
- getCallerContext() - Method in interface net.jini.security.TrustVerifier.Context
-
Returns a collection of context objects for use by trust verifiers.
- getCandidateAlias() - Method in class org.openspaces.jpa.openjpa.query.InnerQuery
-
Return the candidate alias for this subquery.
- getCapacity() - Method in class net.jini.io.OptimizedByteArrayOutputStream
-
The current buffer capacity.
- getCapacityInMB() - Method in interface org.openspaces.admin.os.OperatingSystemDetails.DriveDetails
-
- getCapacityMarkedForDeallocation(MachinesSlaEnforcementState.StateKey) - Method in class org.openspaces.grid.gsm.machines.MachinesSlaEnforcementState
-
- getCapacityOfSingleMachine() - Method in interface org.openspaces.grid.gsm.machines.plugins.ElasticMachineProvisioning
-
- getCapacityRequirements() - Method in class org.openspaces.grid.gsm.autoscaling.AutoScalingSlaPolicy
-
- getCapacityRequirements() - Method in class org.openspaces.grid.gsm.machines.CapacityMachinesSlaPolicy
-
- getCapacityRequirementsPerZonesConfig() - Method in class org.openspaces.admin.pu.elastic.config.ManualCapacityPerZonesScaleConfig
-
- getCasUnique() - Method in class org.openspaces.memcached.LocalCacheElement
-
- getCause() - Method in interface com.gigaspaces.client.FailedChangedEntryDetails
-
Returns the failure caused by attempting to update this entry.
- getCause() - Method in exception com.sun.jini.reliableLog.LogException
-
Returns the nested exception (the cause).
- getCause() - Method in class net.jini.config.ConfigurationFile.ErrorDescriptor
-
Returns the exception associated with this error or null
if there is no exception associated with this error.
- getCauseException() - Method in interface com.j_spaces.core.SpaceCopyStatus
-
- getCauses() - Method in exception com.j_spaces.core.multiple.query.QueryMultiplePartialFailureException
-
Deprecated.
Return all the causes that caused this exception
- getCauses() - Method in exception org.openspaces.core.QueryMultiplePartialFailureException
-
Deprecated.
Returns the exceptions raised from the cluster members that were not available.
- getCauses() - Method in exception org.openspaces.core.ReadMultipleException
-
- getCauses() - Method in exception org.openspaces.core.TakeMultipleException
-
- getChangeCount() - Method in interface org.openspaces.admin.space.SpaceInstanceStatistics
-
- getChangeCount() - Method in interface org.openspaces.admin.space.SpaceStatistics
-
- getChangeOperationsResults() - Method in interface com.gigaspaces.client.ChangedEntryDetails
-
Returns the results of the change operations which were inflicted on the changed entry.
- getChangeOperationStatistics() - Method in interface com.gigaspaces.cluster.replication.async.mirror.MirrorOperations
-
Return statistics on change operations
- getChangePerSecond() - Method in interface org.openspaces.admin.space.SpaceInstanceStatistics
-
- getChangePerSecond() - Method in interface org.openspaces.admin.space.SpaceStatistics
-
- getChangeSet(DataSyncOperation) - Static method in class com.gigaspaces.sync.change.ChangeDataSyncOperation
-
- getChangeSet(IFilterEntry) - Static method in class com.gigaspaces.sync.change.ChangeDataSyncOperation
-
- getChannels() - Method in class com.j_spaces.core.filters.ReplicationStatistics.OutgoingReplication
-
- getChannels(ReplicationStatistics.ReplicationMode...) - Method in class com.j_spaces.core.filters.ReplicationStatistics.OutgoingReplication
-
- getChannelState() - Method in class com.j_spaces.core.filters.ReplicationStatistics.OutgoingChannel
-
Gets the current channel state,
- getChecksum() - Method in class com.j_spaces.core.client.BasicTypeInfo
-
Deprecated.
- getChildProcessesIds(GridServiceAgent) - Static method in class org.openspaces.grid.gsm.machines.MachinesSlaUtils
-
- getClassAnnotation() - Method in interface net.jini.loader.ClassAnnotation
-
Returns the class annotation string for classes defined by this
class loader.
- getClassAnnotation() - Method in class net.jini.loader.pref.PreferredClassLoader
-
Returns the class annotation string for classes defined by this
class loader.
- getClassAnnotation(Class) - Method in class net.jini.loader.pref.PreferredClassProvider
-
- getClassAnnotation(ClassLoader) - Method in class net.jini.loader.pref.PreferredClassProvider
-
Returns the annotation string for the specified class loader.
- getClassLoader(String) - Method in class net.jini.loader.pref.PreferredClassProvider
-
- getClassLoader() - Method in interface net.jini.security.TrustVerifier.Context
-
Returns the class loader that can be used as a basis for trust
verification.
- getClassName() - Method in class com.gigaspaces.security.authorities.SpaceAuthority.ClassFilter
-
- getClassName() - Method in class com.j_spaces.core.client.BasicTypeInfo
-
Deprecated.
Returns Entry Class Name.
- getClassName() - Method in exception com.j_spaces.core.client.EntryAlreadyInSpaceException
-
Returns the rejected entry class name.
- getClassName() - Method in class com.j_spaces.core.client.ExternalEntry
-
Deprecated.
Entry class Name.
- getClassName() - Method in exception com.j_spaces.core.DropClassException
-
Returns desired dropped class.
- getClassName() - Method in interface com.j_spaces.core.IGSEntry
-
Entry class Name.
- getClassName() - Method in exception com.j_spaces.core.InvalidFifoClassException
-
Deprecated.
Return invalid className.
- getClassName() - Method in class org.openspaces.core.config.SQLQueryFactoryBean
-
- getClassName() - Method in exception org.openspaces.core.EntryAlreadyInSpaceException
-
Returns the rejected entry class name.
- getClassName() - Method in exception org.openspaces.core.InvalidFifoClassException
-
Deprecated.
Return invalid className.
- getClassName() - Method in class org.openspaces.remoting.RemotingServiceDetails.RemoteService
-
- getClassNames() - Method in interface org.openspaces.admin.space.SpaceInstanceRuntimeDetails
-
Returns an array of class names of entry/objects in the Space.
- getClassNames() - Method in interface org.openspaces.admin.space.SpaceRuntimeDetails
-
Returns an aggregated class names array of entry/objects in all the Space instances.
- getClasspath() - Method in class com.sun.jini.start.SharedActivationGroupDescriptor
-
Classpath accessor method.
- getClasspath() - Method in class com.sun.jini.tool.envcheck.EnvCheck
-
Get the classpath provided by the command line being analyzed.
- getClassPath() - Method in interface org.openspaces.admin.vm.VirtualMachineDetails
-
- getClasspathURLs(String) - Static method in class com.sun.jini.start.ClassLoaderUtil
-
Utility method that converts the components of a String
representing a classpath into file URL
(s).
- getClassRelationStatus(Class<?>) - Method in class org.openspaces.jpa.StoreManager
-
Gets the class relation status (one-to-one etc..) for the provided type.
- getClassTypeInfo(String) - Method in interface com.j_spaces.core.admin.IRemoteJSpaceAdmin
-
- getCleanCount() - Method in interface org.openspaces.admin.space.SpaceInstanceStatistics
-
Deprecated.
- getCleanCount() - Method in interface org.openspaces.admin.space.SpaceStatistics
-
Deprecated.
- getCleanPerSecond() - Method in interface org.openspaces.admin.space.SpaceInstanceStatistics
-
Deprecated.
- getCleanPerSecond() - Method in interface org.openspaces.admin.space.SpaceStatistics
-
Deprecated.
- getCleanupFuture(ProcessingUnit) - Method in class org.openspaces.grid.gsm.machines.MachinesSlaEnforcementState
-
- getClientHost() - Method in interface net.jini.io.context.ClientHost
-
Returns the client host address for the remote call.
- getClientSubject() - Method in interface net.jini.io.context.ClientSubject
-
Returns the authenticated identity of the client as a read-only
instance, or null
if the client was not authenticated.
- getClientVersionId() - Method in class com.gigaspaces.cluster.replication.gateway.conflict.EntryVersionConflict
-
- getClientVersionID() - Method in exception com.j_spaces.core.client.EntryVersionConflictException
-
Return entry client Version ID
- getClientVersionID() - Method in exception org.openspaces.core.SpaceOptimisticLockingFailureException
-
Returns the entry client Version ID
- getClusterCapacityRequirements() - Method in class org.openspaces.grid.gsm.containers.ContainersSlaPolicy
-
- getClustered() - Method in class org.openspaces.core.DefaultGigaSpace
-
- getClustered() - Method in interface org.openspaces.core.GigaSpace
-
Returns a clustered view of this
GigaSpace
instance.
- getClusterInfo() - Method in interface org.openspaces.admin.pu.ProcessingUnitInstance
-
Returns the cluster info of the processing unit instance.
- getClusterInfo() - Method in class org.openspaces.core.space.InternalSpaceFactory
-
- getClusterInfo() - Method in class org.openspaces.pu.container.jee.lb.apache.LoadBalancerNodeInfo
-
Returns the cluster specific information fo the load balancer node (the web application processing
unit instance).
- getClusterInfo() - Method in class org.openspaces.pu.container.ProcessingUnitContainerConfig
-
- getClusterInfo() - Method in class org.openspaces.pu.container.ProcessingUnitContainerContext
-
Gets the cluster information injected with this processing unit container instance.
- getClusterInfo() - Method in class org.openspaces.pu.container.ProcessingUnitContainerProvider
-
- getClusterInfo() - Method in class org.openspaces.pu.container.servicegrid.PUDetails
-
- getClusterInfo() - Method in interface org.openspaces.pu.container.servicegrid.PUServiceBean
-
- getClusterInfo() - Method in class org.openspaces.pu.container.servicegrid.PUServiceBeanImpl
-
- getClusterInfo() - Method in class org.openspaces.pu.container.servicegrid.PUServiceBeanProxy
-
- getClusterMemberSpace(IJSpace) - Static method in class org.openspaces.core.util.SpaceUtils
-
Returns a proxy space to the specified space name.
- getClusterPolicy() - Method in interface com.j_spaces.core.admin.IRemoteJSpaceAdmin
-
Return the present ClusterPolicy objects.
- getClusterSchema() - Method in class com.j_spaces.core.client.SpaceURL
-
Deprecated.
Gets the cluster schema name.
- getClusterSchema() - Method in class org.openspaces.admin.memcached.config.MemcachedConfig
-
- getClusterSchema() - Method in class org.openspaces.admin.pu.config.ProcessingUnitConfig
-
- getClusterSchema() - Method in class org.openspaces.admin.space.config.SpaceConfig
-
- getClusterSchema() - Method in class org.openspaces.pu.sla.SLA
-
Returns the cluster schema the processing unit will use.
- getCmds - Variable in class org.openspaces.memcached.SpaceCache
-
- getCode() - Method in class com.gigaspaces.client.SpaceProxyOperationModifiers
-
- getCode() - Method in enum com.gigaspaces.metadata.StorageType
-
- getCode() - Method in enum com.j_spaces.core.filters.ReplicationStatistics.ReplicationMode
-
- getCode() - Method in enum com.j_spaces.core.filters.ReplicationStatistics.ReplicationOperatingMode
-
- getCode() - Method in enum org.openspaces.memcached.protocol.binary.MemcachedBinaryCommandDecoder.BinaryOp
-
- getCodeBase() - Method in class com.j_spaces.core.client.BasicTypeInfo
-
Deprecated.
Returns Entry Class Codebase.
- getCodebase() - Method in class com.j_spaces.core.client.ExternalEntry
-
Deprecated.
Entry-class codebase.
- getCodebase() - Method in interface com.j_spaces.core.IGSEntry
-
Entry-class codebase.
- getCodebaseURLs(String) - Static method in class com.sun.jini.start.ClassLoaderUtil
-
Utility method that converts the components of a String
representing a codebase into standard URL
(s).
- getCommandLineArgumentRemovePrefix(VirtualMachineAware, String) - Static method in class org.openspaces.grid.gsm.containers.ContainersSlaUtils
-
- getComment() - Method in class net.jini.lookup.entry.CommentBean
-
Return the value of the comment field in the Comment object linked to
by this JavaBeans component.
- getCommonConfiguration() - Method in class net.jini.config.AggregateConfig
-
Get the common configuration this class was created with
- getCommType() - Method in class org.openspaces.events.notify.AggregatedNotifyEventContainerServiceDetails
-
- getCommType() - Method in class org.openspaces.events.notify.NotifyEventContainerServiceDetails
-
- getCommType() - Method in class org.openspaces.events.notify.SimpleNotifyEventListenerContainer
-
- getCommunicationPort() - Method in interface org.openspaces.admin.gateway.GatewayProcessingUnit
-
Returns the communication port this gateway processing unit is using.
- getCommunicationPort() - Method in class org.openspaces.core.gateway.AbstractGatewayComponentFactoryBean
-
- getCommunicationPort() - Method in class org.openspaces.core.gateway.GatewayLookup
-
- getCommunicationPort() - Method in class org.openspaces.core.gateway.GatewayServiceDetails
-
- getCompletedTaskCount() - Method in interface org.openspaces.admin.transport.TransportsStatistics
-
- getCompletedTaskCount() - Method in interface org.openspaces.admin.transport.TransportStatistics
-
Returns the number of communication level tasks that were completed.
- getCompletedTaskPerSecond() - Method in interface org.openspaces.admin.transport.TransportsStatistics
-
- getCompletedTaskPerSecond() - Method in interface org.openspaces.admin.transport.TransportStatistics
-
Returns the number of completed communication level tasks per second.
- getComponentDescription() - Method in interface org.openspaces.admin.alert.Alert
-
Description of the component:
host - [Host IP]
GSC - [GSC Name] on [Host IP]
LUS - LUS on [Host IP]
GSM - GSM on [Host IP]
PU instance - [PU name] [Partition number] [Primary or backup] on [Host IP]
Mirror - Mirror on [Host IP]
EDS - EDS on [Host IP]
- getComponentDescription() - Method in class org.openspaces.admin.alert.alerts.AbstractAlert
-
- getComponentDescription() - Method in class org.openspaces.admin.alert.alerts.ProcessingUnitInstanceMemberAliveIndicatorAlert
-
Description of the component:
host - [Host IP]
GSC - [GSC Name] on [Host IP]
LUS - LUS on [Host IP]
GSM - GSM on [Host IP]
PU instance - [PU name] [Partition number] [Primary or backup] on [Host IP]
Mirror - Mirror on [Host IP]
EDS - EDS on [Host IP]
- getComponentName() - Method in class org.openspaces.admin.alert.alerts.GarbageCollectionAlert
-
The name of the component for which the alert was fired (e.g.
- getComponentName() - Method in class org.openspaces.admin.alert.alerts.HeapMemoryUtilizationAlert
-
The name of the component for which the alert was fired (e.g.
- getComponentUid() - Method in interface org.openspaces.admin.alert.Alert
-
- getComponentUid() - Method in class org.openspaces.admin.alert.alerts.AbstractAlert
-
- getComponentUid() - Method in class org.openspaces.admin.alert.alerts.CpuUtilizationAlert
-
- getComponentUid() - Method in class org.openspaces.admin.alert.alerts.GarbageCollectionAlert
-
- getComponentUid() - Method in class org.openspaces.admin.alert.alerts.HeapMemoryUtilizationAlert
-
- getComponentUid() - Method in class org.openspaces.admin.alert.alerts.MirrorPersistenceFailureAlert
-
- getComponentUid() - Method in class org.openspaces.admin.alert.alerts.PhysicalMemoryUtilizationAlert
-
- getComponentUid() - Method in class org.openspaces.admin.alert.alerts.ProcessingUnitInstanceMemberAliveIndicatorAlert
-
- getComponentUid() - Method in class org.openspaces.admin.alert.alerts.ProvisionFailureAlert
-
- getComponentUid() - Method in class org.openspaces.admin.alert.alerts.ReplicationChannelDisconnectedAlert
-
- getComponentUid() - Method in class org.openspaces.admin.alert.alerts.ReplicationRedoLogOverflowToDiskAlert
-
- getComponentUid() - Method in class org.openspaces.admin.alert.alerts.ReplicationRedoLogSizeAlert
-
- getComponentUid() - Method in class org.openspaces.admin.alert.alerts.SpacePartitionSplitBrainAlert
-
- getCompoundIndexType() - Method in class org.openspaces.core.config.CompoundIndex
-
- getComType() - Method in class com.gigaspaces.events.EventSessionConfig
-
- getConcurrentConsumers() - Method in class org.openspaces.events.asyncpolling.AggregatedAsyncPollingEventContainerServiceDetails
-
- getConcurrentConsumers() - Method in class org.openspaces.events.asyncpolling.AsyncPollingEventContainerServiceDetails
-
- getConcurrentConsumers() - Method in class org.openspaces.events.polling.AggregatedPollingEventContainerServiceDetails
-
- getConcurrentConsumers() - Method in class org.openspaces.events.polling.PollingEventContainerServiceDetails
-
- getConcurrentConsumers() - Method in class org.openspaces.events.polling.SimplePollingEventListenerContainer
-
Return the "concurrentConsumer" setting.
- getConfig() - Method in interface com.j_spaces.core.admin.IJSpaceContainerAdmin
-
Deprecated.
Get container configuration.
- getConfig() - Method in interface com.j_spaces.core.admin.IRemoteJSpaceAdmin
-
Returns SpaceConfig
of this space.
- getConfig() - Method in interface org.openspaces.admin.alert.Alert
-
- getConfig(Class<T>) - Method in interface org.openspaces.admin.alert.AlertManager
-
Get the currently set alert configuration.
- getConfig() - Method in class org.openspaces.admin.alert.alerts.AbstractAlert
-
- getConfig() - Method in class org.openspaces.admin.pu.elastic.ElasticStatefulProcessingUnitDeployment
-
- getConfig() - Method in class org.openspaces.admin.pu.elastic.ElasticStatelessProcessingUnitDeployment
-
- getConfig() - Method in class org.openspaces.admin.space.ElasticSpaceDeployment
-
- getConfig(String, Object) - Method in class org.openspaces.core.util.StringProperties
-
- getConfig(Map<String, String>, String, Object) - Static method in class org.openspaces.core.util.StringPropertiesUtils
-
Gets an object that has a constructor that accepts Map as a single argument
- getConfig() - Method in exception org.openspaces.events.notify.CannotCreateNotifySessionException
-
- getConfig() - Method in class org.openspaces.grid.gsm.machines.plugins.discovered.DiscoveredMachineProvisioningBean
-
- getConfig() - Method in interface org.openspaces.grid.gsm.machines.plugins.ElasticMachineProvisioning
-
- getConfig() - Method in interface org.openspaces.grid.gsm.machines.plugins.NonBlockingElasticMachineProvisioning
-
- getConfig() - Method in class org.openspaces.grid.gsm.machines.plugins.NonBlockingElasticMachineProvisioningAdapter
-
- getConfig() - Method in class org.openspaces.grid.gsm.strategy.AutomaticCapacityScaleStrategyBean
-
- getConfig() - Method in class org.openspaces.grid.gsm.strategy.EagerScaleStrategyBean
-
- getConfig() - Method in class org.openspaces.grid.gsm.strategy.ManualCapacityPerZonesScaleStrategyBean
-
- getConfig() - Method in class org.openspaces.grid.gsm.strategy.ManualCapacityScaleStrategyBean
-
- getConfig() - Method in interface org.openspaces.grid.gsm.strategy.ScaleStrategyBean
-
- getConfig() - Method in class org.openspaces.grid.gsm.strategy.UndeployScaleStrategyBean
-
- getConfig() - Method in class org.openspaces.pu.container.ProcessingUnitContainerProvider
-
- getConfigLocation() - Method in class org.openspaces.pu.container.jee.lb.apache.ApacheLoadBalancerAgent
-
- getConfigResources() - Method in class org.openspaces.pu.container.support.ResourceApplicationContext
-
Returns the config resources this application context uses.
- getConfiguration() - Method in class org.openspaces.jpa.StoreManager
-
- getConfigurer() - Method in class org.openspaces.persistency.hibernate.CriteriaHibernateSpaceDataSourceFactoryBean
-
- getConfigurer() - Method in class org.openspaces.persistency.hibernate.DefaultHibernateSpaceDataSourceFactoryBean
-
- getConfigurer() - Method in class org.openspaces.persistency.hibernate.DefaultHibernateSpaceSynchronizationEndpointFactoryBean
-
- getConfigurer() - Method in class org.openspaces.persistency.hibernate.StatelessHibernateSpaceDataSourceFactoryBean
-
- getConfigurer() - Method in class org.openspaces.persistency.hibernate.StatelessHibernateSpaceSynchronizationEndpointFactoryBean
-
- getConflictCause() - Method in interface com.gigaspaces.cluster.replication.gateway.conflict.AddIndexConflict
-
- getConflictCause() - Method in interface com.gigaspaces.cluster.replication.gateway.conflict.DataConflictOperation
-
- getConflictCause() - Method in interface com.gigaspaces.cluster.replication.gateway.conflict.RegisterTypeDescriptorConflict
-
- getConflictingOperationPolicy() - Method in class com.j_spaces.core.cluster.ReplicationPolicy
-
- getConflictResolver() - Method in class org.openspaces.core.gateway.SinkErrorHandlingFactoryBean
-
- getConnection() - Method in class org.openspaces.jdbc.datasource.DbcpBasicDataSource
-
Create (if necessary) and return a connection to the database.
- getConnection(String, String) - Method in class org.openspaces.jdbc.datasource.DbcpBasicDataSource
-
Create (if necessary) and return a connection to the database.
- getConnection() - Method in class org.openspaces.jdbc.datasource.SpaceDriverManagerDataSource
-
- getConnection(String, String) - Method in class org.openspaces.jdbc.datasource.SpaceDriverManagerDataSource
-
- getConnectionDeadline(long) - Method in class com.sun.jini.discovery.DiscoveryConstraints
-
Returns the deadline by which a network connection must be established
during unicast discovery, or defaultValue
if not
constrained.
- getConnectionDetails() - Method in interface org.openspaces.admin.space.SpaceInstanceRuntimeDetails
-
- getConnectionDetails() - Method in interface org.openspaces.admin.space.SpaceRuntimeDetails
-
- getConnectionMonitorThreadPoolSize() - Method in class com.j_spaces.core.cluster.ReplicationPolicy
-
- getConnectionPoolSize() - Method in class com.gigaspaces.config.lrmi.nio.NIOConfiguration
-
- getConsolidatedDistributedTransactionMetaData() - Method in interface com.gigaspaces.sync.TransactionData
-
- getConsolidatedDistributedTransactionMetaData() - Method in class com.j_spaces.sadapter.datasource.BulkDataPersisterContext
-
- getConstants() - Method in class org.openspaces.core.config.modifiers.AbstractSpaceProxyOperationModifierFactoryBean
-
- getConstants() - Method in class org.openspaces.core.config.modifiers.ChangeModifierFactoryBean
-
- getConstants() - Method in class org.openspaces.core.config.modifiers.ClearModifierFactoryBean
-
- getConstants() - Method in class org.openspaces.core.config.modifiers.CountModifierFactoryBean
-
- getConstants() - Method in class org.openspaces.core.config.modifiers.ReadModifierFactoryBean
-
- getConstants() - Method in class org.openspaces.core.config.modifiers.TakeModifierFactoryBean
-
- getConstants() - Method in class org.openspaces.core.config.modifiers.WriteModifierFactoryBean
-
- getConstraints() - Method in class com.sun.jini.landlord.ConstrainableLandlordLease
-
- getConstraints() - Method in class com.sun.jini.reggie.ConstrainableEventLease
-
- getConstraints(Method) - Method in class net.jini.constraint.BasicMethodConstraints
-
Returns the constraints for the specified remote method as a
non-null
value.
- getConstraints() - Method in class net.jini.constraint.BasicMethodConstraints.MethodDesc
-
Returns the constraints as a non-null
value.
- getConstraints(Method) - Method in interface net.jini.core.constraint.MethodConstraints
-
Returns the constraints for the specified method as a
non-null
value.
- getConstraints() - Method in interface net.jini.core.constraint.RemoteMethodControl
-
Returns the client constraints placed on this proxy.
- getConstraints() - Method in class net.jini.discovery.ConstrainableLookupLocator
-
- getConsumers() - Method in class org.openspaces.events.polling.PollingEventContainerServiceMonitors
-
- getContainerByUID(String) - Method in interface org.openspaces.admin.gsc.GridServiceContainers
-
Returns a container based on its uid.
- getContainerMemoryCapacityInMB() - Method in class org.openspaces.grid.gsm.autoscaling.AutoScalingSlaPolicy
-
- getContainerMemoryCapacityInMB() - Method in class org.openspaces.grid.gsm.machines.AbstractMachinesSlaPolicy
-
- getContainerName() - Method in class com.j_spaces.core.admin.SpaceConfig
-
Return container owner name
- getContainerName() - Method in class com.j_spaces.core.client.SpaceURL
-
Deprecated.
Get container name.
- getContainerName() - Method in interface com.j_spaces.core.IJSpace
-
- getContainerName() - Method in exception com.j_spaces.core.MemoryShortageException
-
- getContainerName() - Method in class org.openspaces.core.space.SpaceServiceDetails
-
- getContainerNumberOfCpuCores(ManualCapacityScaleConfig) - Method in class org.openspaces.grid.gsm.strategy.AbstractScaleStrategyBean
-
- getContainers() - Method in interface org.openspaces.admin.gsc.GridServiceContainers
-
Returns all the currently discovered containers.
- getContainers() - Method in interface org.openspaces.grid.gsm.containers.ContainersSlaEnforcementEndpoint
-
- getContainers() - Method in class org.openspaces.grid.gsm.rebalancing.RebalancingSlaPolicy
-
- getContainersByZone(Admin, String) - Static method in class org.openspaces.grid.gsm.containers.ContainersSlaUtils
-
- getContainersByZoneOnAgentUid(Admin, String, String) - Static method in class org.openspaces.grid.gsm.containers.ContainersSlaUtils
-
- getContainersOnMachines(ProcessingUnit) - Static method in class org.openspaces.grid.gsm.rebalancing.RebalancingUtils
-
- getContainerZone(ProcessingUnit) - Static method in class org.openspaces.grid.gsm.containers.ContainersSlaUtils
-
- getContext() - Method in class com.sun.jini.start.AggregatePolicyProvider
-
Returns a snapshot of the current security context, which can be used to
restore the context at a later time.
- getContext() - Method in interface net.jini.security.policy.SecurityContextSource
-
Returns a snapshot of the current security context, which can be used to
restore the context at a later time.
- getContext() - Method in class net.jini.security.proxytrust.BasicUntrustedObjectSecurityContext
-
Returns a security context to use to restrict privileges when
invoking methods on untrusted objects.
- getContext() - Method in interface net.jini.security.proxytrust.UntrustedObjectSecurityContext
-
Returns a security context to use to restrict privileges when
invoking methods on untrusted objects.
- getContext() - Static method in class net.jini.security.Security
-
Returns a snapshot of the current security context, which can be used to
restore the context at a later time.
- getContextId() - Method in class net.jini.core.transaction.server.TransactionParticipantDataImpl
-
- getContextPath() - Method in class org.openspaces.pu.container.jee.JeeServiceDetails
-
Returns the context path of the web application.
- getContextProperties() - Method in class org.openspaces.admin.memcached.config.MemcachedConfig
-
- getContextProperties() - Method in class org.openspaces.admin.pu.config.ProcessingUnitConfig
-
- getContextProperties() - Method in interface org.openspaces.admin.pu.topology.ProcessingUnitConfigHolder
-
- getContextProperties() - Method in class org.openspaces.admin.space.config.SpaceConfig
-
- getContextProperties() - Method in class org.openspaces.core.properties.BeanLevelProperties
-
Returns the Spring context level properties.
- getCookie() - Method in interface com.sun.jini.landlord.LeasedResource
-
Returns the universally unique identifier associated with this
lease.
- getCooldownAfterScaleInSeconds() - Method in class org.openspaces.admin.pu.elastic.config.AutomaticCapacityScaleConfig
-
- getCooldownAfterScaleOutSeconds() - Method in class org.openspaces.admin.pu.elastic.config.AutomaticCapacityScaleConfig
-
- getCooldownAfterScaleSeconds() - Method in class org.openspaces.admin.pu.elastic.config.AutomaticCapacityScaleConfig
-
Deprecated.
- getCorrelationVar() - Method in class org.openspaces.jpa.openjpa.query.FieldPathNode
-
- getCorrespondingOp() - Method in enum org.openspaces.memcached.protocol.binary.MemcachedBinaryCommandDecoder.BinaryOp
-
- getCount() - Method in class com.gigaspaces.metrics.LongCounter
-
Returns the counter's current value.
- getCount() - Static method in class com.j_spaces.core.filters.FilterOperationCodes
-
Return the number of all filter operation codes.
- getCount() - Method in interface org.openspaces.admin.space.SpaceInstanceRuntimeDetails
-
- getCount() - Method in interface org.openspaces.admin.space.SpaceRuntimeDetails
-
- getCountPerClassName() - Method in interface org.openspaces.admin.space.SpaceInstanceRuntimeDetails
-
Returns a mapping between each class name and the number of entries/objects in the Space.
- getCountPerClassName() - Method in interface org.openspaces.admin.space.SpaceRuntimeDetails
-
Returns an aggregated mapping between each class name and the number of entries/objects in all the Space instances.
- getCountry() - Method in class net.jini.lookup.entry.AddressBean
-
Return the value of the country field in the Address object linked to
by this JavaBeans component.
- getCpu() - Method in class org.openspaces.grid.gsm.capacity.CpuCapacityRequirement
-
- getCpuPerc() - Method in interface org.openspaces.admin.os.OperatingSystemsStatistics
-
Returns the combined cpu perc (User + Sys + Nice + Wait)
- getCpuPerc() - Method in interface org.openspaces.admin.os.OperatingSystemStatistics
-
Returns the combined cpu perc (User + Sys + Nice + Wait)
- getCpuPerc() - Method in interface org.openspaces.admin.vm.VirtualMachineStatistics
-
Returns the cpu percentage this virtual machine is using.
- getCpuPercAverage(long, TimeUnit) - Method in interface org.openspaces.admin.vm.VirtualMachineStatistics
-
Calculates the average number of cpu cores used by the java virtual machine over the specified period of time.
- getCpuPercFormatted() - Method in interface org.openspaces.admin.os.OperatingSystemsStatistics
-
- getCpuPercFormatted() - Method in interface org.openspaces.admin.os.OperatingSystemStatistics
-
- getCpuPercFormatted() - Method in interface org.openspaces.admin.vm.VirtualMachineStatistics
-
- getCpuUtilization() - Method in class org.openspaces.admin.alert.alerts.CpuUtilizationAlert
-
The CPU utilization reading when this alert was fired.
- getCpuUtilization() - Method in class org.openspaces.admin.alert.alerts.GarbageCollectionAlert
-
The CPU utilization reading when this alert was fired.
- getCpuUtilization() - Method in class org.openspaces.admin.alert.alerts.HeapMemoryUtilizationAlert
-
The CPU utilization reading when this alert was fired.
- getCpuUtilization() - Method in class org.openspaces.admin.alert.alerts.PhysicalMemoryUtilizationAlert
-
The CPU utilization reading when this alert was fired.
- getCpuUtilization() - Method in class org.openspaces.admin.alert.alerts.ProcessingUnitInstanceMemberAliveIndicatorAlert
-
The CPU utilization reading when this alert was fired.
- getCpuUtilization() - Method in class org.openspaces.admin.alert.alerts.ReplicationRedoLogOverflowToDiskAlert
-
The CPU utilization reading when this alert was fired.
- getCpuUtilization() - Method in class org.openspaces.admin.alert.alerts.ReplicationRedoLogSizeAlert
-
The CPU utilization reading when this alert was fired.
- getCreatedTransaction() - Method in class com.sun.jini.mahalo.MahaloTxnBasicLease
-
- getCredentialsProvider() - Method in class org.openspaces.core.space.SecurityConfig
-
- getCurrentBytes() - Method in class org.openspaces.memcached.SpaceCache
-
- getCurrentContext() - Static method in class com.j_spaces.sadapter.datasource.BulkDataPersisterContext
-
- getCurrentCount() - Method in class com.j_spaces.core.filters.StatisticsContext
-
Current count of operations.
- getCurrentDate(Class<T>) - Method in class org.openspaces.jpa.openjpa.query.QueryExpressionFactory
-
Return a value representing the current date.
- getCurrentItems() - Method in class org.openspaces.memcached.SpaceCache
-
- getCurrentProxy() - Method in class net.jini.activation.ActivatableInvocationHandler
-
Returns the current value for the underlying proxy.
- getCurrentResult() - Method in class com.gigaspaces.async.AsyncResultFilterEvent
-
Returns the current result that caused this event.
- getCurrentTime(Class<T>) - Method in class org.openspaces.jpa.openjpa.query.QueryExpressionFactory
-
Return a value representing the current time.
- getCurrentTimeInMillis() - Method in interface org.openspaces.admin.os.OperatingSystem
-
Returns the current time of the machine in millis.
- getCurrentTimestamp() - Method in class com.sun.jini.reggie.GigaRegistrar
-
- getCurrentTimestamp() - Method in class org.openspaces.grid.esm.ESMImpl
-
- getCurrentTimestamp(Class<T>) - Method in class org.openspaces.jpa.openjpa.query.QueryExpressionFactory
-
Return a value representing the current timestamp.
- getCurrentTimestamp() - Method in class org.openspaces.pu.container.servicegrid.PUServiceBeanImpl
-
- getCurrentTransaction() - Method in class org.openspaces.core.DefaultGigaMap
-
- getCurrentTransaction() - Method in class org.openspaces.core.DefaultGigaSpace
-
- getCurrentTransaction() - Method in interface org.openspaces.core.GigaMap
-
Returns the current running transaction.
- getCurrentTransaction() - Method in interface org.openspaces.core.GigaSpace
-
Returns the current running transaction.
- getCurrentTransaction(Object, IJSpace) - Method in class org.openspaces.core.transaction.DefaultTransactionProvider
-
Returns the current running transaction based on the constructor provided transactional
context (Note that the passed transactional context is not used).
- getCurrentTransaction(Object, IJSpace) - Method in interface org.openspaces.core.transaction.TransactionProvider
-
Returns the currently running transaction (usually managed externally/declarative).
- getCurrentTransaction() - Method in class org.openspaces.jpa.StoreManager
-
Gets the current active transaction.
- getCurrentTransactionIsolationLevel(Object) - Method in class org.openspaces.core.transaction.DefaultTransactionProvider
-
- getCurrentTransactionIsolationLevel(Object) - Method in interface org.openspaces.core.transaction.TransactionProvider
-
- getCustomJvmProperties() - Method in class org.openspaces.core.gateway.AbstractGatewayComponentFactoryBean
-
- getCustomMaxThreads() - Method in class com.gigaspaces.config.lrmi.nio.NIOConfiguration
-
- getCustomMinThreads() - Method in class com.gigaspaces.config.lrmi.nio.NIOConfiguration
-
- getCustomProperties() - Method in class com.j_spaces.core.client.SpaceURL
-
Deprecated.
Returns custom properties
- getCustomQueueCapacity() - Method in class com.gigaspaces.config.lrmi.nio.NIOConfiguration
-
- getCustomThreadIdleTimeout() - Method in class com.gigaspaces.config.lrmi.nio.NIOConfiguration
-
- getData() - Method in class org.openspaces.memcached.LocalCacheElement
-
- getDataAsDocument() - Method in interface com.gigaspaces.sync.DataSyncOperation
-
- getDataAsObject() - Method in interface com.gigaspaces.sync.DataSyncOperation
-
- getDataIterator(DataSourceQuery) - Method in class com.gigaspaces.datasource.SpaceDataSource
-
This method is invoked whenever the space needs to read data which matches the provided
DataSourceQuery
from the space data source.
- getDataIterator(DataSourceQuery) - Method in class org.openspaces.persistency.hibernate.CriteriaHibernateSpaceDataSource
-
- getDataIterator(DataSourceQuery) - Method in class org.openspaces.persistency.hibernate.DefaultHibernateSpaceDataSource
-
- getDataIterator(DataSourceQuery) - Method in class org.openspaces.persistency.hibernate.StatelessHibernateSpaceDataSource
-
- getDataIterator(DataSourceQuery) - Method in class org.openspaces.persistency.patterns.SpaceDataSourceExceptionHandler
-
- getDataIterator(DataSourceQuery) - Method in class org.openspaces.persistency.patterns.SpaceDataSourceSplitter
-
Delegates the query to the corresponding data source
- getDataIteratorByIds(DataSourceIdsQuery) - Method in class com.gigaspaces.datasource.SpaceDataSource
-
This method is invoked whenever the space needs to read several entries from the data source according to their ids.
- getDataIteratorByIds(DataSourceIdsQuery) - Method in class org.openspaces.persistency.patterns.SpaceDataSourceExceptionHandler
-
- getDataIteratorByIds(DataSourceIdsQuery) - Method in class org.openspaces.persistency.patterns.SpaceDataSourceSplitter
-
Delegates the query to the corresponding data source
- getDataSource(String) - Method in class org.openspaces.persistency.patterns.AbstractManagedDataSourceSplitter
-
Deprecated.
- getDataSource(String) - Method in class org.openspaces.persistency.patterns.SpaceDataSourceSplitter
-
- getDataSource() - Method in class org.openspaces.persistency.utils.HsqlServerBean
-
- getDataStoreActions(ClassMetaData, ClassMetaData[], boolean, ExpressionFactory[], QueryExpressions[], Object[], StoreQuery.Range) - Method in class org.openspaces.jpa.openjpa.StoreManagerQuery
-
Return the commands that will be sent to the datastore in order
to execute the query, typically in the database's native language.
- getDataStoreActions(StoreQuery, Object[], StoreQuery.Range) - Method in class org.openspaces.jpa.openjpa.StoreManagerSQLQuery.SQLExecutor
-
- getDataSyncOperationType() - Method in interface com.gigaspaces.sync.DataSyncOperation
-
- getDeallocatedCapacityResult() - Method in class org.openspaces.grid.gsm.machines.BinPackingSolver
-
- getDecisionDescription() - Method in interface org.openspaces.admin.pu.elastic.events.ElasticProcessingUnitDecisionEvent
-
- getDecisionDescription() - Method in class org.openspaces.admin.pu.elastic.events.ElasticStatefulProcessingUnitPlannedCapacityChangedEvent
-
- getDecisionDescription() - Method in class org.openspaces.admin.pu.elastic.events.ElasticStatelessProcessingUnitPlannedNumberOfInstancesChangedEvent
-
- getDecisionDescription() - Method in class org.openspaces.grid.gsm.machines.plugins.events.GridServiceAgentStartedEvent
-
- getDecisionDescription() - Method in class org.openspaces.grid.gsm.machines.plugins.events.GridServiceAgentStartRequestedEvent
-
- getDecisionDescription() - Method in class org.openspaces.grid.gsm.machines.plugins.events.GridServiceAgentStoppedEvent
-
- getDecisionDescription() - Method in class org.openspaces.grid.gsm.machines.plugins.events.GridServiceAgentStopRequestedEvent
-
- getDecisionDescription() - Method in class org.openspaces.grid.gsm.machines.plugins.events.MachineStartedEvent
-
- getDecisionDescription() - Method in class org.openspaces.grid.gsm.machines.plugins.events.MachineStartRequestedEvent
-
- getDecisionDescription() - Method in class org.openspaces.grid.gsm.machines.plugins.events.MachineStoppedEvent
-
- getDecisionDescription() - Method in class org.openspaces.grid.gsm.machines.plugins.events.MachineStopRequestedEvent
-
- getDefaultAlias() - Method in class com.gigaspaces.query.aggregators.AverageAggregator
-
- getDefaultAlias() - Method in class com.gigaspaces.query.aggregators.CountAggregator
-
- getDefaultAlias() - Method in class com.gigaspaces.query.aggregators.DistinctAggregator
-
- getDefaultAlias() - Method in class com.gigaspaces.query.aggregators.GroupByAggregator
-
- getDefaultAlias() - Method in class com.gigaspaces.query.aggregators.ListEntriesAggregator
-
- getDefaultAlias() - Method in class com.gigaspaces.query.aggregators.MaxEntryAggregator
-
- getDefaultAlias() - Method in class com.gigaspaces.query.aggregators.MaxValueAggregator
-
- getDefaultAlias() - Method in class com.gigaspaces.query.aggregators.MinEntryAggregator
-
- getDefaultAlias() - Method in class com.gigaspaces.query.aggregators.MinValueAggregator
-
- getDefaultAlias() - Method in class com.gigaspaces.query.aggregators.OrderByAggregator
-
- getDefaultAlias() - Method in class com.gigaspaces.query.aggregators.SingleValueAggregator
-
- getDefaultAlias() - Method in class com.gigaspaces.query.aggregators.SpaceEntriesAggregator
-
- getDefaultAlias() - Method in class com.gigaspaces.query.aggregators.SumAggregator
-
- getDefaultAutoCommit() - Method in class org.openspaces.jdbc.datasource.DbcpBasicDataSource
-
- getDefaultBatchSize() - Static method in class com.gigaspaces.client.iterator.SpaceIterator
-
- getDefaultCatalog() - Method in class org.openspaces.jdbc.datasource.DbcpBasicDataSource
-
- getDefaultChangeModifiers() - Method in class org.openspaces.core.DefaultGigaSpace
-
- getDefaultChangeModifiers() - Method in interface org.openspaces.core.GigaSpace
-
- getDefaultClearModifiers() - Method in class org.openspaces.core.DefaultGigaSpace
-
- getDefaultClearModifiers() - Method in interface org.openspaces.core.GigaSpace
-
- getDefaultCountModifiers() - Method in class org.openspaces.core.DefaultGigaSpace
-
- getDefaultCountModifiers() - Method in interface org.openspaces.core.GigaSpace
-
- getDefaultIsolationLevel() - Method in class org.openspaces.core.DefaultGigaSpace
-
Gets the defaultIsolationLevel.
- getDefaultNotificationsLeaseRenewalRate() - Method in class net.jini.lookup.BackwardsServiceDiscoveryManager
-
Deprecated.
- getDefaultNotificationsLeaseRenewalRate() - Method in class net.jini.lookup.ServiceDiscoveryManager
-
- getDefaultPort() - Method in class net.jini.url.httpmd.Handler
-
Returns the default port for a URL parsed by this handler, which is
80
.
- getDefaultPreference() - Method in class com.sun.jini.loader.pref.internal.PreferredResources
-
Returns the preference setting that will be applied to names
which have no explicit preference setting in contained
preference settings.
- getDefaultReadModifiers() - Method in class org.openspaces.core.DefaultGigaSpace
-
- getDefaultReadModifiers() - Method in interface org.openspaces.core.GigaSpace
-
- getDefaultReadOnly() - Method in class org.openspaces.jdbc.datasource.DbcpBasicDataSource
-
- getDefaultReadTimeout() - Method in class org.openspaces.core.DefaultGigaSpace
-
- getDefaultRemoveServiceIfOrphanDelay() - Method in class net.jini.lookup.BackwardsServiceDiscoveryManager
-
Deprecated.
- getDefaultRemoveServiceIfOrphanDelay() - Method in class net.jini.lookup.ServiceDiscoveryManager
-
- getDefaultTakeModifiers() - Method in class org.openspaces.core.DefaultGigaSpace
-
- getDefaultTakeModifiers() - Method in interface org.openspaces.core.GigaSpace
-
- getDefaultTakeTimeout() - Method in class org.openspaces.core.DefaultGigaSpace
-
- getDefaultTimeToLive() - Method in class org.openspaces.core.DefaultGigaMap
-
- getDefaultTimeToLive() - Method in interface org.openspaces.core.GigaMap
-
Returns the default time to live of entries in the map.
- getDefaultTransactionIsolation() - Method in class org.openspaces.jdbc.datasource.DbcpBasicDataSource
-
- getDefaultUnicastSocketTimeout() - Method in class com.sun.jini.discovery.internal.MultiIPDiscovery
-
- getDefaultValue(Annotation) - Static method in class org.openspaces.core.util.AnnotationUtils
-
Retrieve the default value of the
"value"
attribute of a single-element
Annotation, given an annotation instance.
- getDefaultValue(Annotation, String) - Static method in class org.openspaces.core.util.AnnotationUtils
-
Retrieve the default value of a named Annotation attribute,
given an annotation instance.
- getDefaultValue(Class<? extends Annotation>) - Static method in class org.openspaces.core.util.AnnotationUtils
-
Retrieve the
default value of the
"value"
attribute of a single-element
Annotation, given the
annotation type
.
- getDefaultValue(Class<? extends Annotation>, String) - Static method in class org.openspaces.core.util.AnnotationUtils
-
Retrieve the
default value of a named Annotation attribute,
given the
annotation type
.
- getDefaultWaitForResponse() - Method in class org.openspaces.core.DefaultGigaMap
-
- getDefaultWaitForResponse() - Method in interface org.openspaces.core.GigaMap
-
Returns the default wait for response value for entries in the map.
- getDefaultWriteLease() - Method in class org.openspaces.core.DefaultGigaSpace
-
- getDefaultWriteModifiers() - Method in class org.openspaces.core.DefaultGigaSpace
-
- getDefaultWriteModifiers() - Method in interface org.openspaces.core.GigaSpace
-
- getDefaultZones() - Method in class org.openspaces.grid.gsm.strategy.AbstractCapacityScaleStrategyBean
-
- getDelayBetweenChecks() - Method in class org.openspaces.pu.sla.PrimaryZoneController
-
- getDelegate() - Method in class org.openspaces.events.adapter.AbstractReflectionDynamicEventTemplateProviderAdapter
-
Returns the event listener delegate.
- getDelegate() - Method in class org.openspaces.events.adapter.AbstractReflectionEventListenerAdapter
-
Returns the event listener delegate.
- getDelegatedTask() - Method in interface com.gigaspaces.lrmi.nio.filters.IOBlockFilter
-
When filter wish to do some calculation this is the way to
handle the calculation code to the filter container.
- getDelegatedTask() - Method in class com.gigaspaces.lrmi.nio.filters.IOSSLFilter
-
- getDelegatedTask() - Method in interface org.openspaces.core.executor.support.DelegatingTask
-
Returns the delegating task that will be executed.
- getDelegatedTask() - Method in class org.openspaces.core.executor.support.SimpleDelegatingTask
-
Returns the delegated task the task will execute to.
- getDelegateThrough() - Method in class org.openspaces.core.gateway.GatewayDelegation
-
- getDelegateThroughGatewayName() - Method in interface org.openspaces.admin.gateway.GatewayDelegatorTarget
-
Returns the name of the gateway delegator this delegator is connected to which routes communication to the target gateway.
- getDelegationTargets() - Method in interface org.openspaces.admin.gateway.GatewayDelegator
-
Returns all the delegation targets of this delegator.
- getDelegationTargets() - Method in class org.openspaces.core.gateway.GatewayDelegatorServiceDetails
-
- getDelegator(String) - Method in interface org.openspaces.admin.gateway.Gateway
-
Returns a gateway delegator which has a target gateway with the given name.
- getDelegator() - Method in interface org.openspaces.admin.gateway.GatewayDelegatorTarget
-
Returns the delegator this delegation target is part of.
- getDelegator() - Method in interface org.openspaces.admin.gateway.GatewayProcessingUnit
-
Returns the delegator of this gateway or null
if no delegator exists in this gateway.
- getDelegatorDetails() - Method in class com.j_spaces.core.filters.ReplicationStatistics.OutgoingChannel
-
- getDelta(ChangeOperation) - Static method in class com.gigaspaces.sync.change.IncrementOperation
-
- getDependencies() - Method in class org.openspaces.admin.memcached.config.MemcachedConfig
-
- getDependencies() - Method in class org.openspaces.admin.pu.config.ProcessingUnitConfig
-
- getDependencies() - Method in interface org.openspaces.admin.pu.ProcessingUnit
-
- getDependencies() - Method in interface org.openspaces.admin.pu.topology.ProcessingUnitConfigHolder
-
- getDependencies() - Method in class org.openspaces.admin.space.config.SpaceConfig
-
- getDependenciesRequiredProcessingUnitNames() - Method in interface org.openspaces.admin.pu.dependency.ProcessingUnitDependencies
-
- getDeploymentDependencies() - Method in class org.openspaces.admin.memcached.config.MemcachedConfig
-
- getDeploymentDependencies() - Method in class org.openspaces.admin.pu.config.ProcessingUnitConfig
-
- getDeploymentDependencies() - Method in interface org.openspaces.admin.pu.dependency.ProcessingUnitDependencies
-
- getDeploymentDependencies() - Method in class org.openspaces.admin.space.config.SpaceConfig
-
- getDeploymentOptions() - Method in class org.openspaces.admin.pu.ProcessingUnitDeployment
-
Deprecated.
- getDeployPath() - Method in class org.openspaces.pu.container.jee.JeeProcessingUnitContainerProvider
-
- getDescription() - Method in class net.jini.config.ConfigurationFile.ErrorDescriptor
-
Returns a textual description of the error encountered.
- getDescription() - Method in interface org.openspaces.admin.alert.Alert
-
- getDescription() - Method in class org.openspaces.admin.alert.alerts.AbstractAlert
-
- getDescription() - Method in interface org.openspaces.admin.os.OperatingSystemDetails.NetworkDetails
-
Get the display name of network interface
- getDescription() - Method in class org.openspaces.admin.quiesce.QuiesceDetails
-
- getDescription() - Method in class org.openspaces.admin.quiesce.QuiesceRequest
-
- getDescription() - Method in class org.openspaces.admin.quiesce.QuiesceResult
-
- getDescription() - Method in class org.openspaces.pu.service.PlainServiceDetails
-
- getDescription() - Method in interface org.openspaces.pu.service.ServiceDetails
-
Returns a short description of the service.
- getDescriptors() - Method in class com.sun.jini.tool.envcheck.EnvCheck
-
Return the ServiceDescriptor
s contained in the service
starter configuration.
- getDetails() - Method in interface org.openspaces.admin.os.OperatingSystem
-
Returns details (static view) of the operating system.
- getDetails() - Method in interface org.openspaces.admin.os.OperatingSystems
-
Returns an aggregated view of all the operating systems details.
- getDetails() - Method in interface org.openspaces.admin.os.OperatingSystemsStatistics
-
Returns the aggregated operating systems details.
- getDetails() - Method in interface org.openspaces.admin.os.OperatingSystemStatistics
-
Returns the operating system details.
- getDetails() - Method in interface org.openspaces.admin.transport.Transport
-
Returns the details (non changeable) of the transport.
- getDetails() - Method in interface org.openspaces.admin.transport.Transports
-
Returns the aggregated details (non changeable) of all the currently discovered transports.
- getDetails() - Method in interface org.openspaces.admin.transport.TransportsStatistics
-
Returns the aggregated transports details.
- getDetails() - Method in interface org.openspaces.admin.transport.TransportStatistics
-
Returns the transport details.
- getDetails() - Method in interface org.openspaces.admin.vm.VirtualMachine
-
Returns the details (non changeable information) of the virtual machine.
- getDetails() - Method in interface org.openspaces.admin.vm.VirtualMachines
-
Returns the aggregated details of all virtual machines.
- getDetails() - Method in interface org.openspaces.admin.vm.VirtualMachinesStatistics
-
Returns the details of the all the virtual machines.
- getDetails() - Method in interface org.openspaces.admin.vm.VirtualMachineStatistics
-
Returns the details of the virtual machine.
- getDetails() - Method in class org.openspaces.pu.container.servicegrid.PUDetails
-
- getDetails() - Method in class org.openspaces.pu.service.PlainServiceMonitors
-
- getDetails() - Method in interface org.openspaces.pu.service.ServiceMonitors
-
Returns the details of the service.
- getDirection() - Method in exception com.j_spaces.core.cluster.ReplicationFilterException
-
Gets replication filter direction Input/Output.
- getDirectProxy() - Method in interface com.j_spaces.core.IJSpace
-
returns itself in case of a direct proxy or the real proxy in case of a local cache or a view.
- getDiscardedOperationCount() - Method in interface com.gigaspaces.cluster.replication.async.mirror.MirrorOperationStatistics
-
Returns the count of operations that were discarded by the mirror.
- getDiscardedOperationCount() - Method in interface com.gigaspaces.cluster.replication.statistics.IReplicationInOperation
-
Returns the count of operations that were discarded by the target.
- getDiscardedOperationCount() - Method in class org.openspaces.admin.alert.alerts.MirrorPersistenceFailureAlert
-
The discarded operation count reported by the Mirror.
- getDiscoveredAgents() - Method in interface org.openspaces.grid.gsm.strategy.DiscoveredMachinesCache
-
- getDiscoveredAgents() - Method in class org.openspaces.grid.gsm.strategy.ElasticMachineProvisioningDiscoveredMachinesCache
-
- getDiscoveredLocators() - Method in class net.jini.discovery.LookupLocatorDiscovery
-
Returns the set of LookupLocator
objects representing the
desired lookup services that are currently discovered.
- getDiscoveredMachines(long, TimeUnit) - Method in interface org.openspaces.grid.gsm.machines.plugins.ElasticMachineProvisioning
-
- getDiscoveredMachinesAsync(long, TimeUnit) - Method in class org.openspaces.grid.gsm.machines.plugins.discovered.DiscoveredMachineProvisioningBean
-
- getDiscoveredMachinesAsync(long, TimeUnit) - Method in interface org.openspaces.grid.gsm.machines.plugins.NonBlockingElasticMachineProvisioning
-
- getDiscoveredMachinesAsync(long, TimeUnit) - Method in class org.openspaces.grid.gsm.machines.plugins.NonBlockingElasticMachineProvisioningAdapter
-
- getDiscoveredMachinesCache() - Method in class org.openspaces.grid.gsm.machines.AbstractMachinesSlaPolicy
-
- getDiscoveredMachinesCache() - Method in class org.openspaces.grid.gsm.strategy.AbstractScaleStrategyBean
-
- getDiscoveryManager() - Method in class net.jini.lookup.JoinManager
-
Returns the instance of DiscoveryManagement
that was
either passed into the constructor, or that was created as a result
of null
being input to that parameter.
- getDiscoveryManager() - Method in class net.jini.lookup.ServiceDiscoveryManager
-
The getDiscoveryManager
method will return an
object that implements the DiscoveryManagement
interface.
- getDiscoveryPort() - Static method in class net.jini.discovery.Constants
-
- getDiscoveryPort() - Method in interface org.openspaces.admin.gateway.GatewayProcessingUnit
-
Returns the discovery port this gateway processing unit is using to publish it self.
- getDiscoveryPort() - Method in class org.openspaces.core.gateway.AbstractGatewayComponentFactoryBean
-
- getDiscoveryPort() - Method in class org.openspaces.core.gateway.GatewayLookup
-
- getDiscoveryPort() - Method in class org.openspaces.core.gateway.GatewayServiceDetails
-
- getDisplayName() - Method in class com.sun.jini.lookup.entry.BasicServiceType
-
Returns the resource named "name", else the type field
stripped of any package prefix (i.e., any characters up to
and including the last dot ('.').
- getDisplayName() - Method in class net.jini.lookup.entry.ServiceType
-
Return the localized display name of this service.
- getDistributedTransactionConsolidationFailureAction() - Method in class org.openspaces.core.gateway.GatewaySinkDistributedTransactionProcessingConfigurationFactoryBean
-
- getDistributedTransactionProcessingConfiguration() - Method in class org.openspaces.core.gateway.GatewaySinkFactoryBean
-
Gets distributed transaction processing configuration for the Sink component.
- getDistributedTransactionWaitForOperations() - Method in class org.openspaces.core.transaction.DistributedTransactionProcessingConfigurationFactoryBean
-
- getDistributedTransactionWaitTimeout() - Method in class org.openspaces.core.transaction.DistributedTransactionProcessingConfigurationFactoryBean
-
- getDocumentSupport() - Method in interface com.gigaspaces.metadata.SpacePropertyDescriptor
-
Gets the document support setting of this property.
- getDocumentWrapperClass() - Method in interface com.gigaspaces.metadata.SpaceTypeDescriptor
-
Gets the document wrapper class.
- getDouble(int) - Method in class com.gigaspaces.query.CompoundResult
-
- getDouble(String) - Method in class com.gigaspaces.query.CompoundResult
-
- getDouble(String, double) - Method in class com.sun.jini.system.MultiCommandLine
-
Return the value of the given double
from the command line.
- getDouble(char, double) - Method in class com.sun.jini.system.POSIXCommandLine
-
Return the value of the given double
from the command line.
- getDouble(String, double) - Method in class org.openspaces.core.util.StringProperties
-
- getDouble(Map<String, String>, String, double) - Static method in class org.openspaces.core.util.StringPropertiesUtils
-
- getDoubleIgnoreExceptions(String, double) - Method in class org.openspaces.core.util.StringProperties
-
- getDoubleIgnoreExceptions(Map<String, String>, String, double) - Static method in class org.openspaces.core.util.StringPropertiesUtils
-
- getDrive() - Method in class org.openspaces.grid.gsm.capacity.DriveCapacityRequirement
-
- getDriveCapacityInMB() - Method in class org.openspaces.grid.gsm.capacity.DriveCapacityRequirement
-
- getDriveDetails() - Method in interface org.openspaces.admin.os.OperatingSystemDetails
-
Returns drive details
- getDrivesCapacityInMB() - Method in class org.openspaces.admin.pu.elastic.config.CapacityRequirementsConfig
-
- getDrivesCapacityInMB() - Method in class org.openspaces.admin.pu.elastic.config.ManualCapacityScaleConfig
-
- getDrivesCapacityInMB() - Method in interface org.openspaces.admin.pu.elastic.config.ScaleStrategyCapacityRequirementConfig
-
- getDumpProcessors() - Method in class org.openspaces.interop.DotnetProcessingUnitBean
-
- getDumpProcessors() - Method in class org.openspaces.interop.DotnetProcessingUnitContainer
-
- getDumpProcessors() - Method in class org.openspaces.pu.container.ProcessingUnitContainer
-
- getDumpProcessors() - Method in class org.openspaces.pu.container.spi.ApplicationContextProcessingUnitContainer
-
- getDumpProcessors() - Method in class org.openspaces.pu.container.support.CompoundProcessingUnitContainer
-
- getDuplicateUID() - Method in interface com.j_spaces.core.SpaceCopyStatus
-
- getDurableNotificationMaxDisconnectionTime() - Method in class com.j_spaces.core.cluster.ReplicationPolicy
-
- getDurableNotificationMaxRedologCapacity() - Method in class com.j_spaces.core.cluster.ReplicationPolicy
-
- getDynamicLocatorDiscovery() - Method in class net.jini.discovery.LookupDiscoveryManager
-
- getDynamicTemplate() - Method in class org.openspaces.events.adapter.AbstractReflectionDynamicEventTemplateProviderAdapter
-
- getDynamicTemplate() - Method in interface org.openspaces.events.DynamicEventTemplateProvider
-
Returns the template that will be used for matching on events,
and is called before each take or read operation.
- getElasticAutoScalingFailure() - Method in interface org.openspaces.admin.pu.ProcessingUnits
-
- getElasticAutoScalingProgressChanged() - Method in interface org.openspaces.admin.pu.ProcessingUnits
-
- getElasticGridServiceAgentProvisioningFailure() - Method in interface org.openspaces.admin.gsa.GridServiceAgents
-
- getElasticGridServiceAgentProvisioningProgressChanged() - Method in interface org.openspaces.admin.gsa.GridServiceAgents
-
- getElasticGridServiceContainerProvisioningFailure() - Method in interface org.openspaces.admin.gsc.GridServiceContainers
-
- getElasticGridServiceContainerProvisioningProgressChanged() - Method in interface org.openspaces.admin.gsc.GridServiceContainers
-
- getElasticMachineProvisioning() - Method in class org.openspaces.grid.gsm.machines.plugins.NonBlockingElasticMachineProvisioningAdapter
-
- getElasticMachineProvisioningConfig() - Method in class org.openspaces.admin.pu.elastic.topology.DedicatedMachineProvisioningInternal
-
- getElasticMachineProvisioningConfig() - Method in class org.openspaces.admin.pu.elastic.topology.SharedMachineProvisioningInternal
-
- getElasticMachineProvisioningFailure() - Method in interface org.openspaces.admin.machine.Machines
-
- getElasticMachineProvisioningOrNull() - Method in class org.openspaces.grid.gsm.strategy.AbstractScaleStrategyBean
-
- getElasticMachineProvisioningProgressChanged() - Method in interface org.openspaces.admin.machine.Machines
-
- getElasticProperties() - Method in class org.openspaces.admin.pu.config.ProcessingUnitConfig
-
- getElasticProperties() - Method in class org.openspaces.admin.pu.ProcessingUnitDeployment
-
Deprecated.
- getElasticProperties() - Method in class org.openspaces.grid.esm.ESMImpl.PendingElasticPropertiesUpdate
-
- getElasticServiceManager() - Method in interface org.openspaces.admin.vm.VirtualMachine
-
Returns the elastic service manager started within this virtual machine.
- getElasticServiceManagerAdded() - Method in interface org.openspaces.admin.esm.ElasticServiceManagers
-
- getElasticServiceManagerRemoved() - Method in interface org.openspaces.admin.esm.ElasticServiceManagers
-
- getElasticServiceManagers() - Method in interface org.openspaces.admin.Admin
-
Returns the elastic service managers discovered.
- getElasticServiceManagers() - Method in interface org.openspaces.admin.gsa.GridServiceAgent
-
- getElasticServiceManagers() - Method in interface org.openspaces.admin.machine.Machine
-
Returns the elastic service managers running on the machine.
- getElasticServiceManagers() - Method in interface org.openspaces.admin.zone.Zone
-
Returns the elastic service managers running within the zone.
- getEmbeddedSpaceDetails() - Method in interface org.openspaces.admin.pu.ProcessingUnitInstance
-
Returns the embedded space service details as described by the service started within the processing unit.
- getEmbeddedSpacesDetails() - Method in interface org.openspaces.admin.pu.ProcessingUnitInstance
-
Returns the embedded space service details as described by the service started within the processing unit.
- getEnabledBean(String) - Method in interface org.openspaces.core.bean.BeanServer
-
- getEnabledBean(String) - Method in class org.openspaces.core.bean.DefaultBeanServer
-
- getEnabledBean() - Method in class org.openspaces.grid.gsm.ScaleBeanServer
-
- getEnabledBeansAssignableTo(Class<?>[]) - Method in interface org.openspaces.core.bean.BeanServer
-
- getEnabledBeansAssignableTo(Class<?>[]) - Method in class org.openspaces.core.bean.DefaultBeanServer
-
- getEnabledBeansClassNames() - Method in interface org.openspaces.admin.bean.BeanConfigPropertiesManager
-
Lists the class names of enabled beans.
- getEnabledBeansClassNames() - Method in class org.openspaces.core.bean.DefaultBeanServer
-
- getEnabledBeansClassNamesAssignableTo(Class<?>[]) - Method in interface org.openspaces.core.bean.BeanServer
-
- getEnabledBeansClassNamesAssignableTo(Class<?>[]) - Method in class org.openspaces.core.bean.DefaultBeanServer
-
- getEndpoint(String) - Method in class org.openspaces.persistency.patterns.SpaceSynchronizationEndpointSplitter
-
- getEntityManagerFactoryInterface() - Method in class org.openspaces.jpa.OpenSpacesJpaVendorAdapter
-
- getEntityManagerInterface() - Method in class org.openspaces.jpa.OpenSpacesJpaVendorAdapter
-
- getEntries() - Method in class com.gigaspaces.log.CompoundLogEntries
-
- getEntries() - Method in class com.gigaspaces.log.LogEntries
-
The list of log entries.
- getEntries() - Method in exception net.jini.entry.UnusableEntriesException
-
Returns a
Collection
of the entries that could be
unmarshalled by the operation.
- GetEntriesTask() - Constructor for class com.sun.jini.tool.envcheck.plugins.CheckPersistence.GetEntriesTask
-
- getEntry(IJSpace) - Method in class com.j_spaces.core.client.ExternalEntry
-
Deprecated.
- getEntry(String, String, Class) - Method in class net.jini.config.AbstractConfiguration
-
Returns an object of the specified type created using the information in
the entry matching the specified component and name, which must be
found, and supplying no data.
- getEntry(String, String, Class, Object) - Method in class net.jini.config.AbstractConfiguration
-
Returns an object of the specified type created using the information in
the entry matching the specified component and name, and supplying no
data, returning the default value if no matching entry is found and the
default value is not
Configuration.NO_DEFAULT
.
- getEntry(String, String, Class, Object, Object) - Method in class net.jini.config.AbstractConfiguration
-
Returns an object of the specified type created using the information in
the entry matching the specified component and name, and using the
specified data (unless it is
Configuration.NO_DATA
), returning the default
value if no matching entry is found and the default value is not
Configuration.NO_DEFAULT
.
- getEntry(String, String, Class) - Method in class net.jini.config.AggregateConfig
-
- getEntry(String, String, Class, Object) - Method in class net.jini.config.AggregateConfig
-
- getEntry(String, String, Class, Object, Object) - Method in class net.jini.config.AggregateConfig
-
- getEntry(String, String, Class) - Method in interface net.jini.config.Configuration
-
Returns an object of the specified type created using the information in
the entry matching the specified component and name, which must be
found, and supplying no data.
- getEntry(String, String, Class, Object) - Method in interface net.jini.config.Configuration
-
Returns an object of the specified type created using the information in
the entry matching the specified component and name, and supplying no
data, returning the default value if no matching entry is found and the
default value is not
Configuration.NO_DEFAULT
.
- getEntry(String, String, Class, Object, Object) - Method in interface net.jini.config.Configuration
-
Returns an object of the specified type created using the information in
the entry matching the specified component and name, and using the
specified data (unless it is
Configuration.NO_DATA
), returning the default
value if no matching entry is found and the default value is not
Configuration.NO_DEFAULT
.
- getEntry() - Method in class net.jini.space.AvailabilityEvent
-
Returns a copy of the
Entry
whose transition
triggered this event.
- getEntryClasses(Template) - Method in class com.sun.jini.reggie.GigaRegistrar
-
- getEntryClasses(Template) - Method in interface com.sun.jini.reggie.Registrar
-
Looks at all service items that match the specified template, finds
every entry (among those service items) that either doesn't match any
entry templates or is a subclass of at least one matching entry
template, and returns the set of the (most specific) classes of those
entries.
- getEntryClasses(ServiceTemplate) - Method in interface net.jini.core.lookup.ServiceRegistrar
-
Looks at all service items that match the specified template, finds
every entry (among those service items) that either doesn't match any
entry templates or is a subclass of at least one matching entry
template, and returns the set of the (most specific) classes of those
entries.
- getEntryInternal(String, String, Class, Object) - Method in class net.jini.config.AbstractConfiguration
-
Returns an object created using the information in the entry matching
the specified component and name, and the specified data, for the
requested type.
- getEntryInternal(String, String, Class, Object) - Method in class net.jini.config.ConfigurationFile
-
Returns an object created using the information in the entry matching
the specified component and name, and the specified data, for the
requested type.
- getEntryInternal(String, String, Class, Object) - Method in class net.jini.config.EmptyConfiguration
-
Always throws an exception -- this configuration contains no entries.
- getEntryInternal(String, String, Class, Object) - Method in class net.jini.config.PlainConfiguration
-
- getEntryNames() - Method in class net.jini.config.ConfigurationFile
-
Returns a set containing the fully qualified names of all non-private
entries defined for this instance.
- getEntryPacket() - Method in class com.j_spaces.core.client.EntryArrivedRemoteEvent
-
Returns an internal GigaSpaces structure to send/receive entries from the space.
- getEntryType(String, String) - Method in class net.jini.config.ConfigurationFile
-
Returns the static type of the expression specified for the entry with
the specified component and name.
- getEntryUid() - Method in class com.gigaspaces.query.aggregators.SpaceEntriesAggregatorContext
-
- getEnvironmentVariables() - Method in interface org.openspaces.admin.vm.VirtualMachineDetails
-
- getError() - Method in class com.gigaspaces.cluster.replication.gateway.conflict.GeneralConflictCause
-
Returns the error that causes this conflict.
- getError() - Method in class org.openspaces.core.ReadByIdsException.ReadByIdResult
-
- getError() - Method in class org.openspaces.core.TakeByIdsException.TakeByIdResult
-
- getErrorCount() - Static method in class com.sun.jini.tool.envcheck.Reporter
-
Get the total number of error records that were generated.
- getErrorHandlingConfiguration() - Method in class org.openspaces.core.gateway.GatewaySinkFactoryBean
-
Gets the error handling configuration instance defined for the Sink component.
- getErrors() - Method in exception com.gigaspaces.client.ChangeException
-
Return any general errors occurred which are not associated to a specific entry that were being changed.
- getErrors() - Method in exception org.openspaces.core.ChangeException
-
Returns the failed changes.
- getEventContainer(String) - Method in class org.openspaces.events.support.EventContainersBus
-
- getEventContainerDetails() - Method in interface org.openspaces.admin.pu.ProcessingUnitInstance
-
- getEventContainers() - Method in interface org.openspaces.admin.pu.ProcessingUnitInstanceStatistics
-
Returns all the different event containers monitors keyed by the service id.
- getEventContainers() - Method in class org.openspaces.events.support.EventContainersBus
-
- getEventDetails() - Method in class org.openspaces.events.EventContainerServiceMonitors
-
- getEventListener() - Method in class org.openspaces.events.AbstractEventListenerContainer
-
- getEventListenerClass() - Method in class org.openspaces.events.AbstractEventListenerContainer
-
- getEventListenerContainerType() - Method in class org.openspaces.events.AbstractEventListenerContainer
-
- getEventListenerContainerType() - Method in class org.openspaces.events.asyncpolling.SimpleAsyncPollingEventListenerContainer
-
- getEventListenerContainerType() - Method in class org.openspaces.events.notify.SimpleNotifyEventListenerContainer
-
- getEventListenerContainerType() - Method in class org.openspaces.events.polling.SimplePollingEventListenerContainer
-
- getEventListenersCount() - Method in interface org.openspaces.admin.Admin
-
Returns number of registered event listeners.
- getEventRegistration() - Method in interface net.jini.discovery.LookupDiscoveryRegistration
-
Returns an EventRegistration object that encapsulates the information
needed by the client to identify a notification sent by the lookup
discovery service to the registration's listener.
- getEvents() - Method in class com.gigaspaces.events.batching.BatchRemoteEvent
-
- getEvents() - Method in class org.openspaces.grid.gsm.strategy.ElasticScaleStrategyEvents
-
- getEventSessionConfig() - Method in class com.gigaspaces.client.iterator.GSIteratorConfig
-
Gets the iterator's event session configuration.
- getEvictionConfig() - Method in class com.gigaspaces.server.eviction.SpaceEvictionStrategy
-
Returns the eviction configuration provided during initialization.
- getEvictionManager() - Method in class com.gigaspaces.server.eviction.SpaceEvictionStrategy
-
Returns the eviction manager provided during initialization.
- getEvictionPayLoad() - Method in interface com.gigaspaces.server.eviction.EvictableServerEntry
-
in order to avoid searching the eviction handler data structures when an
existing entry is rendered to it by the space cache manager, the eviction-handler
may store a payload to the entry in it data structure and retrieve it later
- getEvictionStrategy() - Method in class org.openspaces.core.map.LocalCacheSupport
-
Sets the eviction strategy for the local cache.
- getExactZones() - Method in interface org.openspaces.admin.gsa.GridServiceAgent
-
- getExactZones() - Method in interface org.openspaces.admin.gsc.GridServiceContainer
-
- getException() - Method in interface com.gigaspaces.async.AsyncResult
-
In case of an async invocation failure, returns the exception causing it.
- getException() - Method in class com.gigaspaces.security.audit.AuditLogRecord
-
- getException() - Method in class net.jini.lease.LeaseRenewalEvent
-
Returns the exception (if any) that caused the event to be sent.
- getException() - Method in interface org.openspaces.core.PollingFuture
-
- getException() - Method in class org.openspaces.pu.container.standalone.StandaloneContainerRunnable
-
- getException() - Method in class org.openspaces.remoting.EventDrivenSpaceRemotingEntry
-
Deprecated.
- getException() - Method in exception org.openspaces.remoting.ExecutorRemotingTask.InternalExecutorException
-
- getException() - Method in interface org.openspaces.remoting.SpaceRemotingResult
-
An exception that occured during the remote invocation.
- getExceptionHandler() - Method in class org.openspaces.events.AbstractEventListenerContainer
-
- getExceptions() - Method in exception net.jini.discovery.LookupUnmarshalException
-
Accessor method that returns an array consisting of instances of
Throwable
, where each element of the array corresponds
to one of the exceptions that occurred during the unmarshalling
process.
- getExceptions() - Method in exception net.jini.lease.LeaseUnmarshalException
-
Accessor method that returns an array consisting of instances of
Throwable
, where each element of the array
corresponds to one of the exceptions that occurred during the
unmarshalling process.
- getExceptionTranslator() - Method in class org.openspaces.core.DefaultGigaSpace
-
- getExceptionTranslator() - Method in interface org.openspaces.core.GigaSpace
-
Returns the exception translator associated with this GigaSpace instance.
- getExecuteCount() - Method in interface org.openspaces.admin.space.SpaceInstanceStatistics
-
- getExecuteCount() - Method in interface org.openspaces.admin.space.SpaceStatistics
-
- getExecuteOnAllResult() - Method in class org.openspaces.pu.service.InvocationResult
-
- getExecuteOnceResult() - Method in class org.openspaces.pu.service.InvocationResult
-
- getExecutePerSecond() - Method in interface org.openspaces.admin.space.SpaceInstanceStatistics
-
- getExecutePerSecond() - Method in interface org.openspaces.admin.space.SpaceStatistics
-
- getExistingNumberOfInstances() - Method in class org.openspaces.admin.pu.elastic.events.ElasticStatelessReachedMaximumNumberOfInstancesEvent
-
- getExpiration() - Method in class com.j_spaces.core.client.GSIterator
-
Returns the absolute time that the lease will expire, represented as
milliseconds from the beginning of the epoch, relative to the local clock.
- getExpiration() - Method in interface com.sun.jini.landlord.LeasedResource
-
Returns the expiration time of the lease.
- getExpiration() - Method in class com.sun.jini.lease.AbstractLease
-
Return the lease expiration.
- getExpiration() - Method in interface net.jini.core.lease.Lease
-
Returns a long
that indicates the time that the
lease will expire.
- getExpiration() - Method in class net.jini.lease.LeaseRenewalEvent
-
Returns the desired expiration time of the lease to which event
pertains.
- getExpiration(Lease) - Method in class net.jini.lease.LeaseRenewalManager
-
Returns the current desired expiration time associated with a
particular lease, (not the actual expiration that was granted
when the lease was created or last renewed).
- getExpirationTime() - Method in interface com.gigaspaces.server.ServerEntry
-
Gets the entry expiration time.
- getExpire() - Method in class org.openspaces.memcached.LocalCacheElement
-
- getExplanation() - Method in class com.sun.jini.tool.envcheck.Reporter.Message
-
Returns the explanation text.
- getExportCodebase() - Method in class com.sun.jini.start.NonActivatableServiceDescriptor
-
Codebase accessor method.
- getExpression() - Method in class com.gigaspaces.security.authorities.SpaceAuthority.ClassFilter
-
- getExpression() - Method in interface com.gigaspaces.security.authorities.SpaceAuthority.Filter
-
The wildcard expression representing this filter.
- getExpression() - Method in class com.gigaspaces.security.authorities.SpaceAuthority.PackageFilter
-
- getExpression() - Method in class com.gigaspaces.security.authorities.SpaceAuthority.RegexFilter
-
- getExpressionFactory(ClassMetaData) - Method in class org.openspaces.jpa.openjpa.StoreManagerQuery
-
Return an ExpressionFactory
to use to create an expression to
be executed against an extent.
- getExtendedMatchCode(int) - Method in class com.j_spaces.core.client.ExternalEntry
-
Deprecated.
Get extended match code at specified index
- getExtendedMatchCodes() - Method in class com.j_spaces.core.client.ExternalEntry
-
Deprecated.
Matching codes array.
- getExternalApi(String) - Method in interface org.openspaces.grid.gsm.machines.plugins.ElasticMachineProvisioning
-
Returns external API according to name.
- getFactory(IJSpace) - Static method in class com.gigaspaces.events.EventSessionFactory
-
Deprecated.
Retrieves the EventSessionFactory according to the space.
- getFactory() - Method in class org.openspaces.core.space.InternalSpaceFactory
-
- getFactory(String) - Static method in class org.openspaces.persistency.hibernate.SessionFactoryBuilder
-
Deprecated.
Create and configure new hibernate session factory
- getFailed() - Method in class org.openspaces.remoting.RemotingServiceMonitors
-
- getFailed() - Method in class org.openspaces.remoting.RemotingServiceMonitors.RemoteServiceStats
-
- getFailedChanges() - Method in exception com.gigaspaces.client.ChangeException
-
Returns the failed changes.
- getFailedChanges() - Method in exception org.openspaces.core.ChangeException
-
Returns the entries that failed to change result.
- getFailedEvents() - Method in class org.openspaces.events.AbstractEventListenerContainer
-
- getFailedEvents() - Method in class org.openspaces.events.EventContainerServiceMonitors
-
- getFailedGridServiceAgent() - Method in interface org.openspaces.grid.gsm.machines.FutureGridServiceAgent
-
- getFailedOperationCount() - Method in interface com.gigaspaces.cluster.replication.async.mirror.MirrorOperationStatistics
-
Returns the count of operations that failed on the mirror
- getFailedOperationCount() - Method in interface com.gigaspaces.cluster.replication.statistics.IReplicationInOperation
-
Returns the count of operations that failed on target
- getFailedOperationCount() - Method in class org.openspaces.admin.alert.alerts.MirrorPersistenceFailureAlert
-
The failed operation count reported by the Mirror.
- getFailureCause() - Method in interface org.openspaces.admin.gateway.BootstrapResult
-
Returns the failure cause for the bootstrap or null
if the bootstrap succeeded.
- getFailureDescription() - Method in interface org.openspaces.admin.pu.elastic.events.ElasticProcessingUnitFailureEvent
-
- getFailureMessage() - Method in interface org.openspaces.grid.gsm.rebalancing.FutureStatefulProcessingUnitInstance
-
- getFailureMessage() - Method in interface org.openspaces.grid.gsm.rebalancing.FutureStatelessProcessingUnitInstance
-
- getFailureReason() - Method in class org.openspaces.admin.pu.events.ProcessingUnitInstanceProvisionFailure
-
- getFetchSize() - Method in class org.openspaces.persistency.hibernate.AbstractHibernateExternalDataSource
-
Deprecated.
Returns the fetch size that will be used when working with scrollable results.
- getFetchSize() - Method in class org.openspaces.persistency.hibernate.AbstractHibernateSpaceDataSource
-
- getFieldPosition(String) - Method in class com.j_spaces.core.client.ExternalEntry
-
Deprecated.
- getFieldPosition(String) - Method in interface com.j_spaces.core.IGSEntry
-
- getFields(Class) - Static method in class com.sun.jini.reggie.ClassMapper
-
Returns public fields, in super to subclass order, sorted
alphabetically within a given class.
- getFieldsNames() - Method in class com.j_spaces.core.client.BasicTypeInfo
-
Deprecated.
Returns Entry Class Fields Names array.
- getFieldsNames() - Method in class com.j_spaces.core.client.ExternalEntry
-
Deprecated.
Entry fields names.
- getFieldsNames() - Method in interface com.j_spaces.core.IGSEntry
-
Entry fields names.
- getFieldsNamesChecksum() - Method in class com.j_spaces.core.client.BasicTypeInfo
-
Deprecated.
- getFieldsTypes() - Method in class com.j_spaces.core.client.BasicTypeInfo
-
Deprecated.
Returns Entry Class Fields Types array.
- getFieldsTypes() - Method in class com.j_spaces.core.client.ExternalEntry
-
Deprecated.
Entry Fields Types.
- getFieldsTypes() - Method in interface com.j_spaces.core.IGSEntry
-
Entry Fields Types.
- getFieldsTypesChecksum() - Method in class com.j_spaces.core.client.BasicTypeInfo
-
Deprecated.
- getFieldsValues() - Method in class com.j_spaces.core.client.ExternalEntry
-
Deprecated.
Entry field Values.
- getFieldsValues() - Method in interface com.j_spaces.core.IGSEntry
-
Entry field Values.
- getFieldType(String) - Method in class com.j_spaces.core.client.ExternalEntry
-
Deprecated.
Retries the given field its type class name.
- getFieldType(String) - Method in interface com.j_spaces.core.IGSEntry
-
Retries the given field its type class name.
- getFieldValue(String) - Method in class com.j_spaces.core.client.ExternalEntry
-
Deprecated.
Retrieves the given field value.
- getFieldValue(int) - Method in class com.j_spaces.core.client.ExternalEntry
-
Deprecated.
Retrieves the given field value by position.
- getFieldValue(String) - Method in interface com.j_spaces.core.IGSEntry
-
Retrieves the given field value.
- getFieldValue(int) - Method in interface com.j_spaces.core.IGSEntry
-
Retrieves the given field value by position.
- getFieldValues(Template, int, int) - Method in class com.sun.jini.reggie.GigaRegistrar
-
- getFieldValues(Template, int, int) - Method in interface com.sun.jini.reggie.Registrar
-
Looks at all service items that match the specified template, finds
every entry (among those service items) that matches
tmpl.attributeSetTemplates[setIndex], and returns the set of values
of the specified field of those entries.
- getFieldValues(ServiceTemplate, int, String) - Method in interface net.jini.core.lookup.ServiceRegistrar
-
Looks at all service items that match the specified template, finds
every entry (among those service items) that matches
tmpl.attributeSetTemplates[setIndex], and returns the set of values
of the specified field of those entries.
- getFifoGroupingIndexesPaths() - Method in interface com.gigaspaces.metadata.SpaceTypeDescriptor
-
Gets the fifo grouping indexes
- getFifoGroupingIndexesPaths() - Method in class org.openspaces.core.config.GigaSpaceDocumentTypeDescriptorFactoryBean
-
- getFifoGroupingPropertyPath() - Method in interface com.gigaspaces.metadata.SpaceTypeDescriptor
-
Gets the fifo grouping property
- getFifoGroupingPropertyPath() - Method in class org.openspaces.core.config.GigaSpaceDocumentTypeDescriptorFactoryBean
-
- getFifoSupport() - Method in interface com.gigaspaces.metadata.SpaceTypeDescriptor
-
Gets the type's FIFO support.
- getFile() - Method in class org.openspaces.pu.container.support.WebsterResoruce
-
- getFileList() - Method in class com.sun.jini.system.FileObserver
-
Get the complete list of found files.
- getFiles() - Method in class com.sun.jini.tool.ClassDep
-
If true classnames will be separated using
File.separator, else it will use dots.
- getFiles(File) - Method in class org.openspaces.pu.container.servicegrid.deploy.HTTPFileSystemView
-
- getFileTimeList() - Method in class com.sun.jini.system.FileObserver
-
Get the time stamps of the found files.
- getFilter() - Method in class com.gigaspaces.security.audit.AuditLogRecord
-
- getFilter() - Method in class com.gigaspaces.security.authorities.SpaceAuthority
-
- getFilter() - Method in class org.openspaces.core.executor.support.AbstractDelegatingDistributedTask
-
- getFilter() - Method in class org.openspaces.core.space.filter.AbstractFilterProviderFactoryBean
-
- getFilterClassName() - Method in exception com.j_spaces.core.cluster.ReplicationFilterException
-
Gets the replication filter implementation class name.
- getFilterProvider() - Method in class org.openspaces.core.space.filter.AbstractFilterProviderFactoryBean
-
- getFilterProvider() - Method in interface org.openspaces.core.space.filter.FilterProviderFactory
-
Returns a FilterProvider
.
- getFilterProvider() - Method in class org.openspaces.core.space.filter.replication.AbstractReplicationFilterProviderFactory
-
- getFilterProvider() - Method in interface org.openspaces.core.space.filter.replication.ReplicationFilterProviderFactory
-
- getFinalResult(List<SpaceEntriesAggregator>, RawEntryConverter) - Static method in class com.gigaspaces.query.aggregators.AggregationInternalUtils
-
- getFinalResult() - Method in class com.gigaspaces.query.aggregators.AverageAggregator
-
- getFinalResult() - Method in class com.gigaspaces.query.aggregators.DistinctAggregator
-
- getFinalResult() - Method in class com.gigaspaces.query.aggregators.GroupByAggregator
-
- getFinalResult() - Method in class com.gigaspaces.query.aggregators.ListEntriesAggregator
-
- getFinalResult() - Method in class com.gigaspaces.query.aggregators.MaxEntryAggregator
-
- getFinalResult() - Method in class com.gigaspaces.query.aggregators.MinEntryAggregator
-
- getFinalResult() - Method in class com.gigaspaces.query.aggregators.OrderByAggregator
-
- getFinalResult() - Method in class com.gigaspaces.query.aggregators.SpaceEntriesAggregator
-
- getFinalResult() - Method in class com.gigaspaces.query.aggregators.SumAggregator
-
- getFinderURL() - Method in interface com.j_spaces.core.IJSpace
-
Returns the
SpaceURL
object which was used as the argument for
SpaceFinder.find(SpaceURL)
while looking for the space.
- getFirstKeyInRedoLog() - Method in class com.j_spaces.core.filters.ReplicationStatistics.OutgoingReplication
-
- getFixedProperties() - Method in class org.openspaces.core.config.GigaSpaceDocumentTypeDescriptorFactoryBean
-
- getFixedProperty(int) - Method in interface com.gigaspaces.metadata.SpaceTypeDescriptor
-
Gets a fixed property by its position.
- getFixedProperty(String) - Method in interface com.gigaspaces.metadata.SpaceTypeDescriptor
-
Gets a fixed property by its name.
- getFixedPropertyPosition(String) - Method in interface com.gigaspaces.metadata.SpaceTypeDescriptor
-
Gets the position of a fixed property by the specified property name.
- getFixedPropertyValue(int) - Method in interface com.gigaspaces.server.ServerEntry
-
Gets the specified fixed property's value.
- getFlags() - Method in class org.openspaces.memcached.LocalCacheElement
-
- getFlags() - Method in class org.openspaces.memcached.MemcachedEntry
-
- getFloat(int) - Method in class com.gigaspaces.query.CompoundResult
-
- getFloat(String) - Method in class com.gigaspaces.query.CompoundResult
-
- getFloatEntry(Configuration, String, String, float, float, float) - Static method in class com.sun.jini.config.Config
-
Obtains a
float
that falls within the given inclusive
range from the specified
Configuration
using the specified
component and entry names.
- getFloor() - Method in class net.jini.lookup.entry.LocationBean
-
Return the value of the floor field in the Location object linked to by
this JavaBeans component.
- getFormatName() - Method in interface com.sun.jini.discovery.DiscoveryFormatProvider
-
Returns the name of the format implemented by this provider.
- getFormatName() - Method in class com.sun.jini.discovery.internal.BaseProvider
-
- getFormatName() - Method in class com.sun.jini.discovery.plaintext.Client
-
- getFormatName() - Method in class com.sun.jini.discovery.plaintext.Server
-
- getFreePhysicalMemorySizeInBytes() - Method in interface org.openspaces.admin.os.OperatingSystemsStatistics
-
- getFreePhysicalMemorySizeInBytes() - Method in interface org.openspaces.admin.os.OperatingSystemStatistics
-
- getFreePhysicalMemorySizeInGB() - Method in interface org.openspaces.admin.os.OperatingSystemsStatistics
-
- getFreePhysicalMemorySizeInGB() - Method in interface org.openspaces.admin.os.OperatingSystemStatistics
-
- getFreePhysicalMemorySizeInMB() - Method in interface org.openspaces.admin.os.OperatingSystemsStatistics
-
- getFreePhysicalMemorySizeInMB() - Method in interface org.openspaces.admin.os.OperatingSystemStatistics
-
- getFreeSwapSpaceSizeInBytes() - Method in interface org.openspaces.admin.os.OperatingSystemsStatistics
-
- getFreeSwapSpaceSizeInBytes() - Method in interface org.openspaces.admin.os.OperatingSystemStatistics
-
- getFreeSwapSpaceSizeInGB() - Method in interface org.openspaces.admin.os.OperatingSystemsStatistics
-
- getFreeSwapSpaceSizeInGB() - Method in interface org.openspaces.admin.os.OperatingSystemStatistics
-
- getFreeSwapSpaceSizeInMB() - Method in interface org.openspaces.admin.os.OperatingSystemsStatistics
-
- getFreeSwapSpaceSizeInMB() - Method in interface org.openspaces.admin.os.OperatingSystemStatistics
-
- getFrom(ServiceRegistrar) - Method in class net.jini.discovery.LookupDiscoveryManager
-
Return where the proxy come from.
- getFromQuery() - Method in class com.j_spaces.core.client.SQLQuery
-
Returns a string representation of this SQLQuery, in the form of:
FROM table name WHERE query expression
- getFullSpaceName() - Method in class com.j_spaces.core.admin.SpaceConfig
-
- getFutureAgents(MachinesSlaEnforcementState.StateKey) - Method in class org.openspaces.grid.gsm.machines.MachinesSlaEnforcementState
-
- getFutureCapacity() - Method in interface org.openspaces.grid.gsm.machines.FutureGridServiceAgent
-
- getGateway() - Method in interface org.openspaces.admin.gateway.GatewayProcessingUnit
-
Returns the
Gateway
this gateway processing unit belongs to.
- getGateway(String) - Method in interface org.openspaces.admin.gateway.Gateways
-
Returns the
Gateway
for the given gateway name.
- getGatewayAdded() - Method in interface org.openspaces.admin.gateway.Gateways
-
- getGatewayComponentTypeName() - Method in class org.openspaces.core.gateway.AbstractGatewayComponentFactoryBean
-
- getGatewayComponentTypeName() - Method in class org.openspaces.core.gateway.GatewayDelegatorFactoryBean
-
- getGatewayComponentTypeName() - Method in class org.openspaces.core.gateway.GatewaySinkFactoryBean
-
- getGatewayDelegations() - Method in class org.openspaces.core.gateway.GatewayDelegatorFactoryBean
-
- getGatewayLookups() - Method in class org.openspaces.core.gateway.AbstractGatewayComponentFactoryBean
-
- getGatewayLookups() - Method in class org.openspaces.core.gateway.GatewayLookupsFactoryBean
-
- getGatewayName() - Method in class org.openspaces.core.gateway.GatewayLookup
-
- getGatewayProcessingUnit(String) - Method in interface org.openspaces.admin.gateway.Gateway
-
Returns the gateway processing unit for the given processing unit name.
- getGatewayProcessingUnit() - Method in interface org.openspaces.admin.gateway.GatewayDelegator
-
Returns the gateway this sink is part of.
- getGatewayProcessingUnit(String) - Method in interface org.openspaces.admin.gateway.GatewayProcessingUnits
-
- getGatewayProcessingUnit() - Method in interface org.openspaces.admin.gateway.GatewaySink
-
Returns the gateway this sink is part of.
- getGatewayProcessingUnitAdded() - Method in interface org.openspaces.admin.gateway.GatewayProcessingUnits
-
- getGatewayProcessingUnitRemoved() - Method in interface org.openspaces.admin.gateway.GatewayProcessingUnits
-
- getGatewayProcessingUnits() - Method in interface org.openspaces.admin.Admin
-
Returns the Gateway Processing Units discovered.
- getGatewayProcessingUnits() - Method in interface org.openspaces.admin.gateway.Gateway
-
- getGatewayProcessingUnits() - Method in interface org.openspaces.admin.gateway.GatewayProcessingUnits
-
- getGatewayRemoved() - Method in interface org.openspaces.admin.gateway.Gateways
-
- getGateways() - Method in interface org.openspaces.admin.Admin
-
Returns the gateways discovered.
- getGateways() - Method in interface org.openspaces.admin.gateway.Gateways
-
Returns all the currently discovered gateways.
- getGatewaySourceNames() - Method in class org.openspaces.core.gateway.GatewaySinkServiceDetails
-
- getGatewaySources() - Method in class org.openspaces.core.gateway.GatewaySinkFactoryBean
-
- getGatewaysPolicy() - Method in class com.j_spaces.core.cluster.ReplicationPolicy
-
- getGatewayTargets() - Method in class org.openspaces.core.gateway.GatewayTargetsFactoryBean
-
- getGcCollectionCount() - Method in interface org.openspaces.admin.vm.VirtualMachinesStatistics
-
- getGcCollectionCount() - Method in interface org.openspaces.admin.vm.VirtualMachineStatistics
-
Returns the total number of times GC was invoked for this virtual machine
- getGcCollectionPerc() - Method in interface org.openspaces.admin.vm.VirtualMachinesStatistics
-
The percentage of the gc collection time between the current sampled statistics
and the previous one.
- getGcCollectionPerc() - Method in interface org.openspaces.admin.vm.VirtualMachineStatistics
-
The percentage of the gc collection time between the current sampled statistics
and the previous one.
- getGcCollectionTime() - Method in interface org.openspaces.admin.vm.VirtualMachinesStatistics
-
- getGcCollectionTime() - Method in interface org.openspaces.admin.vm.VirtualMachineStatistics
-
Returns the total time in milliseconds that this virtual machine spent doing GC
- getGcDuration() - Method in class org.openspaces.admin.alert.alerts.GarbageCollectionAlert
-
The period of time the JVM has spent on GC which triggered the alert.
- getGetCmds() - Method in class org.openspaces.memcached.MemcachedServiceMonitors
-
- getGetCmds() - Method in class org.openspaces.memcached.SpaceCache
-
- getGetHits() - Method in class org.openspaces.memcached.MemcachedServiceMonitors
-
- getGetHits() - Method in class org.openspaces.memcached.SpaceCache
-
- getGetMisses() - Method in class org.openspaces.memcached.MemcachedServiceMonitors
-
- getGetMisses() - Method in class org.openspaces.memcached.SpaceCache
-
- getGigaSpace() - Method in interface org.openspaces.admin.space.Space
-
Returns the clustered view of the space to operate on.
- getGigaSpace() - Method in interface org.openspaces.admin.space.SpaceInstance
-
Returns the direct proxy to the actual space instance.
- getGigaSpace() - Method in class org.openspaces.events.AbstractEventListenerContainer
-
Returns the GigaSpace instance to be used for Space operations.
- getGigaSpace() - Method in class org.openspaces.events.EventContainerServiceDetails
-
- getGlobalPolicy() - Static method in class com.sun.jini.start.NonActivatableServiceDescriptor
-
- getGrantedAuthorities() - Method in class com.gigaspaces.security.Authentication
-
The underlying user details authorities, parsed into a queriable form.
- getGrants(Class, Principal[]) - Method in class com.sun.jini.start.AggregatePolicyProvider
-
If the currently active sub-policy supports dynamic permission grants,
delegates to the corresponding getGrants
method of the
currently active sub-policy to return a new array containing the set of
permissions dynamically granted to protection domains which are
associated with the class loader of the given class and possess at least
the given set of principals.
- getGrants(Class, Principal[]) - Method in class com.sun.jini.start.LoaderSplitPolicyProvider
-
If both underlying policy providers support dynamic grants, delegates to
the getGrants
method of the underlying policy associated
with the loader of the given class (the loader-specific policy if the
class loader is null
, the same as or a child of the loader
specified in the constructor for this instance, or the default loader
otherwise).
- getGrants(Class, Principal[]) - Method in interface net.jini.security.policy.DynamicPolicy
-
If this security policy provider supports dynamic permission grants,
returns a new array containing the cumulative set of permissions
dynamically granted to protection domains (including ones not yet
created) that are associated with the class loader of the given class
and possess at least the given set of principals.
- getGrants(Class, Principal[]) - Method in class net.jini.security.policy.DynamicPolicyProvider
-
- getGridComponentByUID(String) - Method in interface org.openspaces.admin.Admin
-
Returns the Grid Component represented by this UID; e.g.
- getGridServiceAgent() - Method in interface org.openspaces.admin.AgentGridComponent
-
- getGridServiceAgent() - Method in interface org.openspaces.admin.machine.Machine
-
Returns the first grid service agent.
- getGridServiceAgent() - Method in interface org.openspaces.admin.vm.VirtualMachine
-
Returns the grid service agent started within this virtual machine.
- getGridServiceAgent() - Method in interface org.openspaces.grid.gsm.containers.FutureGridServiceContainer
-
- getGridServiceAgent() - Method in interface org.openspaces.grid.gsm.machines.FutureStoppedMachine
-
- getGridServiceAgentAdded() - Method in interface org.openspaces.admin.gsa.GridServiceAgents
-
- getGridServiceAgentRemoved() - Method in interface org.openspaces.admin.gsa.GridServiceAgents
-
- getGridServiceAgents() - Method in interface org.openspaces.admin.Admin
-
Returns the grid service agents discovered.
- getGridServiceAgents() - Method in interface org.openspaces.admin.machine.Machine
-
Returns the grid service agents running on the machine.
- getGridServiceAgents() - Method in interface org.openspaces.admin.zone.Zone
-
Returns the grid service agents running within the zone.
- getGridServiceAgentsZones() - Method in interface org.openspaces.grid.gsm.machines.MachinesSlaEnforcementEndpoint
-
- getGridServiceAgentsZones(ProcessingUnit) - Method in class org.openspaces.grid.gsm.machines.MachinesSlaEnforcementState
-
- getGridServiceAgentZones() - Method in class org.openspaces.admin.pu.elastic.config.DiscoveredMachineProvisioningConfig
-
- getGridServiceAgentZones() - Method in interface org.openspaces.admin.pu.elastic.ElasticMachineProvisioningConfig
-
Gets the list of zones that can be discovered and started by this machine provisioning.
- getGridServiceAgentZones() - Method in interface org.openspaces.admin.pu.elastic.events.ElasticProcessingUnitEvent
-
- getGridServiceAgentZones() - Method in interface org.openspaces.admin.pu.elastic.events.ElasticProcessingUnitFailureEvent
-
- getGridServiceAgentZones() - Method in class org.openspaces.grid.gsm.machines.AbstractMachinesSlaPolicy
-
- getGridServiceContainer() - Method in class org.openspaces.admin.pu.events.ProcessingUnitInstanceProvisionFailure
-
- getGridServiceContainer() - Method in class org.openspaces.admin.pu.events.ProcessingUnitInstanceProvisionStatusChangedEvent
-
- getGridServiceContainer() - Method in interface org.openspaces.admin.pu.ProcessingUnitInstance
-
- getGridServiceContainer() - Method in interface org.openspaces.admin.vm.VirtualMachine
-
Returns the grid service container started within this virtual machine.
- getGridServiceContainerAdded() - Method in interface org.openspaces.admin.gsc.GridServiceContainers
-
- getGridServiceContainerConfig() - Method in interface org.openspaces.grid.gsm.containers.FutureGridServiceContainer
-
- getGridServiceContainerConfig() - Method in class org.openspaces.grid.gsm.strategy.AbstractCapacityScaleStrategyBean
-
- getGridServiceContainerRemoved() - Method in interface org.openspaces.admin.gsc.GridServiceContainers
-
- getGridServiceContainers() - Method in interface org.openspaces.admin.Admin
-
Returns the grid service containers discovered.
- getGridServiceContainers() - Method in interface org.openspaces.admin.gsa.GridServiceAgent
-
- getGridServiceContainers() - Method in interface org.openspaces.admin.machine.Machine
-
Returns the grid service containers running on the machine.
- getGridServiceContainers() - Method in interface org.openspaces.admin.zone.Zone
-
Returns the grid service containers running within the zone.
- getGridServiceManager() - Method in class org.openspaces.admin.pu.events.BackupGridServiceManagerChangedEvent
-
Returns the backup GSM that was either added or removed for the given Processing Unit.
- getGridServiceManager() - Method in interface org.openspaces.admin.vm.VirtualMachine
-
Returns the grid service manager started within this virtual machine.
- getGridServiceManagerAdded() - Method in interface org.openspaces.admin.gsm.GridServiceManagers
-
- getGridServiceManagerRemoved() - Method in interface org.openspaces.admin.gsm.GridServiceManagers
-
- getGridServiceManagers() - Method in interface org.openspaces.admin.Admin
-
Returns the grid service managers discovered.
- getGridServiceManagers() - Method in interface org.openspaces.admin.gsa.GridServiceAgent
-
- getGridServiceManagers() - Method in interface org.openspaces.admin.machine.Machine
-
Returns the grid service managers running on the machine.
- getGridServiceManagers() - Method in interface org.openspaces.admin.zone.Zone
-
Returns the grid service managers running within the zone.
- getGroup() - Method in class com.sun.jini.thread.WakeupManager.ThreadDesc
-
- getGroupDescriptor() - Method in class com.sun.jini.tool.envcheck.EnvCheck
-
Return the SharedActivationGroupDescriptor
contained in the
service starter configuration.
- GetGroupLoginConfigs() - Constructor for class com.sun.jini.tool.envcheck.plugins.CheckJsseProps.GetGroupLoginConfigs
-
- getGroups() - Method in class com.gigaspaces.metrics.MetricRegistry
-
- getGroups() - Method in class com.gigaspaces.metrics.MetricRegistrySnapshot
-
- getGroups() - Method in class com.sun.jini.discovery.MulticastAnnouncement
-
Returns the member groups of the lookup service.
- getGroups() - Method in class com.sun.jini.discovery.MulticastRequest
-
Returns the groups targeted by the request.
- getGroups() - Method in class com.sun.jini.discovery.UnicastResponse
-
Returns the member groups of the lookup service.
- getGroups() - Method in interface net.jini.core.lookup.ServiceRegistrar
-
Returns the set of groups that this lookup service is currently a
member of.
- getGroups() - Method in class net.jini.discovery.DiscoveryEvent
-
Returns a set that maps to each registrar referenced by this event,
the current set of groups in which each registrar is a member.
- getGroups() - Method in interface net.jini.discovery.DiscoveryGroupManagement
-
Returns an array consisting of the elements of the managed set
of groups; that is, the names of the groups whose members are the
lookup services to discover.
- getGroups() - Method in class net.jini.discovery.IncomingMulticastAnnouncement
-
Return the groups of which the announcing lookup service is a
member.
- getGroups() - Method in class net.jini.discovery.IncomingMulticastRequest
-
Return the set of groups in which the requestor is interested.
- getGroups() - Method in class net.jini.discovery.IncomingUnicastResponse
-
Return the set of groups of which the lookup service we
discovered was a member when we discovered it.
- getGroups() - Method in class net.jini.discovery.LookupDiscovery
-
Return the set of group names this LookupDiscovery instance is
trying to discover.
- getGroups() - Method in class net.jini.discovery.LookupDiscoveryManager
-
Returns an array consisting of the elements of the managed set
of groups; that is, the names of the groups whose members are the
lookup services to discover.
- getGroups() - Method in interface net.jini.discovery.LookupDiscoveryRegistration
-
Returns an array consisting of the names of the groups whose members
are lookup services the lookup discovery service will attempt to
discover for this registration.
- getGroups() - Method in class net.jini.discovery.RemoteDiscoveryEvent
-
Returns a set that maps to the service ID of each registrar referenced
by this event, the current set of groups in which each registrar is a
member.
- getGroups() - Method in interface org.openspaces.admin.Admin
-
Returns the lookup groups this admin uses.
- getGroups() - Method in class org.openspaces.admin.application.deploy.AbstractApplicationCommand
-
- getGroups() - Method in class org.openspaces.core.jini.JiniServiceFactoryBean
-
Returns the groups.
- getGroups() - Method in class org.openspaces.pu.container.jee.lb.apache.ApacheLoadBalancerAgent
-
- getGroups() - Method in class org.openspaces.pu.container.servicegrid.deploy.Deploy
-
- getGroups() - Method in exception org.openspaces.pu.container.servicegrid.deploy.GSMNotFoundException
-
- getGroups() - Method in class org.openspaces.pu.container.servicegrid.deploy.Undeploy
-
- GetGroupsTask() - Constructor for class com.sun.jini.tool.envcheck.plugins.CheckConfig.GetGroupsTask
-
- getGroupUid() - Method in interface org.openspaces.admin.alert.Alert
-
- getGroupUid() - Method in class org.openspaces.admin.alert.alerts.AbstractAlert
-
- getGSAServiceID() - Method in class com.sun.jini.reggie.GigaRegistrar
-
- getGSAServiceID() - Method in class org.openspaces.grid.esm.ESMImpl
-
- getGSAServiceID() - Method in class org.openspaces.grid.esm.ESMProxy
-
- getGscServiceID() - Method in class org.openspaces.pu.container.servicegrid.PUDetails
-
- getHandback() - Method in interface com.j_spaces.core.filters.entry.IFilterEntry
-
Gets the callback handback.
- getHandshakeStatus() - Method in interface com.gigaspaces.lrmi.nio.filters.IOBlockFilter
-
Report the Hanshake status.
- getHandshakeStatus() - Method in class com.gigaspaces.lrmi.nio.filters.IOSSLFilter
-
- getHeapUtilization() - Method in class org.openspaces.admin.alert.alerts.GarbageCollectionAlert
-
The Heap utilization reading when this alert was fired.
- getHeapUtilization() - Method in class org.openspaces.admin.alert.alerts.HeapMemoryUtilizationAlert
-
The Heap utilization reading when this alert was fired.
- getHeapUtilization() - Method in class org.openspaces.admin.alert.alerts.ProcessingUnitInstanceMemberAliveIndicatorAlert
-
The heap memory utilization reading when this alert was fired.
- getHeapUtilization() - Method in class org.openspaces.admin.alert.alerts.ReplicationRedoLogOverflowToDiskAlert
-
The heap memory utilization reading when this alert was fired.
- getHeapUtilization() - Method in class org.openspaces.admin.alert.alerts.ReplicationRedoLogSizeAlert
-
The heap memory utilization reading when this alert was fired.
- getHigh() - Method in class org.openspaces.pu.sla.AbstractPolicy
-
- getHigh() - Method in interface org.openspaces.pu.sla.Policy
-
The high threshold value of the policy.
- getHigh() - Method in class org.openspaces.pu.sla.requirement.RangeRequirement
-
- getHighThreshold() - Method in class org.openspaces.admin.pu.elastic.config.AutomaticCapacityScaleRuleConfig
-
- getHighThresholdBreachedIncrease() - Method in class org.openspaces.admin.pu.elastic.config.AutomaticCapacityScaleRuleConfig
-
- getHighThresholdPerc() - Method in class org.openspaces.admin.alert.config.CpuUtilizationAlertConfiguration
-
- getHighThresholdPerc() - Method in class org.openspaces.admin.alert.config.HeapMemoryUtilizationAlertConfiguration
-
- getHighThresholdPerc() - Method in class org.openspaces.admin.alert.config.PhysicalMemoryUtilizationAlertConfiguration
-
- getHighThresholdRedoLogSize() - Method in class org.openspaces.admin.alert.config.ReplicationRedoLogSizeAlertConfiguration
-
- getHistorySize() - Method in class org.openspaces.pu.sla.monitor.AbstractMonitor
-
The history log size that will be kept for this monitor.
- getHistorySize() - Method in interface org.openspaces.pu.sla.monitor.Monitor
-
The size of the history of values saved.
- getHits - Variable in class org.openspaces.memcached.SpaceCache
-
- getHolder() - Method in interface com.j_spaces.core.admin.StatisticsAdmin
-
- getHolder() - Method in class org.openspaces.core.transaction.DefaultTransactionProvider
-
- getHomeDirectory() - Method in class org.openspaces.pu.container.servicegrid.deploy.HTTPFileSystemView
-
- getHost() - Method in class com.gigaspaces.security.audit.AuditDetails
-
- getHost() - Method in class com.j_spaces.core.client.SpaceURL
-
Deprecated.
Gets URL host.
- getHost() - Method in class com.sun.jini.discovery.MulticastAnnouncement
-
Returns the lookup service host name.
- getHost() - Method in class com.sun.jini.discovery.MulticastRequest
-
Returns the client host name.
- getHost() - Method in class com.sun.jini.discovery.UnicastResponse
-
Returns the lookup service host name.
- getHost() - Method in class net.jini.core.discovery.LookupLocator
-
Returns the name of the host that this instance should contact.
- getHost() - Method in class org.openspaces.core.gateway.GatewayLookup
-
- getHost() - Method in class org.openspaces.pu.container.jee.JeeServiceDetails
-
Returns the host of where the service is running on.
- getHostAddress() - Method in class com.gigaspaces.log.LogEntries
-
Ths host name of the process responsible for writing the log entries.
- getHostAddress() - Static method in class com.sun.jini.config.ConfigUtil
-
Returns the textual presentation of the local host IP address.
- getHostAddress() - Static method in class net.jini.discovery.Constants
-
Return the local host address using
java.net.InetAddress.getLocalHost().getHostAddress()
- getHostAddress() - Method in class org.openspaces.admin.alert.alerts.CpuUtilizationAlert
-
The host address of the machine that this alert corresponds to.
- getHostAddress() - Method in class org.openspaces.admin.alert.alerts.GarbageCollectionAlert
-
The host address of the machine that this alert corresponds to.
- getHostAddress() - Method in class org.openspaces.admin.alert.alerts.HeapMemoryUtilizationAlert
-
The host address of the machine that this alert corresponds to.
- getHostAddress() - Method in class org.openspaces.admin.alert.alerts.MirrorPersistenceFailureAlert
-
The host address of the machine that this alert corresponds to.
- getHostAddress() - Method in class org.openspaces.admin.alert.alerts.PhysicalMemoryUtilizationAlert
-
The host address of the machine that this alert corresponds to.
- getHostAddress() - Method in class org.openspaces.admin.alert.alerts.ProcessingUnitInstanceMemberAliveIndicatorAlert
-
The host address of the machine that this alert corresponds to.
- getHostAddress() - Method in class org.openspaces.admin.alert.alerts.ReplicationRedoLogOverflowToDiskAlert
-
The host address of the machine that this alert corresponds to.
- getHostAddress() - Method in class org.openspaces.admin.alert.alerts.ReplicationRedoLogSizeAlert
-
The host address of the machine that this alert corresponds to.
- getHostAddress() - Method in interface org.openspaces.admin.gsa.GridServiceAgents
-
Returns a map of grid service agent with the key as the host address it is running
on.
- getHostAddress() - Method in interface org.openspaces.admin.machine.Machine
-
Returns the host address of the machine.
- getHostAddress() - Method in interface org.openspaces.admin.os.OperatingSystemDetails
-
Returns the (local) host address of the OS.
- getHostAddress() - Method in interface org.openspaces.admin.transport.Transport
-
Returns the host address of the transport.
- getHostAddress() - Method in interface org.openspaces.admin.transport.TransportDetails
-
Returns the local host address of the transport.
- getHostAddress() - Method in class org.openspaces.grid.gsm.machines.plugins.events.GridServiceAgentStartedEvent
-
- getHostAddress() - Method in class org.openspaces.grid.gsm.machines.plugins.events.GridServiceAgentStartRequestedEvent
-
- getHostAddress() - Method in class org.openspaces.grid.gsm.machines.plugins.events.GridServiceAgentStoppedEvent
-
- getHostAddress() - Method in class org.openspaces.grid.gsm.machines.plugins.events.GridServiceAgentStopRequestedEvent
-
- getHostAddress() - Method in class org.openspaces.grid.gsm.machines.plugins.events.MachineStartedEvent
-
- getHostAddress() - Method in class org.openspaces.grid.gsm.machines.plugins.events.MachineStoppedEvent
-
- getHostAddress() - Method in class org.openspaces.grid.gsm.machines.plugins.events.MachineStopRequestedEvent
-
- getHostAddress() - Method in class org.openspaces.launcher.WebLauncherConfig
-
` `* @since 10.1
- getHostName() - Method in class com.gigaspaces.log.LogEntries
-
Ths host name of the process responsible for writing the log entries.
- getHostName() - Method in exception com.j_spaces.core.MemoryShortageException
-
- getHostName() - Static method in class com.sun.jini.config.ConfigUtil
-
Return the local hostname.
- getHostName() - Method in class org.openspaces.admin.alert.alerts.CpuUtilizationAlert
-
The host name of the machine that this alert corresponds to.
- getHostName() - Method in class org.openspaces.admin.alert.alerts.GarbageCollectionAlert
-
The host name of the machine that this alert corresponds to.
- getHostName() - Method in class org.openspaces.admin.alert.alerts.HeapMemoryUtilizationAlert
-
The host name of the machine that this alert corresponds to.
- getHostName() - Method in class org.openspaces.admin.alert.alerts.MirrorPersistenceFailureAlert
-
The host name of the machine that this alert corresponds to.
- getHostName() - Method in class org.openspaces.admin.alert.alerts.PhysicalMemoryUtilizationAlert
-
The host name of the machine that this alert corresponds to.
- getHostName() - Method in class org.openspaces.admin.alert.alerts.ProcessingUnitInstanceMemberAliveIndicatorAlert
-
The host name of the machine that this alert corresponds to.
- getHostName() - Method in class org.openspaces.admin.alert.alerts.ReplicationRedoLogOverflowToDiskAlert
-
The host name of the machine that this alert corresponds to.
- getHostName() - Method in class org.openspaces.admin.alert.alerts.ReplicationRedoLogSizeAlert
-
The host name of the machine that this alert corresponds to.
- getHostName() - Method in interface org.openspaces.admin.machine.Machine
-
Returns the host name of the machine.
- getHostName() - Method in interface org.openspaces.admin.os.OperatingSystemDetails
-
Returns the (local) host name of the OS.
- getHostName() - Method in interface org.openspaces.admin.transport.Transport
-
Returns the host address of the transport.
- getHostName() - Method in interface org.openspaces.admin.transport.TransportDetails
-
Returns the local host address of the transport.
- getHostNames() - Method in interface org.openspaces.admin.gsa.GridServiceAgents
-
Returns a map of grid service agent with the key as the host name it is running
on.
- getHostsByAddress() - Method in interface org.openspaces.admin.machine.Machines
-
Returns a map of machines by host address.
- getHostsByName() - Method in interface org.openspaces.admin.machine.Machines
-
Returns a map of machines by host names.
- getIcon(int) - Method in class com.sun.jini.lookup.entry.BasicServiceType
-
Returns the resource named "icon.
- getIcon(int) - Method in class net.jini.lookup.entry.ServiceType
-
Get an icon for this service.
- getId() - Method in interface com.gigaspaces.client.ChangedEntryDetails
-
Returns the id of the changed entry.
- getId() - Method in interface com.gigaspaces.client.FailedChangedEntryDetails
-
Returns the id of the changed entry.
- getId() - Method in interface com.gigaspaces.datasource.DataSourceIdQuery
-
- getId() - Method in class com.gigaspaces.query.IdQuery
-
Returns the id to match.
- getId() - Method in interface com.gigaspaces.sync.change.DataSyncChangeSet
-
- getID() - Method in class net.jini.core.event.EventRegistration
-
Returns the identifier that will be used in all RemoteEvents generated
for this interest registration.
- getID() - Method in class net.jini.core.event.RemoteEvent
-
Returns the event identifier, used to identify the kind of event
relative to the object in which the event occurred.
- getId() - Method in class org.openspaces.core.ReadByIdsException.ReadByIdResult
-
- getId() - Method in class org.openspaces.core.TakeByIdsException.TakeByIdResult
-
- getId() - Method in class org.openspaces.grid.gsm.machines.backup.MachinesState
-
- getId(Object) - Method in class org.openspaces.persistency.hibernate.CriteriaHibernateExternalDataSource
-
Deprecated.
Return pojo identifier
- getId() - Method in class org.openspaces.pu.service.PlainServiceDetails
-
- getId() - Method in class org.openspaces.pu.service.PlainServiceMonitors
-
- getId() - Method in interface org.openspaces.pu.service.ServiceDetails
-
Returns the id of the processing unit (usually the bean id).
- getId() - Method in interface org.openspaces.pu.service.ServiceMonitors
-
Returns the id of the service monitor (usually the bean id).
- getIdentifier(Object) - Method in class org.openspaces.persistency.hibernate.DefaultHibernateExternalDataSource
-
Deprecated.
Extracts and returns the hibernate object identifier
- getIdentifier(Object) - Method in class org.openspaces.persistency.hibernate.DefaultHibernateSpaceSynchronizationEndpoint
-
Extracts and returns the hibernate object identifier
- getIdleTaskExecutionLimit() - Method in class org.openspaces.events.polling.SimplePollingEventListenerContainer
-
Return the limit for idle executions of a receive task.
- getIdleTimeThreshold() - Method in class org.openspaces.core.gateway.GatewayTarget
-
- getIdPropertyName() - Method in interface com.gigaspaces.datasource.BulkItem
-
Deprecated.
- getIdPropertyName() - Method in interface com.gigaspaces.metadata.SpaceTypeDescriptor
-
Gets the ID property name.
- getIdPropertyValue() - Method in interface com.gigaspaces.datasource.BulkItem
-
Deprecated.
- getIds() - Method in class com.gigaspaces.query.IdsQuery
-
Returns the IDs to match.
- getImplClassName() - Method in class com.sun.jini.start.NonActivatableServiceDescriptor
-
Implementation class accessor method.
- getImportCodebase() - Method in class com.sun.jini.start.NonActivatableServiceDescriptor
-
Classpath accessor method.
- getImportCodebaseURLs(String) - Static method in class com.sun.jini.start.ClassLoaderUtil
-
Utility method that converts the components of a String
representing a codebase or classpath into URL
(s).
- getInconsistencyReason() - Method in class com.j_spaces.core.filters.ReplicationStatistics.OutgoingChannel
-
- getInconsistencyReason() - Method in class org.openspaces.admin.alert.alerts.MirrorPersistenceFailureAlert
-
The reason why a source (primary Space) could not replicate to a target (Mirror Space).
- getIndependentExpressionCandidates(ClassMetaData, boolean) - Method in class org.openspaces.jpa.openjpa.StoreManagerQuery
-
Return the assignable types for the given metadata whose expression
trees must be compiled independently.
- getIndex() - Method in class org.openspaces.core.config.SpaceIdProperty
-
- getIndex() - Method in class org.openspaces.core.config.SpaceRoutingProperty
-
- getIndex() - Method in class org.openspaces.jpa.openjpa.query.ParameterNode
-
- getIndexedFields() - Method in class com.j_spaces.core.client.BasicTypeInfo
-
Deprecated.
Returns Entry indexed Fields.
- getIndexes() - Method in interface com.gigaspaces.cluster.replication.gateway.conflict.AddIndexConflict
-
- getIndexes() - Method in interface com.gigaspaces.metadata.SpaceTypeDescriptor
-
Gets the indexes of the type, mapped by their names.
- getIndexes() - Method in interface com.gigaspaces.sync.AddIndexData
-
- getIndexIndicators() - Method in class com.j_spaces.core.client.ExternalEntry
-
Deprecated.
Indexed fields array indication.
- getIndexIndicators() - Method in interface com.j_spaces.core.IGSEntry
-
Indexed fields array indication.
- getIndexType() - Method in interface com.gigaspaces.metadata.index.SpaceIndex
-
Gets the type of the index.
- getInitialCapacity() - Method in class org.openspaces.admin.pu.elastic.config.AutomaticCapacityScaleConfig
-
- getInitializationException() - Method in class net.jini.discovery.dynamic.DynamicLookupLocatorDiscovery
-
- getInitialLoadChunkSize() - Method in class org.openspaces.persistency.hibernate.AbstractHibernateExternalDataSource
-
Deprecated.
By default, the initial load process will chunk large tables and will iterate over the table (entity) per
chunk (concurrently).
- getInitialLoadChunkSize() - Method in class org.openspaces.persistency.hibernate.AbstractHibernateSpaceDataSource
-
- getInitialLoadEntries() - Method in class org.openspaces.persistency.hibernate.AbstractHibernateExternalDataSource
-
Deprecated.
- getInitialLoadEntries() - Method in class org.openspaces.persistency.hibernate.AbstractHibernateSpaceDataSource
-
- getInitialLoadPercentage() - Method in class org.openspaces.core.config.CustomCachePolicyFactoryBean
-
- getInitialLoadQueries() - Method in class org.openspaces.persistency.ClusterInfoAwareSpaceDataSource
-
- getInitialSize() - Method in class org.openspaces.jdbc.datasource.DbcpBasicDataSource
-
- getInnerProxyPreparer() - Method in class com.sun.jini.start.SharedActivatableServiceDescriptor
-
ProxyPreparer
accessor method.
- getInProgressOperationCount() - Method in interface com.gigaspaces.cluster.replication.async.mirror.MirrorOperationStatistics
-
Returns the count of operations that are currently in progress on the mirror
- getInProgressOperationCount() - Method in interface com.gigaspaces.cluster.replication.statistics.IReplicationInOperation
-
Returns the count of operations that are currently in progress on the target
- getInProgressOperationCount() - Method in class org.openspaces.admin.alert.alerts.MirrorPersistenceFailureAlert
-
The in-progress operation count reported by the Mirror.
- getInputArguments() - Method in interface org.openspaces.admin.vm.VirtualMachineDetails
-
- getInputFilter() - Method in class com.j_spaces.core.cluster.ReplicationFilterProvider
-
Return the input replication filter.
- getInputStream(String, InputStream) - Method in class com.sun.jini.system.MultiCommandLine
-
Return a InputStream
that is the result of creating a new
FileInputStream
object for the file named by the given
option.
- getInputStream(String, String) - Method in class com.sun.jini.system.MultiCommandLine
-
Return a InputStream
that is the result of creating a new
FileInputStream
object for the file named by the given
option.
- getInputStream(char, InputStream) - Method in class com.sun.jini.system.POSIXCommandLine
-
Return a InputStream
that is the result of creating a new
FileInputStream
object for the file named by the given
option.
- getInputStream(char, String) - Method in class com.sun.jini.system.POSIXCommandLine
-
Return a InputStream
that is the result of creating a new
FileInputStream
object for the file named by the given
option.
- getInstance(int) - Static method in class com.sun.jini.discovery.DiscoveryProtocolVersion
-
Returns a DiscoveryProtocolVersion
constraint for the given
version number.
- getInstance(String[]) - Static method in class net.jini.config.ConfigurationProvider
-
Creates and returns an instance of the configuration provider, using the
specified options.
- getInstance(String[], ClassLoader) - Static method in class net.jini.config.ConfigurationProvider
-
Creates and returns an instance of the configuration provider, using the
specified options and class loader.
- getInstance(ESM, Uuid) - Static method in class org.openspaces.grid.esm.SecuredESMProxy
-
Creates a ESM proxy, returning an instance that implements
RemoteMethodControl if the server does too.
- getInstanceId() - Method in interface org.openspaces.admin.pu.ProcessingUnitInstance
-
Returns the instance id of the processing unit instance.
- getInstanceId() - Method in interface org.openspaces.admin.space.SpaceInstance
-
Returns the instance id of the space (starting from 1).
- getInstanceId() - Method in class org.openspaces.core.cluster.ClusterInfo
-
Returns the instance id of the specific cluster member.
- getInstanceId() - Method in interface org.openspaces.grid.gsm.rebalancing.FutureStatefulProcessingUnitInstance
-
- getInstanceId() - Method in class org.openspaces.pu.service.InvocationResult
-
- getInstanceId() - Method in class org.openspaces.pu.sla.InstanceSLA
-
- getInstanceId() - Method in class org.openspaces.remoting.EventDrivenSpaceRemotingEntry
-
Deprecated.
- getInstanceId() - Method in exception org.openspaces.remoting.ExecutorRemotingTask.InternalExecutorException
-
- getInstanceId() - Method in class org.openspaces.remoting.ExecutorRemotingTask.InternalExecutorResult
-
- getInstanceId() - Method in interface org.openspaces.remoting.SpaceRemotingResult
-
The cluster instance id this result was executed on.
- getInstances() - Method in interface org.openspaces.admin.pu.ProcessingUnit
-
- getInstances() - Method in interface org.openspaces.admin.pu.ProcessingUnitPartition
-
Returns the processing unit instances associated with this partition.
- getInstances() - Method in interface org.openspaces.admin.space.Space
-
Returns all the space instances that are currently discovered that are part of this Space topology.
- getInstances() - Method in interface org.openspaces.admin.space.SpacePartition
-
Returns all the space instances that form the partition.
- getInstanceSLAs() - Method in class org.openspaces.pu.sla.SLA
-
- getInstancesQuiesceState() - Method in class org.openspaces.admin.quiesce.QuiesceDetails
-
- getInstancesStatistics() - Method in class org.openspaces.admin.pu.statistics.ProcessingUnitStatisticsId
-
- getInstanceStatisticsChanged() - Method in interface org.openspaces.admin.space.Space
-
- getInstanceUid() - Method in class org.openspaces.admin.pu.statistics.SingleInstanceStatisticsConfig
-
- getInt(int) - Method in class com.gigaspaces.query.CompoundResult
-
- getInt(String) - Method in class com.gigaspaces.query.CompoundResult
-
- getInt(String, int) - Method in class com.sun.jini.system.MultiCommandLine
-
Return the argument of the given int
option from
the command line.
- getInt(char, int) - Method in class com.sun.jini.system.POSIXCommandLine
-
Return the argument of the given int
option from
the command line.
- getInteger(String, int) - Method in class org.openspaces.core.util.StringProperties
-
- getInteger(Map<String, String>, String, int) - Static method in class org.openspaces.core.util.StringPropertiesUtils
-
- GetIntegerAction - Class in com.sun.jini.action
-
A convenience class for retrieving the int
value of a
system property as a privileged action.
- GetIntegerAction(String) - Constructor for class com.sun.jini.action.GetIntegerAction
-
Constructor that takes the name of the system property whose
int
value needs to be determined.
- GetIntegerAction(String, int) - Constructor for class com.sun.jini.action.GetIntegerAction
-
Constructor that takes the name of the system property and the
default value of that property.
- getIntegerIgnoreExceptions(String, int) - Method in class org.openspaces.core.util.StringProperties
-
- getIntegerIgnoreExceptions(Map<String, String>, String, int) - Static method in class org.openspaces.core.util.StringPropertiesUtils
-
- getIntegrity() - Method in class com.sun.jini.proxy.MarshalledWrapper
-
Returns the integrity value sampled during deserialization of this
MarshalledWrapper
instance, or false
if this
instance was not produced by deserialization or was deserialized from a
stream with no integrity protection setting.
- getIntEntry(Configuration, String, String, int, int, int) - Static method in class com.sun.jini.config.Config
-
Obtains an
int
that falls within the given inclusive
range from the specified
Configuration
using the specified
component and entry names.
- getInterceptor() - Method in class org.openspaces.core.gateway.GatewaySinkSyncEndpointInterceptorFactoryBean
-
Gets the custom synchronization endpoint interceptor that can be used provide custom behavior upon incoming replication events.
- getIntermediateResult() - Method in class com.gigaspaces.query.aggregators.AverageAggregator
-
- getIntermediateResult() - Method in class com.gigaspaces.query.aggregators.CountAggregator
-
- getIntermediateResult() - Method in class com.gigaspaces.query.aggregators.DistinctAggregator
-
- getIntermediateResult() - Method in class com.gigaspaces.query.aggregators.GroupByAggregator
-
- getIntermediateResult() - Method in class com.gigaspaces.query.aggregators.ListEntriesAggregator
-
- getIntermediateResult() - Method in class com.gigaspaces.query.aggregators.MaxEntryAggregator
-
- getIntermediateResult() - Method in class com.gigaspaces.query.aggregators.MaxValueAggregator
-
- getIntermediateResult() - Method in class com.gigaspaces.query.aggregators.MinEntryAggregator
-
- getIntermediateResult() - Method in class com.gigaspaces.query.aggregators.MinValueAggregator
-
- getIntermediateResult() - Method in class com.gigaspaces.query.aggregators.OrderByAggregator
-
- getIntermediateResult() - Method in class com.gigaspaces.query.aggregators.SingleValueAggregator
-
- getIntermediateResult() - Method in class com.gigaspaces.query.aggregators.SpaceEntriesAggregator
-
- getIntermediateResult() - Method in class com.gigaspaces.query.aggregators.SumAggregator
-
- getInvocableServices() - Method in class org.openspaces.interop.DotnetProcessingUnitBean
-
- getInvocableServices() - Method in class org.openspaces.interop.DotnetProcessingUnitContainer
-
- getInvocableServices() - Method in class org.openspaces.pu.container.ProcessingUnitContainer
-
- getInvocableServices() - Method in class org.openspaces.pu.container.spi.ApplicationContextProcessingUnitContainer
-
- getInvocableServices() - Method in class org.openspaces.pu.container.support.CompoundProcessingUnitContainer
-
- getInvocationDelay() - Method in class org.openspaces.pu.sla.MemberAliveIndicator
-
How often an instance will be checked and verfied to be alive.
- getIp() - Method in class org.openspaces.pu.sla.requirement.HostRequirement
-
- getIsolation() - Method in class org.openspaces.grid.gsm.strategy.AbstractScaleStrategyBean
-
- getIsolationLevel() - Method in class org.openspaces.core.transaction.manager.JiniTransactionHolder
-
Returns the current transaction isolation level.
- getItem() - Method in interface com.gigaspaces.datasource.BulkItem
-
Deprecated.
Return the data item
- getItem(ChangeOperation) - Static method in class com.gigaspaces.sync.change.AddToCollectionOperation
-
- getItem(ChangeOperation) - Static method in class com.gigaspaces.sync.change.RemoveFromCollectionOperation
-
- getItems(ChangeOperation) - Static method in class com.gigaspaces.sync.change.AddAllToCollectionOperation
-
- getItemValues() - Method in interface com.gigaspaces.datasource.BulkItem
-
Deprecated.
- getIteratorScope() - Method in class com.gigaspaces.client.iterator.GSIteratorConfig
-
Gets the iterator's iteration scope.
- getJarsDirectoryOrZip() - Method in class org.openspaces.admin.application.config.ApplicationConfig
-
- getJarToRun() - Method in class com.sun.jini.tool.envcheck.EnvCheck
-
Return the name of the executable JAR file supplied on the
command line being analyzed.
- getJavaCmd() - Method in class com.sun.jini.tool.envcheck.EnvCheck
-
Return the java
command for the command line being analyzed.
- getJdbcConnection() - Method in class org.openspaces.jpa.StoreManager
-
Gets a JDBC connection using the configuration's space instance.
- getJeeClassLoader() - Method in class org.openspaces.pu.container.jee.JeeProcessingUnitContainerProvider
-
- getJeeContainer(BeanLevelProperties) - Static method in class org.openspaces.pu.container.jee.JeeProcessingUnitContainerProvider
-
- getJeeContainerJarPath(String) - Static method in class org.openspaces.pu.container.jee.JeeProcessingUnitContainerProvider
-
- getJeeContainerType() - Method in class org.openspaces.pu.container.jee.JeeProcessingUnitContainerProvider
-
- getJeeDetails() - Method in interface org.openspaces.admin.pu.ProcessingUnitInstance
-
Returns the jee service details of the jee container that was started within this processing unit.
- getJiniHolder() - Method in class org.openspaces.core.transaction.manager.AbstractJiniTransactionManager.JiniTransactionObject
-
- getJmxUrl() - Method in interface org.openspaces.admin.vm.VirtualMachineDetails
-
The address of a JMX API connector server
This value is taken from JMXAttribute lookup attribute, in the case of LookupService null returned
- getJoinSet() - Method in class net.jini.lookup.JoinManager
-
Returns an array of ServiceRegistrar
objects, each
corresponding to a lookup service with which the service is currently
registered (joined).
- getJpaDialect() - Method in class org.openspaces.jpa.OpenSpacesJpaVendorAdapter
-
- getJpaPropertyMap() - Method in class org.openspaces.jpa.OpenSpacesJpaVendorAdapter
-
- getJVMDetails() - Method in class com.sun.jini.reggie.GigaRegistrar
-
- getJVMDetails() - Method in class org.openspaces.grid.esm.ESMImpl
-
- getJVMDetails() - Method in class org.openspaces.pu.container.servicegrid.PUServiceBeanImpl
-
- getJVMStatistics() - Method in class com.sun.jini.reggie.GigaRegistrar
-
- getJVMStatistics() - Method in class org.openspaces.grid.esm.ESMImpl
-
- getJVMStatistics() - Method in class org.openspaces.pu.container.servicegrid.PUServiceBeanImpl
-
- getKey() - Method in class com.gigaspaces.query.aggregators.GroupByValue
-
- getKey(ChangeOperation) - Static method in class com.gigaspaces.sync.change.PutInMapOperation
-
- getKey(ChangeOperation) - Static method in class com.gigaspaces.sync.change.RemoveFromMapOperation
-
- getKey() - Method in exception com.j_spaces.core.client.CacheTimeoutException
-
Returns the entry key that caused the error.
- getKey() - Method in class com.j_spaces.core.client.EntryArrivedRemoteEvent
-
- getKey() - Method in class org.openspaces.admin.pu.config.ContextPropertyConfig
-
- getKey() - Method in class org.openspaces.core.map.LockHandle
-
Returns the key that is locked.
- getKey(Value) - Method in class org.openspaces.jpa.openjpa.query.QueryExpressionFactory
-
Path navigation thru map key
- getKey() - Method in class org.openspaces.memcached.LocalCacheElement
-
- getKey() - Method in class org.openspaces.memcached.MemcachedEntry
-
- getKeyValuePairs(String, String, String, Map<String, String>) - Method in class org.openspaces.core.util.StringProperties
-
- getKeyValuePairs(Map<String, String>, String, String, String, Map<String, String>) - Static method in class org.openspaces.core.util.StringPropertiesUtils
-
- getLastConfirmedKey() - Method in class com.j_spaces.core.filters.ReplicationStatistics.OutgoingReplication
-
- getLastConfirmedKeyFromTarget() - Method in class com.j_spaces.core.filters.ReplicationStatistics.OutgoingChannel
-
- getLastKeyInRedoLog() - Method in class com.j_spaces.core.filters.ReplicationStatistics.OutgoingReplication
-
- getLastKeyToReplicate() - Method in class com.j_spaces.core.filters.ReplicationStatistics.OutgoingChannel
-
- getLatestLogFileTimestamp() - Method in class com.gigaspaces.log.LogEntries
-
The latest timestamp of change happened to the log file.
- getLease() - Method in class com.sun.jini.lease.BasicRenewalFailureEvent
-
Returns the lease that could not be renewed.
- getLease() - Method in class net.jini.core.event.EventRegistration
-
Returns the Lease object for this registration.
- getLease() - Method in interface net.jini.core.lookup.ServiceRegistration
-
Returns the lease that controls the service registration, allowing
the lease to be renewed or cancelled.
- getLease() - Method in class net.jini.core.transaction.server.ServerTransaction
-
- getLease() - Method in interface net.jini.discovery.LookupDiscoveryRegistration
-
Returns the Lease object that controls a client's registration with
the lookup discovery service.
- getLease() - Method in interface net.jini.event.MailboxRegistration
-
Returns the Lease
object associated
with this registration.
- getLease() - Method in class net.jini.lease.LeaseRenewalEvent
-
Returns a reference to the lease to which the event pertains.
- getLease() - Method in class net.jini.lease.RenewalFailureEvent
-
Returns the lease that could not be renewed.
- getLease() - Method in interface net.jini.space.MatchSet
-
Returns a proxy to the
Lease
associated with this
match set, or
null
if this match set is not
leased.
- getLeaseDuration() - Method in class com.gigaspaces.client.iterator.GSIteratorConfig
-
Gets the iterator's lease duration.
- getLeaseListener() - Method in class com.gigaspaces.events.EventSessionConfig
-
- getLeaseListener() - Method in class org.openspaces.core.transaction.manager.TransactionLeaseRenewalConfig
-
Sets an optional renew listener to be notified on renew events.
- getLeaseRenewalManager() - Method in class net.jini.lookup.JoinManager
-
Returns the instance of the LeaseRenewalManager
class
that was either passed into the constructor, or that was created
as a result of null
being input to that parameter.
- getLeaseRenewalManager() - Method in class org.openspaces.core.transaction.manager.JiniTransactionHolder
-
Returns the lease renewal manager associated with this transaction, can be null
.
- getLeases() - Method in interface net.jini.lease.LeaseRenewalSet
-
Returns all the leases currently in the set.
- getLeases() - Method in exception net.jini.lease.LeaseUnmarshalException
-
Accessor method that returns an array consisting of instances of
Lease
, where each element of the array corresponds
to a successfully unmarshalled object.
- getLeastSignificantBits() - Method in class net.jini.core.lookup.ServiceID
-
Returns the least significant 64 bits of the service ID.
- getLeastSignificantBits() - Method in class net.jini.id.Uuid
-
Returns the least significant 64 bits of this
Uuid
's 128-bit value.
- getLevel() - Method in class com.sun.jini.tool.envcheck.Reporter.Message
-
Returns the message level.
- getLifeCycle() - Method in class com.sun.jini.start.NonActivatableServiceDescriptor
-
LifeCycle
accessor method.
- getLimitMaxBytes() - Method in class org.openspaces.memcached.SpaceCache
-
- getLineNumber() - Method in class net.jini.config.ConfigurationFile.ErrorDescriptor
-
Returns the line number in the configuration source where the
entry with an error can be found or 0
if this error
descriptor is not associated with a line number.
- getListener() - Method in interface net.jini.event.MailboxRegistration
-
Returns the RemoteEventListener
associated
with this registration.
- getLocalCacheDetails() - Method in interface org.openspaces.admin.space.SpaceInstanceRuntimeDetails
-
Returns a map of LocalCacheDetails
keyed by their
LocalCacheDetails.getId()
.
- getLocalCacheUpdateMode() - Method in class org.openspaces.core.map.LocalCacheSupport
-
- getLocale() - Method in class com.gigaspaces.metrics.reporters.ConsoleReporterFactory
-
- getLocalGatewayName() - Method in class org.openspaces.core.gateway.AbstractGatewayComponentFactoryBean
-
- getLocalGatewayName() - Method in class org.openspaces.core.gateway.GatewayServiceDetails
-
- getLocalGatewayName() - Method in class org.openspaces.core.gateway.GatewayTargetsFactoryBean
-
- getLocalGatewayName() - Method in class org.openspaces.core.space.SpaceServiceDetails
-
- getLocality() - Method in class net.jini.lookup.entry.AddressBean
-
Return the value of the locality field in the Address object linked
to by this JavaBeans component.
- getLocalProxy() - Method in interface com.sun.jini.mahalo.TxnManager
-
- getLocalProxy() - Method in class com.sun.jini.mahalo.TxnManagerImpl
-
- getLocalSpace() - Method in interface com.j_spaces.map.IMap
-
Returns the Local Space proxy if exists.
- getLocalSpaceLookupTimeout() - Method in class org.openspaces.core.gateway.GatewaySinkFactoryBean
-
Gets the lookup timeout for finding the local cluster the Sink works against.
- getLocalSpaceUrl() - Method in interface org.openspaces.admin.gateway.GatewaySink
-
Returns the url of the space this sink is replicating in to.
- getLocalSpaceUrl() - Method in class org.openspaces.core.gateway.GatewaySinkFactoryBean
-
- getLocalSpaceUrl() - Method in class org.openspaces.core.gateway.GatewaySinkServiceDetails
-
- getLocalViewDetails() - Method in interface org.openspaces.admin.space.SpaceInstanceRuntimeDetails
-
Returns a map of LocalViewDetails
keyed by their
LocalViewDetails.getId()
.
- getLocalViewMaxDisconnectionTime() - Method in class com.j_spaces.core.cluster.ReplicationPolicy
-
- getLocalViewMaxRedologCapacity() - Method in class com.j_spaces.core.cluster.ReplicationPolicy
-
- getLocalViewMaxRedologRecoveryCapacity() - Method in class com.j_spaces.core.cluster.ReplicationPolicy
-
- getLocationName() - Method in class net.jini.config.ConfigurationFile.ErrorDescriptor
-
Returns the name of the configuration source location or
null
if location information is not available.
- getLocator() - Method in class com.sun.jini.reggie.GigaRegistrar
-
- getLocator() - Method in interface com.sun.jini.reggie.Registrar
-
Returns a LookupLocator that can be used if necessary for unicast
discovery of the lookup service.
- getLocator() - Method in interface net.jini.core.lookup.ServiceRegistrar
-
Returns a LookupLocator that can be used if necessary for unicast
discovery of the lookup service.
- getLocator() - Method in class net.jini.discovery.IncomingMulticastAnnouncement
-
Return a LookupLocator for performing unicast discovery of the
announcing lookup service.
- getLocators() - Method in interface net.jini.discovery.DiscoveryLocatorManagement
-
Returns an array consisting of the elements of the managed set
of locators; that is, instances of LookupLocator
in
which each instance corresponds to a specific lookup service to
discover.
- getLocators() - Method in class net.jini.discovery.dynamic.LocatorsChangedEvent
-
- getLocators() - Method in class net.jini.discovery.LookupDiscoveryManager
-
Returns an array consisting of the elements of the managed set
of locators; that is, instances of LookupLocator
in
which each instance corresponds to a specific lookup service to
discover.
- getLocators() - Method in interface net.jini.discovery.LookupDiscoveryRegistration
-
Returns an array consisting of the LookupLocator objects corresponding
to specific lookup services the lookup discovery service will attempt
to discover for this registration.
- getLocators() - Method in class net.jini.discovery.LookupLocatorDiscovery
-
Returns an array consisting of the elements of the managed set of
locators; that is, instances of LookupLocator
in which each
instance corresponds to a specific lookup service to discover.
- getLocators() - Method in interface org.openspaces.admin.Admin
-
Returns the lookup locators this admin uses.
- getLocators() - Method in class org.openspaces.admin.application.deploy.AbstractApplicationCommand
-
- getLocators() - Method in class org.openspaces.core.jini.JiniServiceFactoryBean
-
Returns the locators.
- getLocators() - Method in class org.openspaces.pu.container.jee.lb.apache.ApacheLoadBalancerAgent
-
- getLocators() - Method in class org.openspaces.pu.container.servicegrid.deploy.Deploy
-
- getLocators() - Method in class org.openspaces.pu.container.servicegrid.deploy.Undeploy
-
- getLog() - Method in class com.sun.jini.start.SharedActivationGroupDescriptor
-
Shared group log accessor method.
- getLogAbandoned() - Method in class org.openspaces.jdbc.datasource.DbcpBasicDataSource
-
Deprecated.
- getLogger() - Method in class org.openspaces.admin.application.deploy.AbstractApplicationCommand
-
- getLogger() - Method in class org.openspaces.grid.gsm.strategy.AbstractScaleStrategyBean
-
- getLoginTimeout() - Method in class org.openspaces.jdbc.datasource.DbcpBasicDataSource
-
Return the login timeout (in seconds) for connecting to the database.
- getLogWriter() - Method in class org.openspaces.jdbc.datasource.DbcpBasicDataSource
-
Return the log writer being used by this data source.
- getLong(int) - Method in class com.gigaspaces.query.CompoundResult
-
- getLong(String) - Method in class com.gigaspaces.query.CompoundResult
-
- getLong(String, long) - Method in class com.sun.jini.system.MultiCommandLine
-
Return the argument of the given long
option from
the command line.
- getLong(char, long) - Method in class com.sun.jini.system.POSIXCommandLine
-
Return the argument of the given long
option from
the command line.
- getLong(String, long) - Method in class org.openspaces.core.util.StringProperties
-
- getLong(Map<String, String>, String, long) - Static method in class org.openspaces.core.util.StringPropertiesUtils
-
- GetLongAction - Class in com.sun.jini.action
-
A convenience class for retrieving the long
value of a
system property as a privileged action.
- GetLongAction(String) - Constructor for class com.sun.jini.action.GetLongAction
-
Constructor that takes the name of the system property whose
long
value needs to be determined.
- GetLongAction(String, long) - Constructor for class com.sun.jini.action.GetLongAction
-
Constructor that takes the name of the system property and the
default value of that property.
- getLongDescription() - Method in class org.openspaces.pu.service.PlainServiceDetails
-
- getLongDescription() - Method in interface org.openspaces.pu.service.ServiceDetails
-
Returns the long description
- getLongEntry(Configuration, String, String, long, long, long) - Static method in class com.sun.jini.config.Config
-
Obtains a
long
that falls within the given inclusive
range from the specified
Configuration
using the specified
component and entry names.
- getLongGcPausePeriod() - Method in class org.openspaces.admin.alert.config.GarbageCollectionAlertConfiguration
-
- getLongIgnoreExceptions(String, long) - Method in class org.openspaces.core.util.StringProperties
-
- getLongIgnoreExceptions(Map<String, String>, String, long) - Static method in class org.openspaces.core.util.StringPropertiesUtils
-
- getLookupAttributes() - Method in class com.sun.jini.mahalo.TxnManagerImpl
-
- getLookupAttributes() - Method in class com.sun.jini.reggie.GigaRegistrar
-
- getLookupAttributes() - Method in interface net.jini.admin.JoinAdmin
-
Get the current attribute sets for the service.
- getLookupGroup() - Method in class org.openspaces.core.gateway.GatewayLookupsFactoryBean
-
- getLookupGroups() - Method in class com.j_spaces.core.client.SpaceURL
-
Deprecated.
- getLookupGroups() - Method in class com.sun.jini.mahalo.TxnManagerImpl
-
- getLookupGroups() - Method in class com.sun.jini.reggie.GigaRegistrar
-
- getLookupGroups() - Method in interface net.jini.admin.JoinAdmin
-
Get the list of groups to join.
- getLookupGroups() - Method in interface org.openspaces.admin.lus.LookupService
-
- getLookupGroups() - Method in class org.openspaces.pu.container.servicegrid.jmxs.SecuredPUExtension
-
- getLookupGroups() - Method in interface org.openspaces.pu.container.servicegrid.jmxs.SecuredPUExtensionMBean
-
Get the discovery groups
- getLookupIntervalTimeout() - Method in class com.j_spaces.core.client.SpaceURL
-
Deprecated.
- getLookupLocator() - Method in interface org.openspaces.admin.lus.LookupService
-
- getLookupLocators() - Method in class com.j_spaces.core.client.SpaceURL
-
Deprecated.
- getLookupLocators() - Method in class com.sun.jini.mahalo.TxnManagerImpl
-
- getLookupLocators() - Method in class com.sun.jini.reggie.GigaRegistrar
-
- getLookupLocators() - Method in interface net.jini.admin.JoinAdmin
-
Get the list of locators of specific lookup services to join.
- getLookupName() - Method in class org.openspaces.remoting.EventDrivenSpaceRemotingEntry
-
Deprecated.
- getLookupName() - Method in class org.openspaces.remoting.ExecutorRemotingTask
-
- getLookupName() - Method in interface org.openspaces.remoting.SpaceRemotingInvocation
-
The lookup name of the service.
- getLookupService() - Method in interface org.openspaces.admin.vm.VirtualMachine
-
Returns the lookup services that are running on the machine.
- getLookupServiceAdded() - Method in interface org.openspaces.admin.lus.LookupServices
-
- getLookupServiceByUID(String) - Method in interface org.openspaces.admin.lus.LookupServices
-
Returns a lus based on its uid.
- getLookupServiceRemoved() - Method in interface org.openspaces.admin.lus.LookupServices
-
- getLookupServices() - Method in interface org.openspaces.admin.Admin
-
Returns the lookup services discovered.
- getLookupServices() - Method in interface org.openspaces.admin.gsa.GridServiceAgent
-
- getLookupServices() - Method in interface org.openspaces.admin.lus.LookupServices
-
Returns all the currently discovered lus.
- getLookupServices() - Method in interface org.openspaces.admin.machine.Machine
-
Returns the lookup services that are running on the machine.
- getLookupServices() - Method in interface org.openspaces.admin.zone.Zone
-
Returns the lookup services that are running within the zone.
- getLookupTimeout() - Method in class com.j_spaces.core.client.SpaceURL
-
Deprecated.
- getLookupTimeout() - Method in class org.openspaces.admin.application.deploy.AbstractApplicationCommand
-
- getLow() - Method in class org.openspaces.pu.sla.AbstractPolicy
-
- getLow() - Method in interface org.openspaces.pu.sla.Policy
-
The low threshold value of the policy.
- getLow() - Method in class org.openspaces.pu.sla.requirement.RangeRequirement
-
- getLowerDampener() - Method in class org.openspaces.pu.sla.AbstractPolicy
-
Returns the lower dampener for this policy.
- getLowerDampener() - Method in interface org.openspaces.pu.sla.Policy
-
The lower dampener acts as a time window where if the lower threshold
has been cleared (after it has been breached), it won't cause the policy action to happen.
- getLowThreshold() - Method in class org.openspaces.admin.pu.elastic.config.AutomaticCapacityScaleRuleConfig
-
- getLowThresholdBreachedDecrease() - Method in class org.openspaces.admin.pu.elastic.config.AutomaticCapacityScaleRuleConfig
-
- getLowThresholdPerc() - Method in class org.openspaces.admin.alert.config.CpuUtilizationAlertConfiguration
-
- getLowThresholdPerc() - Method in class org.openspaces.admin.alert.config.HeapMemoryUtilizationAlertConfiguration
-
- getLowThresholdPerc() - Method in class org.openspaces.admin.alert.config.PhysicalMemoryUtilizationAlertConfiguration
-
- getLowThresholdRedoLogSize() - Method in class org.openspaces.admin.alert.config.ReplicationRedoLogSizeAlertConfiguration
-
- getLRMIMethodTrackingId() - Method in class com.gigaspaces.events.batching.BatchRemoteEvent
-
- getLRMIMethodTrackingId() - Method in class com.j_spaces.core.client.EntryArrivedRemoteEvent
-
- getLRMIMonitoring() - Method in interface org.openspaces.admin.transport.Transport
-
Return the LRMI monitoring of this transport.
- getLusId() - Method in class net.jini.core.lookup.ServiceDetails
-
- getMachine() - Method in interface org.openspaces.admin.machine.MachineAware
-
Returns the machine the component is running on.
- getMachineAdded() - Method in interface org.openspaces.admin.machine.Machines
-
- getMachineByHostAddress(String) - Method in interface org.openspaces.admin.machine.Machines
-
Returns the machine by the host address.
- getMachineByHostName(String) - Method in interface org.openspaces.admin.machine.Machines
-
Returns the machine by the host name.
- getMachineCapacity(GridServiceAgent) - Static method in class org.openspaces.grid.gsm.machines.MachinesSlaUtils
-
- getMachineIsolation() - Method in class org.openspaces.grid.gsm.machines.AbstractMachinesSlaPolicy
-
- getMachineIsolation(MachinesSlaEnforcementState.StateKey) - Method in class org.openspaces.grid.gsm.machines.MachinesSlaEnforcementState
-
- getMachineProvisioning() - Method in class org.openspaces.grid.gsm.machines.AbstractMachinesSlaPolicy
-
- getMachineProvisioning() - Method in interface org.openspaces.grid.gsm.machines.FutureGridServiceAgent
-
- getMachineProvisioning() - Method in class org.openspaces.grid.gsm.strategy.AbstractScaleStrategyBean
-
- getMachineRemoved() - Method in interface org.openspaces.admin.machine.Machines
-
- getMachineRequirements(Machine) - Static method in class org.openspaces.grid.gsm.capacity.MachineCapacityRequirements
-
- getMachines() - Method in interface org.openspaces.admin.Admin
-
Returns the machines discovered.
- getMachines() - Method in interface org.openspaces.admin.machine.Machines
-
Returns all currently discovered machines.
- getMachines() - Method in interface org.openspaces.admin.zone.Zone
-
Returns the machines running within the zone.
- getMachinesGoingDown(MachinesSlaEnforcementState.StateKey) - Method in class org.openspaces.grid.gsm.machines.MachinesSlaEnforcementState
-
- getMachinesGoingDown() - Method in class org.openspaces.grid.gsm.machines.MachinesSlaEnforcementState
-
- getMachinesHostingContainers(GridServiceContainer[]) - Static method in class org.openspaces.grid.gsm.rebalancing.RebalancingUtils
-
- getMachineTotalCapacity(GridServiceAgent, AbstractMachinesSlaPolicy) - Static method in class org.openspaces.grid.gsm.machines.MachinesSlaUtils
-
- getMajorityCause() - Method in exception com.j_spaces.core.multiple.BatchOperationException
-
Return the main cause for this exception
- getMajorVersion() - Method in class com.j_spaces.jdbc.driver.GDriver
-
- getManaged() - Method in class org.openspaces.admin.application.deploy.AbstractApplicationCommand
-
- getManagedEntries() - Method in class org.openspaces.persistency.hibernate.AbstractHibernateExternalDataSource
-
Deprecated.
Returns all the entries this Hibernate data source will work with.
- getManagedEntries() - Method in class org.openspaces.persistency.hibernate.AbstractHibernateSpaceDataSource
-
- getManagedEntries() - Method in class org.openspaces.persistency.hibernate.AbstractHibernateSpaceSynchronizationEndpoint
-
- getManagedEntries() - Method in class org.openspaces.persistency.hibernate.ManagedEntitiesContainer
-
- getManagedEntries() - Method in interface org.openspaces.persistency.patterns.ManagedDataSourceEntriesProvider
-
Deprecated.
- getManagedEntries() - Method in class org.openspaces.persistency.patterns.ManagedEntriesSpaceDataSource
-
- getManagedEntries() - Method in class org.openspaces.persistency.patterns.ManagedEntriesSpaceSynchronizationEndpoint
-
- getManagedProcessingUnits() - Method in class org.openspaces.grid.esm.ESMImpl
-
- getManagedProcessingUnits() - Method in class org.openspaces.grid.esm.ESMProxy
-
- getManagerByUID(String) - Method in interface org.openspaces.admin.esm.ElasticServiceManagers
-
Returns a manager based on its uid.
- getManagerByUID(String) - Method in interface org.openspaces.admin.gsm.GridServiceManagers
-
Returns a manager based on its uid.
- getManagers() - Method in interface org.openspaces.admin.esm.ElasticServiceManagers
-
Returns all the currently discovered managers.
- getManagers() - Method in interface org.openspaces.admin.gsm.GridServiceManagers
-
Returns all the currently discovered managers.
- getManagingGridServiceManager() - Method in interface org.openspaces.admin.pu.ProcessingUnit
-
- getManagingGridServiceManagerChanged() - Method in interface org.openspaces.admin.pu.ProcessingUnit
-
- getManagingGridServiceManagerChanged() - Method in interface org.openspaces.admin.pu.ProcessingUnits
-
- getManifestURLs() - Method in class org.openspaces.pu.container.jee.JeeProcessingUnitContainerProvider
-
- getManufacturer() - Method in class net.jini.lookup.entry.ServiceInfoBean
-
Return the value of the manufacturer field in the ServiceInfo
object linked to by this JavaBeans component.
- getMap() - Method in class com.gigaspaces.query.aggregators.DistinctResult
-
- getMap() - Method in class com.gigaspaces.query.aggregators.GroupByResult
-
- getMap() - Method in class org.openspaces.core.DefaultGigaMap
-
- getMap() - Method in interface org.openspaces.core.GigaMap
-
Returns the IMap
used by this GigaMap implementation to delegate
different space operations.
- getMap(String, Map<String, String>) - Method in class org.openspaces.core.util.StringProperties
-
- getMap(Map<String, String>, String, Map<String, String>) - Static method in class org.openspaces.core.util.StringPropertiesUtils
-
- getMapEntry() - Method in class com.j_spaces.core.client.ExternalEntry
-
Deprecated.
Returns a Map.Entry (key-value pair) representation of this
entity.
- getMapEntry() - Method in interface com.j_spaces.core.IGSEntry
-
Returns a Map.Entry (key-value pair) representation of this
entity.
- getMapValue(Value, Value) - Method in class org.openspaces.jpa.openjpa.query.QueryExpressionFactory
-
Return an expression representing the given condition.
- getMarshalledLeases() - Method in exception net.jini.lease.LeaseUnmarshalException
-
Accessor method that returns an array consisting of instances of
MarshalledObject
, where each element of the array is
a marshalled instance of the Lease
interface, and
corresponds to an object that could not be successfully
unmarshalled.
- getMarshalledObjectRegistrar() - Method in class com.sun.jini.discovery.UnicastResponse
-
- getMarshalledRegistrars() - Method in exception net.jini.discovery.LookupUnmarshalException
-
Accessor method that returns an array consisting of instances of
MarshalledObject
, where each element of the array is a
marshalled instance of the ServiceRegistrar
interface,
and corresponds to an object that could not be successfully
unmarshalled.
- getMarshalPivot() - Method in class com.sun.jini.mahalo.TxnMgrProxy
-
- getMarshalPivot() - Method in interface com.sun.jini.proxy.MarshalPivotProvider
-
- getMasterSpace() - Method in interface com.j_spaces.map.IMap
-
Returns the Master Space proxy.
- getMatches() - Method in class net.jini.core.lookup.RegistrarEventRegistration
-
- getMaxActive() - Method in class org.openspaces.jdbc.datasource.DbcpBasicDataSource
-
- getMaxCacheSize() - Method in class com.gigaspaces.server.eviction.SpaceEvictionStrategyConfig
-
- getMaxCapacity() - Method in class org.openspaces.admin.pu.elastic.config.AutomaticCapacityScaleConfig
-
- getMaxCapacity() - Method in class org.openspaces.grid.gsm.autoscaling.AutoScalingSlaPolicy
-
- getMaxCapacityPerZone() - Method in class org.openspaces.admin.pu.elastic.config.AutomaticCapacityScaleConfig
-
- getMaxConcurrentConsumers() - Method in class org.openspaces.events.polling.AggregatedPollingEventContainerServiceDetails
-
- getMaxConcurrentConsumers() - Method in class org.openspaces.events.polling.PollingEventContainerServiceDetails
-
- getMaxConcurrentConsumers() - Method in class org.openspaces.events.polling.SimplePollingEventListenerContainer
-
Return the "maxConcurrentConsumer" setting.
- getMaxConcurrentRelocationsPerMachine() - Method in class org.openspaces.admin.pu.elastic.config.AutomaticCapacityScaleConfig
-
- getMaxConcurrentRelocationsPerMachine() - Method in class org.openspaces.admin.pu.elastic.config.EagerScaleConfig
-
- getMaxConcurrentRelocationsPerMachine() - Method in class org.openspaces.admin.pu.elastic.config.ManualCapacityPerZonesScaleConfig
-
- getMaxConcurrentRelocationsPerMachine() - Method in class org.openspaces.admin.pu.elastic.config.ManualCapacityScaleConfig
-
- getMaxConcurrentRelocationsPerMachine() - Method in interface org.openspaces.admin.pu.elastic.config.ScaleStrategyConfig
-
- getMaxConnPool() - Method in class com.gigaspaces.config.lrmi.nio.NIOConfiguration
-
- getMaxCpuPerc() - Method in interface org.openspaces.admin.os.OperatingSystemsStatistics
-
- getMaxCpuPercFormatted() - Method in interface org.openspaces.admin.os.OperatingSystemsStatistics
-
- getMaxEventsPerTask() - Method in class org.openspaces.events.polling.SimplePollingEventListenerContainer
-
Return the maximum number of messages to process in one task.
- getMaxHeapInBytes() - Method in class org.openspaces.admin.alert.alerts.HeapMemoryUtilizationAlert
-
The maximum amount of memory in bytes that can be used for memory management.
- getMaxIdle() - Method in class org.openspaces.jdbc.datasource.DbcpBasicDataSource
-
- getMaximumCapacity(CapacityRequirements, CapacityRequirements, CapacityRequirementsPerZones, CapacityRequirementsPerZones, ZonesConfig) - Static method in class org.openspaces.grid.gsm.autoscaling.AutoScalingSlaUtils
-
Calculates the maximum capacity for the specified zones.
- getMaximumNumberOfConcurrentRelocationsPerMachine() - Method in class org.openspaces.grid.gsm.rebalancing.RebalancingSlaPolicy
-
- getMaximumNumberOfContainersPerMachine() - Method in class org.openspaces.grid.gsm.machines.AbstractMachinesSlaPolicy
-
- getMaximumNumberOfInstances() - Method in class org.openspaces.admin.pu.elastic.events.ElasticStatelessReachedMaximumNumberOfInstancesEvent
-
- getMaximumNumberOfInstances() - Method in class org.openspaces.grid.gsm.strategy.AbstractScaleStrategyBean
-
- getMaximumNumberOfMachines() - Method in class org.openspaces.grid.gsm.machines.AbstractMachinesSlaPolicy
-
- getMaximumRetriesOnTransactionLock() - Method in class org.openspaces.core.gateway.SinkErrorHandlingFactoryBean
-
Gets the maximum retries number defined for a failed operation which failed due to transaction lock.
- getMaximumTimeWindowSeconds() - Method in class org.openspaces.admin.pu.statistics.AbstractTimeWindowStatisticsConfig
-
- getMaxInstances() - Method in class org.openspaces.pu.sla.ScaleUpPolicy
-
The maximum number of processing instances this scale up policy will scale
up to.
- getMaxInstancesPerMachine() - Method in class org.openspaces.admin.memcached.config.MemcachedConfig
-
- getMaxInstancesPerMachine() - Method in class org.openspaces.admin.pu.config.ProcessingUnitConfig
-
- getMaxInstancesPerMachine() - Method in interface org.openspaces.admin.pu.ProcessingUnit
-
- getMaxInstancesPerMachine() - Method in class org.openspaces.admin.space.config.SpaceConfig
-
- getMaxInstancesPerMachine() - Method in class org.openspaces.pu.sla.SLA
-
Returns the maximum number of instances of the processing unit allowed to run
on the same machine, regardless of the number of grid containers running on it.
- getMaxInstancesPerVM() - Method in class org.openspaces.admin.memcached.config.MemcachedConfig
-
- getMaxInstancesPerVM() - Method in class org.openspaces.admin.pu.config.ProcessingUnitConfig
-
- getMaxInstancesPerVM() - Method in interface org.openspaces.admin.pu.ProcessingUnit
-
- getMaxInstancesPerVM() - Method in class org.openspaces.admin.space.config.SpaceConfig
-
- getMaxInstancesPerVM() - Method in class org.openspaces.pu.sla.SLA
-
Returns the maximum number of instances of the processing unit allowed to run within
the same grid container.
- getMaxInstancesPerZone() - Method in class org.openspaces.admin.memcached.config.MemcachedConfig
-
- getMaxInstancesPerZone() - Method in class org.openspaces.admin.pu.config.ProcessingUnitConfig
-
- getMaxInstancesPerZone() - Method in interface org.openspaces.admin.pu.ProcessingUnit
-
- getMaxInstancesPerZone() - Method in class org.openspaces.admin.space.config.SpaceConfig
-
- getMaxInstancesPerZone() - Method in class org.openspaces.pu.sla.SLA
-
- getMaxMemory() - Method in exception com.j_spaces.core.MemoryShortageException
-
- getMaxMemoryCapacityInMB() - Method in class org.openspaces.admin.pu.elastic.config.ElasticStatefulProcessingUnitConfig
-
- getMaxMemoryUsedPerc() - Method in interface org.openspaces.admin.os.OperatingSystemsStatistics
-
- getMaxMemoryUsedPercFormatted() - Method in interface org.openspaces.admin.os.OperatingSystemsStatistics
-
- getMaxNumberOfContainers() - Method in interface org.openspaces.admin.pu.elastic.config.MaxNumberOfContainersScaleConfig
-
- getMaxNumberOfContainersPerMachine() - Method in interface org.openspaces.admin.pu.elastic.config.MaxNumberOfContainersPerMachineScaleConfig
-
- getMaxNumberOfCpuCores() - Method in class org.openspaces.admin.pu.elastic.config.ElasticStatefulProcessingUnitConfig
-
- getMaxNumberOfInstances() - Method in class org.openspaces.admin.pu.config.MaxInstancesPerZoneConfig
-
- getMaxNumberOfSamples(long, TimeUnit) - Method in class org.openspaces.admin.pu.statistics.AbstractTimeWindowStatisticsConfig
-
- getMaxNumberOfSamples(long, TimeUnit) - Method in class org.openspaces.admin.pu.statistics.LastSampleTimeWindowStatisticsConfig
-
- getMaxNumberOfSamples(long, TimeUnit) - Method in interface org.openspaces.admin.pu.statistics.TimeWindowStatisticsConfig
-
- getMaxOpenPreparedStatements() - Method in class org.openspaces.jdbc.datasource.DbcpBasicDataSource
-
- getMaxProcessingUnitInstancesFromSamePartitionPerMachine() - Method in class org.openspaces.admin.pu.elastic.config.ElasticStatefulProcessingUnitConfig
-
- getMaxRedoLogCapacity() - Method in class com.j_spaces.core.cluster.ReplicationPolicy
-
- getMaxRedoLogCapacity() - Method in class org.openspaces.core.gateway.GatewayTarget
-
- getMaxRedoLogMemoryCapacity() - Method in class com.j_spaces.core.cluster.ReplicationPolicy
-
- getMaxRedoLogRecoveryCapacity() - Method in class com.j_spaces.core.cluster.ReplicationPolicy
-
- getMaxStart() - Method in class net.jini.core.constraint.DelegationAbsoluteTime
-
Returns the maximum start time in milliseconds from midnight, January 1,
1970 UTC.
- getMaxStart() - Method in class net.jini.core.constraint.DelegationRelativeTime
-
Returns the maximum start duration in milliseconds.
- getMaxStop() - Method in class net.jini.core.constraint.DelegationAbsoluteTime
-
Returns the maximum stop time in milliseconds from midnight, January 1,
1970 UTC.
- getMaxStop() - Method in class net.jini.core.constraint.DelegationRelativeTime
-
Returns the maximum stop duration in milliseconds.
- getMaxThreads() - Method in class com.sun.jini.thread.TaskManager
-
Return the maximum number of threads to use on tasks.
- getMaxThreads() - Method in interface org.openspaces.admin.transport.TransportDetails
-
Returns the maximum number of threads configured for the transport communication
layer thread pool.
- getMaxThreads() - Method in interface org.openspaces.admin.transport.TransportsDetails
-
Returns the total number of maximum threads defined within all current
discovered
Transport
s.
- getMaxValue() - Static method in class com.j_spaces.core.filters.FilterOperationCodes
-
Return the max value of the operation codes.
- getMaxWait() - Method in class org.openspaces.jdbc.datasource.DbcpBasicDataSource
-
- getMeasurementPeriod() - Method in class org.openspaces.admin.alert.config.CpuUtilizationAlertConfiguration
-
- getMeasurementPeriod() - Method in class org.openspaces.admin.alert.config.HeapMemoryUtilizationAlertConfiguration
-
- getMeasurementPeriod() - Method in class org.openspaces.admin.alert.config.PhysicalMemoryUtilizationAlertConfiguration
-
- getMemberAliveIndicator() - Method in class org.openspaces.pu.sla.SLA
-
- getMemberAliveIndicators() - Method in class org.openspaces.interop.DotnetProcessingUnitBean
-
- getMemberAliveIndicators() - Method in class org.openspaces.interop.DotnetProcessingUnitContainer
-
- getMemberAliveIndicators() - Method in class org.openspaces.pu.container.ProcessingUnitContainer
-
- getMemberAliveIndicators() - Method in class org.openspaces.pu.container.spi.ApplicationContextProcessingUnitContainer
-
- getMemberAliveIndicators() - Method in class org.openspaces.pu.container.support.CompoundProcessingUnitContainer
-
- getMemberAliveIndicatorStatus() - Method in class org.openspaces.admin.alert.alerts.ProcessingUnitInstanceMemberAliveIndicatorAlert
-
- getMemberAliveIndicatorStatus() - Method in interface org.openspaces.admin.pu.ProcessingUnitInstance
-
- getMemberGroups() - Method in class com.sun.jini.reggie.GigaRegistrar
-
- getMemberGroups() - Method in interface net.jini.lookup.DiscoveryAdmin
-
Returns an array consisting of the names of the groups in which the
lookup service is a member.
- getMemberName() - Method in class com.j_spaces.core.client.SpaceURL
-
Deprecated.
- getMemberName() - Method in class org.openspaces.admin.space.ReplicationTarget
-
Returns the member name of this target.
- getMemberName() - Method in exception org.openspaces.core.SpaceUnavailableException
-
- getMemcached() - Method in interface org.openspaces.admin.pu.ProcessingUnitInstanceStatistics
-
Return memcached information.
- getMemcachedDetails() - Method in interface org.openspaces.admin.pu.ProcessingUnitInstance
-
- getMemoryCapacityInMB() - Method in class org.openspaces.admin.pu.elastic.config.CapacityRequirementsConfig
-
- getMemoryCapacityInMB() - Method in class org.openspaces.admin.pu.elastic.config.ManualCapacityScaleConfig
-
- getMemoryCapacityInMB() - Method in interface org.openspaces.admin.pu.elastic.config.ScaleStrategyCapacityRequirementConfig
-
- getMemoryHeapCommittedInBytes() - Method in interface org.openspaces.admin.vm.VirtualMachinesStatistics
-
- getMemoryHeapCommittedInBytes() - Method in interface org.openspaces.admin.vm.VirtualMachineStatistics
-
- getMemoryHeapCommittedInGB() - Method in interface org.openspaces.admin.vm.VirtualMachinesStatistics
-
- getMemoryHeapCommittedInGB() - Method in interface org.openspaces.admin.vm.VirtualMachineStatistics
-
- getMemoryHeapCommittedInMB() - Method in interface org.openspaces.admin.vm.VirtualMachinesStatistics
-
- getMemoryHeapCommittedInMB() - Method in interface org.openspaces.admin.vm.VirtualMachineStatistics
-
- getMemoryHeapCommittedUsedPerc() - Method in interface org.openspaces.admin.vm.VirtualMachinesStatistics
-
Returns the memory heap percentage from used to committed.
- getMemoryHeapCommittedUsedPerc() - Method in interface org.openspaces.admin.vm.VirtualMachineStatistics
-
Returns the memory heap percentage from used to committed.
- getMemoryHeapInitInBytes() - Method in interface org.openspaces.admin.vm.VirtualMachineDetails
-
- getMemoryHeapInitInBytes() - Method in interface org.openspaces.admin.vm.VirtualMachinesDetails
-
- getMemoryHeapInitInGB() - Method in interface org.openspaces.admin.vm.VirtualMachineDetails
-
- getMemoryHeapInitInGB() - Method in interface org.openspaces.admin.vm.VirtualMachinesDetails
-
- getMemoryHeapInitInMB() - Method in interface org.openspaces.admin.vm.VirtualMachineDetails
-
- getMemoryHeapInitInMB() - Method in interface org.openspaces.admin.vm.VirtualMachinesDetails
-
- getMemoryHeapMaxInBytes() - Method in interface org.openspaces.admin.vm.VirtualMachineDetails
-
- getMemoryHeapMaxInBytes() - Method in interface org.openspaces.admin.vm.VirtualMachinesDetails
-
- getMemoryHeapMaxInGB() - Method in interface org.openspaces.admin.vm.VirtualMachineDetails
-
- getMemoryHeapMaxInGB() - Method in interface org.openspaces.admin.vm.VirtualMachinesDetails
-
- getMemoryHeapMaxInMB() - Method in interface org.openspaces.admin.vm.VirtualMachineDetails
-
- getMemoryHeapMaxInMB() - Method in interface org.openspaces.admin.vm.VirtualMachinesDetails
-
- getMemoryHeapUsedInBytes() - Method in interface org.openspaces.admin.vm.VirtualMachinesStatistics
-
- getMemoryHeapUsedInBytes() - Method in interface org.openspaces.admin.vm.VirtualMachineStatistics
-
- getMemoryHeapUsedInGB() - Method in interface org.openspaces.admin.vm.VirtualMachinesStatistics
-
- getMemoryHeapUsedInGB() - Method in interface org.openspaces.admin.vm.VirtualMachineStatistics
-
- getMemoryHeapUsedInMB() - Method in interface org.openspaces.admin.vm.VirtualMachinesStatistics
-
- getMemoryHeapUsedInMB() - Method in interface org.openspaces.admin.vm.VirtualMachineStatistics
-
- getMemoryHeapUsedPerc() - Method in interface org.openspaces.admin.vm.VirtualMachinesStatistics
-
Returns the memory heap percentage from used to the max.
- getMemoryHeapUsedPerc() - Method in interface org.openspaces.admin.vm.VirtualMachineStatistics
-
Returns the memory heap percentage from used to the max.
- getMemoryInMB() - Method in class org.openspaces.grid.gsm.capacity.MemoryCapacityRequirement
-
- getMemoryInMB(GridServiceContainer) - Static method in class org.openspaces.grid.gsm.containers.ContainersSlaUtils
-
- getMemoryInMB(CapacityRequirements) - Static method in class org.openspaces.grid.gsm.machines.MachinesSlaUtils
-
- getMemoryNonHeapCommittedInBytes() - Method in interface org.openspaces.admin.vm.VirtualMachinesStatistics
-
- getMemoryNonHeapCommittedInBytes() - Method in interface org.openspaces.admin.vm.VirtualMachineStatistics
-
- getMemoryNonHeapCommittedInGB() - Method in interface org.openspaces.admin.vm.VirtualMachinesStatistics
-
- getMemoryNonHeapCommittedInGB() - Method in interface org.openspaces.admin.vm.VirtualMachineStatistics
-
- getMemoryNonHeapCommittedInMB() - Method in interface org.openspaces.admin.vm.VirtualMachinesStatistics
-
- getMemoryNonHeapCommittedInMB() - Method in interface org.openspaces.admin.vm.VirtualMachineStatistics
-
- getMemoryNonHeapCommittedUsedPerc() - Method in interface org.openspaces.admin.vm.VirtualMachinesStatistics
-
Returns the memory non heap percentage from used to committed.
- getMemoryNonHeapCommittedUsedPerc() - Method in interface org.openspaces.admin.vm.VirtualMachineStatistics
-
Returns the memory non heap percentage from used to committed.
- getMemoryNonHeapInitInBytes() - Method in interface org.openspaces.admin.vm.VirtualMachineDetails
-
- getMemoryNonHeapInitInBytes() - Method in interface org.openspaces.admin.vm.VirtualMachinesDetails
-
- getMemoryNonHeapInitInGB() - Method in interface org.openspaces.admin.vm.VirtualMachineDetails
-
- getMemoryNonHeapInitInGB() - Method in interface org.openspaces.admin.vm.VirtualMachinesDetails
-
- getMemoryNonHeapInitInMB() - Method in interface org.openspaces.admin.vm.VirtualMachineDetails
-
- getMemoryNonHeapInitInMB() - Method in interface org.openspaces.admin.vm.VirtualMachinesDetails
-
- getMemoryNonHeapMaxInBytes() - Method in interface org.openspaces.admin.vm.VirtualMachineDetails
-
- getMemoryNonHeapMaxInBytes() - Method in interface org.openspaces.admin.vm.VirtualMachinesDetails
-
- getMemoryNonHeapMaxInGB() - Method in interface org.openspaces.admin.vm.VirtualMachineDetails
-
- getMemoryNonHeapMaxInGB() - Method in interface org.openspaces.admin.vm.VirtualMachinesDetails
-
- getMemoryNonHeapMaxInMB() - Method in interface org.openspaces.admin.vm.VirtualMachineDetails
-
- getMemoryNonHeapMaxInMB() - Method in interface org.openspaces.admin.vm.VirtualMachinesDetails
-
- getMemoryNonHeapUsedInBytes() - Method in interface org.openspaces.admin.vm.VirtualMachinesStatistics
-
- getMemoryNonHeapUsedInBytes() - Method in interface org.openspaces.admin.vm.VirtualMachineStatistics
-
- getMemoryNonHeapUsedInGB() - Method in interface org.openspaces.admin.vm.VirtualMachinesStatistics
-
- getMemoryNonHeapUsedInGB() - Method in interface org.openspaces.admin.vm.VirtualMachineStatistics
-
- getMemoryNonHeapUsedInMB() - Method in interface org.openspaces.admin.vm.VirtualMachinesStatistics
-
- getMemoryNonHeapUsedInMB() - Method in interface org.openspaces.admin.vm.VirtualMachineStatistics
-
- getMemoryNonHeapUsedPerc() - Method in interface org.openspaces.admin.vm.VirtualMachinesStatistics
-
Returns the memory non heap percentage from used to the max.
- getMemoryNonHeapUsedPerc() - Method in interface org.openspaces.admin.vm.VirtualMachineStatistics
-
Returns the memory non heap percentage from used to the max.
- getMemoryShortageException() - Method in exception org.openspaces.core.SpaceMemoryShortageException
-
- getMemoryUsage() - Method in exception com.j_spaces.core.MemoryShortageException
-
- getMemoryUsedPerc() - Method in interface org.openspaces.admin.os.OperatingSystemsStatistics
-
- getMemoryUsedPercFormatted() - Method in interface org.openspaces.admin.os.OperatingSystemsStatistics
-
- getMemoryUtilization() - Method in class org.openspaces.admin.alert.alerts.PhysicalMemoryUtilizationAlert
-
The memory utilization reading when this alert was fired.
- getMergedBeanProperties(String) - Method in class org.openspaces.core.properties.BeanLevelProperties
-
Returns merged properties between the Spring context level properties and the bean level
properties associated with the provided bean name.
- getMessage() - Method in exception com.gigaspaces.client.WriteMultipleException
-
Summarize how many success and fail there are for the request, show how much failures for each type of error.
- getMessage() - Method in exception com.j_spaces.core.cache.offHeap.SpaceInternalBlobStoreMemoryShortageException
-
Returns the detail message string of this throwable.
- getMessage() - Method in exception com.j_spaces.core.client.EntryNotInSpaceException
- getMessage() - Method in exception com.j_spaces.core.DetailedUnusableEntryException
-
- getMessage() - Method in exception com.j_spaces.core.multiple.BatchOperationException
-
- getMessage() - Method in exception com.sun.jini.proxy.ThrowThis
-
Returns the detail message, including the message from the nested
exception the server wants thrown
- getMessage() - Method in exception com.sun.jini.reliableLog.LogException
-
Produce the message; including the message from the nested exception
if there is one.
- getMessage() - Method in class com.sun.jini.tool.envcheck.Reporter.Message
-
Returns the short message text.
- getMessage() - Method in exception org.openspaces.grid.gsm.autoscaling.exceptions.PerZoneAutoScalingSlaEnforcementInProgressException
-
- getMessage() - Method in exception org.openspaces.grid.gsm.machines.exceptions.PerZonesGridServiceAgentSlaEnforcementInProgressException
-
- getMessage() - Method in exception org.openspaces.grid.gsm.machines.exceptions.PerZonesMachinesSlaEnforcementInProgressException
-
- getMetaArguments() - Method in class org.openspaces.remoting.EventDrivenSpaceRemotingEntry
-
Deprecated.
- getMetaArguments() - Method in class org.openspaces.remoting.ExecutorRemotingTask
-
- getMetaArguments() - Method in class org.openspaces.remoting.scripting.ResourceLazyLoadingScript
-
- getMetaArguments() - Method in interface org.openspaces.remoting.scripting.Script
-
Returns a set of meta arguments that are used for remote invocation.
- getMetaArguments() - Method in class org.openspaces.remoting.scripting.StaticScript
-
- getMetaArguments() - Method in interface org.openspaces.remoting.SpaceRemotingInvocation
-
Meta arguments that can be passed as part of the invocation.
- getMetaData() - Method in class net.jini.core.transaction.server.ServerTransaction
-
- getMetaData() - Method in class org.openspaces.jpa.openjpa.query.AggregationFunction
-
Return any associated persistent type.
- getMetaData() - Method in class org.openspaces.jpa.openjpa.query.FieldPathNode
-
- getMetaData() - Method in class org.openspaces.jpa.openjpa.query.InnerQuery
-
Return any associated persistent type.
- getMetaData() - Method in class org.openspaces.jpa.openjpa.query.LiteralValueNode
-
- getMetaData() - Method in class org.openspaces.jpa.openjpa.query.NullValueNode
-
- getMetaData() - Method in class org.openspaces.jpa.openjpa.query.ParameterNode
-
- getMetaData() - Method in class org.openspaces.jpa.openjpa.query.Variable
-
- getMetadata(Object) - Method in class org.openspaces.persistency.hibernate.CriteriaHibernateExternalDataSource
-
Deprecated.
Return pojo entry metadata
- getMethod() - Method in interface org.openspaces.remoting.ServiceExecutionAspect.MethodInvocation
-
Gets the underlying method of this invocation
- getMethodConstraints(Object) - Method in class net.jini.security.BasicProxyPreparer
-
Returns the method constraints to use when verifying and setting
constraints on the specified proxy.
- getMethodDescs() - Method in class net.jini.constraint.BasicMethodConstraints
-
Returns the descriptors.
- getMethodHash() - Method in class org.openspaces.remoting.ExecutorRemotingTask
-
- getMethodHash() - Method in class org.openspaces.remoting.HashedEventDrivenSpaceRemotingEntry
-
Deprecated.
- getMethodHash() - Method in interface org.openspaces.remoting.HashedSpaceRemotingEntry
-
- getMethodName() - Method in class org.openspaces.remoting.EventDrivenSpaceRemotingEntry
-
Deprecated.
- getMethodName() - Method in class org.openspaces.remoting.ExecutorRemotingTask
-
- getMethodName() - Method in interface org.openspaces.remoting.SpaceRemotingInvocation
-
The method name of the service that will be executed.
- getMethodPerAttributeName() - Method in class org.openspaces.core.config.xmlparser.XmlAnnotationExtractor
-
- getMethodPerChildElementName() - Method in class org.openspaces.core.config.xmlparser.XmlAnnotationExtractor
-
- getMethodPerChildElementType() - Method in class org.openspaces.core.config.xmlparser.XmlAnnotationExtractor
-
- getMetric() - Method in class org.openspaces.admin.pu.statistics.ProcessingUnitStatisticsId
-
- getMetric() - Method in class org.openspaces.ui.AbstractBasicWidget
-
- getMetricGroups() - Method in class org.openspaces.ui.UserInterface
-
- getMetricNameForReport(String, MetricTagsSnapshot) - Method in class com.gigaspaces.metrics.MetricReporter
-
- getMetricRegistrator() - Method in class org.openspaces.pu.container.ProcessingUnitContainerConfig
-
- getMetrics() - Method in class org.openspaces.ui.MetricGroup
-
- getMetricsValues() - Method in class com.gigaspaces.metrics.MetricGroupSnapshot
-
- getMetricValue() - Method in class org.openspaces.admin.pu.elastic.events.ElasticStatelessProcessingUnitPlannedNumberOfInstancesChangedEvent
-
- getMgr() - Method in class com.sun.jini.mahalo.Job
-
Returns a reference to the WakeupManager
which
provides the scheduling of tasks created by
this Job
- getMinCapacity() - Method in class org.openspaces.admin.pu.elastic.config.AutomaticCapacityScaleConfig
-
- getMinCapacity() - Method in class org.openspaces.grid.gsm.autoscaling.AutoScalingSlaPolicy
-
- getMinCapacityPerZone() - Method in class org.openspaces.admin.pu.elastic.config.AutomaticCapacityScaleConfig
-
- getMinCpuPerc() - Method in interface org.openspaces.admin.os.OperatingSystemsStatistics
-
- getMinCpuPercFormatted() - Method in interface org.openspaces.admin.os.OperatingSystemsStatistics
-
- getMinEvictableIdleTimeMillis() - Method in class org.openspaces.jdbc.datasource.DbcpBasicDataSource
-
- getMinIdle() - Method in class org.openspaces.jdbc.datasource.DbcpBasicDataSource
-
- getMinimumCapacity(CapacityRequirements, CapacityRequirements, CapacityRequirementsPerZones, CapacityRequirementsPerZones, ZonesConfig) - Static method in class org.openspaces.grid.gsm.autoscaling.AutoScalingSlaUtils
-
Calculates the minimum capacity for the specified zones.
- getMinimumNumberOfCpuCoresPerMachine() - Method in class org.openspaces.admin.pu.elastic.config.DiscoveredMachineProvisioningConfig
-
- getMinimumNumberOfCpuCoresPerMachine() - Method in interface org.openspaces.admin.pu.elastic.ElasticMachineProvisioningConfig
-
Gets the minimum number of CPU cores per machine.
- getMinimumNumberOfDeployedInstances() - Method in class org.openspaces.admin.pu.dependency.config.ProcessingUnitDependencyConfig
-
- getMinimumNumberOfDeployedInstances() - Method in interface org.openspaces.admin.pu.dependency.ProcessingUnitDependency
-
- getMinimumNumberOfDeployedInstancesPerPartition() - Method in class org.openspaces.admin.pu.dependency.config.ProcessingUnitDependencyConfig
-
- getMinimumNumberOfDeployedInstancesPerPartition() - Method in interface org.openspaces.admin.pu.dependency.ProcessingUnitDependency
-
- getMinimumNumberOfInstancesPerPartition() - Method in class org.openspaces.grid.gsm.rebalancing.RebalancingSlaPolicy
-
- getMinimumNumberOfMachines() - Method in class org.openspaces.grid.gsm.machines.AbstractMachinesSlaPolicy
-
- getMinimumNumberOfMachines() - Method in class org.openspaces.grid.gsm.strategy.AbstractScaleStrategyBean
-
- getMinimumTimeWindowSeconds() - Method in class org.openspaces.admin.pu.statistics.AbstractTimeWindowStatisticsConfig
-
- getMinMemoryUsedPerc() - Method in interface org.openspaces.admin.os.OperatingSystemsStatistics
-
- getMinMemoryUsedPercFormatted() - Method in interface org.openspaces.admin.os.OperatingSystemsStatistics
-
- getMinNumberOfContainers() - Method in interface org.openspaces.admin.pu.elastic.config.MinNumberOfContainersScaleConfig
-
- getMinNumberOfContainersPerMachine() - Method in interface org.openspaces.admin.pu.elastic.config.MinNumberOfContainersPerMachineScaleConfig
-
- getMinNumberOfCpuCoresPerMachine() - Method in class org.openspaces.admin.pu.elastic.config.ElasticStatefulProcessingUnitConfig
-
Deprecated.
- getMinorVersion() - Method in class com.j_spaces.jdbc.driver.GDriver
-
- getMinStart() - Method in class net.jini.core.constraint.DelegationAbsoluteTime
-
Returns the minimum start time in milliseconds from midnight, January 1,
1970 UTC.
- getMinStart() - Method in class net.jini.core.constraint.DelegationRelativeTime
-
Returns the minimum start duration in milliseconds.
- getMinStop() - Method in class net.jini.core.constraint.DelegationAbsoluteTime
-
Returns the minimum stop time in milliseconds from midnight, January 1,
1970 UTC.
- getMinStop() - Method in class net.jini.core.constraint.DelegationRelativeTime
-
Returns the minimum stop duration in milliseconds.
- getMinThreads() - Method in interface org.openspaces.admin.transport.TransportDetails
-
Returns the minimum number of threads configured for the transport communication
layer thread pool.
- getMinThreads() - Method in interface org.openspaces.admin.transport.TransportsDetails
-
Returns the total number of minimum threads defined within all current
discovered
Transport
s.
- getMirrorServiceConfig() - Method in class com.j_spaces.core.cluster.ReplicationPolicy
-
- getMirrorStatistics() - Method in interface org.openspaces.admin.space.SpaceInstanceStatistics
-
- getMisses - Variable in class org.openspaces.memcached.SpaceCache
-
- getMode() - Method in interface org.openspaces.admin.space.SpaceInstance
-
Returns the space mode, indicating if the space is primary or backup.
- getModel() - Method in class net.jini.lookup.entry.ServiceInfoBean
-
Return the value of the model field in the ServiceInfo object
linked to by this JavaBeans component.
- getModifier() - Method in class com.gigaspaces.events.NotifyActionType
-
- getModifiersForIsolationLevel() - Method in class org.openspaces.core.DefaultGigaMap
-
Gets the isolation level from the current running transaction (enabling the usage of Spring
declarative isolation level settings).
- getModifiersForIsolationLevel() - Method in class org.openspaces.core.DefaultGigaSpace
-
Gets the isolation level from the current running transaction (enabling the usage of Spring
declarative isolation level settings).
- getModifiersForIsolationLevel() - Method in interface org.openspaces.core.GigaSpace
-
- getMonitor() - Method in class org.openspaces.admin.pu.statistics.ProcessingUnitStatisticsId
-
- getMonitor() - Method in class org.openspaces.pu.sla.AbstractPolicy
-
- getMonitor() - Method in interface org.openspaces.pu.sla.Policy
-
- getMonitors() - Method in interface org.openspaces.admin.pu.ProcessingUnitInstanceStatistics
-
Returns a map of the
ServiceMonitors
per processing unit
service id (bean id or bean name).
- getMonitors() - Method in class org.openspaces.pu.container.servicegrid.PUMonitors
-
- getMonitors() - Method in class org.openspaces.pu.service.PlainServiceMonitors
-
- getMonitors() - Method in interface org.openspaces.pu.service.ServiceMonitors
-
Returns monitor values.
- getMonitors() - Method in class org.openspaces.pu.sla.SLA
-
Returns a list of monitors can be used to monitor different runtime aspects
of the processing unit.
- getMostSignificantBits() - Method in class net.jini.core.lookup.ServiceID
-
Returns the most significant 64 bits of the service ID.
- getMostSignificantBits() - Method in class net.jini.id.Uuid
-
Returns the most significant 64 bits of this
Uuid
's 128-bit value.
- getMultiBucketReplicationPolicy() - Method in class com.j_spaces.core.cluster.ReplicationPolicy
-
- getMulticastMaxPacketSize(int) - Method in class com.sun.jini.discovery.DiscoveryConstraints
-
Returns the maximum multicast packet size to allow, or the specified
default value if not constrained.
- getMulticastTimeToLive(int) - Method in class com.sun.jini.discovery.DiscoveryConstraints
-
Returns the multicast time to live value to use, or the specified
default value if not constrained.
- getMultipleUIDs() - Method in class com.j_spaces.core.client.ExternalEntry
-
Deprecated.
Array of Entry UIDs.
- getName() - Method in interface com.gigaspaces.metadata.index.SpaceIndex
-
Gets the name of the index.
- getName() - Method in interface com.gigaspaces.metadata.SpacePropertyDescriptor
-
Gets the property name.
- getName() - Method in class com.gigaspaces.metrics.MetricRegistry
-
- getName() - Method in interface com.gigaspaces.sync.change.ChangeOperation
-
- getName() - Method in interface com.gigaspaces.sync.SynchronizationSourceDetails
-
- getName() - Method in interface com.j_spaces.core.admin.IJSpaceContainerAdmin
-
Deprecated.
Returns name of Container Admin.
- getName() - Method in interface com.j_spaces.core.admin.IRemoteJSpaceAdmin
-
Returns the Space Name.
- getName() - Method in interface com.j_spaces.core.IJSpace
-
Returns the name of this space.
- getName(int) - Static method in class com.sun.jini.constants.TxnConstants
-
Returns a String
which describes
the state of the Transaction
.
- getName() - Method in class com.sun.jini.reggie.EntryClass
-
Returns the name of this type
- getName() - Method in class net.jini.constraint.BasicMethodConstraints.MethodDesc
-
Returns the name of the method, with a prefix or suffix '*' if the
name is a pattern, or null
if this descriptor matches
all methods.
- getName() - Method in class net.jini.lookup.entry.NameBean
-
Return the value of the name field in the object linked to by
this JavaBeans component.
- getName() - Method in class net.jini.lookup.entry.ServiceInfoBean
-
Return the value of the name field in the ServiceInfo object linked
to by this JavaBeans component.
- getName() - Method in interface org.openspaces.admin.alert.Alert
-
- getName() - Method in class org.openspaces.admin.alert.alerts.AbstractAlert
-
- getName() - Method in class org.openspaces.admin.alert.AlertSeverity
-
Return the string name of the alert severity.
- getName() - Method in class org.openspaces.admin.alert.AlertStatus
-
Return the string name of the alert status.
- getName() - Method in interface org.openspaces.admin.application.Application
-
- getName() - Method in class org.openspaces.admin.application.config.ApplicationConfig
-
- getName() - Method in class org.openspaces.admin.dump.CompoundDumpResult
-
- getName() - Method in interface org.openspaces.admin.dump.DumpResult
-
The name of the dump.
- getName() - Method in interface org.openspaces.admin.gateway.Gateway
-
Returns the name which is used by the other gateways to locate this gateway.
- getName() - Method in class org.openspaces.admin.memcached.config.MemcachedConfig
-
- getName() - Method in interface org.openspaces.admin.os.OperatingSystemDetails.DriveDetails
-
- getName() - Method in interface org.openspaces.admin.os.OperatingSystemDetails
-
Returns the name of the operating system.
- getName() - Method in interface org.openspaces.admin.os.OperatingSystemDetails.NetworkDetails
-
Get the name of network interface
- getName() - Method in interface org.openspaces.admin.os.OperatingSystemStatistics.NetworkStatistics
-
The name of the network device.
- getName() - Method in class org.openspaces.admin.pu.config.ProcessingUnitConfig
-
- getName() - Method in interface org.openspaces.admin.pu.ProcessingUnit
-
- getName() - Method in interface org.openspaces.admin.pu.ProcessingUnitInstance
-
Returns the name of the processing unit.
- getName() - Method in interface org.openspaces.admin.pu.topology.ProcessingUnitConfigHolder
-
- getName() - Method in class org.openspaces.admin.space.config.SpaceConfig
-
- getName() - Method in interface org.openspaces.admin.space.Space
-
Returns the name of the Space.
- getName() - Method in interface org.openspaces.admin.zone.Zone
-
Returns name of the zone.
- getName() - Method in class org.openspaces.core.cluster.ClusterInfo
-
Returns the logical name of the cluster.
- getName() - Method in class org.openspaces.core.DefaultGigaSpace
-
- getName() - Method in class org.openspaces.core.gateway.AbstractGatewayComponentFactoryBean
-
- getName() - Method in class org.openspaces.core.gateway.GatewaySource
-
- getName() - Method in class org.openspaces.core.gateway.GatewayTarget
-
- getName() - Method in interface org.openspaces.core.GigaSpace
-
Returns the name of the GigaSpace.
- getName() - Method in class org.openspaces.core.space.AbstractSpaceFactoryBean
-
- getName() - Method in class org.openspaces.core.space.SpaceServiceDetails
-
- getName() - Method in class org.openspaces.events.asyncpolling.SimpleAsyncPollingEventListenerContainer
-
- getName() - Method in class org.openspaces.events.notify.SimpleNotifyEventListenerContainer
-
- getName() - Method in class org.openspaces.events.polling.SimplePollingEventListenerContainer
-
- getName() - Method in class org.openspaces.events.support.EventContainersBus
-
- getName() - Method in class org.openspaces.grid.gsm.machines.isolation.DedicatedMachineIsolation
-
- getName() - Method in class org.openspaces.grid.gsm.machines.isolation.ElasticProcessingUnitMachineIsolation
-
- getName() - Method in class org.openspaces.grid.gsm.machines.isolation.PublicMachineIsolation
-
- getName() - Method in class org.openspaces.grid.gsm.machines.isolation.SharedMachineIsolation
-
- getName() - Method in class org.openspaces.jpa.openjpa.query.AggregationFunction
-
- getName() - Method in class org.openspaces.jpa.openjpa.query.FieldPathNode
-
- getName() - Method in class org.openspaces.jpa.openjpa.query.InnerQuery
-
- getName() - Method in class org.openspaces.jpa.openjpa.query.LiteralValueNode
-
- getName() - Method in class org.openspaces.jpa.openjpa.query.NullValueNode
-
- getName() - Method in class org.openspaces.jpa.openjpa.query.ParameterNode
-
- getName() - Method in class org.openspaces.jpa.openjpa.query.Variable
-
- getName() - Method in class org.openspaces.pu.container.jee.lb.apache.LoadBalancerInfo
-
Returns the name of the web application processing unit.
- getName() - Method in class org.openspaces.pu.container.servicegrid.PUServiceBeanImpl
-
- getName() - Method in class org.openspaces.pu.container.support.CommandLineParser.Parameter
-
- getName() - Method in class org.openspaces.pu.container.support.WebsterFile
-
- getName() - Method in class org.openspaces.pu.sla.monitor.AbstractMonitor
-
Returns the name of the monitor.
- getName() - Method in interface org.openspaces.pu.sla.monitor.Monitor
-
Returns the name of the monitor.
- getName() - Method in class org.openspaces.pu.sla.requirement.SystemRequirement
-
- getName() - Method in class org.openspaces.remoting.scripting.ResourceLazyLoadingScript
-
Returns the name of the script.
- getName() - Method in interface org.openspaces.remoting.scripting.Script
-
The name of the script.
- getName() - Method in class org.openspaces.remoting.scripting.StaticScript
-
Returns the name of the script.
- getName() - Method in class org.openspaces.ui.MetricGroup
-
- getName() - Method in class org.openspaces.ui.WidgetGroup
-
- getNames() - Method in interface org.openspaces.admin.application.Applications
-
Returns a map of
Application
keyed by their respective names.
- getNames() - Method in interface org.openspaces.admin.gateway.Gateway
-
- getNames() - Method in interface org.openspaces.admin.gateway.GatewayProcessingUnits
-
- getNames() - Method in interface org.openspaces.admin.gateway.Gateways
-
Returns a map of
Gateway
keyed by their respective names.
- getNames() - Method in interface org.openspaces.admin.pu.ProcessingUnits
-
- getNames() - Method in interface org.openspaces.admin.space.Spaces
-
Returns a map of
Space
s keyed by their names.
- getNames() - Method in interface org.openspaces.admin.zone.Zones
-
Returns a map of zone names to
Zone
s.
- getNameState(String, boolean) - Method in class com.sun.jini.loader.pref.internal.PreferredResources
-
Searches the preference maps to determine the preference state
of the named resource.
- getNetInterfacesNames() - Method in class com.gigaspaces.metrics.factories.SigarNetworkMetricFactory
-
- getNetworkDetails() - Method in interface org.openspaces.admin.os.OperatingSystemDetails
-
Returns network details
- getNetworkStats() - Method in interface org.openspaces.admin.os.OperatingSystemStatistics
-
Returns the network statistics per network device.
- getNewAgent() - Method in exception org.openspaces.grid.gsm.machines.exceptions.FailedGridServiceAgentReconnectedException
-
- getNewCapacity() - Method in exception org.openspaces.grid.gsm.autoscaling.exceptions.AutoScalingThresholdBreachedException
-
- getNewContainerConfig() - Method in class org.openspaces.grid.gsm.containers.ContainersSlaPolicy
-
- getNewGridServiceManager() - Method in class org.openspaces.admin.pu.events.ManagingGridServiceManagerChangedEvent
-
Returns the new GSM that is associated with the processing unit.
- getNewMode() - Method in class org.openspaces.admin.space.events.SpaceModeChangedEvent
-
Returns the new space mode.
- getNewPlannedNumberOfInstances() - Method in class org.openspaces.admin.pu.elastic.events.ElasticStatelessProcessingUnitPlannedNumberOfInstancesChangedEvent
-
- getNewSize(ChangeOperationResult) - Static method in class com.gigaspaces.sync.change.AddAllToCollectionOperation
-
- getNewSize(ChangeOperationResult) - Static method in class com.gigaspaces.sync.change.AddToCollectionOperation
-
- getNewSize(ChangeOperationResult) - Static method in class com.gigaspaces.sync.change.PutInMapOperation
-
- getNewSize(ChangeOperationResult) - Static method in class com.gigaspaces.sync.change.RemoveFromCollectionOperation
-
- getNewSize(ChangeOperationResult) - Static method in class com.gigaspaces.sync.change.RemoveFromMapOperation
-
- getNewStatus() - Method in class org.openspaces.admin.pu.events.ProcessingUnitInstanceMemberAliveIndicatorStatusChangedEvent
-
- getNewStatus() - Method in class org.openspaces.admin.pu.events.ProcessingUnitInstanceProvisionStatusChangedEvent
-
- getNewStatus() - Method in class org.openspaces.admin.pu.events.ProcessingUnitStatusChangedEvent
-
The new deployment status.
- getNewStatus() - Method in class org.openspaces.admin.space.events.ReplicationStatusChangedEvent
-
The new replication status.
- getNewValue(ChangeOperationResult) - Static method in class com.gigaspaces.sync.change.IncrementOperation
-
- getNextCursor() - Method in class org.openspaces.grid.gsm.strategy.ElasticScaleStrategyEvents
-
- getNIODetails() - Method in class com.sun.jini.reggie.GigaRegistrar
-
- getNIODetails() - Method in class org.openspaces.grid.esm.ESMImpl
-
- getNIODetails() - Method in class org.openspaces.pu.container.servicegrid.PUServiceBeanImpl
-
- getNIOStatistics() - Method in class com.sun.jini.reggie.GigaRegistrar
-
- getNIOStatistics() - Method in class org.openspaces.grid.esm.ESMImpl
-
- getNIOStatistics() - Method in class org.openspaces.pu.container.servicegrid.PUServiceBeanImpl
-
- getNodes() - Method in class org.openspaces.pu.container.jee.lb.apache.LoadBalancerInfo
-
Returns all the nodes of the web application.
- getNodeType() - Method in class org.openspaces.jpa.openjpa.query.AggregationFunction
-
- getNodeType() - Method in class org.openspaces.jpa.openjpa.query.BinaryExpression
-
- getNodeType() - Method in class org.openspaces.jpa.openjpa.query.BindVariableExpression
-
- getNodeType() - Method in class org.openspaces.jpa.openjpa.query.ContainsExpression
-
- getNodeType() - Method in class org.openspaces.jpa.openjpa.query.EmptyExpression
-
- getNodeType() - Method in interface org.openspaces.jpa.openjpa.query.ExpressionNode
-
Gets the node type
- getNodeType() - Method in class org.openspaces.jpa.openjpa.query.FieldPathNode
-
- getNodeType() - Method in class org.openspaces.jpa.openjpa.query.InnerQuery
-
- getNodeType() - Method in class org.openspaces.jpa.openjpa.query.LiteralValueNode
-
- getNodeType() - Method in class org.openspaces.jpa.openjpa.query.LogicalExpression
-
- getNodeType() - Method in class org.openspaces.jpa.openjpa.query.MatchesExpression
-
- getNodeType() - Method in class org.openspaces.jpa.openjpa.query.NullValueNode
-
- getNodeType() - Method in class org.openspaces.jpa.openjpa.query.ParameterNode
-
- getNodeType() - Method in class org.openspaces.jpa.openjpa.query.Variable
-
- getNonBlockingSleep() - Method in class org.openspaces.archive.ArchivePollingContainer
-
- getNonHeapUtilization() - Method in class org.openspaces.admin.alert.alerts.GarbageCollectionAlert
-
The non-Heap utilization reading when this alert was fired.
- getNonNullEntry(Configuration, String, String, Class) - Static method in class com.sun.jini.config.Config
-
Obtains a non-
null
object from the specified
Configuration
using the specified arguments.
- getNonNullEntry(Configuration, String, String, Class, Object) - Static method in class com.sun.jini.config.Config
-
Obtains a non-
null
object from the specified
Configuration
using the specified arguments.
- getNonNullEntry(Configuration, String, String, Class, Object, Object) - Static method in class com.sun.jini.config.Config
-
Obtains a non-
null
object from the specified
Configuration
using the specified arguments.
- getNotificationInfo() - Method in class org.openspaces.pu.container.servicegrid.jmxs.SecuredPUExtension
-
- getNotifierQueueSize() - Method in interface org.openspaces.admin.space.SpaceInstanceStatistics
-
Gets the current number of pending notifications that needs to be sent to different clients.
- getNotifyAckCount() - Method in interface org.openspaces.admin.space.SpaceInstanceStatistics
-
- getNotifyAckCount() - Method in interface org.openspaces.admin.space.SpaceStatistics
-
- getNotifyAckPerSecond() - Method in interface org.openspaces.admin.space.SpaceInstanceStatistics
-
- getNotifyAckPerSecond() - Method in interface org.openspaces.admin.space.SpaceStatistics
-
- getNotifyActionType() - Method in class com.j_spaces.core.client.EntryArrivedRemoteEvent
-
Returns a notify type of this event.
- getNotifyEventContainerDetails() - Method in interface org.openspaces.admin.pu.ProcessingUnitInstance
-
- getNotifyEventContainers() - Method in interface org.openspaces.admin.pu.ProcessingUnitInstanceStatistics
-
Returns all the different notify event containers monitors keyed by the service id.
- getNotifyEventDetails() - Method in class org.openspaces.events.notify.NotifyEventContainerServiceMonitors
-
- getNotifyLeaseExpire() - Method in class org.openspaces.events.notify.SimpleNotifyEventListenerContainer
-
- getNotifyMatchedUpdate() - Method in class org.openspaces.events.notify.SimpleNotifyEventListenerContainer
-
- getNotifyRegistrationCount() - Method in interface org.openspaces.admin.space.SpaceInstanceStatistics
-
- getNotifyRegistrationCount() - Method in interface org.openspaces.admin.space.SpaceStatistics
-
- getNotifyRegistrationPerSecond() - Method in interface org.openspaces.admin.space.SpaceInstanceStatistics
-
- getNotifyRegistrationPerSecond() - Method in interface org.openspaces.admin.space.SpaceStatistics
-
- getNotifyRematchedUpdate() - Method in class org.openspaces.events.notify.SimpleNotifyEventListenerContainer
-
- getNotifyTake() - Method in class org.openspaces.events.notify.SimpleNotifyEventListenerContainer
-
- getNotifyTemplateCount() - Method in interface org.openspaces.admin.space.SpaceInstanceStatistics
-
- getNotifyTemplateCount() - Method in interface org.openspaces.admin.space.SpaceStatistics
-
- getNotifyTemplateCountPerClassName() - Method in interface org.openspaces.admin.space.SpaceInstanceRuntimeDetails
-
Returns a mapping between each class name and the number of notify-templates in the Space.
- getNotifyTemplateCountPerClassName() - Method in interface org.openspaces.admin.space.SpaceRuntimeDetails
-
Returns an aggregated mapping between each class name and the number of notify-templates in the Space instances.
- getNotifyTemplRegistration() - Method in interface com.j_spaces.core.SpaceCopyStatus
-
- getNotifyTriggerCount() - Method in interface org.openspaces.admin.space.SpaceInstanceStatistics
-
- getNotifyTriggerCount() - Method in interface org.openspaces.admin.space.SpaceStatistics
-
- getNotifyTriggerPerSecond() - Method in interface org.openspaces.admin.space.SpaceInstanceStatistics
-
- getNotifyTriggerPerSecond() - Method in interface org.openspaces.admin.space.SpaceStatistics
-
- getNotifyType() - Method in class com.j_spaces.core.client.EntryArrivedRemoteEvent
-
- getNotifyType() - Method in interface com.j_spaces.core.filters.entry.IFilterEntry
-
Gets the notify type.
- getNotifyUnmatched() - Method in class org.openspaces.events.notify.SimpleNotifyEventListenerContainer
-
- getNotifyUpdate() - Method in class org.openspaces.events.notify.SimpleNotifyEventListenerContainer
-
- getNotifyWrite() - Method in class org.openspaces.events.notify.SimpleNotifyEventListenerContainer
-
- getNull() - Method in class org.openspaces.jpa.openjpa.query.QueryExpressionFactory
-
Return a value representing null.
- getNumActive() - Method in class org.openspaces.jdbc.datasource.DbcpBasicDataSource
-
[Read Only] The current number of active connections that have been
allocated from this data source.
- getNumberHelper(Class<N>) - Static method in class org.openspaces.core.util.numbers.NumberHelperFactory
-
A factory allowing to create
NumberHelper
implemenations
based on the provided
Number
type (such as
Integer
or
Float
).
- getNumberOfBackupInstancesPerPartition() - Method in class org.openspaces.admin.pu.elastic.config.ElasticStatefulProcessingUnitConfig
-
- getNumberOfBackups() - Method in class org.openspaces.admin.memcached.config.MemcachedConfig
-
- getNumberOfBackups() - Method in class org.openspaces.admin.pu.config.ProcessingUnitConfig
-
- getNumberOfBackups() - Method in interface org.openspaces.admin.pu.ProcessingUnit
-
- getNumberOfBackups() - Method in class org.openspaces.admin.space.config.SpaceConfig
-
- getNumberOfBackups() - Method in interface org.openspaces.admin.space.Space
-
Returns the number of backups per Space Instance.
- getNumberOfBackups() - Method in class org.openspaces.core.cluster.ClusterInfo
-
Returns the number of backups that each primary instance will have in a cluster.
- getNumberOfBackups() - Method in class org.openspaces.pu.sla.SLA
-
Returns the number of backups that each primary instance will have in a cluster.
- getNumberOfChangedEntries() - Method in interface com.gigaspaces.client.ChangeResult
-
Returns the number of changed entries
- getNumberOfChildContainersForProcessingUnit(GridServiceAgent, ProcessingUnit) - Static method in class org.openspaces.grid.gsm.machines.MachinesSlaUtils
-
- getNumberOfCpuCores() - Method in class org.openspaces.admin.pu.elastic.config.CapacityRequirementsConfig
-
- getNumberOfCpuCores() - Method in class org.openspaces.admin.pu.elastic.config.ManualCapacityScaleConfig
-
- getNumberOfCpuCores() - Method in interface org.openspaces.admin.pu.elastic.config.ScaleStrategyCapacityRequirementConfig
-
- getNumberOfCpuCores(Machine, CapacityRequirementsPerAgent) - Static method in class org.openspaces.grid.gsm.rebalancing.RebalancingUtils
-
- getNumberOfFutureAgents(MachinesSlaEnforcementState.StateKey) - Method in class org.openspaces.grid.gsm.machines.MachinesSlaEnforcementState
-
- getNumberOfInstances() - Method in class org.openspaces.admin.memcached.config.MemcachedConfig
-
- getNumberOfInstances() - Method in class org.openspaces.admin.pu.config.ProcessingUnitConfig
-
- getNumberOfInstances() - Method in interface org.openspaces.admin.pu.ProcessingUnit
-
- getNumberOfInstances() - Method in class org.openspaces.admin.space.config.SpaceConfig
-
- getNumberOfInstances() - Method in interface org.openspaces.admin.space.Space
-
Returns the number of instances as per the Space topology.
- getNumberOfInstances() - Method in class org.openspaces.core.cluster.ClusterInfo
-
Returns the number of primary instances that are running within the cluster.
- getNumberOfInstances() - Method in class org.openspaces.pu.sla.SLA
-
Returns the number of primary instances that are running within the cluster.
- getNumberOfMachines() - Method in class org.openspaces.grid.gsm.capacity.NumberOfMachinesCapacityRequirement
-
- getNumberOfPartitions() - Method in class org.openspaces.admin.pu.elastic.config.ElasticStatefulProcessingUnitConfig
-
- getNumberOfPrimaryInstancesOnMachine(ProcessingUnit, Machine) - Static method in class org.openspaces.grid.gsm.rebalancing.RebalancingUtils
-
- getNumberOfPrimaryInstancesPerCpuCore(ProcessingUnit, Machine, CapacityRequirementsPerAgent) - Static method in class org.openspaces.grid.gsm.rebalancing.RebalancingUtils
-
- getNumberOfReplicatedPackets() - Method in class com.j_spaces.core.filters.ReplicationStatistics.OutgoingChannel
-
- getNumFields() - Method in class com.sun.jini.reggie.EntryClass
-
Return the number of public fields (including superclasses)
- getNumIdle() - Method in class org.openspaces.jdbc.datasource.DbcpBasicDataSource
-
[Read Only] The current number of idle connections that are waiting
to be allocated from this data source.
- getNumInstances() - Method in class com.sun.jini.reggie.EntryClass
-
Returns the number of times this type is used in service
registrations
- getNumOfFixedProperties() - Method in interface com.gigaspaces.metadata.SpaceTypeDescriptor
-
Gets the number of fixed properties of the type.
- getNumOfPacketsToReplicate() - Method in class com.j_spaces.core.filters.ReplicationStatistics.OutgoingReplication
-
- getNumSuccesfullChanges() - Method in exception com.gigaspaces.client.ChangeException
-
Returns the number of successfully changes.
- getNumSuccesfullChanges() - Method in exception org.openspaces.core.ChangeException
-
Returns the number of successful changes.
- getNumTemplates() - Method in class com.sun.jini.reggie.EntryClass
-
Returns the number of times this type is used in event
registrations
- getNumTestsPerEvictionRun() - Method in class org.openspaces.jdbc.datasource.DbcpBasicDataSource
-
- getObject() - Method in class com.j_spaces.core.client.EntryArrivedRemoteEvent
-
Returns the entry by specification of user.
- getObject(IJSpace) - Method in class com.j_spaces.core.client.ExternalEntry
-
Deprecated.
Converts to object.
- getObject() - Method in class com.j_spaces.core.client.SQLQuery
-
- getObject(IJSpace) - Method in interface com.j_spaces.core.IGSEntry
-
Converts to object.
- getObject() - Method in interface com.j_spaces.core.LeaseContext
-
returns the previous value associated with this update-or-write operation.
- getObject() - Method in class org.openspaces.core.config.GigaSpaceDocumentTypeDescriptorFactoryBean
-
- getObject() - Method in class org.openspaces.core.config.modifiers.AbstractSpaceProxyOperationModifierFactoryBean
-
- getObject() - Method in class org.openspaces.core.config.SQLQueryFactoryBean
-
- getObject() - Method in class org.openspaces.core.GigaMapFactoryBean
-
- getObject() - Method in class org.openspaces.core.GigaSpaceFactoryBean
-
- getObject() - Method in class org.openspaces.core.map.MapFactoryBean
-
- getObject() - Method in class org.openspaces.core.ReadByIdsException.ReadByIdResult
-
- getObject() - Method in class org.openspaces.core.space.AbstractSpaceFactoryBean
-
- getObject() - Method in class org.openspaces.core.space.cache.AbstractLocalCacheSpaceFactoryBean
-
- getObject() - Method in class org.openspaces.core.TakeByIdsException.TakeByIdResult
-
- getObject() - Method in class org.openspaces.events.config.AbstractResultEventAdapterFactoryBean
-
- getObject() - Method in class org.openspaces.jms.GigaSpaceConnectionFactory
-
- getObject() - Method in class org.openspaces.jms.GigaSpaceQueue
-
- getObject() - Method in class org.openspaces.jms.GigaSpaceTopic
-
- getObject() - Method in class org.openspaces.jms.GigaSpaceXAConnectionFactory
-
- getObject() - Method in class org.openspaces.persistency.hibernate.CriteriaHibernateSpaceDataSourceFactoryBean
-
- getObject() - Method in class org.openspaces.persistency.hibernate.DefaultHibernateSpaceDataSourceFactoryBean
-
- getObject() - Method in class org.openspaces.persistency.hibernate.DefaultHibernateSpaceSynchronizationEndpointFactoryBean
-
- getObject() - Method in class org.openspaces.persistency.hibernate.StatelessHibernateSpaceDataSourceFactoryBean
-
- getObject() - Method in class org.openspaces.persistency.hibernate.StatelessHibernateSpaceSynchronizationEndpointFactoryBean
-
- getObject() - Method in class org.openspaces.pu.container.jee.PortGenerator
-
- getObject() - Method in class org.openspaces.pu.container.jee.SharedContextFactory
-
- getObject() - Method in class org.openspaces.remoting.EventDrivenSpaceRemotingProxyFactoryBean
-
- getObject() - Method in class org.openspaces.remoting.ExecutorSpaceRemotingProxyFactoryBean
-
- getObjectClass() - Method in interface com.gigaspaces.metadata.SpaceTypeDescriptor
-
Gets the java class which correlates to the type, if available.
- getObjectCount() - Method in interface org.openspaces.admin.space.SpaceInstanceStatistics
-
- getObjectCount() - Method in interface org.openspaces.admin.space.SpaceStatistics
-
- getObjectId(Value) - Method in class org.openspaces.jpa.openjpa.query.QueryExpressionFactory
-
Return the object id of the given value.
- getObjectsToProcess() - Method in class org.openspaces.core.executor.juc.CallableTaskAdapter
-
Returns the callable passed so it will be processed on the node it is executed on as well.
- getObjectsToProcess() - Method in class org.openspaces.core.executor.juc.RunnableTaskAdapter
-
Returns the callable passed so it will be processed on the node it is executed on as well.
- getObjectsToProcess() - Method in interface org.openspaces.core.executor.support.ProcessObjectsProvider
-
Returns an array of objects that needs processing on the space node side.
- getObjectsToProcess() - Method in class org.openspaces.events.support.RegisterEventContainerTask
-
- getObjectStreamContext() - Method in class net.jini.io.MarshalInputStream
-
Returns the collection of context information objects that
was passed to this stream's constructor.
- getObjectStreamContext() - Method in class net.jini.io.MarshalOutputStream
-
Returns the collection of context information objects that
was passed to this stream's constructor.
- getObjectStreamContext() - Method in interface net.jini.io.ObjectStreamContext
-
Returns this object stream's collection of context information
objects.
- getObjectType() - Method in interface com.j_spaces.core.cluster.IReplicationFilterEntry
-
Gets the object type as defined at ObjectTypes
.
- getObjectType() - Method in class org.openspaces.core.config.GigaSpaceDocumentTypeDescriptorFactoryBean
-
- getObjectType() - Method in class org.openspaces.core.config.modifiers.AbstractSpaceProxyOperationModifierFactoryBean
-
- getObjectType() - Method in class org.openspaces.core.config.SQLQueryFactoryBean
-
- getObjectType() - Method in class org.openspaces.core.GigaMapFactoryBean
-
- getObjectType() - Method in class org.openspaces.core.GigaSpaceFactoryBean
-
- getObjectType() - Method in class org.openspaces.core.jini.JiniServiceFactoryBean
-
- getObjectType() - Method in class org.openspaces.core.map.MapFactoryBean
-
- getObjectType() - Method in class org.openspaces.core.space.AbstractSpaceFactoryBean
-
Returns the object type of the factory bean.
- getObjectType() - Method in class org.openspaces.core.space.cache.AbstractLocalCacheSpaceFactoryBean
-
Returns the type of the factory object.
- getObjectType() - Method in class org.openspaces.events.config.AbstractResultEventAdapterFactoryBean
-
- getObjectType() - Method in class org.openspaces.jms.GigaSpaceConnectionFactory
-
- getObjectType() - Method in class org.openspaces.jms.GigaSpaceQueue
-
- getObjectType() - Method in class org.openspaces.jms.GigaSpaceTopic
-
- getObjectType() - Method in class org.openspaces.jms.GigaSpaceXAConnectionFactory
-
- getObjectType() - Method in class org.openspaces.persistency.hibernate.CriteriaHibernateSpaceDataSourceFactoryBean
-
- getObjectType() - Method in class org.openspaces.persistency.hibernate.DefaultHibernateSpaceDataSourceFactoryBean
-
- getObjectType() - Method in class org.openspaces.persistency.hibernate.DefaultHibernateSpaceSynchronizationEndpointFactoryBean
-
- getObjectType() - Method in class org.openspaces.persistency.hibernate.StatelessHibernateSpaceDataSourceFactoryBean
-
- getObjectType() - Method in class org.openspaces.persistency.hibernate.StatelessHibernateSpaceSynchronizationEndpointFactoryBean
-
- getObjectType() - Method in class org.openspaces.pu.container.jee.PortGenerator
-
- getObjectType() - Method in class org.openspaces.pu.container.jee.SharedContextFactory
-
- getObjectType() - Method in class org.openspaces.remoting.EventDrivenSpaceRemotingProxyFactoryBean
-
- getObjectType() - Method in class org.openspaces.remoting.ExecutorSpaceRemotingProxyFactoryBean
-
- getOldAgent() - Method in exception org.openspaces.grid.gsm.machines.exceptions.FailedGridServiceAgentReconnectedException
-
- getOneWay() - Method in class org.openspaces.remoting.EventDrivenSpaceRemotingEntry
-
Deprecated.
- getOneWay() - Method in interface org.openspaces.remoting.SpaceRemotingEntry
-
- getOnMissingPackets() - Method in class com.j_spaces.core.cluster.ReplicationPolicy
-
- getOnRedoLogCapacityExceeded() - Method in class com.j_spaces.core.cluster.ReplicationPolicy
-
- getOnRedoLogCapacityExceeded() - Method in class org.openspaces.core.gateway.GatewayTarget
-
get limited redo log capacity behavior policy for this gateway
- getOpCode() - Method in enum com.j_spaces.core.cluster.ReplicationOperationType
-
- getOperands() - Method in class com.sun.jini.system.MultiCommandLine
-
Return the command line operands that come after the options.
- getOperands() - Method in class com.sun.jini.system.POSIXCommandLine
-
Return the command line operands that come after the options.
- getOperatingMode() - Method in class com.j_spaces.core.filters.ReplicationStatistics.OutgoingChannel
-
- getOperatingSystem() - Method in interface org.openspaces.admin.machine.Machine
-
Returns the operating system of the machine.
- getOperatingSystem() - Method in class org.openspaces.admin.os.events.OperatingSystemStatisticsChangedEvent
-
Returns the operating system associated with the event.
- getOperatingSystem() - Method in interface org.openspaces.admin.os.OperatingSystemAware
-
Returns the operating system the grid component is running within.
- getOperatingSystems() - Method in interface org.openspaces.admin.Admin
-
Returns the Operating Systems discovered.
- getOperatingSystems() - Method in class org.openspaces.admin.os.events.OperatingSystemsStatisticsChangedEvent
-
Returns the operating systems component associated with the event.
- getOperatingSystems() - Method in interface org.openspaces.admin.os.OperatingSystems
-
Returns all currently discovered operating systems.
- getOperatingSystemStatisticsChanged() - Method in interface org.openspaces.admin.os.OperatingSystems
-
- getOperation() - Method in interface com.gigaspaces.datasource.BulkItem
-
Deprecated.
Return the operation to execute
- getOperation() - Method in exception com.j_spaces.core.client.EntryVersionConflictException
-
Return the space operation caused the conflict Take or Update
- getOperation() - Method in exception org.openspaces.core.SpaceOptimisticLockingFailureException
-
Return the space operation caused the conflict Take or Update
- getOperation(StoreQuery) - Method in class org.openspaces.jpa.openjpa.StoreManagerSQLQuery.SQLExecutor
-
- getOperationCount() - Method in interface com.gigaspaces.cluster.replication.async.mirror.MirrorOperationStatistics
-
Returns the total count of operations that were executed on the mirror
- getOperationCount() - Method in interface com.gigaspaces.cluster.replication.statistics.IReplicationInOperation
-
Returns the total count of operations that were executed on target
- getOperationEntry() - Method in interface com.gigaspaces.cluster.replication.gateway.conflict.DataConflictOperation
-
- getOperationID() - Method in class com.j_spaces.core.client.EntryArrivedRemoteEvent
-
- getOperations() - Method in interface com.gigaspaces.cluster.replication.gateway.conflict.DataConflict
-
Gets all the conflicted operations, for a non transactional conflict, this will
contain a single operation that causes the conflict.
- getOperations() - Method in interface com.gigaspaces.sync.change.DataSyncChangeSet
-
- getOperationType() - Method in interface com.gigaspaces.cluster.replication.gateway.conflict.DataConflictOperation
-
- getOperationType() - Method in interface com.j_spaces.core.cluster.IReplicationFilterEntry
-
Gets the code of the replicated operation.
- getOptions() - Method in class org.openspaces.admin.gsa.ElasticServiceManagerOptions
-
Returns the agent process options that represents what was set on this ESM options.
- getOptions() - Method in class org.openspaces.admin.gsa.GridServiceContainerOptions
-
Returns the agent process options that represents what was set on this GSC options.
- getOptions() - Method in class org.openspaces.admin.gsa.GridServiceManagerOptions
-
Returns the agent process options that represents what was set on this GSM options.
- getOptions() - Method in class org.openspaces.admin.gsa.GridServiceOptions
-
Returns the agent process options that represents what was set on this generic service options.
- getOptions() - Method in class org.openspaces.admin.gsa.LookupServiceOptions
-
Returns the agent process options that represents what was set on this LUS options.
- getOrAdd(Object, Object) - Method in class com.sun.jini.collection.WeakTable
-
Return the object that this key maps to.
- getOrder() - Method in class org.openspaces.remoting.RemotingAnnotationBeanPostProcessor
-
- getOrganization() - Method in class net.jini.lookup.entry.AddressBean
-
Return the value of the organization field in the Address object linked
to by this JavaBeans component.
- getOrganizationalUnit() - Method in class net.jini.lookup.entry.AddressBean
-
Return the value of the organizationalUnit field in the Address object
linked to by this JavaBeans component.
- getOriginalMajorityCause() - Method in exception com.j_spaces.core.multiple.BatchOperationException
-
Return the original majority cause for this exception
- getOSDetails() - Method in class com.sun.jini.reggie.GigaRegistrar
-
- getOSDetails() - Method in class org.openspaces.grid.esm.ESMImpl
-
- getOSDetails() - Method in class org.openspaces.pu.container.servicegrid.PUServiceBeanImpl
-
- getOSStatistics() - Method in class com.sun.jini.reggie.GigaRegistrar
-
- getOSStatistics() - Method in class org.openspaces.grid.esm.ESMImpl
-
- getOSStatistics() - Method in class org.openspaces.pu.container.servicegrid.PUServiceBeanImpl
-
- getOtherInstancesFromSamePartition(ProcessingUnitInstance) - Static method in class org.openspaces.grid.gsm.rebalancing.RebalancingUtils
-
- getOtherInstancesFromSamePartitionInContainer(GridServiceContainer, ProcessingUnitInstance) - Static method in class org.openspaces.grid.gsm.rebalancing.RebalancingUtils
-
- getOtherInstancesFromSamePartitionInMachine(Machine, ProcessingUnitInstance) - Static method in class org.openspaces.grid.gsm.rebalancing.RebalancingUtils
-
- getOutgoingReplication() - Method in class com.j_spaces.core.filters.ReplicationStatistics
-
- getOutput() - Method in class com.gigaspaces.metrics.reporters.ConsoleReporterFactory
-
- getOutputFilter() - Method in class com.j_spaces.core.cluster.ReplicationFilterProvider
-
Return the output replication filter.
- getOutputStream(String, OutputStream) - Method in class com.sun.jini.system.MultiCommandLine
-
Return a OutputStream
that is the result of creating a new
FileOutputStream
object for the file named by the given
option.
- getOutputStream(String, String) - Method in class com.sun.jini.system.MultiCommandLine
-
Return a InputStream
that is the result of creating a new
FileInputStream
object for the file named by the given
option.
- getOutputStream(char, OutputStream) - Method in class com.sun.jini.system.POSIXCommandLine
-
Return a OutputStream
that is the result of creating a new
FileOutputStream
object for the file named by the given
option.
- getOutputStream(char, String) - Method in class com.sun.jini.system.POSIXCommandLine
-
Return a InputStream
that is the result of creating a new
FileInputStream
object for the file named by the given
option.
- getOverride() - Method in class net.jini.config.ConfigurationFile.ErrorDescriptor
-
Returns the override sequence number where this error occurred
or 0
if the error did not occur in an override.
- getPacketBufferSize() - Method in interface com.gigaspaces.lrmi.nio.filters.IOBlockFilter
-
Return the network max block size
- getPacketBufferSize() - Method in class com.gigaspaces.lrmi.nio.filters.IOSSLFilter
-
- getParameterKey() - Method in class org.openspaces.jpa.openjpa.query.ParameterNode
-
- getParameters() - Method in class com.j_spaces.core.client.SQLQuery
-
- getParameters() - Method in class org.openspaces.remoting.scripting.ResourceLazyLoadingScript
-
Returns the set of parameters that will be passes to the script execution.
- getParameters() - Method in interface org.openspaces.remoting.scripting.Script
-
One or more parameters that will be passes to the script.
- getParameters() - Method in class org.openspaces.remoting.scripting.StaticScript
-
Returns the set of parameters that will be passes to the script execution.
- getParameterTypes() - Method in class net.jini.constraint.BasicMethodConstraints.MethodDesc
-
Returns the parameter types, or null
if this
descriptor matches all parameter types or all methods.
- getParameterTypes() - Method in interface org.openspaces.remoting.scripting.TypedScript
-
The types of the script bound parameters.
- getParentLogger() - Method in class com.j_spaces.jdbc.driver.GDriver
-
- getParentLogger() - Method in class org.openspaces.jdbc.datasource.DbcpBasicDataSource
-
- getParseType() - Method in class org.openspaces.jpa.openjpa.query.LiteralValueNode
-
- getPartialUpdateHQL(BulkItem, Map<String, Object>) - Method in class org.openspaces.persistency.hibernate.AbstractHibernateExternalDataSource
-
Deprecated.
- getPartialUpdateHQL(DataSyncOperation, Map<String, Object>) - Method in class org.openspaces.persistency.hibernate.AbstractHibernateSpaceSynchronizationEndpoint
-
- getParticipantId() - Method in interface com.gigaspaces.transaction.TransactionParticipantMetaData
-
The id of the space that committed the transaction.
- getParticipantId() - Method in interface net.jini.core.transaction.server.TransactionParticipantData
-
Deprecated.
The id of the space that committed the transaction.
- getParticipantId() - Method in class net.jini.core.transaction.server.TransactionParticipantDataImpl
-
- getPartition(int) - Method in interface org.openspaces.admin.pu.ProcessingUnit
-
- getPartition() - Method in interface org.openspaces.admin.pu.ProcessingUnitInstance
-
Returns the processing unit partition this processing unit instance is part of.
- getPartition(int) - Method in interface org.openspaces.admin.space.Space
-
Returns a partition for a specific partition id.
- getPartition() - Method in interface org.openspaces.admin.space.SpaceInstance
-
Returns the partition this instance is part of.
- getPartitionId() - Method in class com.gigaspaces.query.aggregators.SpaceEntriesAggregatorContext
-
- getPartitionId() - Method in interface org.openspaces.admin.pu.ProcessingUnitPartition
-
Returns the partition id (starting from 0).
- getPartitionId() - Method in interface org.openspaces.admin.space.SpacePartition
-
Returns the partition id (starting from 0).
- getPartitions() - Method in interface org.openspaces.admin.pu.ProcessingUnit
-
- getPartitions() - Method in interface org.openspaces.admin.space.Space
-
Returns all the partitions that form this Space topology.
- getPassword() - Method in class com.gigaspaces.security.directory.User
-
- getPassword() - Method in interface com.gigaspaces.security.directory.UserDetails
-
Returns the password used to authenticate the user.
- getPassword() - Method in class org.openspaces.admin.pu.config.UserDetailsConfig
-
- getPassword() - Method in class org.openspaces.core.space.SecurityConfig
-
Returns the password to connect to the Space with.
- getPath() - Method in class com.gigaspaces.query.aggregators.AbstractPathAggregator
-
- getPath(ChangeOperation) - Static method in class com.gigaspaces.sync.change.AddAllToCollectionOperation
-
- getPath(ChangeOperation) - Static method in class com.gigaspaces.sync.change.AddToCollectionOperation
-
- getPath(ChangeOperation) - Static method in class com.gigaspaces.sync.change.IncrementOperation
-
- getPath(ChangeOperation) - Static method in class com.gigaspaces.sync.change.PutInMapOperation
-
- getPath(ChangeOperation) - Static method in class com.gigaspaces.sync.change.RemoveFromCollectionOperation
-
- getPath(ChangeOperation) - Static method in class com.gigaspaces.sync.change.RemoveFromMapOperation
-
- getPath(ChangeOperation) - Static method in class com.gigaspaces.sync.change.SetOperation
-
- getPath(ChangeOperation) - Static method in class com.gigaspaces.sync.change.UnsetOperation
-
- getPath() - Method in class org.openspaces.core.config.SpaceIndex
-
- getPath() - Method in class org.openspaces.jpa.openjpa.query.AggregationFunction
-
- getPath() - Method in class org.openspaces.jpa.openjpa.query.FieldPathNode
-
- getPath() - Method in class org.openspaces.jpa.openjpa.query.InnerQuery
-
- getPath() - Method in class org.openspaces.jpa.openjpa.query.LiteralValueNode
-
- getPath() - Method in class org.openspaces.jpa.openjpa.query.NullValueNode
-
- getPath() - Method in class org.openspaces.jpa.openjpa.query.ParameterNode
-
- getPath() - Method in class org.openspaces.jpa.openjpa.query.Variable
-
- getPath() - Method in class org.openspaces.pu.container.support.WebsterFile
-
- getPaths() - Method in class org.openspaces.core.config.CompoundIndex
-
- getPathSeparator() - Method in class com.gigaspaces.metrics.MetricReporterFactory
-
- getPathValue(SpaceEntriesAggregatorContext) - Method in class com.gigaspaces.query.aggregators.AbstractPathAggregator
-
- getPathValue(String) - Method in class com.gigaspaces.query.aggregators.SpaceEntriesAggregatorContext
-
- getPathValue(String) - Method in interface com.gigaspaces.server.ServerEntry
-
Gets the specified path's value.
- getPathValueImpl(String) - Method in class com.gigaspaces.query.aggregators.SpaceEntriesAggregatorContext
-
- getPeakThreadCount() - Method in interface org.openspaces.admin.vm.VirtualMachinesStatistics
-
- getPeakThreadCount() - Method in interface org.openspaces.admin.vm.VirtualMachineStatistics
-
Returns the maximum number of of threads that were running in the VM since it has started
- getPending() - Method in class com.sun.jini.thread.TaskManager
-
Return all pending tasks.
- getPendingOperationThreshold() - Method in class org.openspaces.core.gateway.GatewayTarget
-
- getPercentile() - Method in class org.openspaces.admin.pu.statistics.PercentileInstancesStatisticsConfig
-
- getPercentile() - Method in class org.openspaces.admin.pu.statistics.PercentileTimeWindowStatisticsConfig
-
- getPeriod() - Method in class org.openspaces.pu.sla.monitor.AbstractMonitor
-
The period this monitor will be sampled (in milliseconds).
- getPeriod() - Method in interface org.openspaces.pu.sla.monitor.Monitor
-
A period (in milliseconds) when this value will be checked.
- getPermissions(CodeSource) - Method in class com.sun.jini.start.AggregatePolicyProvider
-
Delegates to the corresponding getPermissions
method of the
currently active sub-policy to return the set of permissions allowed for
code from the specified code source, as a newly-created mutable
PermissionCollection
which supports heterogeneous
permission types.
- getPermissions(ProtectionDomain) - Method in class com.sun.jini.start.AggregatePolicyProvider
-
If the given protection domain is the protection domain of this class,
then a newly-created
PermissionCollection
containing
AllPermission
is returned.
- getPermissions(CodeSource) - Method in class com.sun.jini.start.LoaderSplitPolicyProvider
-
Delegates to the corresponding getPermissions
method of the
underlying default policy.
- getPermissions(ProtectionDomain) - Method in class com.sun.jini.start.LoaderSplitPolicyProvider
-
If the given protection domain is the protection domain of this class,
then a newly-created
PermissionCollection
containing
AllPermission
is returned.
- getPermissions(CodeSource) - Method in class net.jini.loader.pref.PreferredClassLoader
-
Returns the static permissions to be automatically granted to
classes loaded from the specified
CodeSource
and
defined by this class loader.
- getPermissions(Object) - Method in class net.jini.security.BasicProxyPreparer
-
Returns the permissions to grant to proxies, or an empty array if no
permissions should be granted.
- getPermissions(CodeSource) - Method in class net.jini.security.policy.DynamicPolicyProvider
-
- getPermissions(ProtectionDomain) - Method in class net.jini.security.policy.DynamicPolicyProvider
-
- getPermissions(CodeSource) - Method in class net.jini.security.policy.PolicyFileProvider
-
- getPermissions(ProtectionDomain) - Method in class net.jini.security.policy.PolicyFileProvider
-
- getPersistenceProvider() - Method in class org.openspaces.jpa.OpenSpacesJpaVendorAdapter
-
- getPersistenceProviderRootPackage() - Method in class org.openspaces.jpa.OpenSpacesJpaVendorAdapter
-
- getPersistent() - Method in class org.openspaces.core.config.BlobStoreDataPolicyFactoryBean
-
- getPhysicalMemoryUsedPerc() - Method in interface org.openspaces.admin.os.OperatingSystemStatistics
-
Returns the percentage used of physical memory out of the total physical memory space.
- getPid() - Method in class com.gigaspaces.log.LogEntries
-
The process id of the process responsible for writing the log entries.
- getPid() - Method in interface org.openspaces.admin.vm.VirtualMachineDetails
-
Returns the process id of the virtual machine.
- getPipeline() - Method in class org.openspaces.memcached.protocol.binary.MemcachedBinaryPipelineFactory
-
- getPipeline() - Method in class org.openspaces.memcached.protocol.text.MemcachedPipelineFactory
-
- getPlannedCapacity() - Method in class org.openspaces.grid.gsm.strategy.AbstractCapacityScaleStrategyBean
-
- getPlannedMaximumNumberOfInstancesForContainer(GridServiceContainer, GridServiceContainer[], ProcessingUnit) - Static method in class org.openspaces.grid.gsm.rebalancing.RebalancingUtils
-
- getPlannedMinimumNumberOfInstancesForContainer(GridServiceContainer, GridServiceContainer[], ProcessingUnit) - Static method in class org.openspaces.grid.gsm.rebalancing.RebalancingUtils
-
- getPlannedNumberOfInstances() - Method in interface org.openspaces.admin.pu.ProcessingUnit
-
For stateful processing unit (primary+backup Space) will return the current planned number of instances (including backups).
- getPlannedNumberOfPartitions() - Method in interface org.openspaces.admin.pu.ProcessingUnit
-
For stateful processing unit (primary+backup Space) will return the planned partition count - i.e. the number of planned primary
instances (excluding backups).
- getPlannedZones() - Method in class org.openspaces.grid.gsm.strategy.AbstractCapacityScaleStrategyBean
-
- getPolicy() - Method in class com.sun.jini.start.NonActivatableServiceDescriptor
-
Policy accessor method.
- getPolicy() - Method in class com.sun.jini.start.SharedActivationGroupDescriptor
-
Policy accessor method.
- getPolicy() - Method in class org.openspaces.pu.sla.SLA
-
Returns the policy associated with the SLA controlling the runtime policy on the
action needed to be taken when the monitor associated with the policy breaks the
policy thresholds.
- getPollingEventContainerDetails() - Method in interface org.openspaces.admin.pu.ProcessingUnitInstance
-
- getPollingEventContainers() - Method in interface org.openspaces.admin.pu.ProcessingUnitInstanceStatistics
-
Returns all the different polling event containers monitors keyed by the service id.
- getPollingEventDetails() - Method in class org.openspaces.events.polling.PollingEventContainerServiceMonitors
-
- getPollingIntervalSeconds() - Method in class org.openspaces.admin.pu.elastic.config.AutomaticCapacityScaleConfig
-
- getPollingIntervalSeconds() - Method in class org.openspaces.admin.pu.elastic.config.EagerScaleConfig
-
- getPollingIntervalSeconds() - Method in class org.openspaces.admin.pu.elastic.config.ManualCapacityPerZonesScaleConfig
-
- getPollingIntervalSeconds() - Method in class org.openspaces.admin.pu.elastic.config.ManualCapacityScaleConfig
-
- getPollingIntervalSeconds() - Method in interface org.openspaces.admin.pu.elastic.config.ScaleStrategyConfig
-
- getPollingIntervalSeconds() - Method in class org.openspaces.grid.gsm.strategy.AbstractScaleStrategyBean
-
- getPool() - Method in class com.sun.jini.mahalo.Job
-
Returns a reference to the TaskManager
which
supplies the threads used to executed tasks created by
this Job
- getPoolSize() - Method in class org.openspaces.core.transaction.manager.TransactionLeaseRenewalConfig
-
The pool size value of lease renewal managers (responsible for renewing transactions).
- getPort() - Method in class com.sun.jini.discovery.MulticastAnnouncement
-
Returns the lookup service listen port.
- getPort() - Method in class com.sun.jini.discovery.MulticastRequest
-
Returns the client listen port.
- getPort() - Method in class com.sun.jini.discovery.UnicastResponse
-
Returns the lookup service listen port.
- getPort() - Method in class com.sun.jini.tool.ClassServer
-
Returns the port on which this server is listening.
- getPort() - Method in class net.jini.core.discovery.LookupLocator
-
Returns the number of the port to which this instance should connect.
- getPort() - Method in class net.jini.discovery.IncomingMulticastRequest
-
Return the number of the port to connect to on the remote host
in order to start unicast discovery.
- getPort() - Method in interface org.openspaces.admin.transport.Transport
-
Returns the port number the communication layer is using.
- getPort() - Method in interface org.openspaces.admin.transport.TransportDetails
-
Returns the host name or address the communication layer bounded on.
- getPort() - Method in class org.openspaces.launcher.WebLauncherConfig
-
- getPort() - Method in class org.openspaces.memcached.MemcachedServiceDetails
-
- getPort() - Method in class org.openspaces.pu.container.jee.JeeServiceDetails
-
Returns the port of where the service is running on.
- getPort() - Method in class org.openspaces.pu.container.jee.PortGenerator
-
- getPosition() - Method in class com.gigaspaces.log.LogEntry
-
Returns the position of the log entry.
- getPostalCode() - Method in class net.jini.lookup.entry.AddressBean
-
Return the value of the postalCode field in the Address object linked
to by this JavaBeans component.
- getPostEventServiceItem() - Method in class net.jini.lookup.ServiceDiscoveryEvent
-
Returns an instance of a ServiceItem
containing the
service reference corresponding to the given event.
- getPostfix() - Method in enum org.openspaces.core.util.MemoryUnit
-
- getPreEventServiceItem() - Method in class net.jini.lookup.ServiceDiscoveryEvent
-
Returns an instance of a ServiceItem
containing the
service reference corresponding to the given event.
- getPresentationName() - Method in class org.openspaces.pu.container.servicegrid.PUDetails
-
Return the name representing this Processing Unit (as shown in the UI).
- getPresentationName() - Method in interface org.openspaces.pu.container.servicegrid.PUServiceBean
-
- getPresentationName() - Method in class org.openspaces.pu.container.servicegrid.PUServiceBeanImpl
-
- getPresentationName() - Method in class org.openspaces.pu.container.servicegrid.PUServiceBeanProxy
-
- getPrevious() - Method in interface org.openspaces.admin.os.OperatingSystemsStatistics
-
- getPrevious() - Method in interface org.openspaces.admin.os.OperatingSystemStatistics
-
Returns the previous statistics taken.
- getPrevious() - Method in interface org.openspaces.admin.os.OperatingSystemStatistics.NetworkStatistics
-
- getPrevious() - Method in interface org.openspaces.admin.pu.ProcessingUnitInstanceStatistics
-
Returns the previous statistics.
- getPrevious() - Method in interface org.openspaces.admin.space.SpaceInstanceStatistics
-
Returns the previous statistics.
- getPrevious() - Method in interface org.openspaces.admin.space.SpaceStatistics
-
Returns the previous statistics, null
if not available.
- getPrevious() - Method in interface org.openspaces.admin.transport.TransportsStatistics
-
Returns the previous statistics.
- getPrevious() - Method in interface org.openspaces.admin.transport.TransportStatistics
-
Returns the previous statistics sampled.
- getPrevious() - Method in interface org.openspaces.admin.vm.VirtualMachinesStatistics
-
Returns the previous statistics sampled.
- getPrevious() - Method in interface org.openspaces.admin.vm.VirtualMachineStatistics
-
Returns the previous statistics sampled.
- getPreviousGridServiceManager() - Method in class org.openspaces.admin.pu.events.ManagingGridServiceManagerChangedEvent
-
Returns the previous GSM that is associated with the processing unit.
- getPreviousMode() - Method in class org.openspaces.admin.space.events.SpaceModeChangedEvent
-
Returns the previous space mode.
- getPreviousStatus() - Method in class org.openspaces.admin.pu.events.ProcessingUnitInstanceMemberAliveIndicatorStatusChangedEvent
-
- getPreviousStatus() - Method in class org.openspaces.admin.pu.events.ProcessingUnitInstanceProvisionStatusChangedEvent
-
- getPreviousStatus() - Method in class org.openspaces.admin.pu.events.ProcessingUnitStatusChangedEvent
-
The previous deployment status.
- getPreviousStatus() - Method in class org.openspaces.admin.space.events.ReplicationStatusChangedEvent
-
The previous replication status.
- getPreviousTimestamp() - Method in interface org.openspaces.admin.space.SpaceInstanceStatistics
-
Returns the previous statistics timestamp, or -1
if not available.
- getPreviousTimestamp() - Method in interface org.openspaces.admin.transport.TransportsStatistics
-
Returns the previous statistics timestamp.
- getPreviousTimestamp() - Method in interface org.openspaces.admin.transport.TransportStatistics
-
Returns the previous statistics timestamp.
- getPreviousTimestamp() - Method in interface org.openspaces.admin.vm.VirtualMachinesStatistics
-
Returns the previous timestamp of the statistics sampled, -1
if this is the
first one.
- getPreviousTimestamp() - Method in interface org.openspaces.admin.vm.VirtualMachineStatistics
-
Returns the previous timestamp of the statistics sampled, -1
if this is the
first one.
- getPreviousValue(ChangeOperationResult) - Static method in class com.gigaspaces.sync.change.PutInMapOperation
-
- getPrimariesStatistics() - Method in interface org.openspaces.admin.space.Space
-
Returns an aggregated view of all the statistics of the primary instances.
- getPrimary() - Method in interface org.openspaces.admin.pu.ProcessingUnitPartition
-
If the processing unit has an embedded space, will return the processing unit instance that holds a
the primary space instance.
- getPrimary() - Method in interface org.openspaces.admin.space.SpacePartition
-
Returns the primary space instance, null
if currently there is no primary.
- getPrimaryKeyName() - Method in class com.j_spaces.core.client.ExternalEntry
-
Deprecated.
The field name representing the primary key.
- getPrimaryKeyName() - Method in interface com.j_spaces.core.IGSEntry
-
The field name representing the primary key.
- getPrimarySpaceSelector() - Method in class com.j_spaces.core.cluster.ReplicationPolicy
-
- getPrimaryTargets(List<String>) - Method in class com.j_spaces.core.cluster.ReplicationPolicy
-
Returns a list of URLs or an empty list of primary targets .
- getPrimaryZone() - Method in class org.openspaces.admin.pu.config.ProcessingUnitConfig
-
- getPrimaryZone() - Method in class org.openspaces.admin.space.config.SpaceConfig
-
- getPrimaryZone() - Method in class org.openspaces.pu.sla.PrimaryZoneController
-
- getPrimaryZone() - Method in class org.openspaces.pu.sla.SLA
-
- getPrimitiveFields() - Method in class com.j_spaces.core.client.ExternalEntry
-
Deprecated.
- getPriority() - Method in class com.sun.jini.thread.WakeupManager.ThreadDesc
-
The priority the thread should be created with.
- getPrivilege() - Method in class com.gigaspaces.security.audit.AuditLogRecord
-
- getPrivilege() - Method in class com.gigaspaces.security.authorities.GridAuthority
-
- getPrivilege() - Method in interface com.gigaspaces.security.authorities.InternalAuthority
-
A granted privilege associated with this Authority.
- getPrivilege() - Method in class com.gigaspaces.security.authorities.MonitorAuthority
-
- getPrivilege() - Method in class com.gigaspaces.security.authorities.SpaceAuthority
-
- getPrivilege() - Method in class com.gigaspaces.security.authorities.SystemAuthority
-
- getProcessed() - Method in class org.openspaces.remoting.RemotingServiceMonitors
-
- getProcessed() - Method in class org.openspaces.remoting.RemotingServiceMonitors.RemoteServiceStats
-
- getProcessedEvents() - Method in class org.openspaces.events.AbstractEventListenerContainer
-
- getProcessedEvents() - Method in class org.openspaces.events.EventContainerServiceMonitors
-
- getProcessesDetails() - Method in interface org.openspaces.admin.gsa.GridServiceAgent
-
Returns all the processes details this agent is currently running.
- getProcessId() - Method in class org.openspaces.admin.alert.alerts.GarbageCollectionAlert
-
The process id of the component for which the alert was fired.
- getProcessId() - Method in class org.openspaces.admin.alert.alerts.HeapMemoryUtilizationAlert
-
The process id of the component for which the alert was fired.
- getProcessingType() - Method in class com.j_spaces.core.cluster.ReplicationPolicy
-
- getProcessingUnit() - Method in interface org.openspaces.admin.gateway.GatewayProcessingUnit
-
- getProcessingUnit() - Method in class org.openspaces.admin.pu.config.ProcessingUnitConfig
-
- getProcessingUnit() - Method in class org.openspaces.admin.pu.events.BackupGridServiceManagerChangedEvent
-
Returns the Processing Unit that the backup GSM event occurred on.
- getProcessingUnit() - Method in class org.openspaces.admin.pu.events.ManagingGridServiceManagerChangedEvent
-
Returns the processing unit the managing GSM was changed for.
- getProcessingUnit() - Method in class org.openspaces.admin.pu.events.ProcessingUnitInstanceProvisionStatusChangedEvent
-
- getProcessingUnit() - Method in class org.openspaces.admin.pu.events.ProcessingUnitSpaceCorrelatedEvent
-
Returns the Processing Unit the space was correlated with.
- getProcessingUnit() - Method in class org.openspaces.admin.pu.events.ProcessingUnitStatusChangedEvent
-
Returns the Processing Unit that the deployment status changed for.
- getProcessingUnit() - Method in class org.openspaces.admin.pu.ProcessingUnitDeployment
-
Deprecated.
- getProcessingUnit() - Method in interface org.openspaces.admin.pu.ProcessingUnitInstance
-
Returns the processing unit this processing unit instance belongs to.
- getProcessingUnit() - Method in interface org.openspaces.admin.pu.ProcessingUnitPartition
-
Returns the processing unit this partition is part of.
- getProcessingUnit(String) - Method in interface org.openspaces.admin.pu.ProcessingUnits
-
- getProcessingUnit() - Method in interface org.openspaces.grid.gsm.rebalancing.FutureStatefulProcessingUnitInstance
-
- getProcessingUnit() - Method in interface org.openspaces.grid.gsm.rebalancing.FutureStatelessProcessingUnitInstance
-
- getProcessingUnit() - Method in class org.openspaces.grid.gsm.strategy.AbstractScaleStrategyBean
-
- getProcessingUnitAdded() - Method in interface org.openspaces.admin.pu.ProcessingUnits
-
- getProcessingUnitContainers() - Method in class org.openspaces.pu.container.support.CompoundProcessingUnitContainer
-
- getProcessingUnitInstance() - Method in class org.openspaces.admin.pu.events.ProcessingUnitInstanceMemberAliveIndicatorStatusChangedEvent
-
- getProcessingUnitInstance() - Method in class org.openspaces.admin.pu.events.ProcessingUnitInstanceProvisionStatusChangedEvent
-
- getProcessingUnitInstance() - Method in class org.openspaces.admin.pu.events.ProcessingUnitInstanceStatisticsChangedEvent
-
- getProcessingUnitInstanceAdded() - Method in interface org.openspaces.admin.gsc.GridServiceContainer
-
Returns an event manager allowing to register for processing unit instance additions to the container.
- getProcessingUnitInstanceAdded() - Method in interface org.openspaces.admin.machine.Machine
-
- getProcessingUnitInstanceAdded() - Method in interface org.openspaces.admin.pu.ProcessingUnit
-
- getProcessingUnitInstanceAdded() - Method in interface org.openspaces.admin.pu.ProcessingUnits
-
- getProcessingUnitInstanceAdded() - Method in interface org.openspaces.admin.vm.VirtualMachine
-
- getProcessingUnitInstanceAdded() - Method in interface org.openspaces.admin.zone.Zone
-
- getProcessingUnitInstanceByUID(String) - Method in interface org.openspaces.admin.gsc.GridServiceContainer
-
Returns the processing unit instance that are currently deployed within the grid service container
according to its uid.
- getProcessingUnitInstanceMemberAliveIndicatorStatusChanged() - Method in interface org.openspaces.admin.pu.ProcessingUnit
-
- getProcessingUnitInstanceMemberAliveIndicatorStatusChanged() - Method in interface org.openspaces.admin.pu.ProcessingUnits
-
- getProcessingUnitInstanceName() - Method in class org.openspaces.admin.alert.alerts.ProcessingUnitInstanceMemberAliveIndicatorAlert
-
- getProcessingUnitInstanceName() - Method in class org.openspaces.admin.pu.events.ProcessingUnitInstanceProvisionStatusChangedEvent
-
- getProcessingUnitInstanceName() - Method in interface org.openspaces.admin.pu.ProcessingUnitInstance
-
Get this processing unit instance String representation.
- getProcessingUnitInstanceProvisionStatusChanged() - Method in interface org.openspaces.admin.pu.ProcessingUnit
-
- getProcessingUnitInstanceProvisionStatusChanged() - Method in interface org.openspaces.admin.pu.ProcessingUnits
-
- getProcessingUnitInstanceRemoved() - Method in interface org.openspaces.admin.gsc.GridServiceContainer
-
Returns an event manager allowing to register for processing unit instance removals from the container.
- getProcessingUnitInstanceRemoved() - Method in interface org.openspaces.admin.machine.Machine
-
- getProcessingUnitInstanceRemoved() - Method in interface org.openspaces.admin.pu.ProcessingUnit
-
- getProcessingUnitInstanceRemoved() - Method in interface org.openspaces.admin.pu.ProcessingUnits
-
- getProcessingUnitInstanceRemoved() - Method in interface org.openspaces.admin.vm.VirtualMachine
-
- getProcessingUnitInstanceRemoved() - Method in interface org.openspaces.admin.zone.Zone
-
- getProcessingUnitInstances() - Method in interface org.openspaces.admin.gsc.GridServiceContainer
-
Returns the processing unit instances that are currently deployed within the grid service container.
- getProcessingUnitInstances(String) - Method in interface org.openspaces.admin.gsc.GridServiceContainer
-
Returns the processing unit instances of the specified name that are currently deployed within the grid service
container.
- getProcessingUnitInstances() - Method in interface org.openspaces.admin.machine.Machine
-
Returns all the processing unit instances running on the machine.
- getProcessingUnitInstances(String) - Method in interface org.openspaces.admin.machine.Machine
-
Returns the processing unit instances of the specified name that are currently deployed on the machine.
- getProcessingUnitInstances() - Method in interface org.openspaces.admin.vm.VirtualMachine
-
Returns the processing unit instances started within this virtual machine.
- getProcessingUnitInstances() - Method in interface org.openspaces.admin.zone.Zone
-
Returns all the processing unit instances running within the zone.
- getProcessingUnitInstanceStatisticsChanged() - Method in interface org.openspaces.admin.pu.ProcessingUnit
-
- getProcessingUnitInstanceStatisticsChanged() - Method in interface org.openspaces.admin.pu.ProcessingUnits
-
- getProcessingUnitName() - Method in class org.openspaces.admin.alert.alerts.ProcessingUnitInstanceMemberAliveIndicatorAlert
-
- getProcessingUnitName() - Method in interface org.openspaces.admin.pu.elastic.events.ElasticProcessingUnitEvent
-
- getProcessingUnitName() - Method in interface org.openspaces.admin.pu.elastic.events.ElasticProcessingUnitFailureEvent
-
- getProcessingUnitName() - Method in exception org.openspaces.admin.pu.ProcessingUnitAlreadyDeployedException
-
- getProcessingUnitName() - Method in interface org.openspaces.grid.gsm.sla.exceptions.SlaEnforcementDecision
-
- getProcessingUnitName() - Method in interface org.openspaces.grid.gsm.sla.exceptions.SlaEnforcementFailure
-
- getProcessingUnitName() - Method in exception org.openspaces.grid.gsm.sla.exceptions.SlaEnforcementInProgressException
-
- getProcessingUnitRemoved() - Method in interface org.openspaces.admin.pu.ProcessingUnits
-
- getProcessingUnits() - Method in interface org.openspaces.admin.Admin
-
Returns the Processing Units discovered.
- getProcessingUnits() - Method in interface org.openspaces.admin.application.Application
-
- getProcessingUnits() - Method in class org.openspaces.admin.application.config.ApplicationConfig
-
- getProcessingUnits() - Method in interface org.openspaces.admin.machine.Machine
-
- getProcessingUnits() - Method in interface org.openspaces.admin.pu.ProcessingUnit
-
- getProcessingUnits() - Method in interface org.openspaces.admin.pu.ProcessingUnits
-
- getProcessingUnitScaleStrategyConfig(String) - Method in interface org.openspaces.grid.esm.ESM
-
- getProcessingUnitScaleStrategyConfig(String) - Method in class org.openspaces.grid.esm.ESMImpl
-
- getProcessingUnitScaleStrategyConfig(String) - Method in class org.openspaces.grid.esm.ESMProxy
-
- getProcessingUnitStatusChanged() - Method in interface org.openspaces.admin.pu.ProcessingUnit
-
- getProcessingUnitStatusChanged() - Method in interface org.openspaces.admin.pu.ProcessingUnits
-
- getProcessorQueueSize() - Method in interface org.openspaces.admin.space.SpaceInstanceStatistics
-
Gets the current number of pending tasks in the space processor queue.
- getProcessType() - Method in class com.gigaspaces.log.LogEntries
-
The process type that generated the logs.
- getProcTable() - Static method in class com.j_spaces.jdbc.driver.GDriver
-
- getProjections() - Method in class com.gigaspaces.query.IdQuery
-
Returns the projections set on this query, null means no projection is used and all the properties should
be returned.
- getProjections() - Method in class com.gigaspaces.query.IdsQuery
-
Returns the projections set on this query, null means no projection is used and all the properties should
be returned.
- getProjections() - Method in class com.j_spaces.core.client.SQLQuery
-
Returns the projections set on this query, null means no projection is used and all the properties should
be returned.
- getProjections() - Method in class org.openspaces.core.config.SQLQueryFactoryBean
-
- getProperties() - Method in class com.gigaspaces.document.SpaceDocument
- getProperties() - Method in class com.sun.jini.tool.envcheck.EnvCheck
-
Return a copy of the properties that were specified on the
command line being analyzed.
- getProperties() - Method in interface org.openspaces.admin.alert.Alert
-
- getProperties() - Method in class org.openspaces.admin.alert.alerts.AbstractAlert
-
- getProperties() - Method in class org.openspaces.admin.alert.config.CpuUtilizationAlertConfiguration
-
Get the String key-value pairs properties used to configure this bean.
- getProperties() - Method in class org.openspaces.admin.alert.config.ElasticAutoScalingAlertConfiguration
-
Get the String key-value pairs properties used to configure this bean.
- getProperties() - Method in class org.openspaces.admin.alert.config.ElasticGridServiceAgentProvisioningAlertConfiguration
-
Get the String key-value pairs properties used to configure this bean.
- getProperties() - Method in class org.openspaces.admin.alert.config.ElasticGridServiceContainerProvisioningAlertConfiguration
-
Get the String key-value pairs properties used to configure this bean.
- getProperties() - Method in class org.openspaces.admin.alert.config.ElasticMachineProvisioningAlertConfiguration
-
Get the String key-value pairs properties used to configure this bean.
- getProperties() - Method in class org.openspaces.admin.alert.config.GarbageCollectionAlertConfiguration
-
Get the String key-value pairs properties used to configure this bean.
- getProperties() - Method in class org.openspaces.admin.alert.config.HeapMemoryUtilizationAlertConfiguration
-
Get the String key-value pairs properties used to configure this bean.
- getProperties() - Method in class org.openspaces.admin.alert.config.MirrorPersistenceFailureAlertConfiguration
-
Get the String key-value pairs properties used to configure this bean.
- getProperties() - Method in class org.openspaces.admin.alert.config.PhysicalMemoryUtilizationAlertConfiguration
-
Get the String key-value pairs properties used to configure this bean.
- getProperties() - Method in class org.openspaces.admin.alert.config.ProcessingUnitInstanceMemberAliveIndicatorAlertConfiguration
-
Get the String key-value pairs properties used to configure this bean.
- getProperties() - Method in class org.openspaces.admin.alert.config.ProvisionFailureAlertConfiguration
-
Get the String key-value pairs properties used to configure this bean.
- getProperties() - Method in class org.openspaces.admin.alert.config.ReplicationChannelDisconnectedAlertConfiguration
-
Get the String key-value pairs properties used to configure this bean.
- getProperties() - Method in class org.openspaces.admin.alert.config.ReplicationRedoLogOverflowToDiskAlertConfiguration
-
Get the String key-value pairs properties used to configure this bean.
- getProperties() - Method in class org.openspaces.admin.alert.config.ReplicationRedoLogSizeAlertConfiguration
-
Get the String key-value pairs properties used to configure this bean.
- getProperties() - Method in class org.openspaces.admin.alert.config.SpacePartitionSplitBrainAlertConfiguration
-
Get the String key-value pairs properties used to configure this bean.
- getProperties() - Method in interface org.openspaces.admin.bean.BeanConfig
-
Get the String key-value pairs properties used to configure this bean.
- getProperties() - Method in class org.openspaces.admin.config.AbstractConfig
-
- getProperties() - Method in class org.openspaces.admin.pu.elastic.config.AutomaticCapacityScaleConfig
-
- getProperties() - Method in class org.openspaces.admin.pu.elastic.config.AutomaticCapacityScaleRuleConfig
-
- getProperties() - Method in class org.openspaces.admin.pu.elastic.config.CapacityRequirementsConfig
-
- getProperties() - Method in class org.openspaces.admin.pu.elastic.config.CapacityRequirementsPerZonesConfig
-
- getProperties() - Method in class org.openspaces.admin.pu.elastic.config.DiscoveredMachineProvisioningConfig
-
- getProperties() - Method in class org.openspaces.admin.pu.elastic.config.EagerScaleConfig
-
- getProperties() - Method in class org.openspaces.admin.pu.elastic.config.ManualCapacityPerZonesScaleConfig
-
- getProperties() - Method in class org.openspaces.admin.pu.elastic.config.ManualCapacityScaleConfig
-
- getProperties() - Method in interface org.openspaces.admin.pu.ProcessingUnitInstance
-
Return the properties the processing unit was deployed with.
- getProperties() - Method in interface org.openspaces.admin.pu.statistics.InstancesStatisticsConfig
-
- getProperties() - Method in class org.openspaces.admin.pu.statistics.ProcessingUnitStatisticsId
-
- getProperties() - Method in interface org.openspaces.admin.pu.statistics.TimeWindowStatisticsConfig
-
- getProperties() - Method in interface org.openspaces.admin.zone.config.ZonesConfig
-
- getProperties() - Method in interface org.openspaces.core.bean.Bean
-
- getProperties() - Method in class org.openspaces.core.util.StringProperties
-
- getProperties() - Method in class org.openspaces.grid.gsm.ElasticConfigBean
-
- getProperties() - Method in class org.openspaces.grid.gsm.machines.backup.MachinesState
-
- getProperties() - Method in class org.openspaces.grid.gsm.machines.plugins.discovered.DiscoveredMachineProvisioningBean
-
- getProperties() - Method in class org.openspaces.grid.gsm.strategy.AbstractScaleStrategyBean
-
- getPropertiesChecksum() - Method in class com.j_spaces.core.client.BasicTypeInfo
-
Deprecated.
- getProperty(String) - Method in class com.gigaspaces.document.DocumentProperties
-
Get document property value by name
- getProperty(String) - Method in class com.gigaspaces.document.SpaceDocument
- getProperty(String) - Method in class com.j_spaces.core.admin.SpaceConfig
- getProperty(String, String) - Method in class com.j_spaces.core.admin.SpaceConfig
-
- getProperty(String) - Method in class com.j_spaces.core.client.SpaceURL
-
Deprecated.
- getProperty(String) - Method in class com.sun.jini.tool.envcheck.EnvCheck
-
Return a property value that was specified on the command line being
analyzed.
- GetPropertyAction - Class in com.sun.jini.action
-
A convenience class for retrieving the string value of a system
property as a privileged action.
- GetPropertyAction(String) - Constructor for class com.sun.jini.action.GetPropertyAction
-
Constructor that takes the name of the system property whose
string value needs to be determined.
- GetPropertyAction(String, String) - Constructor for class com.sun.jini.action.GetPropertyAction
-
Constructor that takes the name of the system property and the
default value of that property.
- getPropertyFromSuper(String) - Method in class com.j_spaces.core.admin.SpaceConfig
-
Returns the property without using the space name.
- getPropertyInfo(String, Properties) - Method in class com.j_spaces.jdbc.driver.GDriver
-
- getPropertyName() - Method in class org.openspaces.core.config.SpaceIdProperty
-
- getPropertyName() - Method in class org.openspaces.core.config.SpaceRoutingProperty
-
- getPropertyName() - Method in class org.openspaces.pu.sla.monitor.BeanPropertyMonitor
-
The property name of the given bean that will be monitored.
- getPropertyValue(String) - Method in interface com.gigaspaces.server.ServerEntry
-
Gets the specified property's value.
- getProtocol() - Method in class com.j_spaces.core.client.SpaceURL
-
Deprecated.
Returns SpaceFinder protocol.
- getProtocol1() - Static method in class com.sun.jini.discovery.Discovery
-
Returns an instance implementing protocol version 1.
- getProtocol2(ClassLoader) - Static method in class com.sun.jini.discovery.Discovery
-
Returns an instance implementing protocol version 2 which uses providers
loaded from the given class loader, or the current context class loader
if the given loader is null
.
- getProtocol2(MulticastRequestEncoder[], MulticastRequestDecoder[], MulticastAnnouncementEncoder[], MulticastAnnouncementDecoder[], UnicastDiscoveryClient[], UnicastDiscoveryServer[]) - Static method in class com.sun.jini.discovery.Discovery
-
Returns an instance implementing protocol version 2 which uses the given
providers.
- getProtocolName() - Method in class com.gigaspaces.config.lrmi.nio.NIOConfiguration
-
- getProviderUtil() - Method in class org.openspaces.jpa.OpenSpacesPersistenceProvider
-
- getProvisionFailure() - Method in class org.openspaces.admin.pu.events.ProcessingUnitInstanceProvisionStatusChangedEvent
-
A provision life-cycle failure can result due to missing container, illegal instance count, or a failure to instantiate.
- getProvisionFailure() - Method in enum org.openspaces.admin.pu.ProvisionStatus
-
- getProxy() - Method in class com.sun.jini.mahalo.ExtendedPrepareResult
-
- getProxy() - Method in class com.sun.jini.mahalo.TxnManagerImpl
-
- getProxy() - Method in class com.sun.jini.mahalo.TxnMgrProxy
-
- getProxy() - Method in class com.sun.jini.reggie.GigaRegistrar
-
- getProxy() - Method in interface net.jini.export.ProxyAccessor
-
Returns a proxy object for this remote object.
- getProxyTrustIterator() - Method in class net.jini.activation.ActivatableInvocationHandler
-
Returns a proxy trust iterator for an activatable object that is
suitable for use by
ProxyTrustVerifier
.
- getProxyTrustIterator() - Method in class net.jini.security.proxytrust.ProxyTrustInvocationHandler
-
Returns an iterator that produces the bootstrap proxy as the only
element of the iteration.
- getProxyVerifier() - Method in class com.sun.jini.mahalo.TxnManagerImpl
-
- getProxyVerifier() - Method in class com.sun.jini.reggie.GigaRegistrar
-
- getProxyVerifier() - Method in interface net.jini.security.proxytrust.ProxyTrust
-
Returns a
TrustVerifier
which can be used to verify that
a proxy can be trusted as a proxy for the service; that is, the
isTrustedObject
method of the
returned verifier can be called with a candidate proxy.
- getProxyVerifier() - Method in interface net.jini.security.proxytrust.ServerProxyTrust
-
Returns a
TrustVerifier
that can be used to verify that
a proxy can be trusted as a proxy for the service; that is, the
isTrustedObject
method of the
returned verifier can be called with a candidate proxy.
- getPUDetails() - Method in interface org.openspaces.pu.container.servicegrid.PUServiceBean
-
- getPUDetails() - Method in class org.openspaces.pu.container.servicegrid.PUServiceBeanImpl
-
- getPUDetails() - Method in class org.openspaces.pu.container.servicegrid.PUServiceBeanProxy
-
- getPUMonitors() - Method in interface org.openspaces.pu.container.servicegrid.PUServiceBean
-
- getPUMonitors() - Method in class org.openspaces.pu.container.servicegrid.PUServiceBeanImpl
-
- getPUMonitors() - Method in class org.openspaces.pu.container.servicegrid.PUServiceBeanProxy
-
- getQuery() - Method in class com.j_spaces.core.client.SQLQuery
-
Returns the 'WHERE' part of this SQL Query.
- getQueryDetails() - Method in class org.openspaces.events.EventContainerServiceDetails
-
- getQueryResultType() - Method in class com.gigaspaces.query.IdQuery
-
Returns the type of result.
- getQueryResultType() - Method in class com.gigaspaces.query.IdsQuery
-
Returns the type of result.
- getQueryResultType() - Method in class com.j_spaces.core.client.SQLQuery
-
Returns the result type of this query.
- getQueueSize() - Method in interface org.openspaces.admin.transport.TransportsStatistics
-
- getQueueSize() - Method in interface org.openspaces.admin.transport.TransportStatistics
-
Returns the number of currently waiting communication tasks to be executed.
- getQuiesceDetails() - Method in interface org.openspaces.admin.pu.ProcessingUnit
-
- getQuiesceStateChangedListeners() - Method in class org.openspaces.interop.DotnetProcessingUnitBean
-
- getQuiesceStateChangedListeners() - Method in class org.openspaces.interop.DotnetProcessingUnitContainer
-
- getQuiesceStateChangedListeners() - Method in class org.openspaces.pu.container.ProcessingUnitContainer
-
- getQuiesceStateChangedListeners() - Method in class org.openspaces.pu.container.spi.ApplicationContextProcessingUnitContainer
-
- getQuiesceStateChangedListeners() - Method in class org.openspaces.pu.container.support.CompoundProcessingUnitContainer
-
- getQuiesceToken() - Method in class com.j_spaces.core.SpaceContext
-
- getRandomAccessFile(String, RandomAccessFile, String) - Method in class com.sun.jini.system.MultiCommandLine
-
Return a RandomAccessFile
that is the result of
creating a new RandomAccessFile
object for the file
named by the given option, using the given mode
.
- getRandomAccessFile(String, String, String) - Method in class com.sun.jini.system.MultiCommandLine
-
Return a RandomAccessFile
that is the result of
creating a new RandomAccessFile
object for the file
named by the given option, using the given mode
.
- getRandomAccessFile(char, RandomAccessFile, String) - Method in class com.sun.jini.system.POSIXCommandLine
-
Return a RandomAccessFile
that is the result of
creating a new RandomAccessFile
object for the file
named by the given option, using the given mode
.
- getRandomAccessFile(char, String, String) - Method in class com.sun.jini.system.POSIXCommandLine
-
Return a RandomAccessFile
that is the result of
creating a new RandomAccessFile
object for the file
named by the given option, using the given mode
.
- getRangeValue(int) - Method in class com.j_spaces.core.client.ExternalEntry
-
Deprecated.
Get range value at specified index
- getRangeValueInclusion(int) - Method in class com.j_spaces.core.client.ExternalEntry
-
Deprecated.
Get range value inclusion indicator at specified index
- getRangeValues() - Method in class com.j_spaces.core.client.ExternalEntry
-
Deprecated.
Entry range Values.
- getRawEntry() - Method in class com.gigaspaces.query.aggregators.MaxEntryAggregator.MaxEntryScannerResult
-
- getRawEntry() - Method in class com.gigaspaces.query.aggregators.MinEntryAggregator.MinEntryScannerResult
-
- getRawEntry() - Method in class com.gigaspaces.query.aggregators.SpaceEntriesAggregatorContext
-
- getReadCount() - Method in interface org.openspaces.admin.space.SpaceInstanceStatistics
-
- getReadCount() - Method in interface org.openspaces.admin.space.SpaceStatistics
-
- getReader(String, Reader) - Method in class com.sun.jini.system.MultiCommandLine
-
Return a Reader
that is the result of creating a new
FileReader
object for the file named by the given
option.
- getReader(String, String) - Method in class com.sun.jini.system.MultiCommandLine
-
Return a Reader
that is the result of creating a new
FileReader
object for the file named by the given
option.
- getReader(char, Reader) - Method in class com.sun.jini.system.POSIXCommandLine
-
Return a Reader
that is the result of creating a new
FileReader
object for the file named by the given
option.
- getReader(char, String) - Method in class com.sun.jini.system.POSIXCommandLine
-
Return a Reader
that is the result of creating a new
FileReader
object for the file named by the given
option.
- getReadModifier() - Method in class org.openspaces.jpa.openjpa.SpaceConfiguration
-
- getReadModifiers() - Method in class com.gigaspaces.client.iterator.GSIteratorConfig
-
Gets the read modifiers the iterator will use to read entries.
- getReadModifiers() - Method in interface com.j_spaces.core.IJSpace
-
Gets the proxy ReadModifiers.
- getReadPerSecond() - Method in interface org.openspaces.admin.space.SpaceInstanceStatistics
-
- getReadPerSecond() - Method in interface org.openspaces.admin.space.SpaceStatistics
-
- getReadSelectorThreads() - Method in class com.gigaspaces.config.lrmi.nio.NIOConfiguration
-
- getReceiveBytesPerSecond() - Method in class com.j_spaces.core.filters.ReplicationStatistics.OutgoingChannel
-
- getReceivedBytes() - Method in class com.j_spaces.core.filters.ReplicationStatistics.OutgoingChannel
-
- getReceivedResults() - Method in class com.gigaspaces.async.AsyncResultFilterEvent
-
Returns the received results without the current result.
- getReceiveOperationHandler() - Method in class org.openspaces.events.polling.AggregatedPollingEventContainerServiceDetails
-
- getReceiveOperationHandler() - Method in class org.openspaces.events.polling.PollingEventContainerServiceDetails
-
- getReceiveOperationHandler() - Method in class org.openspaces.events.polling.SimplePollingEventListenerContainer
-
- getReceiveTemplate() - Method in class org.openspaces.events.AbstractEventListenerContainer
-
Returns the template to be used for receive operations.
- getReceiveTimeout() - Method in class org.openspaces.events.asyncpolling.AggregatedAsyncPollingEventContainerServiceDetails
-
- getReceiveTimeout() - Method in class org.openspaces.events.asyncpolling.AsyncPollingEventContainerServiceDetails
-
- getReceiveTimeout() - Method in class org.openspaces.events.asyncpolling.SimpleAsyncPollingEventListenerContainer
-
Returns the timeout used for receive calls, in millisecond.
- getReceiveTimeout() - Method in class org.openspaces.events.polling.AggregatedPollingEventContainerServiceDetails
-
- getReceiveTimeout() - Method in class org.openspaces.events.polling.PollingEventContainerServiceDetails
-
- getReceiveTimeout() - Method in class org.openspaces.events.polling.SimplePollingEventListenerContainer
-
Returns the timeout used for receive calls, in millisecond.
- getRecoverableTargets(List<String>) - Method in class com.j_spaces.core.cluster.ReplicationPolicy
-
Finds all the recovery targets in cluster.
- getRecoveredStateOnEsmStart(ProcessingUnit) - Method in interface org.openspaces.grid.gsm.machines.MachinesSlaEnforcementEndpoint
-
- getRecoveredStateOnEsmStart(ProcessingUnit) - Method in class org.openspaces.grid.gsm.machines.MachinesSlaEnforcementState
-
- getRecoveredStateOnEsmStart(ProcessingUnit) - Method in class org.openspaces.grid.gsm.strategy.AbstractCapacityScaleStrategyBean
-
- getRecoveredStateOnEsmStart(ProcessingUnit) - Method in class org.openspaces.grid.gsm.strategy.AbstractScaleStrategyBean
-
- getRecoveredStateOnEsmStart(ProcessingUnit) - Method in class org.openspaces.grid.gsm.strategy.EagerScaleStrategyBean
-
- getRecoveredStateOnEsmStart(ProcessingUnit) - Method in class org.openspaces.grid.gsm.strategy.UndeployScaleStrategyBean
-
- getRecoveryAttempts() - Method in class org.openspaces.grid.gsm.machines.FailedGridServiceAgent
-
- getRecoveryAttempts() - Method in class org.openspaces.grid.gsm.machines.RecoveringFailedGridServiceAgent
-
- getRecoveryChunkSize() - Method in class com.j_spaces.core.cluster.ReplicationPolicy
-
- getRecoveryThreadPoolSize() - Method in class com.j_spaces.core.cluster.ReplicationPolicy
-
- getRedoLogExternalStoragePacketCount() - Method in class com.j_spaces.core.filters.ReplicationStatistics.OutgoingReplication
-
- getRedoLogExternalStorageSpaceUsed() - Method in class com.j_spaces.core.filters.ReplicationStatistics.OutgoingReplication
-
- getRedoLogMemoryPacketCount() - Method in class com.j_spaces.core.filters.ReplicationStatistics.OutgoingReplication
-
- getRedoLogMemorySize() - Method in class org.openspaces.admin.alert.alerts.ReplicationRedoLogOverflowToDiskAlert
-
The in-memory redo-log size (for all channels).
- getRedoLogMemorySize() - Method in class org.openspaces.admin.alert.alerts.ReplicationRedoLogSizeAlert
-
The in-memory redo-log size (for all channels).
- getRedologRetainedSize() - Method in class com.j_spaces.core.filters.ReplicationStatistics.OutgoingChannel
-
- getRedoLogRetainedSize() - Method in class org.openspaces.admin.alert.alerts.MirrorPersistenceFailureAlert
-
The redo-log size for replication packets outgoing to the Mirror (both memory and swap).
- getRedoLogSize() - Method in class com.j_spaces.core.filters.ReplicationStatistics.OutgoingReplication
-
- getRedoLogSize() - Method in class org.openspaces.admin.alert.alerts.MirrorPersistenceFailureAlert
-
The total redo-log size (for all channels) for both memory and swap.
- getRedoLogSize() - Method in class org.openspaces.admin.alert.alerts.ReplicationRedoLogOverflowToDiskAlert
-
The total redo-log size (for all channels) for both memory and swap.
- getRedoLogSize() - Method in class org.openspaces.admin.alert.alerts.ReplicationRedoLogSizeAlert
-
The total redo-log size (for all channels) for both memory and swap.
- getRedoLogSwapSize() - Method in class org.openspaces.admin.alert.alerts.ReplicationRedoLogOverflowToDiskAlert
-
The swap redo-log size (for all channels).
- getRedoLogSwapSize() - Method in class org.openspaces.admin.alert.alerts.ReplicationRedoLogSizeAlert
-
The swap redo-log size (for all channels).
- getReducer() - Method in interface org.openspaces.remoting.BroadcastIndicator
-
Returns the reducer that will be used in case broadcasting is enabled or not.
- getReducer() - Method in class org.openspaces.remoting.scripting.ResourceLazyLoadingScript
-
- getReducer() - Method in class org.openspaces.remoting.scripting.StaticScript
-
- getRef() - Method in class org.openspaces.pu.sla.monitor.BeanPropertyMonitor
-
The registered bean reference that will be monitored.
- getRef() - Method in class org.openspaces.remoting.ServiceRef
-
- getReferentUuid() - Method in interface com.j_spaces.core.IJSpace
-
Returns the unique
Uuid
of this space instance.
- getReferentUuid() - Method in class com.sun.jini.landlord.LandlordLease
-
- getReferentUuid() - Method in class com.sun.jini.mahalo.TxnMgrProxy
-
Returns the universally unique identifier that has been assigned to the
resource this proxy represents.
- getReferentUuid() - Method in interface net.jini.id.ReferentUuid
-
Return the Uuid
that has been assigned to the
resource this proxy represents.
- getRegistrar() - Method in class com.sun.jini.discovery.UnicastResponse
-
Returns the lookup service proxy.
- getRegistrar() - Method in class net.jini.core.discovery.LookupLocator
-
Perform unicast discovery and return the ServiceRegistrar
object for the given lookup service.
- getRegistrar(int) - Method in class net.jini.core.discovery.LookupLocator
-
Perform unicast discovery and return the ServiceRegistrar
object for the given lookup service, with the given discovery timeout.
- getRegistrar() - Method in interface net.jini.core.lookup.ServiceRegistrar
-
- getRegistrar() - Method in class net.jini.discovery.ConstrainableLookupLocator
-
Performs unicast discovery as specified by
LookupLocator.getRegistrar()
with the following differences.
- getRegistrar(int) - Method in class net.jini.discovery.ConstrainableLookupLocator
-
Performs unicast discovery as specified by
LookupLocator.getRegistrar(int)
, additionally applying the
supplied discovery constraints.
- getRegistrar() - Method in class net.jini.discovery.IncomingUnicastResponse
-
Return the lookup service registrar we have discovered.
- getRegistrarBytes() - Method in class com.sun.jini.discovery.UnicastResponse
-
- getRegistrars() - Method in class net.jini.discovery.DiscoveryEvent
-
Return the set of registrars to which this event applies.
- getRegistrars() - Method in interface net.jini.discovery.DiscoveryManagement
-
Returns an array of instances of ServiceRegistrar
, each
corresponding to a proxy to one of the currently discovered lookup
services.
- getRegistrars() - Method in class net.jini.discovery.LookupDiscovery
-
Returns an array of instances of ServiceRegistrar
, each
corresponding to a proxy to one of the currently discovered lookup
services.
- getRegistrars() - Method in class net.jini.discovery.LookupDiscoveryManager
-
Returns an array of instances of ServiceRegistrar
, each
corresponding to a proxy to one of the currently discovered lookup
services.
- getRegistrars() - Method in interface net.jini.discovery.LookupDiscoveryRegistration
-
Returns an array consisting of instances of the ServiceRegistrar
interface.
- getRegistrars() - Method in class net.jini.discovery.LookupLocatorDiscovery
-
Returns an array of instances of ServiceRegistrar
, each
corresponding to a proxy to one of the currently discovered lookup
services.
- getRegistrars() - Method in exception net.jini.discovery.LookupUnmarshalException
-
Accessor method that returns an array consisting of instances of
ServiceRegistrar
, where each element of the array
corresponds to a successfully unmarshalled object.
- getRegistrars() - Method in class net.jini.discovery.RemoteDiscoveryEvent
-
Returns an array consisting of instances of the ServiceRegistrar
interface.
- getRegistrationObject() - Method in class com.j_spaces.core.client.EntryArrivedRemoteEvent
-
Returns the handback object that was provided as a parameter to
the event interest registration method, if any.
- getRegistrationObject() - Method in class net.jini.core.event.RemoteEvent
-
Returns the handback object that was provided as a parameter to
the event interest registration method, if any.
- getRegistrationTime() - Method in class net.jini.core.lookup.ServiceDetails
-
- getReliableAsyncCompletionNotifierInterval() - Method in class com.j_spaces.core.cluster.ReplicationPolicy
-
- getReliableAsyncCompletionNotifierPacketsThreshold() - Method in class com.j_spaces.core.cluster.ReplicationPolicy
-
- getRemoteApi(String, String) - Method in interface org.openspaces.grid.esm.ESM
-
- getRemoteApi(String, String) - Method in class org.openspaces.grid.esm.ESMImpl
-
- getRemoteApi(String, String) - Method in class org.openspaces.grid.esm.ESMProxy
-
- getRemoteApi(String) - Method in class org.openspaces.grid.gsm.strategy.AbstractScaleStrategyBean
-
- getRemoteEvents() - Method in interface net.jini.event.MailboxPullRegistration
-
Retrieves stored notifications, if any.
- getRemoteException() - Method in exception org.openspaces.core.RemoteDataAccessException
-
- getRemoteInvocation() - Method in exception org.openspaces.remoting.SpaceRemoteExecutionException
-
Returns the remote invocation that caused this execution exception.
- getRemoteResult() - Method in exception org.openspaces.remoting.SpaceRemoteExecutionException
-
Returns the remote result that caused this execution exception.
- getRemoteService(String) - Method in class org.openspaces.remoting.RemotingServiceDetails
-
- getRemoteServices() - Method in class org.openspaces.remoting.RemotingServiceDetails
-
- getRemoteServiceStats(String) - Method in class org.openspaces.remoting.RemotingServiceMonitors
-
- getRemoteServiceStats() - Method in class org.openspaces.remoting.RemotingServiceMonitors
-
- getRemoting() - Method in interface org.openspaces.admin.pu.ProcessingUnitInstanceStatistics
-
Returns the remoting service (if configured) monitors infomration.
- getRemotingDetails() - Method in interface org.openspaces.admin.pu.ProcessingUnitInstance
-
Returns the remoting service details (the exporter) if configured within the processing unit.
- getRemotingDetails() - Method in class org.openspaces.remoting.RemotingServiceMonitors
-
- getRemoveAbandoned() - Method in class org.openspaces.jdbc.datasource.DbcpBasicDataSource
-
Deprecated.
- getRemoveAbandonedTimeout() - Method in class org.openspaces.jdbc.datasource.DbcpBasicDataSource
-
Deprecated.
- getRemoveCount() - Method in interface org.openspaces.admin.space.SpaceInstanceStatistics
-
Remove happens when an entry is removed due to lease expiration or lease cancel.
- getRemoveCount() - Method in interface org.openspaces.admin.space.SpaceStatistics
-
Remove happens when an entry is removed due to lease expiration or lease cancel.
- getRemovedValue(ChangeOperationResult) - Static method in class com.gigaspaces.sync.change.RemoveFromMapOperation
-
- getRemoveOperationStatistics() - Method in interface com.gigaspaces.cluster.replication.async.mirror.MirrorOperations
-
Return statistics on remove operations
- getRemoveOperationStatistics() - Method in interface com.gigaspaces.cluster.replication.statistics.IReplicationInOperations
-
Return statistics on remove operations
- getRemovePerSecond() - Method in interface org.openspaces.admin.space.SpaceInstanceStatistics
-
- getRemovePerSecond() - Method in interface org.openspaces.admin.space.SpaceStatistics
-
- getRenewalSetLease() - Method in class net.jini.lease.ExpirationWarningEvent
-
Convenience method to retrieve the Lease
associated
with the source of this event.
- getRenewalSetLease() - Method in interface net.jini.lease.LeaseRenewalSet
-
Returns the lease that controls the lifetime of this set.
- getRenewDuration() - Method in class com.gigaspaces.events.EventSessionConfig
-
- getRenewDuration() - Method in class org.openspaces.core.transaction.manager.TransactionLeaseRenewalConfig
-
Controls how often a transaction will be renewed (which should be lower than
the transaction timeout).
- getRenewDuration() - Method in class org.openspaces.events.notify.SimpleNotifyEventListenerContainer
-
- getRenewExpiration() - Method in class com.gigaspaces.events.EventSessionConfig
-
- getRenewExpiration() - Method in class org.openspaces.events.notify.SimpleNotifyEventListenerContainer
-
- getRenewRTT() - Method in class com.gigaspaces.events.EventSessionConfig
-
- getRenewRTT() - Method in class org.openspaces.core.transaction.manager.TransactionLeaseRenewalConfig
-
Controls the expected round trip time to the server.
- getRenewRTT() - Method in class org.openspaces.events.notify.SimpleNotifyEventListenerContainer
-
- getReplacement() - Method in class com.sun.jini.reggie.EntryClass
-
Return the replacement, if any, containing only name and rep.
- getReplicaitonSourceContainers() - Method in interface org.openspaces.grid.gsm.rebalancing.FutureStatefulProcessingUnitInstance
-
- getReplicationManager() - Method in interface org.openspaces.admin.space.Space
-
Returns a replication manager for this space.
- getReplicationMode() - Method in class com.j_spaces.core.filters.ReplicationStatistics.OutgoingChannel
-
- getReplicationSourceContainers(ProcessingUnitInstance) - Static method in class org.openspaces.grid.gsm.rebalancing.RebalancingUtils
-
- getReplicationStatistics() - Method in interface org.openspaces.admin.space.SpaceInstanceStatistics
-
- getReplicationStatus() - Method in interface com.j_spaces.core.admin.IRemoteJSpaceAdmin
-
- getReplicationStatus() - Method in class org.openspaces.admin.alert.alerts.MirrorPersistenceFailureAlert
-
- getReplicationStatus() - Method in class org.openspaces.admin.alert.alerts.ReplicationChannelDisconnectedAlert
-
- getReplicationStatus() - Method in class org.openspaces.admin.alert.alerts.ReplicationRedoLogOverflowToDiskAlert
-
- getReplicationStatus() - Method in class org.openspaces.admin.alert.alerts.ReplicationRedoLogSizeAlert
-
- getReplicationStatus() - Method in class org.openspaces.admin.space.ReplicationTarget
-
Returns the replication status.
- getReplicationStatusChanged() - Method in interface org.openspaces.admin.space.Space
-
- getReplicationStatusChanged() - Method in interface org.openspaces.admin.space.SpaceInstance
-
- getReplicationStatusChanged() - Method in interface org.openspaces.admin.space.Spaces
-
Returns an event manager allowing to globally register for
ReplicationStatusChangedEvent
s
that happen on any Space instance currently discovered.
- getReplicationTarget() - Method in class org.openspaces.admin.space.events.ReplicationStatusChangedEvent
-
The replication target the Space Instance is replicating to.
- getReplicationTargets() - Method in interface org.openspaces.admin.space.SpaceInstance
-
Returns the replication targets this space instance is replicating to.
- getReplicationTargetsCount() - Method in class com.j_spaces.core.cluster.ReplicationPolicy
-
- getRequestAddress() - Static method in class net.jini.discovery.Constants
-
Return the address of the multicast group over which the
multicast request protocol takes place.
- getRequestedNumberOfInstances() - Method in class org.openspaces.admin.pu.elastic.events.ElasticStatelessReachedMaximumNumberOfInstancesEvent
-
- getRequestsThroughput() - Method in class org.openspaces.pu.container.jee.stats.WebRequestsServiceMonitors
-
Returns the web requests throughput ( requests/second )
- getRequiredContainerZones() - Method in interface org.openspaces.admin.pu.ProcessingUnit
-
- getRequiredProcessingUnitName() - Method in class org.openspaces.admin.pu.dependency.config.ProcessingUnitDependencyConfig
-
- getRequiredProcessingUnitName() - Method in interface org.openspaces.admin.pu.dependency.ProcessingUnitDependency
-
- getRequiredZones() - Method in interface org.openspaces.admin.pu.ProcessingUnit
-
- getRequirement(CapacityRequirementType<T>) - Method in class org.openspaces.grid.gsm.capacity.CapacityRequirements
-
- getRequirements() - Method in class org.openspaces.grid.gsm.capacity.CapacityRequirements
-
- getRequirements() - Method in class org.openspaces.pu.sla.InstanceSLA
-
- getRequirements() - Method in class org.openspaces.pu.sla.SLA
-
Returns a list of requirements that control if a certain processing unit instance will be
deployed to a grid container.
- getRequiresBootstrap() - Method in class org.openspaces.core.gateway.GatewaySinkFactoryBean
-
Gets whether bootstrap is required for the Sink component.
- getReservationId() - Method in interface org.openspaces.grid.gsm.machines.FutureGridServiceAgent
-
- getReservedCapacity(AbstractMachinesSlaPolicy, GridServiceAgent) - Static method in class org.openspaces.grid.gsm.machines.MachinesSlaUtils
-
- getReservedCapacityPerMachine() - Method in class org.openspaces.admin.pu.elastic.config.DiscoveredMachineProvisioningConfig
-
- getReservedCapacityPerMachine() - Method in interface org.openspaces.admin.pu.elastic.ElasticMachineProvisioningConfig
-
Gets the expected amount of memory,cpu,disk,etc... per machine that is reserved for processes other than grid containers.
- getReservedCapacityPerMachine() - Method in class org.openspaces.grid.gsm.machines.AbstractMachinesSlaPolicy
-
- getReservedCapacityPerManagementMachine() - Method in class org.openspaces.admin.pu.elastic.config.DiscoveredMachineProvisioningConfig
-
- getReservedCapacityPerManagementMachine() - Method in interface org.openspaces.admin.pu.elastic.ElasticMachineProvisioningConfig
-
Gets the expected amount of memory,cpu,disk,etc... per management machine that is reserved for processes other than grid containers.
- getReservedCapacityPerManagementMachine() - Method in class org.openspaces.grid.gsm.machines.AbstractMachinesSlaPolicy
-
- getReservedCpuCapacityPerMachine() - Method in class org.openspaces.admin.pu.elastic.config.DiscoveredMachineProvisioningConfig
-
- getReservedDriveCapacityPerMachineInMB() - Method in class org.openspaces.admin.pu.elastic.config.DiscoveredMachineProvisioningConfig
-
- getReservedMemoryCapacityPerMachineInMB() - Method in class org.openspaces.admin.pu.elastic.config.DiscoveredMachineProvisioningConfig
-
- getReservedMemoryCapacityPerMachineInMB() - Method in class org.openspaces.grid.gsm.machines.AbstractMachinesSlaPolicy
-
- getResolveAttempt() - Method in interface com.gigaspaces.cluster.replication.gateway.conflict.DataConflictOperation
-
- getResource(String) - Method in class net.jini.loader.pref.PreferredClassLoader
-
Gets a resource with the specified name.
- getResourceBundle(Class) - Static method in class com.sun.jini.tool.envcheck.Util
-
Get the resource bundle associated with class clazz
.
- getResourcePatternResolver() - Method in class org.openspaces.pu.container.support.ResourceApplicationContext
-
- getResponse(String, int, InvocationConstraints) - Method in class com.sun.jini.discovery.internal.MultiIPDiscovery
-
- getRestart() - Method in class com.sun.jini.start.SharedActivatableServiceDescriptor
-
Restart accessor method.
- getRestartCommand() - Method in class org.openspaces.pu.container.jee.lb.apache.ApacheLoadBalancerAgent
-
- getRestrictedAgentUids(MachinesSlaEnforcementState.StateKey) - Method in class org.openspaces.grid.gsm.machines.MachinesSlaEnforcementState
-
- getResult() - Method in interface com.gigaspaces.async.AsyncResult
-
Returns the result of the async invocation.
- getResult() - Method in class org.openspaces.remoting.EventDrivenSpaceRemotingEntry
-
Deprecated.
- getResult() - Method in class org.openspaces.remoting.ExecutorRemotingTask.InternalExecutorResult
-
- getResult() - Method in interface org.openspaces.remoting.SpaceRemotingResult
-
The result of the remote invocation.
- getResultMap() - Method in class com.gigaspaces.query.aggregators.OrderByAggregator.OrderByScanResult
-
- getResultObject() - Method in class org.openspaces.jpa.openjpa.query.SpaceProjectionResultObjectProvider
-
Gets the current result as a Pojo initiated with a state manager.
- getResultObject() - Method in class org.openspaces.jpa.openjpa.query.SpaceResultObjectProvider
-
Gets the current result as a Pojo initiated with a state manager.
- getResults() - Method in interface com.gigaspaces.client.ChangeResult
-
- getResults() - Method in exception com.gigaspaces.client.WriteMultipleException
-
- getResults() - Method in exception com.j_spaces.core.multiple.query.QueryMultiplePartialFailureException
-
Deprecated.
Return the partial results
- getResults() - Method in class com.sun.jini.tool.ClassDep
-
Accessor method for the found dependencies.
- getResults() - Method in class org.openspaces.admin.dump.CompoundDumpResult
-
- getResults() - Method in exception org.openspaces.core.QueryMultiplePartialFailureException
-
Deprecated.
Returnst the results from the cluster members that were available.
- getResults() - Method in exception org.openspaces.core.ReadByIdsException
-
Returns the results contained in the exception.
- getResults() - Method in exception org.openspaces.core.ReadMultipleException
-
- getResults() - Method in exception org.openspaces.core.TakeByIdsException
-
Returns the results contained in the exception.
- getResults() - Method in exception org.openspaces.core.TakeMultipleException
-
- getResults() - Method in exception org.openspaces.core.WriteMultipleException
-
- getResults() - Method in exception org.openspaces.core.WriteMultiplePartialFailureException
-
Deprecated.
- getResultsArray() - Method in interface com.gigaspaces.client.ReadByIdsResult
-
Returns the results array for the readByIds
operation.
- getResultsArray() - Method in interface com.gigaspaces.client.TakeByIdsResult
-
Returns the results array for the takeByIds
operation.
- getResultType() - Method in class org.openspaces.core.ReadByIdsException.ReadByIdResult
-
- getResultType() - Method in class org.openspaces.core.TakeByIdsException.TakeByIdResult
-
- getRetryCount() - Method in class org.openspaces.pu.sla.MemberAliveIndicator
-
Once a member has been indicated as not alive, how many times to check it before giving
up on it.
- getRetryTimeout() - Method in class org.openspaces.pu.sla.MemberAliveIndicator
-
Once a member has been indicated as not alive, what is the retry timeout interval.
- getRmid() - Method in class com.j_spaces.core.client.XAResourceImpl
-
- getRole() - Method in class com.gigaspaces.security.authorities.RoleAuthority
-
- getRole() - Method in class com.gigaspaces.security.directory.Role
-
- getRole() - Method in interface com.gigaspaces.security.directory.RoleDetails
-
Returns the role name used to identify this role.
- getRole(String) - Method in interface com.gigaspaces.security.directory.RoleManager
-
Retrieve the role details by role
.
- getRoleManager() - Method in interface com.gigaspaces.security.directory.DirectoryManager
-
A role manager for role-management based on the privileges granted to the directory manager.
- getRoom() - Method in class net.jini.lookup.entry.LocationBean
-
Return the value of the room field in the Location object linked to by
this JavaBeans component.
- getRootCauseMessage() - Method in class org.openspaces.admin.alert.alerts.MirrorPersistenceFailureAlert
-
- getRootCauseTrace() - Method in class org.openspaces.admin.alert.alerts.MirrorPersistenceFailureAlert
-
- getRoots() - Method in class org.openspaces.pu.container.servicegrid.deploy.HTTPFileSystemView
-
- getRouting() - Method in class com.gigaspaces.query.IdQuery
-
Returns the routing value used to determine the partition to query.
- getRouting() - Method in class com.gigaspaces.query.IdsQuery
-
Returns the routing value used to determine the partition to query.
- getRouting() - Method in class com.j_spaces.core.client.SQLQuery
-
Gets the routing value of this query.
- getRouting() - Method in class org.openspaces.core.executor.juc.CallableTaskAdapter
-
Tries to extract the routing information form the task.
- getRouting() - Method in class org.openspaces.core.executor.juc.RunnableTaskAdapter
-
Tries to extract the routing information form the task.
- getRouting() - Method in class org.openspaces.core.executor.support.SimpleDelegatingTask
-
Tries to extract the routing information form the task.
- getRouting() - Method in interface org.openspaces.core.executor.TaskRoutingProvider
-
Returns the routing of the task.
- getRouting() - Method in class org.openspaces.remoting.EventDrivenSpaceRemotingEntry
-
Deprecated.
- getRouting() - Method in class org.openspaces.remoting.ExecutorRemotingTask
-
- getRouting() - Method in class org.openspaces.remoting.scripting.ResourceLazyLoadingScript
-
Returns the routing index (which partition it will "hit").
- getRouting() - Method in interface org.openspaces.remoting.scripting.Script
-
The routing index for the script.
- getRouting() - Method in class org.openspaces.remoting.scripting.StaticScript
-
Returns the routing index.
- getRouting() - Method in interface org.openspaces.remoting.SpaceRemotingInvocation
-
Routing field controls the partition the invocation will be directed to when working with a
partitioned space.
- getRouting() - Method in interface org.openspaces.remoting.SpaceRemotingResult
-
Returns the routing index for the given result in cases where the remote
invocation was directed to a specific cluster instance.
- getRoutingFieldName() - Method in class com.j_spaces.core.client.ExternalEntry
-
Deprecated.
Get the routing field name that was selected to be the first index for partition.
- getRoutingFieldName() - Method in interface com.j_spaces.core.IGSEntry
-
- getRoutingPropertyName() - Method in interface com.gigaspaces.metadata.SpaceTypeDescriptor
-
Gets the routing property name.
- getRoutings() - Method in class com.gigaspaces.query.IdsQuery
-
Returns the routing values used to determine the partition to query.
- getRule() - Method in class org.openspaces.admin.pu.elastic.events.ElasticStatelessProcessingUnitPlannedNumberOfInstancesChangedEvent
-
- getRules() - Method in class org.openspaces.admin.pu.elastic.config.AutomaticCapacityScaleConfig
-
- getRules() - Method in class org.openspaces.grid.gsm.autoscaling.AutoScalingSlaPolicy
-
- getRunnable() - Method in class org.openspaces.core.executor.juc.RunnableTaskAdapter
-
Returns the embedded runnable.
- getRunningNumber() - Method in class org.openspaces.core.cluster.ClusterInfo
-
Returns a "running" number represented by the cluster info.
- getRunningNumberOffset1() - Method in class org.openspaces.core.cluster.ClusterInfo
-
- getRuntimeConfigReport() - Method in interface com.j_spaces.core.admin.IJSpaceContainerAdmin
-
Deprecated.
Returns runtime configuration report: dump of the overall system configurations
(spaces, container, cluster), system env, sys properties.
- getRuntimeDetails() - Method in interface org.openspaces.admin.space.Space
-
Returns an aggregated view of all the Space runtime details of all primary instances.
- getRuntimeDetails() - Method in interface org.openspaces.admin.space.SpaceInstance
-
Returns the space runtime information.
- getRuntimeInfo() - Method in interface com.j_spaces.core.admin.IRemoteJSpaceAdmin
-
Returns SpaceRuntimeInfo
.
- getRuntimeInfo(String) - Method in interface com.j_spaces.core.admin.IRemoteJSpaceAdmin
-
Returns SpaceRuntimeInfo
for specific class name and its subclasses.
- getRxBytes() - Method in interface org.openspaces.admin.os.OperatingSystemStatistics.NetworkStatistics
-
The total rx bytes received.
- getRxBytesPerSecond() - Method in interface org.openspaces.admin.os.OperatingSystemStatistics.NetworkStatistics
-
The number of bytes received per second (computed against the previous sampled stats).
- getRxDropped() - Method in interface org.openspaces.admin.os.OperatingSystemStatistics.NetworkStatistics
-
- getRxErrors() - Method in interface org.openspaces.admin.os.OperatingSystemStatistics.NetworkStatistics
-
- getRxPackets() - Method in interface org.openspaces.admin.os.OperatingSystemStatistics.NetworkStatistics
-
- getRxPacketsPerSecond() - Method in interface org.openspaces.admin.os.OperatingSystemStatistics.NetworkStatistics
-
- getSafeEntries() - Method in class com.gigaspaces.log.CompoundLogEntries
-
- getScaleStrategyEvents(long, int) - Method in interface org.openspaces.grid.esm.ESM
-
- getScaleStrategyEvents(long, int) - Method in class org.openspaces.grid.esm.ESMImpl
-
- getScaleStrategyEvents(long, int) - Method in class org.openspaces.grid.esm.ESMProxy
-
- getScaleStrategyName() - Method in class org.openspaces.grid.gsm.machines.AbstractMachinesSlaPolicy
-
- getScaleStrategyName() - Method in class org.openspaces.grid.gsm.machines.CapacityMachinesSlaPolicy
-
- getScaleStrategyName() - Method in class org.openspaces.grid.gsm.machines.EagerMachinesSlaPolicy
-
- getScaleStrategyName() - Method in class org.openspaces.grid.gsm.machines.UndeployMachinesSlaPolicy
-
- getScheduledConsumerCount() - Method in class org.openspaces.events.polling.SimplePollingEventListenerContainer
-
Return the number of currently scheduled consumers.
- getSchema() - Method in class com.j_spaces.core.client.SpaceURL
-
Deprecated.
Gets the space and container schema name.
- getSchema() - Method in class org.openspaces.core.cluster.ClusterInfo
-
Returns the schema the cluster operates under.
- getSchemaAlias() - Method in class org.openspaces.jpa.openjpa.query.FieldPathNode
-
- getSchemaConfig() - Method in class org.openspaces.grid.gsm.rebalancing.RebalancingSlaPolicy
-
- getSchemaConfig() - Method in class org.openspaces.grid.gsm.strategy.AbstractScaleStrategyBean
-
- getSchemaPath() - Method in class com.j_spaces.core.admin.SpaceConfig
-
Returns space schema file path
- getScriptAsString() - Method in class org.openspaces.remoting.scripting.ResourceLazyLoadingScript
-
- getScriptAsString() - Method in interface org.openspaces.remoting.scripting.Script
-
The script source as a string.
- getScriptAsString() - Method in class org.openspaces.remoting.scripting.StaticScript
-
Returns the script as a String.
- getScriptingExecutorProxy() - Method in class org.openspaces.jpa.openjpa.SpaceConfiguration
-
- getSecured() - Method in class org.openspaces.admin.application.deploy.AbstractApplicationCommand
-
- getSecured() - Method in class org.openspaces.admin.memcached.config.MemcachedConfig
-
- getSecured() - Method in class org.openspaces.admin.pu.config.ProcessingUnitConfig
-
- getSecured() - Method in interface org.openspaces.admin.pu.topology.ProcessingUnitConfigHolder
-
- getSecured() - Method in class org.openspaces.admin.space.config.SpaceConfig
-
- getSecurityConfig() - Method in class org.openspaces.core.space.AbstractSpaceFactoryBean
-
- getSecurityConfig() - Method in class org.openspaces.pu.sla.PrimaryZoneController
-
- getSecurityContext() - Method in class com.j_spaces.core.SpaceContext
-
- getSelect() - Method in class org.openspaces.jpa.openjpa.query.InnerQuery
-
- getSelectAggregators() - Method in class com.gigaspaces.query.aggregators.GroupByAggregator
-
- getSelectAllQuery() - Method in class com.j_spaces.core.client.SQLQuery
-
Returns a string representation of this SQLQuery, in the form of:
SELECT * FROM table name WHERE query expression
- getSelectAs() - Method in class org.openspaces.jpa.openjpa.query.AggregationFunction
-
Return 'this' concrete class if alias is set, otherwise null
- getSelectAs() - Method in class org.openspaces.jpa.openjpa.query.FieldPathNode
-
- getSelectAs() - Method in class org.openspaces.jpa.openjpa.query.InnerQuery
-
Return 'this' concrete class if alias is set, otherwise null
- getSelectAs() - Method in class org.openspaces.jpa.openjpa.query.LiteralValueNode
-
- getSelectAs() - Method in class org.openspaces.jpa.openjpa.query.NullValueNode
-
- getSelectAs() - Method in class org.openspaces.jpa.openjpa.query.ParameterNode
-
- getSelectAs() - Method in class org.openspaces.jpa.openjpa.query.Variable
-
- getSelectCountQuery() - Method in class com.j_spaces.core.client.SQLQuery
-
Returns a string representation of this SQLQuery, in the form of:
SELECT count(*) FROM table name WHERE query expression
- getSelectors(GroupByAggregator) - Static method in class com.gigaspaces.query.aggregators.AggregationInternalUtils
-
- getSendBytesPerPacket() - Method in class com.j_spaces.core.filters.ReplicationStatistics.OutgoingChannel
-
- getSendBytesPerSecond() - Method in class com.j_spaces.core.filters.ReplicationStatistics.OutgoingChannel
-
- getSendPacketsPerSecond() - Method in class com.j_spaces.core.filters.ReplicationStatistics.OutgoingChannel
-
- getSentBytes() - Method in class com.j_spaces.core.filters.ReplicationStatistics.OutgoingChannel
-
- getSequenceNumber() - Method in class com.sun.jini.discovery.MulticastAnnouncement
-
Returns the announcement sequence number.
- getSequenceNumber() - Method in class net.jini.core.event.EventRegistration
-
Returns the value of the sequence number on the event kind that was
current when the registration was granted, allowing comparison with
the sequence number in any subsequent notifications.
- getSequenceNumber() - Method in class net.jini.core.event.RemoteEvent
-
Returns the sequence number of this event.
- getSequenceNumberFixedPropertyID() - Method in interface com.gigaspaces.metadata.SpaceTypeDescriptor
-
- getSequenceNumberProperty() - Method in class org.openspaces.core.config.GigaSpaceDocumentTypeDescriptorFactoryBean
-
- getSerialFormat() - Method in class com.sun.jini.lease.AbstractLease
-
Return the serialization format for the expiration.
- getSerialFormat() - Method in interface net.jini.core.lease.Lease
-
Returns the format that will be used to serialize the lease.
- getSerialNumber() - Method in class net.jini.lookup.entry.ServiceInfoBean
-
Return the value of the serialNumber field in the ServiceInfo object
linked to by this JavaBeans component.
- getServerCommand() - Method in class com.sun.jini.start.SharedActivationGroupDescriptor
-
Command accessor method.
- getServerConfigArgs() - Method in class com.sun.jini.start.NonActivatableServiceDescriptor
-
Service configuration arguments accessor method.
- getServerContext() - Static method in class net.jini.export.ServerContext
-
Returns the server context collection for the current thread.
- getServerContext() - Method in interface net.jini.export.ServerContext.Spi
-
Returns a server context collection for the current thread, or
null
if provider does not contain context for the
current thread.
- getServerContextElement(Class) - Static method in class net.jini.export.ServerContext
-
Returns the first element in the current server context collection
(obtained by calling
ServerContext.getServerContext
) that is an instance of the given
type
type
.
- getServerOptions() - Method in class com.sun.jini.start.SharedActivationGroupDescriptor
-
Command options accessor method.
- getServerProperties() - Method in class com.sun.jini.start.SharedActivationGroupDescriptor
-
Properties accessor method.
- getServerProperties() - Method in class org.openspaces.persistency.utils.HsqlServerBean
-
- getServerVersionId() - Method in class com.gigaspaces.cluster.replication.gateway.conflict.EntryVersionConflict
-
- getService() - Method in class net.jini.core.lookup.ServiceItem
-
- getServiceClass() - Method in class org.openspaces.core.jini.JiniServiceFactoryBean
-
- getServiceDetails() - Method in class org.openspaces.pu.container.jee.lb.apache.LoadBalancerNodeInfo
-
Returns jee related information for the given load balancer node (for example, host, port, and context path).
- getServiceDetailsByServiceId(String) - Method in interface org.openspaces.admin.pu.ProcessingUnitInstance
-
Returns the service details for a specific service id.
- getServiceDetailsByServiceId() - Method in interface org.openspaces.admin.pu.ProcessingUnitInstance
-
Returns a map of service details by service id.
- getServiceDetailsByServiceType() - Method in interface org.openspaces.admin.pu.ProcessingUnitInstance
-
Returns a map of service details by service type.
- getServiceDetailsProviders() - Method in class org.openspaces.interop.DotnetProcessingUnitBean
-
- getServiceDetailsProviders() - Method in class org.openspaces.interop.DotnetProcessingUnitContainer
-
- getServiceDetailsProviders() - Method in class org.openspaces.pu.container.jee.JeeProcessingUnitContainer
-
- getServiceDetailsProviders() - Method in class org.openspaces.pu.container.ProcessingUnitContainer
-
- getServiceDetailsProviders() - Method in class org.openspaces.pu.container.spi.ApplicationContextProcessingUnitContainer
-
- getServiceDetailsProviders() - Method in class org.openspaces.pu.container.support.CompoundProcessingUnitContainer
-
- getServiceExporter(ApplicationContext) - Static method in class org.openspaces.remoting.ExecutorRemotingTask
-
- getServiceID() - Method in class com.sun.jini.discovery.MulticastAnnouncement
-
Returns the service ID of the lookup service.
- getServiceID() - Method in class com.sun.jini.reggie.RegistrarEvent
-
- getServiceID() - Method in class net.jini.core.lookup.ServiceEvent
-
Returns the serviceID of the item that triggered the event.
- getServiceID() - Method in interface net.jini.core.lookup.ServiceRegistrar
-
Returns the service ID of the lookup service.
- getServiceID() - Method in interface net.jini.core.lookup.ServiceRegistration
-
Returns the service ID for this service.
- getServiceID() - Method in class net.jini.discovery.IncomingMulticastAnnouncement
-
Return the ServiceID of the announcing lookup service.
- getServiceID() - Method in class org.openspaces.core.space.SpaceServiceDetails
-
- getServiceID() - Method in class org.openspaces.pu.container.jee.lb.apache.LoadBalancerNodeInfo
-
- getServiceIDs() - Method in class com.sun.jini.discovery.MulticastRequest
-
Returns the service IDs of known lookup services.
- getServiceIDs() - Method in class net.jini.discovery.IncomingMulticastRequest
-
Return a set of ServiceIDs from which the requestor has already
heard.
- getServiceItem() - Method in class com.sun.jini.reggie.RegistrarEvent
-
Returns the new state of the item, or null if the item was deleted from
the lookup service.
- getServiceItem() - Method in class net.jini.core.lookup.ServiceEvent
-
Returns the new state of the item, or null if the item was deleted
from the lookup service.
- getServiceMatches() - Method in class net.jini.core.lookup.ServiceMatchesMerger
-
- getServiceMonitor() - Method in class org.openspaces.grid.esm.ESMFaultDetectionHandler
-
Get the class which implements the ServiceMonitor
- getServiceMonitor() - Method in class org.openspaces.pu.container.servicegrid.PUFaultDetectionHandler
-
Get the class which implements the ServiceMonitor
- getServiceMonitorsProviders() - Method in class org.openspaces.interop.DotnetProcessingUnitBean
-
- getServiceMonitorsProviders() - Method in class org.openspaces.interop.DotnetProcessingUnitContainer
-
- getServiceMonitorsProviders() - Method in class org.openspaces.pu.container.ProcessingUnitContainer
-
- getServiceMonitorsProviders() - Method in class org.openspaces.pu.container.spi.ApplicationContextProcessingUnitContainer
-
- getServiceMonitorsProviders() - Method in class org.openspaces.pu.container.support.CompoundProcessingUnitContainer
-
- getServiceName() - Method in class org.openspaces.core.jini.JiniServiceFactoryBean
-
- getServicePreparer() - Method in class com.sun.jini.start.NonActivatableServiceDescriptor
-
ProxyPreparer
accessor method.
- getServiceProxy() - Method in class com.sun.jini.mahalo.TxnManagerImpl
-
- getServiceProxy() - Method in class com.sun.jini.reggie.GigaRegistrar
-
- getServiceProxy() - Method in interface com.sun.jini.start.ServiceProxyAccessor
-
Returns a proxy object for this object.
- getServiceProxy() - Method in class org.openspaces.pu.container.servicegrid.PUServiceBeanProxy
-
- getServicesDetails() - Method in class org.openspaces.core.gateway.GatewayDelegatorFactoryBean
-
- getServicesDetails() - Method in class org.openspaces.core.gateway.GatewaySinkFactoryBean
-
- getServicesDetails() - Method in class org.openspaces.core.space.AbstractSpaceFactoryBean
-
- getServicesDetails() - Method in class org.openspaces.core.space.cache.AbstractLocalCacheSpaceFactoryBean
-
- getServicesDetails() - Method in class org.openspaces.core.transaction.manager.DirectJiniTransactionManager
-
- getServicesDetails() - Method in class org.openspaces.core.transaction.manager.DistributedJiniTransactionManager
-
- getServicesDetails() - Method in class org.openspaces.core.transaction.manager.LookupJiniTransactionManager
-
- getServicesDetails() - Method in class org.openspaces.events.asyncpolling.SimpleAsyncPollingEventListenerContainer
-
- getServicesDetails() - Method in class org.openspaces.events.notify.SimpleNotifyEventListenerContainer
-
- getServicesDetails() - Method in class org.openspaces.events.polling.SimplePollingEventListenerContainer
-
- getServicesDetails() - Method in class org.openspaces.events.support.EventContainersBus
-
- getServicesDetails() - Method in class org.openspaces.interop.DotnetProcessingUnitBean
-
- getServicesDetails() - Method in class org.openspaces.memcached.MemCacheDaemon
-
- getServicesDetails() - Method in interface org.openspaces.pu.service.ServiceDetailsProvider
-
Retruns one or more service details that the service exposes.
- getServicesDetails() - Method in class org.openspaces.remoting.SpaceRemotingServiceExporter
-
- getServicesDetailsByServiceType(String) - Method in interface org.openspaces.admin.pu.ProcessingUnitInstance
-
- getServicesMonitors() - Method in class org.openspaces.events.asyncpolling.SimpleAsyncPollingEventListenerContainer
-
- getServicesMonitors() - Method in class org.openspaces.events.notify.SimpleNotifyEventListenerContainer
-
- getServicesMonitors() - Method in class org.openspaces.events.polling.SimplePollingEventListenerContainer
-
- getServicesMonitors() - Method in class org.openspaces.events.support.EventContainersBus
-
- getServicesMonitors() - Method in class org.openspaces.interop.DotnetProcessingUnitBean
-
- getServicesMonitors() - Method in class org.openspaces.memcached.MemCacheDaemon
-
- getServicesMonitors() - Method in class org.openspaces.pu.container.jee.stats.RequestStatisticsFilter
-
- getServicesMonitors() - Method in interface org.openspaces.pu.service.ServiceMonitorsProvider
-
Retruns one or more service details that the service exposes.
- getServicesMonitors() - Method in class org.openspaces.remoting.SpaceRemotingServiceExporter
-
- getServiceSubType() - Method in class org.openspaces.pu.service.PlainServiceDetails
-
- getServiceSubType() - Method in interface org.openspaces.pu.service.ServiceDetails
-
Returns the type of the serive details.
- getServiceType() - Method in interface org.openspaces.pu.service.AggregatedServiceDetails
-
Returns the aggregated service details.
- getServiceType() - Method in class org.openspaces.pu.service.PlainAggregatedServiceDetails
-
- getServiceType() - Method in class org.openspaces.pu.service.PlainServiceDetails
-
- getServiceType() - Method in interface org.openspaces.pu.service.ServiceDetails
-
Returns the service type.
- getServiceTypes(Template, String) - Method in class com.sun.jini.reggie.GigaRegistrar
-
- getServiceTypes(Template, String) - Method in interface com.sun.jini.reggie.Registrar
-
Looks at all service items that match the specified template, and for
every service item finds the most specific type (class or interface)
or types the service item is an instance of that are neither equal to,
nor a superclass of, any of the service types in the template and that
have names that start with the specified prefix, and returns the set
of all such types.
- getServiceTypes(ServiceTemplate, String) - Method in interface net.jini.core.lookup.ServiceRegistrar
-
Looks at all service items that match the specified template, and for
every service item finds the most specific type (class or interface)
or types the service item is an instance of that are neither equal to,
nor a superclass of, any of the service types in the template and that
have names that start with the specified prefix, and returns the set
of all such types.
- getSessionConfig() - Method in interface com.gigaspaces.events.EventSession
-
Retrieves the bounded configuration object.
- getSessionFactory() - Method in class org.openspaces.persistency.hibernate.AbstractHibernateExternalDataSource
-
Deprecated.
Returns the Hibernate session factory.
- getSessionFactory() - Method in class org.openspaces.persistency.hibernate.AbstractHibernateSpaceDataSource
-
- getSessionFactory() - Method in class org.openspaces.persistency.hibernate.AbstractHibernateSpaceSynchronizationEndpoint
-
- getSessionId() - Method in class com.gigaspaces.security.audit.AuditLogRecord
-
- getSet(String, String, Set<String>) - Method in class org.openspaces.core.util.StringProperties
-
- getSet(Map<String, String>, String, String, Set<String>) - Static method in class org.openspaces.core.util.StringPropertiesUtils
-
- getSetCmds() - Method in class org.openspaces.memcached.MemcachedServiceMonitors
-
- getSetCmds() - Method in class org.openspaces.memcached.SpaceCache
-
- getSeverity() - Method in class net.jini.lookup.entry.StatusBean
-
Get the value of the severity field of the Status object to
which this JavaBeans component is linked.
- getSeverity() - Method in interface org.openspaces.admin.alert.Alert
-
- getSeverity() - Method in class org.openspaces.admin.alert.alerts.AbstractAlert
-
- getSharedGroupLog() - Method in class com.sun.jini.start.SharedActivatableServiceDescriptor
-
Shared group log accessor method.
- getSharingId() - Method in class org.openspaces.admin.pu.elastic.topology.SharedMachineProvisioningInternal
-
- getShort(int) - Method in class com.gigaspaces.query.CompoundResult
-
- getShort(String) - Method in class com.gigaspaces.query.CompoundResult
-
- getShortDescription() - Method in class com.sun.jini.lookup.entry.BasicServiceType
-
Returns the resource named "desc", else null.
- getShortDescription() - Method in class net.jini.lookup.entry.ServiceType
-
Return a localized short description of this service.
- getShortGcPausePeriod() - Method in class org.openspaces.admin.alert.config.GarbageCollectionAlertConfiguration
-
- getSingleChangeOperationResult(ChangeResult<?>) - Static method in class org.openspaces.extensions.ChangeExtension
-
Gets the result of a single change operation which that was applied on a single entry, otherwise an exception will be thrown.
- getSink(String) - Method in interface org.openspaces.admin.gateway.Gateway
-
Returns a gateway sink which has a source gateway with the given name.
- getSink() - Method in interface org.openspaces.admin.gateway.GatewayProcessingUnit
-
Returns the sink of this gateway or null
if no sink exists in this gateway.
- getSink() - Method in interface org.openspaces.admin.gateway.GatewaySinkSource
-
Returns the sink this source is part of.
- getSinkSource(String) - Method in interface org.openspaces.admin.gateway.Gateway
-
Returns a sink source gateway with the given name.
- getSize() - Method in class com.sun.jini.discovery.MulticastMaxPacketSize
-
Returns the multicast packet size limit.
- getSize() - Method in interface org.openspaces.admin.application.Applications
-
- getSize() - Method in interface org.openspaces.admin.esm.ElasticServiceManagers
-
Returns the number of managers currently discovered.
- getSize() - Method in interface org.openspaces.admin.gateway.Gateway
-
- getSize() - Method in interface org.openspaces.admin.gateway.GatewayProcessingUnits
-
- getSize() - Method in interface org.openspaces.admin.gateway.Gateways
-
Returns the number of gateways currently discovered.
- getSize() - Method in interface org.openspaces.admin.gsa.GridServiceAgents
-
Returns the number of agents current discovered.
- getSize() - Method in interface org.openspaces.admin.gsc.GridServiceContainers
-
Returns the number of containers current discovered.
- getSize() - Method in interface org.openspaces.admin.gsm.GridServiceManagers
-
Returns the number of managers current discovered.
- getSize() - Method in interface org.openspaces.admin.lus.LookupServices
-
Returns the number of lookup services current discovered.
- getSize() - Method in interface org.openspaces.admin.machine.Machines
-
Returns the number of machines current discovered.
- getSize() - Method in interface org.openspaces.admin.os.OperatingSystems
-
Returns the number of operating systems current discovered.
- getSize() - Method in interface org.openspaces.admin.os.OperatingSystemsStatistics
-
- getSize() - Method in interface org.openspaces.admin.pu.ProcessingUnits
-
- getSize() - Method in interface org.openspaces.admin.space.Space
-
Returns the number of currently discovered space instances.
- getSize() - Method in interface org.openspaces.admin.space.SpaceStatistics
-
- getSize() - Method in interface org.openspaces.admin.transport.Transports
-
Returns the number of currently discovered transports.
- getSize() - Method in interface org.openspaces.admin.transport.TransportsStatistics
-
- getSize() - Method in interface org.openspaces.admin.vm.VirtualMachines
-
Returns the number of virtual machines current discovered.
- getSize() - Method in interface org.openspaces.admin.vm.VirtualMachinesDetails
-
- getSize() - Method in interface org.openspaces.admin.vm.VirtualMachinesStatistics
-
Returns the number of statistics (virtual machines) aggregated.
- getSize() - Method in class org.openspaces.core.config.CustomCachePolicyFactoryBean
-
- getSizeLimit() - Method in class org.openspaces.core.map.LocalCacheSupport
-
Sets the size limit of the local cache.
- getSlaLocation() - Method in class org.openspaces.admin.memcached.config.MemcachedConfig
-
- getSlaLocation() - Method in class org.openspaces.admin.pu.config.ProcessingUnitConfig
-
- getSlaLocation() - Method in class org.openspaces.admin.space.config.SpaceConfig
-
- getSlowConsumerLatency() - Method in class com.gigaspaces.config.lrmi.nio.NIOConfiguration
-
- getSlowConsumerReadTimeout() - Method in class com.gigaspaces.config.lrmi.nio.NIOConfiguration
-
- getSlowConsumerRetries() - Method in class com.gigaspaces.config.lrmi.nio.NIOConfiguration
-
- getSlowConsumerThroughput() - Method in class com.gigaspaces.config.lrmi.nio.NIOConfiguration
-
- getSnapshot() - Method in class net.jini.space.AvailabilityEvent
-
Returns a
snapshot of the
Entry
whose
transition triggered this event.
- getSnapshot() - Method in interface net.jini.space.MatchSet
-
Returns a
snapshot of the
Entry
removed by
the last call to
next
.
- getSocketConnectTimeout() - Method in class com.gigaspaces.config.lrmi.nio.NIOConfiguration
-
- getSource() - Method in class com.j_spaces.core.client.EntryArrivedRemoteEvent
-
The space on which the Event initially occurred.
- getSource() - Method in class net.jini.core.event.EventRegistration
-
Returns the source that will be used in all RemoteEvents generated
for this interest registration.
- getSourceByName(String) - Method in interface org.openspaces.admin.gateway.GatewaySink
-
Returns a gateway sink source for the specified source gateway name or null if no such gateway sink source exists.
- getSourceChannelStatistics(String) - Method in interface com.gigaspaces.cluster.replication.async.mirror.MirrorStatistics
-
Get the mirror statistics per specific space instance replication channel that replicates data to the mirror.
- getSourceContainer() - Method in interface org.openspaces.grid.gsm.rebalancing.FutureStatefulProcessingUnitInstance
-
- getSourceCpuUtilization() - Method in class org.openspaces.admin.alert.alerts.ReplicationChannelDisconnectedAlert
-
The CPU utilization reading when this alert was fired.
- getSourceDetails() - Method in interface com.gigaspaces.sync.ConsolidationParticipantData
-
- getSourceDetails() - Method in interface com.gigaspaces.sync.OperationsBatchData
-
- getSourceDetails() - Method in interface com.gigaspaces.sync.TransactionData
-
- getSourceGatewayName() - Method in interface org.openspaces.admin.gateway.GatewaySinkSource
-
Returns the name of the remote gateway which this source acts as its end point.
- getSourceHeapUtilization() - Method in class org.openspaces.admin.alert.alerts.ReplicationChannelDisconnectedAlert
-
The heap memory utilization reading when this alert was fired.
- getSourceHostAddress() - Method in class org.openspaces.admin.alert.alerts.ReplicationChannelDisconnectedAlert
-
The host address of the source machine that this alert corresponds to.
- getSourceHostName() - Method in class org.openspaces.admin.alert.alerts.ReplicationChannelDisconnectedAlert
-
The host name of the source machine that this alert corresponds to.
- getSourceMemberName() - Method in exception com.j_spaces.core.cluster.ReplicationFilterException
-
Gets the replication channel source member name.
- getSourceMemberName() - Method in interface com.j_spaces.core.SpaceCopyStatus
-
- getSourceMemberURL() - Method in interface com.j_spaces.core.SpaceCopyStatus
-
- getSources() - Method in interface org.openspaces.admin.gateway.GatewaySink
-
Returns the gateway sink sources of this sink.
- getSourceSpaceMemberName() - Method in class com.j_spaces.sadapter.datasource.BulkDataPersisterContext
-
Get the source space member name that sent this bulk.
- getSourceUid() - Method in class org.openspaces.admin.alert.alerts.ReplicationChannelDisconnectedAlert
-
- getSourceVirtualMachineUid() - Method in class org.openspaces.admin.alert.alerts.ReplicationChannelDisconnectedAlert
-
The uid of the source virtual machine that this alert corresponds to.
- getSpace() - Method in interface com.gigaspaces.events.EventSession
-
- getSpace() - Method in class org.openspaces.admin.pu.events.ProcessingUnitSpaceCorrelatedEvent
-
Returns the space that was correlated with the processing unit.
- getSpace() - Method in interface org.openspaces.admin.pu.ProcessingUnit
-
- getSpace() - Method in class org.openspaces.admin.space.events.SpaceStatisticsChangedEvent
-
Returns a the Space associated with the event.
- getSpace() - Method in interface org.openspaces.admin.space.SpaceInstance
-
Returns the space this instance is part of.
- getSpace() - Method in interface org.openspaces.admin.space.SpacePartition
-
Returns the Space this Space Partition is part of.
- getSpace() - Method in class org.openspaces.core.DefaultGigaSpace
-
- getSpace() - Method in interface org.openspaces.core.GigaSpace
-
Returns the IJSpace
used by this GigaSpace implementation to delegate
different space operations.
- getSpace() - Method in class org.openspaces.core.map.MapFactoryBean
-
- getSpace() - Method in class org.openspaces.core.space.mode.AbstractSpaceModeChangeEvent
-
Returns the space that initiated this event.
- getSpace() - Method in class org.openspaces.jpa.openjpa.SpaceConfiguration
-
- getSpace() - Method in class org.openspaces.memcached.MemcachedServiceDetails
-
- getSpaceAdded() - Method in interface org.openspaces.admin.space.Spaces
-
- getSpaceByName(String) - Method in interface org.openspaces.admin.space.Spaces
-
Returns a space based on its name.
- getSpaceByUID(String) - Method in interface org.openspaces.admin.space.Spaces
-
Returns a space based on its uid.
- getSpaceCorrelated() - Method in interface org.openspaces.admin.pu.ProcessingUnit
-
- getSpaceDetails() - Method in interface org.openspaces.admin.pu.ProcessingUnitInstance
-
Returns the space service details as described by the service started within the processing unit.
- getSpaceDirect(ServiceID) - Method in interface org.openspaces.pu.container.servicegrid.PUServiceBean
-
- getSpaceDirect(ServiceID) - Method in class org.openspaces.pu.container.servicegrid.PUServiceBeanImpl
-
- getSpaceDirect(ServiceID) - Method in class org.openspaces.pu.container.servicegrid.PUServiceBeanProxy
-
- getSpaceEvictionStrategy() - Method in class org.openspaces.core.config.CustomCachePolicyFactoryBean
-
- getSpaceId() - Method in interface com.gigaspaces.sync.DataSyncOperation
-
- getSpaceInstance() - Method in interface org.openspaces.admin.pu.ProcessingUnitInstance
-
Returns a space instance that was started within the processing unit instance.
- getSpaceInstance() - Method in class org.openspaces.admin.space.events.ReplicationStatusChangedEvent
-
The Space Instance that replicates to a replication target.
- getSpaceInstance() - Method in class org.openspaces.admin.space.events.SpaceInstanceStatisticsChangedEvent
-
Returns the Space Instance associated with this event.
- getSpaceInstance() - Method in class org.openspaces.admin.space.events.SpaceModeChangedEvent
-
Returns the Space Instance that space mode changed for.
- getSpaceInstance() - Method in class org.openspaces.admin.space.ReplicationTarget
-
Returns the space instance that will be replicated to.
- getSpaceInstanceAdded() - Method in interface org.openspaces.admin.machine.Machine
-
- getSpaceInstanceAdded() - Method in interface org.openspaces.admin.space.Space
-
- getSpaceInstanceAdded() - Method in interface org.openspaces.admin.space.Spaces
-
- getSpaceInstanceAdded() - Method in interface org.openspaces.admin.vm.VirtualMachine
-
- getSpaceInstanceAdded() - Method in interface org.openspaces.admin.zone.Zone
-
- getSpaceInstanceName() - Method in interface org.openspaces.admin.space.SpaceInstance
-
Get this Space instance String representation.
- getSpaceInstanceRemoved() - Method in interface org.openspaces.admin.machine.Machine
-
- getSpaceInstanceRemoved() - Method in interface org.openspaces.admin.space.Space
-
- getSpaceInstanceRemoved() - Method in interface org.openspaces.admin.space.Spaces
-
- getSpaceInstanceRemoved() - Method in interface org.openspaces.admin.vm.VirtualMachine
-
- getSpaceInstanceRemoved() - Method in interface org.openspaces.admin.zone.Zone
-
- getSpaceInstances() - Method in interface org.openspaces.admin.machine.Machine
-
Returns all the space instances running on the machine.
- getSpaceInstances() - Method in interface org.openspaces.admin.pu.ProcessingUnitInstance
-
Returns all the space instances that were started within the processing unit instance.
- getSpaceInstances() - Method in interface org.openspaces.admin.vm.VirtualMachine
-
Returns the space instances started within this virtual machine.
- getSpaceInstances() - Method in interface org.openspaces.admin.zone.Zone
-
Returns all the space instances running within the zone.
- getSpaceInstanceStatisticsChanged() - Method in interface org.openspaces.admin.space.Spaces
-
- getSpaceMemberName() - Method in exception com.j_spaces.core.exception.SpaceUnavailableException
-
- getSpaceMemberPosition(String) - Method in class com.j_spaces.core.cluster.ReplicationPolicy
-
This method returns the relative position of the specified space member
in the replication group, or -1 if the space member is not found.
- getSpaceMode() - Method in class org.openspaces.core.space.mode.AbstractSpaceModeChangeEvent
-
- getSpaceModeChanged() - Method in interface org.openspaces.admin.space.Space
-
- getSpaceModeChanged() - Method in interface org.openspaces.admin.space.SpaceInstance
-
- getSpaceModeChanged() - Method in interface org.openspaces.admin.space.Spaces
-
Returns an event manager allowing to globally register for
SpaceModeChangedEvent
s
that happen on any Space instance currently discovered.
- getSpaceName() - Method in class com.j_spaces.core.admin.SpaceConfig
-
Returns the space name.
- getSpaceName() - Method in class com.j_spaces.core.client.SpaceURL
-
Deprecated.
Gets Space name.
- getSpaceName() - Method in exception com.j_spaces.core.MemoryShortageException
-
- getSpaceName() - Method in class org.openspaces.admin.alert.alerts.SpacePartitionSplitBrainAlert
-
- getSpaceName() - Method in class org.openspaces.admin.space.SpaceDeployment
-
Deprecated.
- getSpaceName() - Method in exception org.openspaces.core.RedoLogCapacityExceededException
-
- getSpaceName() - Method in exception org.openspaces.core.SpaceMemoryShortageException
-
- getSpacePartitionId() - Method in class org.openspaces.admin.alert.alerts.SpacePartitionSplitBrainAlert
-
- getSpaceRemoved() - Method in interface org.openspaces.admin.space.Spaces
-
- getSpaceReplicationUrl(String) - Method in class com.j_spaces.core.cluster.ReplicationPolicy
-
- getSpaceRuntimeHolder(ServiceID) - Method in interface org.openspaces.pu.container.servicegrid.PUServiceBean
-
- getSpaceRuntimeHolder(ServiceID) - Method in class org.openspaces.pu.container.servicegrid.PUServiceBeanImpl
-
- getSpaceRuntimeHolder(ServiceID) - Method in class org.openspaces.pu.container.servicegrid.PUServiceBeanProxy
-
- getSpaces() - Method in interface org.openspaces.admin.Admin
-
Returns the spaces discovered.
- getSpaces() - Method in interface org.openspaces.admin.pu.ProcessingUnit
-
- getSpaces() - Method in interface org.openspaces.admin.space.Space
-
Returns the spaces this space is one of.
- getSpaces() - Method in interface org.openspaces.admin.space.Spaces
-
Returns all the currently discovered
Space
s.
- getSpaceStatisticsChanged() - Method in interface org.openspaces.admin.space.Spaces
-
- getSpaceStatisticsHolder(ServiceID) - Method in interface org.openspaces.pu.container.servicegrid.PUServiceBean
-
- getSpaceStatisticsHolder(ServiceID) - Method in class org.openspaces.pu.container.servicegrid.PUServiceBeanImpl
-
- getSpaceStatisticsHolder(ServiceID) - Method in class org.openspaces.pu.container.servicegrid.PUServiceBeanProxy
-
- getSpaceType() - Method in class org.openspaces.core.space.SpaceServiceDetails
-
- getSpaceTypeDescriptor() - Method in interface com.gigaspaces.server.ServerEntry
-
Gets the entry's type descriptor.
- getSpaceUrl() - Method in class org.openspaces.admin.memcached.config.MemcachedConfig
-
- getSpaceUrl() - Method in class org.openspaces.admin.memcached.MemcachedDeployment
-
Returns the Space url of the config.
- getSpaceUrl() - Method in interface org.openspaces.admin.space.SpaceInstance
-
- getSpaceUrl() - Method in class org.openspaces.core.space.SpaceServiceDetails
-
- getSpaceUrlAttributes() - Static method in class com.j_spaces.core.client.SpaceURL
-
Deprecated.
Gets a list of all the available space url attributes keys.
- getSpaceUuid() - Method in class com.j_spaces.core.client.EntryArrivedRemoteEvent
-
Returns the unique uid of the space the event originated from.
- getSpaceVersionID() - Method in exception com.j_spaces.core.client.EntryVersionConflictException
-
Return entry Space Version ID
- getSpaceVersionID() - Method in exception org.openspaces.core.SpaceOptimisticLockingFailureException
-
Returns the entry Space Version ID.
- getSpecialEntry(String) - Method in class net.jini.config.ConfigurationFile
-
Returns the value of the special entry with the specified name.
- getSpecialEntryType(String) - Method in class net.jini.config.ConfigurationFile
-
Returns the type of the special entry with the specified name.
- getSqlBuffer() - Method in interface org.openspaces.jpa.openjpa.query.executor.JpaQueryExecutor
-
Gets the executor's generated SQL buffer.
- getSslPort() - Method in class org.openspaces.pu.container.jee.JeeServiceDetails
-
Returns the ssl port of where the service is running on.
- getStarted() - Method in class org.openspaces.pu.container.servicegrid.jmxs.SecuredPUExtension
-
- getStarted() - Method in interface org.openspaces.pu.container.servicegrid.jmxs.SecuredPUExtensionMBean
-
Get the Date the ServiceBean was started
- getStartTime() - Method in interface org.openspaces.admin.vm.VirtualMachineDetails
-
- getState() - Method in interface com.j_spaces.core.admin.IRemoteJSpaceAdmin
-
Returns the particular condition of this space.
- getState() - Method in class com.j_spaces.core.filters.ReplicationStatistics.OutgoingChannel
-
- getState(long) - Method in class com.sun.jini.mahalo.TxnManagerImpl
-
- getState(Object) - Method in class com.sun.jini.mahalo.TxnManagerImpl
-
- getState(long) - Method in class com.sun.jini.mahalo.TxnMgrProxy
-
- getState(Object) - Method in class com.sun.jini.mahalo.TxnMgrProxy
-
- getState(Object) - Method in interface net.jini.core.transaction.server.ExtendedTransactionManager
-
- getState() - Method in class net.jini.core.transaction.server.ServerTransaction
-
Returns the current state of the transaction.
- getState(long) - Method in interface net.jini.core.transaction.server.TransactionManager
-
Returns the current state of the given transaction.
- getState() - Method in class org.openspaces.pu.container.servicegrid.PUServiceBeanProxy
-
- getStateForProcessingUnit(ProcessingUnit) - Method in class org.openspaces.grid.gsm.machines.MachinesSlaEnforcementState
-
- getStateOrProvince() - Method in class net.jini.lookup.entry.AddressBean
-
Return the value of the stateOrProvince field in the Address object
linked to by this JavaBeans component.
- getStatistics(int) - Method in interface com.j_spaces.core.admin.StatisticsAdmin
-
- getStatistics(Integer[]) - Method in interface com.j_spaces.core.admin.StatisticsAdmin
-
Returns statistics repository that contains a map of operation codes to
StatisticsContext
objects
for passed specific filter operation codes.
- getStatistics() - Method in interface com.j_spaces.core.admin.StatisticsAdmin
-
Returns statistics repository that contains a map of operation codes to
StatisticsContext
objects
for all filter operation codes.
- getStatistics() - Method in class org.openspaces.admin.os.events.OperatingSystemsStatisticsChangedEvent
-
Returns the statistics associated with the event.
- getStatistics() - Method in class org.openspaces.admin.os.events.OperatingSystemStatisticsChangedEvent
-
Returns the operating system statistics associated with the event.
- getStatistics() - Method in interface org.openspaces.admin.os.OperatingSystem
-
Returns the statistics of the operating system.
- getStatistics() - Method in interface org.openspaces.admin.os.OperatingSystems
-
Returns an aggregated view of all the operating systems statistics.
- getStatistics() - Method in class org.openspaces.admin.pu.elastic.config.AutomaticCapacityScaleRuleConfig
-
- getStatistics() - Method in class org.openspaces.admin.pu.events.ProcessingUnitInstanceStatisticsChangedEvent
-
- getStatistics() - Method in interface org.openspaces.admin.pu.ProcessingUnitInstance
-
Returns the processing unit instance statistics.
- getStatistics() - Method in class org.openspaces.admin.space.events.SpaceInstanceStatisticsChangedEvent
-
Returns the statistics of the Space Instance sampled.
- getStatistics() - Method in class org.openspaces.admin.space.events.SpaceStatisticsChangedEvent
-
Returns the statistics of the Space sampled.
- getStatistics() - Method in interface org.openspaces.admin.space.Space
-
Returns an aggregated view of all the statistics of all the instances.
- getStatistics() - Method in interface org.openspaces.admin.space.SpaceInstance
-
Returns the space instance statistics.
- getStatistics() - Method in class org.openspaces.admin.transport.events.TransportsStatisticsChangedEvent
-
Returns the aggregated transports statistics sampled.
- getStatistics() - Method in class org.openspaces.admin.transport.events.TransportStatisticsChangedEvent
-
Returns the transport statistics sampled.
- getStatistics() - Method in interface org.openspaces.admin.transport.Transport
-
Returns the transport statistics.
- getStatistics() - Method in interface org.openspaces.admin.transport.Transports
-
Returns the aggregated statistics of all the currently discovered transports.
- getStatistics() - Method in class org.openspaces.admin.vm.events.VirtualMachinesStatisticsChangedEvent
-
Returns the aggregated virtual machines statistics sampled.
- getStatistics() - Method in class org.openspaces.admin.vm.events.VirtualMachineStatisticsChangedEvent
-
Returns the statistics of the virtual machine sampled.
- getStatistics() - Method in interface org.openspaces.admin.vm.VirtualMachine
-
Returns the statistics of the virtual machine.
- getStatistics() - Method in interface org.openspaces.admin.vm.VirtualMachines
-
Returns the aggregated statistics of all virtual machines.
- getStatisticsChanged() - Method in interface org.openspaces.admin.os.OperatingSystem
-
- getStatisticsChanged() - Method in interface org.openspaces.admin.os.OperatingSystems
-
- getStatisticsChanged() - Method in interface org.openspaces.admin.space.Space
-
- getStatisticsChanged() - Method in interface org.openspaces.admin.space.SpaceInstance
-
- getStatisticsChanged() - Method in interface org.openspaces.admin.transport.Transport
-
- getStatisticsChanged() - Method in interface org.openspaces.admin.transport.Transports
-
- getStatisticsChanged() - Method in interface org.openspaces.admin.vm.VirtualMachines
-
- getStatisticsPollingIntervalSeconds() - Method in class org.openspaces.admin.pu.elastic.config.AutomaticCapacityScaleConfig
-
- getStatisticsSamplingRate() - Method in interface com.j_spaces.core.admin.StatisticsAdmin
-
Checks statistics sampling rate.
- getStatisticsStringArray() - Method in interface com.j_spaces.core.admin.StatisticsAdmin
-
Returns a string array contains statistics values for each operation.
- getStatisticsValue(ProcessingUnit, Map<ProcessingUnitStatisticsId, Object>, ProcessingUnitStatisticsId) - Static method in class org.openspaces.grid.gsm.autoscaling.AutoScalingSlaUtils
-
Validates that the specified statisticsId defined in the rule
- getStatus() - Method in interface org.openspaces.admin.alert.Alert
-
- getStatus() - Method in class org.openspaces.admin.alert.alerts.AbstractAlert
-
- getStatus() - Method in interface org.openspaces.admin.pu.ProcessingUnit
-
- getStatus() - Method in class org.openspaces.admin.quiesce.QuiesceDetails
-
- getStatus() - Method in class org.openspaces.events.AbstractEventListenerContainer
-
- getStatus() - Method in class org.openspaces.events.EventContainerServiceMonitors
-
- getStatus(ServletResponse) - Method in interface org.openspaces.pu.container.jee.stats.HttpResponseStatus
-
- getStatusCode(ResponseMessage) - Method in class org.openspaces.memcached.protocol.binary.MemcachedBinaryResponseEncoder
-
- getStorageLocation() - Method in interface com.sun.jini.admin.StorageLocationAdmin
-
Returns the location of the service's persistent storage.
- getStorageType() - Method in interface com.gigaspaces.metadata.SpacePropertyDescriptor
-
- getStorageType() - Method in interface com.gigaspaces.metadata.SpaceTypeDescriptor
-
Get the type storage type
- getStorageType() - Method in class org.openspaces.core.config.GigaSpaceDocumentTypeDescriptorFactoryBean
-
- getStore() - Method in class org.openspaces.jpa.openjpa.StoreManagerSQLQuery
-
- getStoreHandler() - Method in class org.openspaces.core.config.AttributeStoreFactoryBean
-
- getStrategyClassName() - Method in class org.openspaces.grid.esm.ESMImpl.PendingElasticPropertiesUpdate
-
- getStreet() - Method in class net.jini.lookup.entry.AddressBean
-
Return the value of the street field in the Address object linked to by
this JavaBeans component.
- getString(int) - Method in class com.gigaspaces.query.CompoundResult
-
- getString(String) - Method in class com.gigaspaces.query.CompoundResult
-
- getString(String, String) - Method in class com.sun.jini.system.MultiCommandLine
-
Return the argument of the given string option from the command
line.
- getString(char, String) - Method in class com.sun.jini.system.POSIXCommandLine
-
Return the argument of the given string option from the command
line.
- getString(String) - Method in class com.sun.jini.tool.envcheck.AbstractPlugin
-
Get the format string associated with key
from the
resource bundle for this class.
- getString(String, Object) - Method in class com.sun.jini.tool.envcheck.AbstractPlugin
-
Get the format string associated with key
from the
resource bundle for this class.
- getString(String, Object, Object) - Method in class com.sun.jini.tool.envcheck.AbstractPlugin
-
Get the format string associated with key
from the
resource bundle for this class.
- getString(String, Object, Object, Object) - Method in class com.sun.jini.tool.envcheck.AbstractPlugin
-
Get the format string associated with key
from the
resource bundle for this class.
- getString(String, ResourceBundle) - Static method in class com.sun.jini.tool.envcheck.Util
-
Print out string according to resourceBundle format.
- getString(String, ResourceBundle, Object) - Static method in class com.sun.jini.tool.envcheck.Util
-
Print out string according to resourceBundle format.
- getString(String, ResourceBundle, Object, Object) - Static method in class com.sun.jini.tool.envcheck.Util
-
Print out string according to resourceBundle format.
- getString(String, ResourceBundle, Object, Object, Object) - Static method in class com.sun.jini.tool.envcheck.Util
-
Print out string according to resourceBundle format.
- getStringProperties() - Method in class org.openspaces.admin.config.AbstractConfig
-
- getStringWrapperObject(String, Object) - Method in class org.openspaces.core.util.StringProperties
-
- getStringWrapperObject(Map<String, String>, String, Object) - Static method in class org.openspaces.core.util.StringPropertiesUtils
-
Gets an object that has a constructor that accepts String as a single argument
- getSubqAlias() - Method in class org.openspaces.jpa.openjpa.query.InnerQuery
-
Return the subqAlias
- getSuccesfullChanges() - Method in exception com.gigaspaces.client.ChangeException
-
Returns the successfully done changes.
- getSuccesfullChanges() - Method in exception org.openspaces.core.ChangeException
-
Returns the successfully done changes.
- getSuccessfulOperationCount() - Method in interface com.gigaspaces.cluster.replication.async.mirror.MirrorOperationStatistics
-
Returns the count of operations that were successfully executed on the mirror
- getSuccessfulOperationCount() - Method in interface com.gigaspaces.cluster.replication.statistics.IReplicationInOperation
-
Returns the count of operations that were successfully executed on target
- getSuffix() - Method in class org.openspaces.core.cluster.ClusterInfo
-
Returns a String suffix that can be used to discriminate instances.
- getSuperclass() - Method in class com.sun.jini.reggie.EntryClass
-
Return the superclass descriptor
- getSuperClasses() - Method in class com.j_spaces.core.client.BasicTypeInfo
-
Deprecated.
Returns Entry Super Classes array.
- getSuperClassesChecksum() - Method in class com.j_spaces.core.client.BasicTypeInfo
-
Deprecated.
- getSuperClassesNames() - Method in class com.j_spaces.core.client.ExternalEntry
-
Deprecated.
Entry Super Classes Names.
- getSuperClassesNames() - Method in interface com.j_spaces.core.IGSEntry
-
Entry Super Classes Names.
- getSuperTypeName() - Method in interface com.gigaspaces.metadata.SpaceTypeDescriptor
-
Gets the super type name
- getSwapRedologPolicy() - Method in class com.j_spaces.core.cluster.ReplicationPolicy
-
- getSwapSpaceUsedPerc() - Method in interface org.openspaces.admin.os.OperatingSystemStatistics
-
Returns the percentage used of swap space out of the total swap space.
- getSyncEndpointInterceptorConfiguration() - Method in class org.openspaces.core.gateway.GatewaySinkFactoryBean
-
Gets the synchronization endpoint interceptor configuration for the sink component.
- getSyncTargets(List<String>) - Method in class com.j_spaces.core.cluster.ReplicationPolicy
-
Returns a list of URLs or an empty list of reliable targets to recover
from.
- getSystemPriorityMaxThreads() - Method in class com.gigaspaces.config.lrmi.nio.NIOConfiguration
-
- getSystemPriorityMinThreads() - Method in class com.gigaspaces.config.lrmi.nio.NIOConfiguration
-
- getSystemPriorityQueueCapacity() - Method in class com.gigaspaces.config.lrmi.nio.NIOConfiguration
-
- getSystemPriorityThreadIdleTimeout() - Method in class com.gigaspaces.config.lrmi.nio.NIOConfiguration
-
- getSystemProperties() - Method in interface org.openspaces.admin.vm.VirtualMachineDetails
-
- getSystemVariableDefaultValue(String) - Static method in class com.j_spaces.kernel.SystemProperties
-
- getTakeCount() - Method in interface org.openspaces.admin.space.SpaceInstanceStatistics
-
- getTakeCount() - Method in interface org.openspaces.admin.space.SpaceStatistics
-
- getTakePerSecond() - Method in interface org.openspaces.admin.space.SpaceInstanceStatistics
-
- getTakePerSecond() - Method in interface org.openspaces.admin.space.SpaceStatistics
-
- getTarget() - Method in class org.openspaces.core.gateway.GatewayDelegation
-
- getTargetContainer() - Method in interface org.openspaces.grid.gsm.rebalancing.FutureStatefulProcessingUnitInstance
-
- getTargetContainer() - Method in interface org.openspaces.grid.gsm.rebalancing.FutureStatelessProcessingUnitInstance
-
- getTargetCpuUtilization() - Method in class org.openspaces.admin.alert.alerts.ReplicationChannelDisconnectedAlert
-
The CPU utilization reading when this alert was fired.
- getTargetDetails() - Method in class com.j_spaces.core.filters.ReplicationStatistics.OutgoingChannel
-
- getTargetGatewayName() - Method in interface org.openspaces.admin.gateway.GatewayDelegatorTarget
-
Returns the delegated target gateway name.
- getTargetHeapUtilization() - Method in class org.openspaces.admin.alert.alerts.ReplicationChannelDisconnectedAlert
-
The heap memory utilization reading when this alert was fired.
- getTargetHostAddress() - Method in class org.openspaces.admin.alert.alerts.ReplicationChannelDisconnectedAlert
-
The host address of the target machine that this alert corresponds to.
- getTargetHostname() - Method in class com.j_spaces.core.filters.ReplicationStatistics.OutgoingChannel
-
- getTargetHostName() - Method in class org.openspaces.admin.alert.alerts.ReplicationChannelDisconnectedAlert
-
The host name of the target machine that this alert corresponds to.
- getTargetIsMirror() - Method in class org.openspaces.admin.alert.alerts.ReplicationChannelDisconnectedAlert
-
An indication if the target Space is a Mirror-Service.
- getTargetMemberName() - Method in exception com.j_spaces.core.cluster.ReplicationFilterException
-
Gets the replication channel target member name.
- getTargetMemberName() - Method in class com.j_spaces.core.filters.ReplicationStatistics.OutgoingChannel
-
- getTargetMemberName() - Method in interface com.j_spaces.core.SpaceCopyStatus
-
- getTargetName() - Method in exception org.openspaces.core.RedoLogCapacityExceededException
-
- getTargetPid() - Method in class com.j_spaces.core.filters.ReplicationStatistics.OutgoingChannel
-
- getTargetTransmissionMatrix(String) - Method in class com.j_spaces.core.cluster.ReplicationPolicy.ReplicationPolicyDescription
-
Extracts the transmission policy from this source to the requested
target.
- getTargetType() - Method in class org.openspaces.admin.space.ReplicationTarget
-
- getTargetUid() - Method in class org.openspaces.admin.alert.alerts.ReplicationChannelDisconnectedAlert
-
- getTargetUuid() - Method in class com.j_spaces.core.filters.ReplicationStatistics.OutgoingChannel
-
- getTargetVirtualMachineUid() - Method in class org.openspaces.admin.alert.alerts.ReplicationChannelDisconnectedAlert
-
The uid of the target virtual machine that this alert corresponds to.
- getTempDirPath() - Method in class org.openspaces.launcher.WebLauncherConfig
-
- getTemplate() - Method in class org.openspaces.core.config.SQLQueryFactoryBean
-
- getTemplate() - Method in class org.openspaces.core.jini.JiniServiceFactoryBean
-
- getTemplate() - Method in class org.openspaces.events.AbstractEventListenerContainer
-
Returns the template that will be used.
- getTemplate() - Method in class org.openspaces.events.EventContainerServiceDetails
-
- getTemplate() - Method in interface org.openspaces.events.EventTemplateProvider
-
Returns the template that will be used for matching on events.
- getTemplate() - Method in class org.openspaces.remoting.SpaceRemotingServiceExporter
-
The template used for receiving events.
- getTemplateAsDocument() - Method in interface com.gigaspaces.datasource.DataSourceQuery
-
- getTemplateAsObject() - Method in interface com.gigaspaces.datasource.DataSourceQuery
-
Gets an object representation of this query.
- getTemplateClassName() - Method in exception com.j_spaces.core.InvalidFifoTemplateException
-
Returns invalid template className.
- getTemplateClassName() - Method in exception org.openspaces.core.InvalidFifoTemplateException
-
Returns invalid template className.
- getTemplateUID() - Method in class com.j_spaces.core.client.EntryArrivedRemoteEvent
-
returns multicast templateID, TODO remote this support after support TemplateID == NotifySpaceUID
- getterMethodFor(Method) - Method in class org.openspaces.persistency.support.ProcedureCache
-
- getTestOnBorrow() - Method in class org.openspaces.jdbc.datasource.DbcpBasicDataSource
-
- getTestOnReturn() - Method in class org.openspaces.jdbc.datasource.DbcpBasicDataSource
-
- getTestWhileIdle() - Method in class org.openspaces.jdbc.datasource.DbcpBasicDataSource
-
- getText() - Method in class com.gigaspaces.log.LogEntry
-
Returns the full log text.
- getTextWithLF() - Method in class com.gigaspaces.log.LogEntry
-
Returns the full log text with line separator.
- getThis() - Method in class org.openspaces.jpa.openjpa.query.QueryExpressionFactory
-
Return a value representing this
.
- getThreadCount() - Method in interface org.openspaces.admin.vm.VirtualMachinesStatistics
-
- getThreadCount() - Method in interface org.openspaces.admin.vm.VirtualMachineStatistics
-
Returns the number of currently running threads in this virtual machine
- getThreadName() - Method in class com.sun.jini.thread.TaskManager
-
- GetThreadPoolAction - Class in com.sun.jini.thread
-
Provides security-checked access to internal thread pools as a
java.security.PrivilegedAction, to be used conveniently with an
AccessController.doPrivileged or Security.doPrivileged.
- GetThreadPoolAction(boolean) - Constructor for class com.sun.jini.thread.GetThreadPoolAction
-
Creates an action that will obtain an internal thread pool.
- getThreadPoolIdleTimeout() - Method in class com.gigaspaces.config.lrmi.nio.NIOConfiguration
-
- getThrowable() - Method in class com.sun.jini.lease.BasicRenewalFailureEvent
-
Returns the exception (if any) that was thrown by the last renewal
attempt.
- getThrowable() - Method in class net.jini.lease.RenewalFailureEvent
-
Returns the Throwable
(if any) that was thrown by
the last renewal attempt.
- getTime() - Method in class net.jini.core.constraint.ConnectionAbsoluteTime
-
Returns the deadline for connection establishment.
- getTime() - Method in class net.jini.core.constraint.ConnectionRelativeTime
-
Returns the maximum connection duration in milliseconds.
- getTimeBetweenEvictionRunsMillis() - Method in class org.openspaces.jdbc.datasource.DbcpBasicDataSource
-
- getTimeDelta() - Method in interface org.openspaces.admin.os.OperatingSystem
-
Returns the delta between a current time taken on the admin API side, and the
current time assumed by the remote machine.
- getTimeline() - Method in interface org.openspaces.admin.os.OperatingSystemsStatistics
-
Returns the timeline (from newest to oldest) history statistics, including this one.
- getTimeline() - Method in interface org.openspaces.admin.os.OperatingSystemStatistics
-
Returns the timeline (from newest to oldest) history statistics, including this one.
- getTimeline() - Method in interface org.openspaces.admin.vm.VirtualMachinesStatistics
-
Returns the timeline (from newest to oldest) history statistics, including this one.
- getTimeline() - Method in interface org.openspaces.admin.vm.VirtualMachineStatistics
-
Returns the timeline (from newest to oldest) history statistics, including this one.
- getTimelineFromTimestamp(long) - Method in interface org.openspaces.admin.pu.ProcessingUnitInstanceStatistics
-
Returns the timeline (from newest to oldest) history statistics, including this one.
- getTimelineFromTimestamp(long) - Method in interface org.openspaces.admin.space.SpaceInstanceStatistics
-
Returns the timeline (from newest to oldest) history statistics, including this one.
- getTimelineFromTimestamp(long) - Method in interface org.openspaces.admin.space.SpaceStatistics
-
Returns the timeline (from newest to oldest) history statistics, including this one.
- getTimeout() - Method in class com.sun.jini.discovery.UnicastSocketTimeout
-
Returns the socket timeout.
- getTimeout() - Method in class org.openspaces.admin.application.deploy.AbstractApplicationCommand
-
- getTimeout() - Method in class org.openspaces.core.jini.JiniServiceFactoryBean
-
The timeout to wait looking up the service
- getTimeout() - Method in exception org.openspaces.pu.container.servicegrid.deploy.GSMNotFoundException
-
- getTimeout() - Method in exception org.openspaces.remoting.RemoteTimeoutException
-
- getTimestamp() - Method in class com.gigaspaces.log.LogEntry
-
Returns the timestamp this log was taken at.
- getTimestamp() - Method in class com.gigaspaces.metrics.MetricRegistrySnapshot
-
- getTimestamp() - Method in interface org.openspaces.admin.alert.Alert
-
- getTimestamp() - Method in class org.openspaces.admin.alert.alerts.AbstractAlert
-
- getTimestamp() - Method in interface org.openspaces.admin.os.OperatingSystemsStatistics
-
Returns the timestamp when the aggregated statistics was computed.
- getTimestamp() - Method in interface org.openspaces.admin.os.OperatingSystemStatistics
-
Returns the timestamp when the statistics were take.
- getTimestamp() - Method in interface org.openspaces.admin.pu.ProcessingUnitInstanceStatistics
-
The timestamp the stats were taken at.
- getTimestamp() - Method in interface org.openspaces.admin.space.SpaceInstanceStatistics
-
Returns the timestamp the statistics were taken at.
- getTimestamp() - Method in interface org.openspaces.admin.space.SpaceStatistics
-
Returns the timestamp this space statistics were taken.
- getTimestamp() - Method in interface org.openspaces.admin.transport.TransportsStatistics
-
Returns the timestamp when this statistics was sampled.
- getTimestamp() - Method in interface org.openspaces.admin.transport.TransportStatistics
-
Returns the timestamp when the statistics were taken.
- getTimestamp() - Method in interface org.openspaces.admin.vm.VirtualMachinesStatistics
-
Return the timestamp when the statistics were taken.
- getTimestamp() - Method in interface org.openspaces.admin.vm.VirtualMachineStatistics
-
Return the timestamp when the statistics were taken.
- getTimestamp() - Method in interface org.openspaces.core.PollingFuture
-
- getTimestamp() - Method in class org.openspaces.pu.container.servicegrid.PUMonitors
-
- getTimeToLive() - Method in interface com.gigaspaces.sync.change.DataSyncChangeSet
-
- getTimeToLive() - Method in class com.j_spaces.core.client.EntryInfo
-
Deprecated.
- getTimeToLive() - Method in class com.j_spaces.core.client.ExternalEntry
-
Deprecated.
Entry time to live.
- getTimeToLive() - Method in interface com.j_spaces.core.IGSEntry
-
Entry time to live.
- getTimeToLive() - Method in interface com.j_spaces.map.IMap
-
Returns how long cached objects will live in the cache.
- getTimeToLive() - Method in class com.sun.jini.discovery.MulticastTimeToLive
-
Returns the time to live value.
- getTimeWindowMillis() - Method in class org.openspaces.archive.DefaultArchivePollingContainerExceptionHandler
-
- getTimeWindowSeconds() - Method in class org.openspaces.admin.pu.statistics.AbstractTimeWindowStatisticsConfig
-
- getTimeWindowStatistics() - Method in class org.openspaces.admin.pu.statistics.ProcessingUnitStatisticsId
-
- getTimeZone() - Method in class com.gigaspaces.metrics.reporters.ConsoleReporterFactory
-
- getTitle() - Method in class org.openspaces.ui.WidgetGroup
-
- getToken() - Method in class org.openspaces.admin.quiesce.QuiesceResult
-
- getTotal() - Method in class org.openspaces.pu.container.jee.stats.WebRequestsServiceMonitors
-
Returns the total number of requests processed.
- getTotalBlockedEntriesByFilter() - Method in interface com.j_spaces.core.SpaceCopyStatus
-
- getTotalCopiedEntries() - Method in interface com.j_spaces.core.SpaceCopyStatus
-
- getTotalCopiedNotifyTemplates() - Method in interface com.j_spaces.core.SpaceCopyStatus
-
- getTotalCopyObj() - Method in interface com.j_spaces.core.SpaceCopyStatus
-
- getTotalDummyObj() - Method in interface com.j_spaces.core.SpaceCopyStatus
-
- getTotalDuplicateEntries() - Method in interface com.j_spaces.core.SpaceCopyStatus
-
- getTotalDuration() - Method in class org.openspaces.pu.container.jee.stats.WebRequestsServiceMonitors
-
Returns the total time (in milliseconds) that it took to process requests.
- getTotalExpectedResults() - Method in class com.gigaspaces.async.AsyncResultFilterEvent
-
Returns the total expected results of this execution.
- getTotalLogFiles() - Method in class com.gigaspaces.log.LogEntries
-
Returns the total number of log files scanned.
- getTotalMetrics() - Method in class com.gigaspaces.metrics.MetricRegistrySnapshot
-
- getTotalNumberOfInstances() - Method in interface org.openspaces.admin.pu.ProcessingUnit
-
- getTotalNumberOfInstances() - Method in interface org.openspaces.admin.space.Space
-
Returns the total number of instances.
- getTotalPhysicalMemorySizeInBytes() - Method in interface org.openspaces.admin.os.OperatingSystemDetails
-
Returns the total physical memory size in bytes.
- getTotalPhysicalMemorySizeInBytes() - Method in interface org.openspaces.admin.os.OperatingSystemsDetails
-
- getTotalPhysicalMemorySizeInGB() - Method in interface org.openspaces.admin.os.OperatingSystemDetails
-
Returns the total physical memory size in giga byes.
- getTotalPhysicalMemorySizeInGB() - Method in interface org.openspaces.admin.os.OperatingSystemsDetails
-
- getTotalPhysicalMemorySizeInMB() - Method in interface org.openspaces.admin.os.OperatingSystemDetails
-
Returns the total physical memory size in mega bytes.
- getTotalPhysicalMemorySizeInMB() - Method in interface org.openspaces.admin.os.OperatingSystemsDetails
-
- getTotalSwapSpaceSizeInBytes() - Method in interface org.openspaces.admin.os.OperatingSystemDetails
-
Returns the total swap space size in bytes.
- getTotalSwapSpaceSizeInBytes() - Method in interface org.openspaces.admin.os.OperatingSystemsDetails
-
- getTotalSwapSpaceSizeInGB() - Method in interface org.openspaces.admin.os.OperatingSystemDetails
-
Returns the total swap space size in giga bytes.
- getTotalSwapSpaceSizeInGB() - Method in interface org.openspaces.admin.os.OperatingSystemsDetails
-
- getTotalSwapSpaceSizeInMB() - Method in interface org.openspaces.admin.os.OperatingSystemDetails
-
Returns the total swap space size in mega bytes.
- getTotalSwapSpaceSizeInMB() - Method in interface org.openspaces.admin.os.OperatingSystemsDetails
-
- getTotalTasks() - Method in class com.sun.jini.thread.TaskManager
-
Returns the total number of tasks to be executed and currently executing.
- getTrace() - Method in class org.openspaces.grid.gsm.rebalancing.RebalancingSlaEnforcement
-
- getTransaction() - Method in interface com.j_spaces.map.IMap
-
- getTransaction(long) - Method in interface com.sun.jini.mahalo.TxnManager
-
Retrieves a Transaction
given the
transaction's ID.
- getTransaction(long) - Method in class com.sun.jini.mahalo.TxnManagerImpl
-
Method from TxnManager
which produces
a Transaction
from its ID.
- getTransaction() - Method in class org.openspaces.core.map.LockHandle
-
Returns the transaction representing the lock on the given key.
- getTransaction() - Method in class org.openspaces.core.transaction.manager.AbstractJiniTransactionManager.JiniTransactionObject
-
- getTransaction() - Method in class org.openspaces.core.transaction.manager.JiniTransactionHolder
-
Returns the Jini transaction object.
- getTransactionalContext() - Method in class org.openspaces.core.transaction.manager.AbstractJiniTransactionManager
-
- getTransactionalContext() - Method in interface org.openspaces.core.transaction.manager.JiniPlatformTransactionManager
-
Returns the transactional context the jini transaction is bounded under (usually using Spring
synchronization which is based on thread local).
- getTransactionData() - Method in class com.j_spaces.sadapter.datasource.BulkDataPersisterContext
-
- getTransactionDefinition() - Method in class org.openspaces.events.AbstractEventListenerContainer
-
- getTransactionDetails() - Method in interface org.openspaces.admin.space.SpaceInstanceRuntimeDetails
-
- getTransactionDetails() - Method in interface org.openspaces.admin.space.SpaceRuntimeDetails
-
- getTransactionId() - Method in interface com.gigaspaces.transaction.TransactionUniqueId
-
- getTransactionId() - Method in interface net.jini.core.transaction.server.TransactionParticipantData
-
Deprecated.
The id of the distributed transaction
- getTransactionId() - Method in class net.jini.core.transaction.server.TransactionParticipantDataImpl
-
- getTransactionLockRetryInterval() - Method in class org.openspaces.core.gateway.SinkErrorHandlingFactoryBean
-
Gets the defined time interval between failed operations retry attempts.
- getTransactionManager() - Method in class org.openspaces.core.transaction.DefaultTransactionProvider
-
- getTransactionManager() - Method in class org.openspaces.core.transaction.manager.AbstractJiniTransactionManager
-
- getTransactionManager() - Method in class org.openspaces.events.AbstractEventListenerContainer
-
Return the Spring PlatformTransactionManager to use for transactional wrapping of message
reception plus listener execution.
- getTransactionManager() - Method in class org.openspaces.events.EventContainerServiceDetails
-
- getTransactionManager() - Method in class org.openspaces.jpa.openjpa.SpaceConfiguration
-
- getTransactionManagerId() - Method in interface com.gigaspaces.transaction.TransactionUniqueId
-
- getTransactionManagerId() - Method in class com.sun.jini.mahalo.TxnManagerImpl
-
- getTransactionManagerId() - Method in class com.sun.jini.mahalo.TxnMgrProxy
-
- getTransactionManagerId() - Method in interface net.jini.core.transaction.server.TransactionManager
-
- getTransactionManagerName() - Method in class org.openspaces.events.AbstractEventListenerContainer
-
- getTransactionParticipantDataItems() - Method in interface com.gigaspaces.sync.ConsolidationParticipantData
-
- getTransactionParticipantDataItems() - Method in interface com.gigaspaces.sync.TransactionData
-
- getTransactionParticipantMetadata() - Method in interface com.gigaspaces.sync.ConsolidationParticipantData
-
- getTransactionParticipantMetaData() - Method in interface com.gigaspaces.sync.TransactionData
-
- getTransactionParticipantMetaData() - Method in class com.j_spaces.sadapter.datasource.BulkDataPersisterContext
-
- getTransactionParticipantsCount() - Method in interface com.gigaspaces.transaction.ConsolidatedDistributedTransactionMetaData
-
- getTransactionParticipantsCount() - Method in interface com.gigaspaces.transaction.TransactionParticipantMetaData
-
Number of participants in the transaction
- getTransactionParticipantsCount() - Method in interface net.jini.core.transaction.server.TransactionParticipantData
-
Deprecated.
Number of participants in transaction
- getTransactionParticipantsCount() - Method in class net.jini.core.transaction.server.TransactionParticipantDataImpl
-
- getTransactionTimeout() - Method in class com.j_spaces.core.client.XAResourceImpl
-
- getTransactionTimeout() - Method in class org.openspaces.core.gateway.GatewaySinkFactoryBean
-
Gets the transaction timeout for the operations made by the Sink against the local cluster.
- getTransactionUniqueId() - Method in interface com.gigaspaces.transaction.ConsolidatedDistributedTransactionMetaData
-
- getTransactionUniqueId() - Method in interface com.gigaspaces.transaction.TransactionParticipantMetaData
-
The id of the transaction
- getTransactionUniqueId() - Method in class net.jini.core.transaction.server.TransactionParticipantDataImpl
-
- getTransition() - Method in class net.jini.core.lookup.ServiceEvent
-
Returns the singleton transition that triggered the event.
- getTransport() - Method in class org.openspaces.admin.transport.events.TransportStatisticsChangedEvent
-
Returns the associated transport with the event.
- getTransport() - Method in interface org.openspaces.admin.transport.TransportAware
-
Returns the transport the grid component is using.
- getTransportByHostAndPort(String, int) - Method in interface org.openspaces.admin.transport.Transports
-
Returns the transport that is bounded on the specified host and port.
- getTransportByUID(String) - Method in interface org.openspaces.admin.transport.Transports
-
Returns the transport based on the specified UID.
- getTransports() - Method in interface org.openspaces.admin.Admin
-
Returns the transports discovered.
- getTransports() - Method in interface org.openspaces.admin.machine.Machine
-
Returns the transports "running" on the machine.
- getTransports() - Method in class org.openspaces.admin.transport.events.TransportsStatisticsChangedEvent
-
Returns the tranports associated with this events.
- getTransports() - Method in interface org.openspaces.admin.transport.Transports
-
Returns all the currently discovered transports.
- getTransports(String) - Method in interface org.openspaces.admin.transport.Transports
-
Returns all the transports bounded on the specified host.
- getTransports() - Method in interface org.openspaces.admin.zone.Zone
-
Returns the transports "running" within the zone.
- getTransportStatisticsChanged() - Method in interface org.openspaces.admin.transport.Transports
-
- getTriggerOperationHandler() - Method in class org.openspaces.events.polling.AggregatedPollingEventContainerServiceDetails
-
- getTriggerOperationHandler() - Method in class org.openspaces.events.polling.PollingEventContainerServiceDetails
-
- getTriggerOperationHandler() - Method in class org.openspaces.events.polling.SimplePollingEventListenerContainer
-
- getTtl() - Static method in class net.jini.discovery.Constants
-
Default time to live value to use for sending multicast packets
- getTxBytes() - Method in interface org.openspaces.admin.os.OperatingSystemStatistics.NetworkStatistics
-
The total tx bytes transmitted.
- getTxBytesPerSecond() - Method in interface org.openspaces.admin.os.OperatingSystemStatistics.NetworkStatistics
-
The number of bytes transmitted per second (computed against the previous sampled stats).
- getTxCreated() - Method in class org.openspaces.core.transaction.manager.JiniTransactionHolder
-
Returns the Jini transaction created object.
- getTxDropped() - Method in interface org.openspaces.admin.os.OperatingSystemStatistics.NetworkStatistics
-
- getTxErrors() - Method in interface org.openspaces.admin.os.OperatingSystemStatistics.NetworkStatistics
-
- getTxPackets() - Method in interface org.openspaces.admin.os.OperatingSystemStatistics.NetworkStatistics
-
- getTxPacketsPerSecond() - Method in interface org.openspaces.admin.os.OperatingSystemStatistics.NetworkStatistics
-
- getTxProvider() - Method in class org.openspaces.core.DefaultGigaMap
-
- getTxProvider() - Method in class org.openspaces.core.DefaultGigaSpace
-
- getTxProvider() - Method in interface org.openspaces.core.GigaMap
-
Returns the transaction provider allowing accessing the current running transaction.
- getTxProvider() - Method in interface org.openspaces.core.GigaSpace
-
Returns the transaction provider allowing to access the current running transaction.
- getType() - Method in class com.gigaspaces.log.LogEntry
-
Returns the type of the log entry.
- getType() - Method in interface com.gigaspaces.metadata.SpacePropertyDescriptor
-
Gets the property type.
- getType() - Method in class net.jini.config.AbstractConfiguration.Primitive
-
Returns the primitive type of the value associated with this object.
- getType() - Method in class org.openspaces.admin.pu.events.BackupGridServiceManagerChangedEvent
-
Returns the type of the event.
- getType() - Method in interface org.openspaces.admin.pu.ProcessingUnit
-
- getType() - Method in class org.openspaces.core.config.SQLQueryFactoryBean
-
- getType() - Method in class org.openspaces.grid.gsm.capacity.AbstractCapacityRequirement
-
- getType() - Method in interface org.openspaces.grid.gsm.capacity.CapacityRequirement
-
- getType() - Method in class org.openspaces.grid.gsm.capacity.CpuCapacityRequirement
-
- getType() - Method in class org.openspaces.grid.gsm.capacity.DriveCapacityRequirement
-
- getType() - Method in class org.openspaces.grid.gsm.capacity.MemoryCapacityRequirement
-
- getType() - Method in class org.openspaces.grid.gsm.capacity.NumberOfMachinesCapacityRequirement
-
- getType() - Method in class org.openspaces.jpa.openjpa.query.AggregationFunction
-
Return the expected type for this value, or Object
if
the type is unknown.
- getType() - Method in class org.openspaces.jpa.openjpa.query.FieldPathNode
-
- getType() - Method in class org.openspaces.jpa.openjpa.query.InnerQuery
-
Return the expected type for this value, or Object
if the type is unknown.
- getType() - Method in class org.openspaces.jpa.openjpa.query.LiteralValueNode
-
- getType() - Method in class org.openspaces.jpa.openjpa.query.NullValueNode
-
- getType() - Method in class org.openspaces.jpa.openjpa.query.ParameterNode
-
- getType() - Method in class org.openspaces.jpa.openjpa.query.Variable
-
- getType() - Method in class org.openspaces.remoting.scripting.ResourceLazyLoadingScript
-
Returns the type of a script.
- getType() - Method in interface org.openspaces.remoting.scripting.Script
-
The type of the script (or actually, language).
- getType() - Method in class org.openspaces.remoting.scripting.StaticScript
-
Returns the type of a script.
- getTypeDescriptor() - Method in interface com.gigaspaces.cluster.replication.gateway.conflict.RegisterTypeDescriptorConflict
-
- getTypeDescriptor() - Method in interface com.gigaspaces.datasource.DataSourceIdQuery
-
- getTypeDescriptor() - Method in interface com.gigaspaces.datasource.DataSourceQuery
-
- getTypeDescriptor() - Method in interface com.gigaspaces.sync.DataSyncOperation
-
- getTypeDescriptor() - Method in interface com.gigaspaces.sync.IntroduceTypeData
-
- getTypeDescriptor(String) - Method in class org.openspaces.core.DefaultGigaSpaceTypeManager
-
- getTypeDescriptor(Class<?>) - Method in class org.openspaces.core.DefaultGigaSpaceTypeManager
-
- getTypeDescriptor(String) - Method in interface org.openspaces.core.GigaSpaceTypeManager
-
Gets the space type descriptor of the specified type.
- getTypeDescriptor(Class<?>) - Method in interface org.openspaces.core.GigaSpaceTypeManager
-
Gets the space type descriptor of the specified type.
- getTypeDescriptor() - Method in class org.openspaces.persistency.support.SpaceTypeDescriptorContainer
-
- getTypeDisplayName() - Method in interface com.gigaspaces.metadata.SpacePropertyDescriptor
-
Gets the property display type name.
- getTypeManager() - Method in class org.openspaces.core.DefaultGigaSpace
-
- getTypeManager() - Method in interface org.openspaces.core.GigaSpace
-
Gets the type manager of this GigaSpace instance.
- getTypeName() - Method in interface com.gigaspaces.client.ChangedEntryDetails
-
Returns the changed entry type name.
- getTypeName() - Method in interface com.gigaspaces.client.FailedChangedEntryDetails
-
Returns the changed entry type name.
- getTypeName() - Method in interface com.gigaspaces.cluster.replication.gateway.conflict.AddIndexConflict
-
- getTypeName() - Method in interface com.gigaspaces.datasource.BulkItem
-
Deprecated.
- getTypeName() - Method in class com.gigaspaces.document.SpaceDocument
- getTypeName() - Method in interface com.gigaspaces.metadata.SpacePropertyDescriptor
-
Gets the property type name.
- getTypeName() - Method in interface com.gigaspaces.metadata.SpaceTypeDescriptor
-
Gets the type name.
- getTypeName() - Method in class com.gigaspaces.query.IdQuery
-
Returns the name of type to query.
- getTypeName() - Method in class com.gigaspaces.query.IdsQuery
-
Returns the name of type to query.
- getTypeName() - Method in interface com.gigaspaces.sync.AddIndexData
-
- getTypeName() - Method in class com.j_spaces.core.client.SQLQuery
-
Returns the name of the type which will be queried.
- getTypeSimpleName() - Method in interface com.gigaspaces.metadata.SpaceTypeDescriptor
-
Gets the type simple name.
- getUID() - Method in interface com.gigaspaces.server.eviction.EvictableServerEntry
-
Returns the entry unique space identifier.
- getUid() - Method in interface com.gigaspaces.sync.DataSyncOperation
-
- getUID() - Method in exception com.j_spaces.core.client.EntryAlreadyInSpaceException
-
Returns the rejected entry UID.
- getUID() - Method in class com.j_spaces.core.client.EntryInfo
-
Deprecated.
- getUID() - Method in exception com.j_spaces.core.client.EntryNotInSpaceException
-
Returns Entry UID.
- getUID() - Method in exception com.j_spaces.core.client.EntryVersionConflictException
-
Return entry UID
- getUID() - Method in class com.j_spaces.core.client.ExternalEntry
-
Deprecated.
Entry UID.
- getUID() - Method in interface com.j_spaces.core.IGSEntry
-
Entry UID.
- getUID() - Method in interface com.j_spaces.core.LeaseContext
-
Returns UID of written Entry.
- getUid() - Method in interface org.openspaces.admin.GridComponent
-
Returns the unique id of the grid component.
- getUid() - Method in interface org.openspaces.admin.machine.Machine
-
Returns the UID of the machine.
- getUid() - Method in interface org.openspaces.admin.os.OperatingSystem
-
Returns the uid of the operating system.
- getUid() - Method in interface org.openspaces.admin.os.OperatingSystemDetails
-
Returns the uid of the operating system.
- getUid() - Method in interface org.openspaces.admin.space.Space
-
Returns the uid of the Space.
- getUid() - Method in interface org.openspaces.admin.transport.Transport
-
Returns the UID of the transport.
- getUid() - Method in interface org.openspaces.admin.vm.VirtualMachine
-
Returns the uid of the virtual machine.
- getUid() - Method in interface org.openspaces.admin.vm.VirtualMachineDetails
-
Returns the uid of the virtual machine.
- getUID() - Method in exception org.openspaces.core.EntryAlreadyInSpaceException
-
Returns the rejected entry UID.
- getUID() - Method in exception org.openspaces.core.EntryNotInSpaceException
-
Returns Entry UID.
- getUID() - Method in exception org.openspaces.core.SpaceOptimisticLockingFailureException
-
Returns the entry UID.
- getUids() - Method in interface org.openspaces.admin.esm.ElasticServiceManagers
-
Returns a map of elastic service manager with the key as the uid.
- getUids() - Method in interface org.openspaces.admin.gsa.GridServiceAgents
-
Returns a map of grid service agent with the key as the uid.
- getUids() - Method in interface org.openspaces.admin.gsc.GridServiceContainers
-
Returns a map of grid service container with the key as the uid.
- getUids() - Method in interface org.openspaces.admin.gsm.GridServiceManagers
-
Returns a map of grid service manager with the key as the uid.
- getUids() - Method in interface org.openspaces.admin.lus.LookupServices
-
Returns a map of lookup service with the key as the uid.
- getUids() - Method in interface org.openspaces.admin.machine.Machines
-
Returns a map of machines with the key as the uid.
- getUids() - Method in interface org.openspaces.admin.os.OperatingSystems
-
Returns a map of operating systems with the key as the uid.
- getUids() - Method in interface org.openspaces.admin.vm.VirtualMachines
-
Returns a map of virtual machines with the key as the uid.
- getUnallocatedCapacity() - Method in class org.openspaces.grid.gsm.machines.BinPackingSolver
-
- getUndeployedGridServiceAgentsZones() - Method in interface org.openspaces.grid.gsm.machines.MachinesSlaEnforcementEndpoint
-
- getUndeployedGridServiceAgentsZones(ProcessingUnit) - Method in class org.openspaces.grid.gsm.machines.MachinesSlaEnforcementState
-
- getUndeployListeners() - Method in class org.openspaces.interop.DotnetProcessingUnitBean
-
- getUndeployListeners() - Method in class org.openspaces.interop.DotnetProcessingUnitContainer
-
- getUndeployListeners() - Method in class org.openspaces.pu.container.ProcessingUnitContainer
-
- getUndeployListeners() - Method in class org.openspaces.pu.container.spi.ApplicationContextProcessingUnitContainer
-
- getUndeployListeners() - Method in class org.openspaces.pu.container.support.CompoundProcessingUnitContainer
-
- getUndiscoveredLocators() - Method in class net.jini.discovery.LookupLocatorDiscovery
-
Returns the set of LookupLocator
objects representing the
desired lookup services that have not yet been discovered.
- getUnfulfilledConstraints() - Method in class com.sun.jini.discovery.DiscoveryConstraints
-
Returns the constraints for this instance which are not, or do not
contain as alternatives, instances of the "fulfillable" (by this layer)
constraint types DiscoveryProtocolVersion
,
ConnectionRelativeTime
, MulticastMaxPacketSize
,
MulticastTimeToLive
, and UnicastSocketTimeout
.
- getUnicastPort() - Method in class com.sun.jini.reggie.GigaRegistrar
-
- getUnicastPort() - Method in interface net.jini.lookup.DiscoveryAdmin
-
Returns the port number on which the lookup service listens for
unicast discovery queries.
- getUnicastSocketTimeout(int) - Method in class com.sun.jini.discovery.DiscoveryConstraints
-
Returns socket read timeout to use for unicast discovery, or the
specified default value if not constrained.
- getUniqueName() - Method in class org.openspaces.core.cluster.ClusterInfo
-
Returns a unique name of the processing unit.
- getUnsupportedOptions() - Method in class org.openspaces.jpa.StoreManager
-
- getUnusableEntryExceptions() - Method in exception net.jini.entry.UnusableEntriesException
-
- getUpdateCount() - Method in interface org.openspaces.admin.space.SpaceInstanceStatistics
-
- getUpdateCount() - Method in interface org.openspaces.admin.space.SpaceStatistics
-
- getUpdateInterval() - Method in class org.openspaces.pu.container.jee.lb.apache.ApacheLoadBalancerAgent
-
- getUpdateModifiers() - Method in interface com.j_spaces.core.IJSpace
-
Gets the proxyUpdateModifiers.
- getUpdateOperationStatistics() - Method in interface com.gigaspaces.cluster.replication.async.mirror.MirrorOperations
-
Return statistics on update operations
- getUpdateOperationStatistics() - Method in interface com.gigaspaces.cluster.replication.statistics.IReplicationInOperations
-
Return statistics on update operations
- getUpdatePerSecond() - Method in interface org.openspaces.admin.space.SpaceInstanceStatistics
-
- getUpdatePerSecond() - Method in interface org.openspaces.admin.space.SpaceStatistics
-
- getUpperDampener() - Method in class org.openspaces.pu.sla.AbstractPolicy
-
Returns the lower dampener for this policy.
- getUpperDampener() - Method in interface org.openspaces.pu.sla.Policy
-
The upper dampener acts as a time window where if the upper threshold
has been cleared (after it has been breached), it won't cause the policy action to happen.
- getUptime() - Method in interface org.openspaces.admin.vm.VirtualMachinesStatistics
-
- getUptime() - Method in interface org.openspaces.admin.vm.VirtualMachineStatistics
-
- getURL() - Method in class com.j_spaces.core.client.SpaceURL
-
Deprecated.
Gets URL.
- getURL() - Method in interface com.j_spaces.core.IJSpace
-
Returns the
SpaceURL
instance which was used to initialize the space.
- getUrl() - Method in class org.openspaces.core.space.SpaceServiceDetails
-
- GetURLTask() - Constructor for class com.sun.jini.tool.envcheck.plugins.CheckCodebase.GetURLTask
-
- getUsage() - Method in class org.openspaces.admin.application.deploy.ApplicationDeployCommand
-
- getUsage() - Method in class org.openspaces.admin.application.deploy.ApplicationUndeployCommand
-
- getUsage() - Static method in class org.openspaces.pu.container.servicegrid.deploy.Deploy
-
- getUsage(boolean) - Static method in class org.openspaces.pu.container.servicegrid.deploy.Deploy
-
- getUsage() - Static method in class org.openspaces.pu.container.servicegrid.deploy.MemcachedDeploy
-
- getUsage(boolean) - Static method in class org.openspaces.pu.container.servicegrid.deploy.MemcachedDeploy
-
- getUsage() - Static method in class org.openspaces.pu.container.servicegrid.deploy.SpaceDeploy
-
- getUsage(boolean) - Static method in class org.openspaces.pu.container.servicegrid.deploy.SpaceDeploy
-
- getUseClientMode() - Method in class com.gigaspaces.lrmi.nio.filters.IOSSLFilter
-
- getUsedAgentUids(MachinesSlaEnforcementState.StateKey) - Method in class org.openspaces.grid.gsm.machines.MachinesSlaEnforcementState
-
- getUser(String) - Method in interface com.gigaspaces.security.directory.UserManager
-
Retrieve the user details by username
.
- getUserDetails() - Method in class com.gigaspaces.security.Authentication
-
The underlying user details used to authenticate
- getUserDetails() - Method in class com.gigaspaces.security.directory.CredentialsProvider
-
- getUserDetails() - Method in class com.gigaspaces.security.directory.DefaultCredentialsProvider
-
- getUserDetails() - Method in class com.gigaspaces.security.service.SecurityContext
-
- getUserDetails() - Method in class org.openspaces.admin.application.deploy.AbstractApplicationCommand
-
- getUserDetails() - Method in class org.openspaces.admin.memcached.config.MemcachedConfig
-
- getUserDetails() - Method in class org.openspaces.admin.pu.config.ProcessingUnitConfig
-
- getUserDetails() - Method in class org.openspaces.admin.pu.ProcessingUnitDeployment
-
Deprecated.
- getUserDetails() - Method in interface org.openspaces.admin.pu.topology.ProcessingUnitConfigHolder
-
- getUserDetails() - Method in class org.openspaces.admin.space.config.SpaceConfig
-
- getUserManager() - Method in interface com.gigaspaces.security.directory.DirectoryManager
-
A user manager for user-management based on the privileges granted to the directory manager.
- getUsername() - Method in class com.gigaspaces.security.audit.AuditLogRecord
-
- getUsername() - Method in class com.gigaspaces.security.directory.User
-
- getUsername() - Method in interface com.gigaspaces.security.directory.UserDetails
-
Returns the username used to authenticate the user.
- getUsername() - Method in class org.openspaces.admin.pu.config.UserDetailsConfig
-
- getUsername() - Method in class org.openspaces.core.space.SecurityConfig
-
Returns the username to connect to the Space with.
- getUserRoles(UserManager, String) - Static method in class com.gigaspaces.security.directory.DirectoryManagerUtils
-
Query the
UserManager
for all the roles assigned to the specified user.
- getUserRoles(UserDetails) - Static method in class com.gigaspaces.security.directory.DirectoryManagerUtils
-
Extract all roles assigned to the specified user.
- getUsersWithRole(UserManager, String) - Static method in class com.gigaspaces.security.directory.DirectoryManagerUtils
-
Get all users that are assigned to the specified role.
- getUtf(ByteBuffer) - Static method in class com.sun.jini.discovery.internal.Plaintext
-
Returns string read from the given buffer in UTF format , starting at
the buffer's current position and not exceeding its limit.
- getValidationQuery() - Method in class org.openspaces.jdbc.datasource.DbcpBasicDataSource
-
- getValue() - Method in class com.gigaspaces.metrics.Gauge
-
Returns the metric's current value.
- getValue(ChangeOperation) - Static method in class com.gigaspaces.sync.change.PutInMapOperation
-
- getValue(ChangeOperation) - Static method in class com.gigaspaces.sync.change.SetOperation
-
- getValue() - Method in class net.jini.config.AbstractConfiguration.Primitive
-
Returns the primitive value associated with this object, represented
as a primitive wrapper instance.
- getValue() - Method in class org.openspaces.admin.alert.AlertSeverity
-
Get the integer value for this alert severity.
- getValue() - Method in class org.openspaces.admin.alert.AlertStatus
-
Get the integer value for this alert status.
- getValue() - Method in class org.openspaces.admin.pu.config.ContextPropertyConfig
-
- getValue(Annotation) - Static method in class org.openspaces.core.util.AnnotationUtils
-
Retrieve the value of the "value"
attribute of a single-element Annotation, given an annotation instance.
- getValue(Annotation, String) - Static method in class org.openspaces.core.util.AnnotationUtils
-
Retrieve the value of a named Annotation attribute, given an
annotation instance.
- getValue(Object[]) - Method in class org.openspaces.jpa.openjpa.query.LiteralValueNode
-
- getValue() - Method in class org.openspaces.jpa.openjpa.query.LiteralValueNode
-
- getValue(Object[]) - Method in class org.openspaces.jpa.openjpa.query.ParameterNode
-
- getValue() - Method in class org.openspaces.memcached.MemcachedEntry
-
- getValue() - Method in class org.openspaces.pu.sla.monitor.BeanPropertyMonitor
-
- getValue() - Method in interface org.openspaces.pu.sla.monitor.Monitor
-
The value of the monitor.
- getVendor() - Method in class net.jini.lookup.entry.ServiceInfoBean
-
Return the value of the vendor field in the ServiceInfo object
linked to by this JavaBeans component.
- getVendor() - Method in interface org.openspaces.admin.os.OperatingSystemDetails.VendorDetails
-
- getVendorCodeName() - Method in interface org.openspaces.admin.os.OperatingSystemDetails.VendorDetails
-
- getVendorDetails() - Method in interface org.openspaces.admin.os.OperatingSystemDetails
-
- getVendorName() - Method in interface org.openspaces.admin.os.OperatingSystemDetails.VendorDetails
-
- getVendorVersion() - Method in interface org.openspaces.admin.os.OperatingSystemDetails.VendorDetails
-
- getVerifier() - Method in class com.sun.jini.landlord.LeaseFactory
-
Return a TrustVerifier
that will verify the
proxies produced by this factory.
- getVersion() - Method in interface com.gigaspaces.client.ChangedEntryDetails
-
Returns the version of the entry after the change opertion.
- getVersion() - Method in interface com.gigaspaces.client.FailedChangedEntryDetails
-
Returns the version of the entry after the change opertion.
- getVersion() - Method in interface com.gigaspaces.datasource.DataSourceIdQuery
-
- getVersion() - Method in class com.gigaspaces.document.SpaceDocument
- getVersion() - Method in class com.gigaspaces.query.IdQuery
-
Returns the version.
- getVersion() - Method in interface com.gigaspaces.server.ServerEntry
-
Gets the entry version.
- getVersion() - Method in interface com.gigaspaces.sync.change.DataSyncChangeSet
-
- getVersion() - Method in class com.j_spaces.core.client.ExternalEntry
-
Deprecated.
Ascending version of this Entry
- getVersion() - Method in interface com.j_spaces.core.IGSEntry
-
Ascending version of this Entry
- getVersion() - Method in interface com.j_spaces.core.LeaseContext
-
Returns the version of written \ updated entry.
- getVersion() - Method in class com.sun.jini.discovery.DiscoveryProtocolVersion
-
Returns the protocol version number.
- getVersion() - Method in class net.jini.lookup.entry.ServiceInfoBean
-
Return the value of the version field in the ServiceInfo object
linked to by this JavaBeans component.
- getVersion() - Method in interface net.jini.lookup.SameProxyVersionProvider
-
- getVersion() - Method in interface org.openspaces.admin.os.OperatingSystemDetails
-
Returns the version of the operating system.
- getVersion() - Method in class org.openspaces.grid.gsm.machines.backup.MachinesState
-
- getVersion() - Method in class org.openspaces.grid.gsm.machines.MachinesSlaEnforcementState
-
- getVersion() - Method in class org.openspaces.memcached.MemcachedEntry
-
- getVersionID() - Method in class com.j_spaces.core.client.EntryInfo
-
Deprecated.
- getVersionID() - Method in class com.j_spaces.core.client.ExternalEntry
-
Deprecated.
Entry Version ID.
- getVirtualMachine() - Method in class org.openspaces.admin.vm.events.VirtualMachineStatisticsChangedEvent
-
Returns the virtual machine associated with this event.
- getVirtualMachine() - Method in interface org.openspaces.admin.vm.VirtualMachineAware
-
Returns the virtual machine the grid component is running within.
- getVirtualMachineAdded() - Method in interface org.openspaces.admin.vm.VirtualMachines
-
- getVirtualMachineByUID(String) - Method in interface org.openspaces.admin.vm.VirtualMachines
-
Return a virtual machine by its uid.
- getVirtualMachineRemoved() - Method in interface org.openspaces.admin.vm.VirtualMachines
-
- getVirtualMachines() - Method in interface org.openspaces.admin.Admin
-
Returns the Virtual Machines discovered.
- getVirtualMachines() - Method in interface org.openspaces.admin.machine.Machine
-
Returns the virtual machines running on the machine.
- getVirtualMachines() - Method in class org.openspaces.admin.vm.events.VirtualMachinesStatisticsChangedEvent
-
Returns the virtual machines associated with this events.
- getVirtualMachines() - Method in interface org.openspaces.admin.vm.VirtualMachines
-
Returns the currently discovered virtual machines.
- getVirtualMachines() - Method in interface org.openspaces.admin.zone.Zone
-
Returns the virtual machines running within the zone.
- getVirtualMachineStatisticsChanged() - Method in interface org.openspaces.admin.vm.VirtualMachine
-
- getVirtualMachineStatisticsChanged() - Method in interface org.openspaces.admin.vm.VirtualMachines
-
- getVirtualMachineUid() - Method in class org.openspaces.admin.alert.alerts.MirrorPersistenceFailureAlert
-
The uid of the virtual machine that this alert corresponds to.
- getVirtualMachineUid() - Method in class org.openspaces.admin.alert.alerts.ProcessingUnitInstanceMemberAliveIndicatorAlert
-
The uid of the virtual machine that this alert corresponds to.
- getVirtualMachineUid() - Method in class org.openspaces.admin.alert.alerts.ReplicationRedoLogOverflowToDiskAlert
-
The uid of the virtual machine that this alert corresponds to.
- getVirtualMachineUid() - Method in class org.openspaces.admin.alert.alerts.ReplicationRedoLogSizeAlert
-
The uid of the virtual machine that this alert corresponds to.
- getVmName() - Method in interface org.openspaces.admin.vm.VirtualMachineDetails
-
- getVmName() - Method in interface org.openspaces.admin.vm.VirtualMachinesDetails
-
- getVmVendor() - Method in interface org.openspaces.admin.vm.VirtualMachineDetails
-
- getVmVendor() - Method in interface org.openspaces.admin.vm.VirtualMachinesDetails
-
- getVmVersion() - Method in interface org.openspaces.admin.vm.VirtualMachineDetails
-
- getVmVersion() - Method in interface org.openspaces.admin.vm.VirtualMachinesDetails
-
- getVote() - Method in class com.sun.jini.mahalo.ExtendedPrepareResult
-
- getWaitForDeploymentToComplete() - Method in class org.openspaces.admin.pu.dependency.config.ProcessingUnitDependencyConfig
-
- getWaitForDeploymentToComplete() - Method in interface org.openspaces.admin.pu.dependency.ProcessingUnitDependency
-
- getWaitForResponse() - Method in interface com.j_spaces.map.IMap
-
- getWarFilePath() - Method in class org.openspaces.launcher.WebLauncherConfig
-
- getWarningCount() - Static method in class com.sun.jini.tool.envcheck.Reporter
-
Get the total number of warning records that were generated.
- getWatch() - Method in class org.openspaces.pu.sla.requirement.RangeRequirement
-
- getWatchdogIdleConnectionTimeout() - Method in class com.gigaspaces.config.lrmi.nio.NIOConfiguration
-
- getWatchdogListeningTimeout() - Method in class com.gigaspaces.config.lrmi.nio.NIOConfiguration
-
- getWatchdogRequestTimeout() - Method in class com.gigaspaces.config.lrmi.nio.NIOConfiguration
-
- getWebAppClassLoaderClassPath() - Method in class org.openspaces.pu.container.jee.JeeProcessingUnitContainerProvider
-
- getWebAppClassLoaderJars() - Method in class org.openspaces.pu.container.jee.JeeProcessingUnitContainerProvider
-
- getWebRequests() - Method in interface org.openspaces.admin.pu.ProcessingUnitInstanceStatistics
-
Returns statistics of JEE requests.
- getWhere() - Method in class org.openspaces.core.config.SQLQueryFactoryBean
-
- getWidgetGroups() - Method in class org.openspaces.ui.UserInterface
-
- getWidgets() - Method in class org.openspaces.ui.WidgetGroup
-
- getWildcardPreference(String) - Method in class com.sun.jini.loader.pref.internal.PreferredResources
-
Return the boolean value of the most specific wild card
(package and namespace) expression which matches
name
.
- getWriteCount() - Method in interface org.openspaces.admin.space.SpaceInstanceStatistics
-
- getWriteCount() - Method in interface org.openspaces.admin.space.SpaceStatistics
-
- getWriteEntries() - Method in interface com.j_spaces.core.SpaceCopyStatus
-
- getWriteOperationStatistics() - Method in interface com.gigaspaces.cluster.replication.async.mirror.MirrorOperations
-
Return statistics on write operations
- getWriteOperationStatistics() - Method in interface com.gigaspaces.cluster.replication.statistics.IReplicationInOperations
-
Return statistics on write operations
- getWritePerSecond() - Method in interface org.openspaces.admin.space.SpaceInstanceStatistics
-
- getWritePerSecond() - Method in interface org.openspaces.admin.space.SpaceStatistics
-
- getWriter(String, Writer) - Method in class com.sun.jini.system.MultiCommandLine
-
Return a Writer
that is the result of creating a new
FileWriter
object for the file named by the given
option.
- getWriter(String, String) - Method in class com.sun.jini.system.MultiCommandLine
-
Return a Writer
that is the result of creating a new
FileWriter
object for the file named by the given
option.
- getWriter(char, Writer) - Method in class com.sun.jini.system.POSIXCommandLine
-
Return a Writer
that is the result of creating a new
FileWriter
object for the file named by the given
option.
- getWriter(char, String) - Method in class com.sun.jini.system.POSIXCommandLine
-
Return a Writer
that is the result of creating a new
FileWriter
object for the file named by the given
option.
- getXmlMapping() - Method in class org.openspaces.jpa.openjpa.query.FieldPathNode
-
- getZone() - Method in class org.openspaces.admin.pu.config.MaxInstancesPerZoneConfig
-
- getZone() - Method in class org.openspaces.pu.sla.requirement.ZoneRequirement
-
- getZoneAdded() - Method in interface org.openspaces.admin.zone.Zones
-
- getZoneRemoved() - Method in interface org.openspaces.admin.zone.Zones
-
- getZones() - Method in class com.sun.jini.reggie.GigaRegistrar
-
- getZones() - Method in interface org.openspaces.admin.Admin
-
Returns the zones discovered.
- getZones() - Method in class org.openspaces.admin.memcached.config.MemcachedConfig
-
- getZones() - Method in class org.openspaces.admin.pu.config.ProcessingUnitConfig
-
- getZones() - Method in class org.openspaces.admin.space.config.SpaceConfig
-
- getZones() - Method in class org.openspaces.admin.zone.config.AbstractZonesConfig
-
- getZones() - Method in interface org.openspaces.admin.zone.config.ZonesConfig
-
returns the zones attached to this config.
- getZones() - Method in interface org.openspaces.admin.zone.ZoneAware
-
Deprecated.
- getZones() - Method in interface org.openspaces.admin.zone.Zones
-
Returns all currently discovered zones.
- getZones() - Method in class org.openspaces.grid.esm.ESMImpl
-
- getZones() - Method in class org.openspaces.grid.gsm.capacity.CapacityRequirementsPerZones
-
- getZones() - Method in class org.openspaces.pu.container.servicegrid.PUServiceBeanImpl
-
- getZonesCapacity(ZonesConfig) - Method in class org.openspaces.grid.gsm.capacity.CapacityRequirementsPerZones
-
- getZonesCapacityOrZero(ZonesConfig) - Method in class org.openspaces.grid.gsm.capacity.CapacityRequirementsPerZones
-
- getZonesConfig() - Method in class org.openspaces.grid.gsm.autoscaling.AutoScalingSlaPolicy
-
- gid - Variable in class com.sun.jini.start.SharedActivatableServiceDescriptor.Created
-
The activation group id of the group hosting the service
- GIGA_SPACE - Static variable in class org.openspaces.events.EventContainerServiceDetails.Attributes
-
- GigaMap - Interface in org.openspaces.core
-
Provides a simpler interface on top of
IMap
and
Cache
implementation.
- gigaMap() - Method in class org.openspaces.core.GigaMapConfigurer
-
Creates a new
GigaMap
instance if non already created.
- GigaMapBeanDefinitionParser - Class in org.openspaces.core.config
-
- GigaMapBeanDefinitionParser() - Constructor for class org.openspaces.core.config.GigaMapBeanDefinitionParser
-
- GigaMapConfigurer - Class in org.openspaces.core
-
- GigaMapConfigurer(IMap) - Constructor for class org.openspaces.core.GigaMapConfigurer
-
- GigaMapFactoryBean - Class in org.openspaces.core
-
- GigaMapFactoryBean() - Constructor for class org.openspaces.core.GigaMapFactoryBean
-
- GigaRegistrar - Class in com.sun.jini.reggie
-
Base server-side implementation of a lookup service, subclassed by
TransientRegistrarImpl and PersistentRegistrarImpl.
- GigaRegistrar(String[], LifeCycle) - Constructor for class com.sun.jini.reggie.GigaRegistrar
-
Constructs RegistrarImpl based on a configuration obtained using the
provided string arguments.
- GigaSpace - Interface in org.openspaces.core
-
Provides a simpler interface of
IJSpace
extension
utilizing GigaSpaces extended and simplified programming model.
- gigaSpace() - Method in class org.openspaces.core.GigaSpaceConfigurer
-
Creates a new
GigaSpace
instance if non already created.
- GigaSpaceBeanDefinitionParser - Class in org.openspaces.core.config
-
- GigaSpaceBeanDefinitionParser() - Constructor for class org.openspaces.core.config.GigaSpaceBeanDefinitionParser
-
- GigaSpaceConfigurer - Class in org.openspaces.core
-
- GigaSpaceConfigurer(IJSpace) - Constructor for class org.openspaces.core.GigaSpaceConfigurer
-
Constructs a new configurer based on the Space.
- GigaSpaceConfigurer(SpaceConfigurer) - Constructor for class org.openspaces.core.GigaSpaceConfigurer
-
Constructs a new configurer based on the Space.
- GigaSpaceConnectionFactory - Class in org.openspaces.jms
-
A Spring factory bean for creating GigaSpaces JMS implementation of JMS
ConnectionFactory
based on a Space instance.
- GigaSpaceConnectionFactory() - Constructor for class org.openspaces.jms.GigaSpaceConnectionFactory
-
- GigaSpaceConnectionFactoryBeanDefinitionParser - Class in org.openspaces.jms.config
-
- GigaSpaceConnectionFactoryBeanDefinitionParser() - Constructor for class org.openspaces.jms.config.GigaSpaceConnectionFactoryBeanDefinitionParser
-
- GigaSpaceContext - Annotation Type in org.openspaces.core.context
-
Allows to directly inject a
GigaSpace
implementation into a class field or setter
property.
- GigaSpaceContextBeanDefinitionParser - Class in org.openspaces.core.config
-
- GigaSpaceContextBeanDefinitionParser() - Constructor for class org.openspaces.core.config.GigaSpaceContextBeanDefinitionParser
-
- GigaSpaceContextBeanPostProcessor - Class in org.openspaces.core.context
-
- GigaSpaceContextBeanPostProcessor() - Constructor for class org.openspaces.core.context.GigaSpaceContextBeanPostProcessor
-
- GigaSpaceDocumentTypeBeanDefinitionParser - Class in org.openspaces.core.config
-
Defines space-type tag parsing
- GigaSpaceDocumentTypeBeanDefinitionParser() - Constructor for class org.openspaces.core.config.GigaSpaceDocumentTypeBeanDefinitionParser
-
- GigaSpaceDocumentTypeDescriptorFactoryBean - Class in org.openspaces.core.config
-
- GigaSpaceDocumentTypeDescriptorFactoryBean() - Constructor for class org.openspaces.core.config.GigaSpaceDocumentTypeDescriptorFactoryBean
-
- GigaSpaceFactoryBean - Class in org.openspaces.core
-
A factory bean creating
GigaSpace
implementation.
- GigaSpaceFactoryBean() - Constructor for class org.openspaces.core.GigaSpaceFactoryBean
-
- GigaSpaceLateContext - Annotation Type in org.openspaces.core.context
-
Allows to directly inject a
GigaSpace
implementation into a class field or setter
property.
- GigaSpaceLateContextBeanDefinitionParser - Class in org.openspaces.core.config
-
- GigaSpaceLateContextBeanDefinitionParser() - Constructor for class org.openspaces.core.config.GigaSpaceLateContextBeanDefinitionParser
-
- GigaSpaceLateContextBeanFactoryPostProcessor - Class in org.openspaces.core.context
-
- GigaSpaceLateContextBeanFactoryPostProcessor() - Constructor for class org.openspaces.core.context.GigaSpaceLateContextBeanFactoryPostProcessor
-
- GigaSpaceQueue - Class in org.openspaces.jms
-
A Spring factory bean to create Queue
based on
a queue name.
- GigaSpaceQueue() - Constructor for class org.openspaces.jms.GigaSpaceQueue
-
- GigaSpaceQueueBeanDefinitionParser - Class in org.openspaces.jms.config
-
- GigaSpaceQueueBeanDefinitionParser() - Constructor for class org.openspaces.jms.config.GigaSpaceQueueBeanDefinitionParser
-
- GigaSpaceTopic - Class in org.openspaces.jms
-
A Spring factory bean to create Topic
based on
a topic name.
- GigaSpaceTopic() - Constructor for class org.openspaces.jms.GigaSpaceTopic
-
- GigaSpaceTopicBeanDefinitionParser - Class in org.openspaces.jms.config
-
- GigaSpaceTopicBeanDefinitionParser() - Constructor for class org.openspaces.jms.config.GigaSpaceTopicBeanDefinitionParser
-
- GigaSpaceTypeManager - Interface in org.openspaces.core
-
Interface encapsulating operations for getting and managing space type descriptors.
- GigaSpaceXAConnectionFactory - Class in org.openspaces.jms
-
A Spring factory bean for creating GigaSpaces JMS implementation of JMS
XAConnectionFactory
based on a Space instance.
- GigaSpaceXAConnectionFactory() - Constructor for class org.openspaces.jms.GigaSpaceXAConnectionFactory
-
- GigaSpaceXAConnectionFactoryBeanDefinitionParser - Class in org.openspaces.jms.config
-
- GigaSpaceXAConnectionFactoryBeanDefinitionParser() - Constructor for class org.openspaces.jms.config.GigaSpaceXAConnectionFactoryBeanDefinitionParser
-
- GLOBAL_ORDER_MODE - Static variable in class com.j_spaces.core.cluster.ReplicationPolicy
-
- globallyManagedGridServiceContainers(int) - Method in class org.openspaces.grid.gsa.GridServiceAgentConfigurer
-
- globallyManagedGridServiceManagers(int) - Method in class org.openspaces.grid.gsa.GridServiceAgentConfigurer
-
- globallyManagedGridServiceManagersWithLookupService(int) - Method in class org.openspaces.grid.gsa.GridServiceAgentConfigurer
-
- globallyManageLookupService(int) - Method in class org.openspaces.grid.gsa.GridServiceAgentConfigurer
-
- globalOneWay(boolean) - Method in class org.openspaces.remoting.EventDrivenRemotingProxyConfigurer
-
- grant(LeasedResource, long) - Method in class com.sun.jini.landlord.FixedLeasePeriodPolicy
-
- grant(LeasedResource, long) - Method in interface com.sun.jini.landlord.LeasePeriodPolicy
-
Calculate the initial expiration and duration for
a new lease.
- grant(Class, Principal[], Permission[]) - Method in class com.sun.jini.start.AggregatePolicyProvider
-
If the currently active sub-policy supports dynamic permission grants,
delegates to the corresponding grant
method of the
currently active sub-policy to grant the specified permissions to all
protection domains (including ones not yet created) which are associated
with the class loader of the given class and possess at least the given
set of principals.
- grant(Class, Principal[], Permission[]) - Method in class com.sun.jini.start.LoaderSplitPolicyProvider
-
If both underlying policy providers support dynamic grants, delegates to
the grant
method of the underlying policy associated with
the loader of the given class (the loader-specific policy if the class
loader is null
, the same as or a child of the loader
specified in the constructor for this instance, or the default loader
otherwise).
- grant(Class, Principal[], Permission[]) - Method in class com.sun.jini.tool.DebugDynamicPolicyProvider
-
Log calls.
- grant(Object) - Method in class net.jini.security.BasicProxyPreparer
-
Grants permissions to the proxy.
- grant(Class, Principal[], Permission[]) - Method in interface net.jini.security.policy.DynamicPolicy
-
If this security policy provider supports dynamic permission grants,
grants the specified permissions to all protection domains (including
ones not yet created) that are associated with the class loader of the
given class and possess at least the given set of principals.
- grant(Class, Principal[], Permission[]) - Method in class net.jini.security.policy.DynamicPolicyProvider
-
- grant(Class, Permission[]) - Static method in class net.jini.security.Security
-
If the installed security policy provider implements the
DynamicPolicy
interface, delegates to the security policy
provider to grant the specified permissions to all protection domains
(including ones not yet created) that are associated with the class
loader of the given class and possess at least the principals of the
current subject (if any).
- grant(Class, Principal[], Permission[]) - Static method in class net.jini.security.Security
-
If the installed security policy provider implements the
DynamicPolicy
interface, delegates to the security policy
provider to grant the specified permissions to all protection domains
(including ones not yet created) that are associated with the class
loader of the given class and possess at least the given set of
principals.
- grant(Class, Class) - Static method in class net.jini.security.Security
-
If the installed security policy provider implements the
DynamicPolicy
interface, takes the set of permissions dynamically
granted to the class loader of
fromClass
with the current
subject's principals, determines which of those permissions the calling
context is authorized to grant, and dynamically grants that subset of
the permissions to the class loader of
toClass
, qualified
with the current subject's principals.
- granted - Variable in class com.sun.jini.landlord.Landlord.RenewResults
-
For each cookie passed to
renewAll
,
granted[i]
is the granted lease time, or -1 if the
renewal for that lease generated an exception.
- GrantedAuthorities - Class in com.gigaspaces.security.authorities
-
Encapsulates the authorities granted to a specific user, to ease access control and authorization
decisions.
- GrantedAuthorities(Authority[]) - Constructor for class com.gigaspaces.security.authorities.GrantedAuthorities
-
- GrantPermission - Class in net.jini.security
-
Permission required to dynamically grant permissions by security policy
providers which implement the
DynamicPolicy
interface.
- GrantPermission(String) - Constructor for class net.jini.security.GrantPermission
-
Creates a GrantPermission
for the permission(s) specified
in the name string.
- GrantPermission(Permission) - Constructor for class net.jini.security.GrantPermission
-
Creates a GrantPermission
for the given permission.
- GrantPermission(Permission[]) - Constructor for class net.jini.security.GrantPermission
-
Creates a GrantPermission
for the given permissions.
- grantSupported() - Method in class com.sun.jini.start.AggregatePolicyProvider
-
Returns
true
if the currently active sub-policy supports
dynamic grants; this is determined by delegating to the
grantSupported
method of the currently active sub-policy if
it implements the
DynamicPolicy
interface.
- grantSupported() - Method in class com.sun.jini.start.LoaderSplitPolicyProvider
-
Returns
true
if both of the underlying policy providers
implement
DynamicPolicy
and return
true
from calls
to
grantSupported
; returns
false
otherwise.
- grantSupported() - Method in interface net.jini.security.policy.DynamicPolicy
-
Returns true
if this policy provider supports dynamic
permission grants; returns false
otherwise.
- grantSupported() - Method in class net.jini.security.policy.DynamicPolicyProvider
-
- grantSupported() - Static method in class net.jini.security.Security
-
Returns
true
if the installed security policy provider
supports dynamic permission grants--i.e., if it implements the
DynamicPolicy
interface and calling its
grantSupported
method returns
true
.
- greaterOrEquals(CapacityRequirements) - Method in class org.openspaces.grid.gsm.capacity.CapacityRequirements
-
- greaterThan(CapacityRequirements) - Method in class org.openspaces.grid.gsm.capacity.CapacityRequirements
-
- greaterThan(Value, Value) - Method in class org.openspaces.jpa.openjpa.query.QueryExpressionFactory
-
Return an expression representing the given condition.
- greaterThanEqual(Value, Value) - Method in class org.openspaces.jpa.openjpa.query.QueryExpressionFactory
-
Return an expression representing the given condition.
- GridAuthority - Class in com.gigaspaces.security.authorities
-
Defines an Authority for managing grid services, with the specified privilege.
- GridAuthority(GridAuthority.GridPrivilege) - Constructor for class com.gigaspaces.security.authorities.GridAuthority
-
- GridAuthority.GridPrivilege - Enum in com.gigaspaces.security.authorities
-
Defines managing services privileges
- GridComponent - Interface in org.openspaces.admin
-
Grid Component is an element that can provide information on the machine it is running one, the transport
it uses, the Operating system it is running on, and the virtual machine that started it.
- GridServiceAgent - Interface in org.openspaces.admin.gsa
-
- gridServiceAgentAdded(GridServiceAgent) - Method in interface org.openspaces.admin.gsa.events.GridServiceAgentAddedEventListener
-
Called when a grid service is added.
- gridServiceAgentAdded(GridServiceAgent) - Method in class org.openspaces.grid.gsm.strategy.ElasticMachineProvisioningDiscoveredMachinesCache
-
- GridServiceAgentAddedEventListener - Interface in org.openspaces.admin.gsa.events
-
An event listener to be notified when a grid service is added.
- GridServiceAgentAddedEventManager - Interface in org.openspaces.admin.gsa.events
-
- GridServiceAgentConfigurer - Class in org.openspaces.grid.gsa
-
Provides a configurer to start a GS-Agent.
- GridServiceAgentConfigurer() - Constructor for class org.openspaces.grid.gsa.GridServiceAgentConfigurer
-
- GridServiceAgentFailureDetectionConfigAware - Interface in org.openspaces.grid.gsm
-
- GridServiceAgentLifecycleEventListener - Interface in org.openspaces.admin.gsa.events
-
A simple lifecyle event listener that implements both the agent added and agent removed event listeners.
- gridServiceAgentRemoved(GridServiceAgent) - Method in interface org.openspaces.admin.gsa.events.GridServiceAgentRemovedEventListener
-
Called when a grid service is removed.
- gridServiceAgentRemoved(GridServiceAgent) - Method in class org.openspaces.grid.gsm.strategy.ElasticMachineProvisioningDiscoveredMachinesCache
-
- GridServiceAgentRemovedEventListener - Interface in org.openspaces.admin.gsa.events
-
An event listener to be notified when a grid service is removed.
- GridServiceAgentRemovedEventManager - Interface in org.openspaces.admin.gsa.events
-
- GridServiceAgents - Interface in org.openspaces.admin.gsa
-
Grid Service Agents hold all the different
GridServiceAgent
that are currently
discovered.
- GridServiceAgentSlaEnforcementInProgressException - Exception in org.openspaces.grid.gsm.machines.exceptions
-
- GridServiceAgentSlaEnforcementInProgressException(ProcessingUnit, String) - Constructor for exception org.openspaces.grid.gsm.machines.exceptions.GridServiceAgentSlaEnforcementInProgressException
-
- GridServiceAgentSlaEnforcementInProgressException(ProcessingUnit, String, Throwable) - Constructor for exception org.openspaces.grid.gsm.machines.exceptions.GridServiceAgentSlaEnforcementInProgressException
-
- GridServiceAgentSlaEnforcementPendingContainerDeallocationException - Exception in org.openspaces.grid.gsm.machines.exceptions
-
- GridServiceAgentSlaEnforcementPendingContainerDeallocationException(ProcessingUnit, CapacityRequirementsPerAgent) - Constructor for exception org.openspaces.grid.gsm.machines.exceptions.GridServiceAgentSlaEnforcementPendingContainerDeallocationException
-
- GridServiceAgentStartedEvent - Class in org.openspaces.grid.gsm.machines.plugins.events
-
- GridServiceAgentStartedEvent() - Constructor for class org.openspaces.grid.gsm.machines.plugins.events.GridServiceAgentStartedEvent
-
Deserialization cotr
- GridServiceAgentStartedEvent(String, String) - Constructor for class org.openspaces.grid.gsm.machines.plugins.events.GridServiceAgentStartedEvent
-
- GridServiceAgentStartRequestedEvent - Class in org.openspaces.grid.gsm.machines.plugins.events
-
- GridServiceAgentStartRequestedEvent() - Constructor for class org.openspaces.grid.gsm.machines.plugins.events.GridServiceAgentStartRequestedEvent
-
Deserialization cotr
- GridServiceAgentStartRequestedEvent(String) - Constructor for class org.openspaces.grid.gsm.machines.plugins.events.GridServiceAgentStartRequestedEvent
-
- GridServiceAgentStoppedEvent - Class in org.openspaces.grid.gsm.machines.plugins.events
-
- GridServiceAgentStoppedEvent() - Constructor for class org.openspaces.grid.gsm.machines.plugins.events.GridServiceAgentStoppedEvent
-
Deserialization cotr
- GridServiceAgentStoppedEvent(String, String) - Constructor for class org.openspaces.grid.gsm.machines.plugins.events.GridServiceAgentStoppedEvent
-
- GridServiceAgentStopRequestedEvent - Class in org.openspaces.grid.gsm.machines.plugins.events
-
- GridServiceAgentStopRequestedEvent() - Constructor for class org.openspaces.grid.gsm.machines.plugins.events.GridServiceAgentStopRequestedEvent
-
Deserialization cotr
- GridServiceAgentStopRequestedEvent(String, String) - Constructor for class org.openspaces.grid.gsm.machines.plugins.events.GridServiceAgentStopRequestedEvent
-
- GridServiceContainer - Interface in org.openspaces.admin.gsc
-
- gridServiceContainerAdded(GridServiceContainer) - Method in interface org.openspaces.admin.gsc.events.GridServiceContainerAddedEventListener
-
Called when a grid service container is added.
- gridServiceContainerAdded(GridServiceContainer) - Method in class org.openspaces.admin.samples.TestEventSampler
-
- GridServiceContainerAddedEventListener - Interface in org.openspaces.admin.gsc.events
-
An event listener to be notified when a grid service container is added.
- GridServiceContainerAddedEventManager - Interface in org.openspaces.admin.gsc.events
-
- GridServiceContainerConfigAware - Interface in org.openspaces.grid.gsm
-
- GridServiceContainerLifecycleEventListener - Interface in org.openspaces.admin.gsc.events
-
A simple lifecyle event listener that implements both the container added and container removed event listeners.
- GridServiceContainerOptions - Class in org.openspaces.admin.gsa
-
- GridServiceContainerOptions() - Constructor for class org.openspaces.admin.gsa.GridServiceContainerOptions
-
Constructs a new grid service container options.
- gridServiceContainerRemoved(GridServiceContainer) - Method in interface org.openspaces.admin.gsc.events.GridServiceContainerRemovedEventListener
-
Called when a grid service container is removed.
- gridServiceContainerRemoved(GridServiceContainer) - Method in class org.openspaces.admin.samples.TestEventSampler
-
- GridServiceContainerRemovedEventListener - Interface in org.openspaces.admin.gsc.events
-
An event listener to be notified when a grid service container is removed.
- GridServiceContainerRemovedEventManager - Interface in org.openspaces.admin.gsc.events
-
- GridServiceContainers - Interface in org.openspaces.admin.gsc
-
- GridServiceManager - Interface in org.openspaces.admin.gsm
-
A Grid Service Manager is a manager for
ProcessingUnit
deployments
(acting either as primary or backups for a certain processing unit deployment).
- gridServiceManagerAdded(GridServiceManager) - Method in interface org.openspaces.admin.gsm.events.GridServiceManagerAddedEventListener
-
Called when a grid service manager is added.
- gridServiceManagerAdded(GridServiceManager) - Method in class org.openspaces.admin.samples.TestEventSampler
-
- GridServiceManagerAddedEventListener - Interface in org.openspaces.admin.gsm.events
-
An event listener to be notified when a grid service manager is added.
- GridServiceManagerAddedEventManager - Interface in org.openspaces.admin.gsm.events
-
- GridServiceManagerLifecycleEventListener - Interface in org.openspaces.admin.gsm.events
-
A simple lifecyle event listener that implements both the container added and manager removed event listeners.
- GridServiceManagerOptions - Class in org.openspaces.admin.gsa
-
- GridServiceManagerOptions() - Constructor for class org.openspaces.admin.gsa.GridServiceManagerOptions
-
Constructs a new grid service manager options.
- gridServiceManagerRemoved(GridServiceManager) - Method in interface org.openspaces.admin.gsm.events.GridServiceManagerRemovedEventListener
-
Called when a grid service manager is removed.
- gridServiceManagerRemoved(GridServiceManager) - Method in class org.openspaces.admin.samples.TestEventSampler
-
- GridServiceManagerRemovedEventListener - Interface in org.openspaces.admin.gsm.events
-
An event listener to be notified when a grid service manager is removed.
- GridServiceManagerRemovedEventManager - Interface in org.openspaces.admin.gsm.events
-
- GridServiceManagers - Interface in org.openspaces.admin.gsm
-
Grid Service Containers hold all the different
GridServiceManager
s that are currently
discovered.
- GridServiceOptions - Class in org.openspaces.admin.gsa
-
A generic process options.
- GridServiceOptions(String) - Constructor for class org.openspaces.admin.gsa.GridServiceOptions
-
Constructs a new grid service options with the given process type.
- GROOVY_LOCAL_EXECUTOR_TYPE - Static variable in class org.openspaces.remoting.scripting.DefaultScriptingExecutor
-
- GroovyLocalScriptExecutor - Class in org.openspaces.remoting.scripting
-
Groovy local script executor.
- GroovyLocalScriptExecutor() - Constructor for class org.openspaces.remoting.scripting.GroovyLocalScriptExecutor
-
- groupBy(GroupByAggregator) - Method in class com.gigaspaces.query.aggregators.AggregationSet
-
- groupBy(String...) - Method in class com.gigaspaces.query.aggregators.GroupByAggregator
-
- groupBy(GigaSpace, ISpaceQuery, GroupByAggregator) - Static method in class org.openspaces.extensions.QueryExtension
-
- GroupByAggregator - Class in com.gigaspaces.query.aggregators
-
- GroupByAggregator() - Constructor for class com.gigaspaces.query.aggregators.GroupByAggregator
-
Required for Externalizable
- GroupByFilter - Class in com.gigaspaces.query.aggregators
-
- GroupByFilter() - Constructor for class com.gigaspaces.query.aggregators.GroupByFilter
-
- GroupByKey - Class in com.gigaspaces.query.aggregators
-
- GroupByKey() - Constructor for class com.gigaspaces.query.aggregators.GroupByKey
-
Required for Externalizable
- GroupByKey(Object[]) - Constructor for class com.gigaspaces.query.aggregators.GroupByKey
-
- GroupByKey(int) - Constructor for class com.gigaspaces.query.aggregators.GroupByKey
-
- GroupByResult - Class in com.gigaspaces.query.aggregators
-
- GroupByResult() - Constructor for class com.gigaspaces.query.aggregators.GroupByResult
-
Required for Externalizable
- GroupByResult(Map<GroupByKey, GroupByValue>) - Constructor for class com.gigaspaces.query.aggregators.GroupByResult
-
- GroupByValue - Class in com.gigaspaces.query.aggregators
-
- GroupByValue() - Constructor for class com.gigaspaces.query.aggregators.GroupByValue
-
Required for Externalizable
- GroupByValue(Object[]) - Constructor for class com.gigaspaces.query.aggregators.GroupByValue
-
- GroupByValue(Object[], Map<String, Integer>, GroupByKey) - Constructor for class com.gigaspaces.query.aggregators.GroupByValue
-
- groupCapacityPerProcessingUnitPerAgent(MachinesSlaEnforcementState.StateKey) - Method in class org.openspaces.grid.gsm.machines.MachinesSlaEnforcementState
-
- GROUPS - Static variable in class com.j_spaces.core.client.SpaceURL
-
Deprecated.
jini://
multicast support.
- groups - Variable in class com.sun.jini.discovery.MulticastAnnouncement
-
The lookup service member groups.
- groups - Variable in class com.sun.jini.discovery.MulticastRequest
-
The groups of interest.
- groups - Variable in class com.sun.jini.discovery.UnicastResponse
-
The lookup service member groups.
- groups - Variable in class net.jini.discovery.DiscoveryEvent
-
Map from the registrars of this event to the groups in which each
is a member.
- groups - Variable in class net.jini.discovery.IncomingMulticastAnnouncement
-
The groups of which the announcing lookup service is a member.
- groups - Variable in class net.jini.discovery.IncomingMulticastRequest
-
The groups in which the requestor is interested.
- groups - Variable in class net.jini.discovery.IncomingUnicastResponse
-
The groups the lookup service was a member of, at the time
discovery was performed.
- groups - Variable in class net.jini.discovery.RemoteDiscoveryEvent
-
Map
from the service IDs of the registrars of this event
to the groups in which each registrar is a member.
- GROUPS - Static variable in class org.openspaces.core.config.LookupJiniTxManagerBeanDefinitionParser
-
- groupUid(String) - Method in class org.openspaces.admin.alert.AlertFactory
-
A group unique identifier representing the aggregation of alerts belonging to the same alert
bean, for a specific component.
- GS_EXT_LOGGING_CONFIG_FILE_PATH - Static variable in class com.j_spaces.kernel.SystemProperties
-
- GS_GROUP - Static variable in class org.openspaces.maven.support.POMGenerator
-
- GS_HOME - Static variable in class com.j_spaces.kernel.SystemProperties
-
- GS_LOGGING_CONFIG_FILE_PATH - Static variable in class com.j_spaces.kernel.SystemProperties
-
- GS_LOGGING_DEBUG - Static variable in class com.j_spaces.kernel.SystemProperties
-
If true the process of loading the default gs_logging.properties file
will be printed out for troubleshooting purpose.
- GS_LOGGING_DISABLED - Static variable in class com.j_spaces.kernel.SystemProperties
-
If true the default gs_logging.properties file will not be loaded and none of the
GS log handlers will be set to the LogManager.
- GS_PROTOCOL - Static variable in class com.j_spaces.kernel.SystemProperties
-
- GS_PROTOCOL_DEFAULT - Static variable in class com.j_spaces.kernel.SystemProperties
-
- GSAReservationId - Class in org.openspaces.admin.gsa
-
- GSAReservationId(String) - Constructor for class org.openspaces.admin.gsa.GSAReservationId
-
- GSCForkHandler - Class in org.openspaces.core.gateway
-
A class responsible for forking a new GSC for the WAN Gateway, and relocating
this PU instance (the gateway) to the new container.
- GSCForkHandler(int, int, boolean, ProcessingUnitInstance, String) - Constructor for class org.openspaces.core.gateway.GSCForkHandler
-
Constructor.
- gscsToString(GridServiceContainer[]) - Static method in class org.openspaces.grid.gsm.containers.ContainersSlaUtils
-
- gscsToString(Collection<GridServiceContainer>) - Static method in class org.openspaces.grid.gsm.containers.ContainersSlaUtils
-
- gscsToString(List<GridServiceContainer>) - Static method in class org.openspaces.grid.gsm.rebalancing.RebalancingUtils
-
- gscToString(GridComponent) - Static method in class org.openspaces.grid.gsm.containers.ContainersSlaUtils
-
- gscToString(GridComponent) - Static method in class org.openspaces.grid.gsm.machines.MachinesSlaUtils
-
- gscToString(GridComponent) - Static method in class org.openspaces.grid.gsm.rebalancing.RebalancingUtils
-
- GSIterator - Class in com.j_spaces.core.client
-
Creates an iterator that can be used to exhaustively read through all of the
visible matching entities in the space and any additional entities that
match.
- GSIterator(IJSpace, Collection<?>) - Constructor for class com.j_spaces.core.client.GSIterator
-
- GSIterator(IJSpace, Collection<?>, int, boolean, long) - Constructor for class com.j_spaces.core.client.GSIterator
-
- GSIterator(IJSpace, Collection<?>, GSIteratorConfig) - Constructor for class com.j_spaces.core.client.GSIterator
-
Constructs an iterator over a space using a collection of entity instances
to be incrementally returned.
- GSIteratorConfig - Class in com.gigaspaces.client.iterator
-
Configuration class for GSIterator.
- GSIteratorConfig() - Constructor for class com.gigaspaces.client.iterator.GSIteratorConfig
-
Default constructor.
- GSIteratorConfig(int, IteratorScope) - Constructor for class com.gigaspaces.client.iterator.GSIteratorConfig
-
- GSMNotFoundException - Exception in org.openspaces.pu.container.servicegrid.deploy
-
Indicates error in finding a GSM to deploy to.
- GSMNotFoundException(String[], long, Exception) - Constructor for exception org.openspaces.pu.container.servicegrid.deploy.GSMNotFoundException
-
- GSMNotFoundException(String[], long) - Constructor for exception org.openspaces.pu.container.servicegrid.deploy.GSMNotFoundException
-
- GSSimpleFormatter - Class in com.gigaspaces.logger
-
Print a brief summary of the LogRecord in a human readable
messageFormat.
- GSSimpleFormatter() - Constructor for class com.gigaspaces.logger.GSSimpleFormatter
-
- GSSimpleFormatter(String) - Constructor for class com.gigaspaces.logger.GSSimpleFormatter
-
- GT - Static variable in class com.j_spaces.core.client.TemplateMatchCodes
-
Deprecated.
greater than operation
- GUARANTEED - Static variable in class org.openspaces.events.notify.NotifyEventContainerServiceDetails.Attributes
-
- guaranteed(boolean) - Method in class org.openspaces.events.notify.SimpleNotifyContainerConfigurer
-
- guessSchema(ClusterInfo) - Static method in class org.openspaces.pu.container.support.ClusterInfoParser
-
Guess the cluster schema if not set.
- id - Variable in class net.jini.core.transaction.server.ServerTransaction
-
The transaction id.
- id - Variable in class net.jini.core.transaction.server.TransactionManager.Created
-
The transaction ID.
- ID - Static variable in class org.openspaces.pu.container.jee.JeeServiceDetails
-
- id - Variable in class org.openspaces.pu.service.PlainServiceDetails
-
- id - Variable in class org.openspaces.pu.service.PlainServiceMonitors
-
- IdGenT() - Constructor for class com.sun.jini.mahalo.TxnManagerImpl.IdGenT
-
- idle_limit - Variable in class org.openspaces.memcached.protocol.MemcachedCommandHandler
-
- idle_limit - Variable in class org.openspaces.memcached.protocol.UnifiedProtocolDecoder
-
- idleTaskExecutionLimit(int) - Method in class org.openspaces.events.polling.SimplePollingContainerConfigurer
-
- idProperty(String) - Method in class com.gigaspaces.metadata.SpaceTypeDescriptorBuilder
-
Sets the ID property.
- idProperty(String, boolean) - Method in class com.gigaspaces.metadata.SpaceTypeDescriptorBuilder
-
Sets the ID property.
- idProperty(String, boolean, SpaceIndexType) - Method in class com.gigaspaces.metadata.SpaceTypeDescriptorBuilder
-
Sets the ID property.
- IdQuery<T> - Class in com.gigaspaces.query
-
Class to encapsulate information of a query based on a Space ID.
- IdQuery(Class<T>, Object) - Constructor for class com.gigaspaces.query.IdQuery
-
Creates an IdQuery using the specified type and id.
- IdQuery(Class<T>, Object, Object) - Constructor for class com.gigaspaces.query.IdQuery
-
Creates an IdQuery using the specified type, id and routing.
- IdQuery(Class<T>, Object, Object, int) - Constructor for class com.gigaspaces.query.IdQuery
-
Creates an IdQuery using the specified type, id and routing.
- IdQuery(Class<T>, Object, QueryResultType) - Constructor for class com.gigaspaces.query.IdQuery
-
Creates an IdQuery using the specified type, id and query result type.
- IdQuery(Class<T>, Object, Object, QueryResultType) - Constructor for class com.gigaspaces.query.IdQuery
-
Creates an IdQuery using the specified type, id, routing and query result type.
- IdQuery(Class<T>, Object, Object, QueryResultType, int) - Constructor for class com.gigaspaces.query.IdQuery
-
Creates an IdQuery using the specified type, id, routing and query result type.
- IdQuery(String, Object) - Constructor for class com.gigaspaces.query.IdQuery
-
Creates an IdQuery using the specified type and id.
- IdQuery(String, Object, Object) - Constructor for class com.gigaspaces.query.IdQuery
-
Creates an IdQuery using the specified type, id and routing.
- IdQuery(String, Object, Object, int) - Constructor for class com.gigaspaces.query.IdQuery
-
Creates an IdQuery using the specified type, id and routing.
- IdQuery(String, Object, QueryResultType) - Constructor for class com.gigaspaces.query.IdQuery
-
Creates an IdQuery using the specified type, id and query result type.
- IdQuery(String, Object, Object, QueryResultType) - Constructor for class com.gigaspaces.query.IdQuery
-
Creates an IdQuery using the specified type, id, routing and query result type.
- IdQuery(String, Object, Object, QueryResultType, int) - Constructor for class com.gigaspaces.query.IdQuery
-
Creates an IdQuery using the specified type, id, routing and query result type.
- IdsQuery<T> - Class in com.gigaspaces.query
-
Class to encapsulate information of a query based on multiple Space IDs.
- IdsQuery(Class<T>, Object[]) - Constructor for class com.gigaspaces.query.IdsQuery
-
Creates an IdsQuery using the specified type and IDs.
- IdsQuery(Class<T>, Object[], QueryResultType) - Constructor for class com.gigaspaces.query.IdsQuery
-
Creates an IdsQuery using the specified type, IDs and query result type.
- IdsQuery(Class<T>, Object[], Object) - Constructor for class com.gigaspaces.query.IdsQuery
-
Creates an IdsQuery using the specified type, IDs and routing.
- IdsQuery(Class<T>, Object[], Object, QueryResultType) - Constructor for class com.gigaspaces.query.IdsQuery
-
Creates an IdsQuery using the specified type, IDs, routing and query result type.
- IdsQuery(Class<T>, Object[], Object[]) - Constructor for class com.gigaspaces.query.IdsQuery
-
Creates an IdsQuery using the specified type, IDs and routing per id.
- IdsQuery(Class<T>, Object[], Object[], QueryResultType) - Constructor for class com.gigaspaces.query.IdsQuery
-
Creates an IdsQuery using the specified type, IDs, routing per id and query result type.
- IdsQuery(String, Object[]) - Constructor for class com.gigaspaces.query.IdsQuery
-
Creates an IdsQuery using the specified type and IDs.
- IdsQuery(String, Object[], QueryResultType) - Constructor for class com.gigaspaces.query.IdsQuery
-
Creates an IdsQuery using the specified type, IDs and query result type.
- IdsQuery(String, Object[], Object) - Constructor for class com.gigaspaces.query.IdsQuery
-
Creates an IdsQuery using the specified type, IDs and routing.
- IdsQuery(String, Object[], Object, QueryResultType) - Constructor for class com.gigaspaces.query.IdsQuery
-
Creates an IdsQuery using the specified type, IDs, routing and query result type.
- IdsQuery(String, Object[], Object[]) - Constructor for class com.gigaspaces.query.IdsQuery
-
Creates an IdsQuery using the specified type, IDs and routing per id.
- IdsQuery(String, Object[], Object[], QueryResultType) - Constructor for class com.gigaspaces.query.IdsQuery
-
Creates an IdsQuery using the specified type, IDs, routing per id and query result type.
- IF_EXISTS - Static variable in class com.gigaspaces.client.ReadModifiers
-
Blocks only if there's a matching entry which is locked by another transaction.
- IF_EXISTS - Static variable in class com.gigaspaces.client.TakeModifiers
-
Blocks only if there's a matching entry which is locked by another transaction.
- IFilterEntry - Interface in com.j_spaces.core.filters.entry
-
This interface is common to all the entries that are passed to any of the space filters.
- IGNORE_MODE - Static variable in class com.j_spaces.core.cluster.ReplicationPolicy
-
- IGNORE_PARTIAL_FAILURE - Static variable in class com.gigaspaces.client.ReadModifiers
-
If one or more partitions are not available during the operation, ignore them
and return partial results based on the available partitions (instead of throwing an
ReadMultipleException which contains the partial results, which is the default behavior).
- IGNORE_PARTIAL_FAILURE - Static variable in class com.gigaspaces.client.TakeModifiers
-
If one or more partitions are not available during the operation, ignore them
and return partial results based on the available partitions (instead of throwing an
TakeMultipleException which contains the partial results, which is the default behavior).
- IGNORE_PARTIAL_FAILURE - Static variable in class com.j_spaces.core.client.ReadModifiers
-
A modifier passed to read multiple and take multiple operations.
- IGNORE_PARTIAL_FAILURE - Static variable in class com.j_spaces.core.client.TakeModifiers
-
A modifier passed to read multiple and take multiple operations.
- IGNORE_VALIDATION - Static variable in class com.j_spaces.core.client.SpaceURL
-
Deprecated.
If ignore validation is passed, it means the space url not need to be valid.
- ignoreCpuRebalancing(boolean) - Method in class org.openspaces.grid.gsm.rebalancing.RebalancingSlaPolicy
-
- ignoreCpuRebalancing() - Method in class org.openspaces.grid.gsm.rebalancing.RebalancingSlaPolicy
-
- ignoreEventOnNullTake(boolean) - Method in class org.openspaces.events.notify.SimpleNotifyContainerConfigurer
-
- ignoreExceptions() - Method in class org.openspaces.core.executor.support.AvgReducer
-
Causes the reducer to ignore exceptions and just sum the results that succeeded.
- ignoreExceptions() - Method in class org.openspaces.core.executor.support.AvgTask
-
- ignoreExceptions() - Method in class org.openspaces.core.executor.support.MaxReducer
-
Causes the reducer to ignore exceptions and just sum the results that succeeded.
- ignoreExceptions() - Method in class org.openspaces.core.executor.support.MaxTask
-
- ignoreExceptions() - Method in class org.openspaces.core.executor.support.MinReducer
-
Causes the reducer to ignore exceptions and just sum the results that succeeded.
- ignoreExceptions() - Method in class org.openspaces.core.executor.support.MinTask
-
- ignoreExceptions() - Method in class org.openspaces.core.executor.support.SumReducer
-
Causes the reducer to ignore exceptions and just sum the results that succeeded.
- ignoreExceptions() - Method in class org.openspaces.core.executor.support.SumTask
-
- IGSEntry - Interface in com.j_spaces.core
-
This class represents an
Entry
in a GigaSpace.
- IiopExporter - Class in net.jini.iiop
-
An
IiopExporter
can be used to export a single remote object to
the
RMI-IIOP
runtime.
- IiopExporter() - Constructor for class net.jini.iiop.IiopExporter
-
Creates a new exporter which can be used to export a remote object over
IIOP.
- IiopExporter(ORB) - Constructor for class net.jini.iiop.IiopExporter
-
Creates a new exporter which can be used to export a remote object over
IIOP.
- IJSpace - Interface in com.j_spaces.core
-
Notice: Since 7.0 this API is internal and subject to changes in future versions - Use GigaSpace
instead.
- IJSpaceContainerAdmin - Interface in com.j_spaces.core.admin
-
- IMap - Interface in com.j_spaces.map
-
Notice: since 7.0 this API is internal and might be subject to changes in future versions.
- impl - Variable in class com.sun.jini.start.NonActivatableServiceDescriptor.Created
-
The reference to the implementation of the created service
- implies(ProtectionDomain, Permission) - Method in class com.sun.jini.start.AggregatePolicyProvider
-
If the given protection domain is the protection domain of this class,
then true
is returned.
- implies(ProtectionDomain, Permission) - Method in class com.sun.jini.start.LoaderSplitPolicyProvider
-
If the given protection domain is the protection domain of this class,
then true
is returned.
- implies(Permission) - Method in class com.sun.jini.start.SharedActivationPolicyPermission
-
- implies(ProtectionDomain, Permission) - Method in class com.sun.jini.tool.DebugDynamicPolicyProvider
-
Always returns true, but logs unique requests
- implies(Permission) - Method in class net.jini.discovery.DiscoveryPermission
-
Returns true if the name of this permission (the one on which
the method is invoked) is the same as the name of the
permission parameter, or if the name of this permission starts
with '*' and the remainder (after the '*') is a suffix of the
name of the permission parameter.
- implies(Permission) - Method in class net.jini.security.AccessPermission
-
Returns true
if every fully qualified name that
matches the specified permission's name also matches this
permission's name; returns false
otherwise.
- implies(Permission) - Method in class net.jini.security.AuthenticationPermission
-
Returns true
if the specified permission is an instance
of AuthenticationPermission
, and every action included in
the specified permission is included as an action of this permission,
and every principal that matches the local principals of the specified
permission also matches the local principals of this permission, and
(if the specified permission has any action besides
listen
) every principal that matches the peer principals
of this permission also matches the peer principals of the specified
permission; returns false
otherwise.
- implies(Permission) - Method in class net.jini.security.GrantPermission
-
Returns true
if the given permission is a
GrantPermission
implied by this permission, or
false
otherwise.
- implies(ProtectionDomain, Permission) - Method in class net.jini.security.policy.DynamicPolicyProvider
-
- implies(ProtectionDomain, Permission) - Method in class net.jini.security.policy.PolicyFileProvider
-
- implies(Permission) - Method in class net.jini.security.policy.UmbrellaGrantPermission
-
- importLocation - Variable in class com.sun.jini.start.ActivateWrapper.ActivateDesc
-
The codebase where the server classes are loaded from by the
activation group.
- IN - Static variable in class com.j_spaces.core.client.TemplateMatchCodes
-
Deprecated.
IN operation
- IN_PROGRESS_OPERATION_COUNT - Static variable in class org.openspaces.admin.alert.alerts.MirrorPersistenceFailureAlert
-
- inactive(ActivationID, Exporter) - Static method in class net.jini.activation.ActivationGroup
-
Attempts to make the remote object that is associated with the
specified activation identifier, and that was exported through the
specified exporter, inactive.
- inactiveObject(ActivationID, Exporter) - Method in class net.jini.activation.ActivationGroup
-
Attempts to make the remote object that is associated with the
specified activation identifier, and that was exported through the
specified exporter, inactive.
- InactiveTransactionException - Exception in org.openspaces.core
-
Thrown when an operation is performed on an inactive transaction.
- InactiveTransactionException(TransactionNotActiveException) - Constructor for exception org.openspaces.core.InactiveTransactionException
-
- InactiveTransactionException(TransactionException) - Constructor for exception org.openspaces.core.InactiveTransactionException
-
- inc() - Method in class com.gigaspaces.metrics.LongCounter
-
Increment the counter by one.
- inc(long) - Method in class com.gigaspaces.metrics.LongCounter
-
Increment the counter by n
.
- INCLUSIVE - Static variable in class com.gigaspaces.log.LogEntryMatchers
-
- IncomingMulticastAnnouncement - Class in net.jini.discovery
-
Encapsulate the details of unmarshaling an incoming multicast
announcement packet.
- IncomingMulticastAnnouncement(DatagramPacket) - Constructor for class net.jini.discovery.IncomingMulticastAnnouncement
-
Construct a new object, initialized by unmarshaling the
contents of a multicast announcement packet.
- IncomingMulticastRequest - Class in net.jini.discovery
-
Encapsulate the details of unmarshaling an incoming multicast
request packet.
- IncomingMulticastRequest(DatagramPacket) - Constructor for class net.jini.discovery.IncomingMulticastRequest
-
Construct a new object, initialized from the contents of the
given multicast request packet.
- IncomingUnicastRequest - Class in net.jini.discovery
-
Encapsulate the details of unmarshaling an incoming unicast
request.
- IncomingUnicastRequest(InputStream) - Constructor for class net.jini.discovery.IncomingUnicastRequest
-
Construct a new object, initialized by unmarshaling the
contents of an input stream.
- IncomingUnicastResponse - Class in net.jini.discovery
-
This class encapsulates the details of unmarshaling an incoming
unicast response.
- IncomingUnicastResponse(InputStream) - Constructor for class net.jini.discovery.IncomingUnicastResponse
-
Construct a new object, initialized by unmarshaling the
contents of an input stream.
- INCONSISTENCY_REASON - Static variable in class org.openspaces.admin.alert.alerts.MirrorPersistenceFailureAlert
-
- InconsistentMachineProvisioningException - Exception in org.openspaces.grid.gsm.machines.exceptions
-
- InconsistentMachineProvisioningException(ProcessingUnit, Collection<GridServiceAgent>) - Constructor for exception org.openspaces.grid.gsm.machines.exceptions.InconsistentMachineProvisioningException
-
- InconsistentMachineProvisioningException(ProcessingUnit, GridServiceAgent) - Constructor for exception org.openspaces.grid.gsm.machines.exceptions.InconsistentMachineProvisioningException
-
- IncorrectlyTerminatedPayloadException - Exception in org.openspaces.memcached.protocol.exceptions
-
- IncorrectlyTerminatedPayloadException() - Constructor for exception org.openspaces.memcached.protocol.exceptions.IncorrectlyTerminatedPayloadException
-
- IncorrectlyTerminatedPayloadException(String) - Constructor for exception org.openspaces.memcached.protocol.exceptions.IncorrectlyTerminatedPayloadException
-
- IncorrectlyTerminatedPayloadException(String, Throwable) - Constructor for exception org.openspaces.memcached.protocol.exceptions.IncorrectlyTerminatedPayloadException
-
- IncorrectlyTerminatedPayloadException(Throwable) - Constructor for exception org.openspaces.memcached.protocol.exceptions.IncorrectlyTerminatedPayloadException
-
- incrAmount - Variable in class org.openspaces.memcached.protocol.CommandMessage
-
- incrDecrResponse - Variable in class org.openspaces.memcached.protocol.ResponseMessage
-
- IncrDecrResult(int, LocalCacheElement) - Constructor for class org.openspaces.memcached.LocalCacheElement.IncrDecrResult
-
- incrDefault - Variable in class org.openspaces.memcached.protocol.CommandMessage
-
- incRef() - Method in class org.openspaces.core.transaction.manager.JiniTransactionHolder
-
- increment(String, byte) - Method in class com.gigaspaces.client.ChangeSet
-
Increment a byte property with the given delta.
- increment(String, short) - Method in class com.gigaspaces.client.ChangeSet
-
Increment a short property with the given delta.
- increment(String, int) - Method in class com.gigaspaces.client.ChangeSet
-
Increment a integer property with the given delta.
- increment(String, long) - Method in class com.gigaspaces.client.ChangeSet
-
Increment a long property with the given delta.
- increment(String, float) - Method in class com.gigaspaces.client.ChangeSet
-
Increment a float property with the given delta.
- increment(String, double) - Method in class com.gigaspaces.client.ChangeSet
-
Increment a double property with the given delta.
- increment(String, Number) - Method in class com.gigaspaces.client.ChangeSet
-
Increment a numeric property with the given delta.
- incrementCounter() - Method in interface com.j_spaces.core.SpaceCopyStatus
-
- incrementInstance() - Method in interface org.openspaces.admin.pu.ProcessingUnit
-
Increments the number of processing unit instances.
- IncrementOperation - Class in com.gigaspaces.sync.change
-
- incrementRecoveryAttempt() - Method in class org.openspaces.grid.gsm.machines.RecoveringFailedGridServiceAgent
-
Increments the number of recovery attempts
Call before each time a machine is started as an attempt to recover from failure.
- incrementTotalDummyObjects() - Method in interface com.j_spaces.core.SpaceCopyStatus
-
- incrExpiry - Variable in class org.openspaces.memcached.protocol.CommandMessage
-
- INDEFINITE - Static variable in class com.sun.jini.constants.ThrowableConstants
-
Value returned by retryable
to indicate that the
passed Throwable
does not provide any new
information on the state of the object that threw it.
- index(List<SpaceEntriesAggregator>) - Static method in class com.gigaspaces.query.aggregators.AggregationInternalUtils
-
- index(Value) - Method in class org.openspaces.jpa.openjpa.query.QueryExpressionFactory
-
Return an index/position of the given value within a collection/map.
- indexOf(String) - Method in class com.gigaspaces.query.CompoundResult
-
- indexOf(Value, Value) - Method in class org.openspaces.jpa.openjpa.query.QueryExpressionFactory
-
Return a value representing the
String.indexOf(int)
function on
the given target with the given args.
- INFO - Static variable in class com.sun.jini.tool.envcheck.Reporter
-
the level at which information messages are generated
- INFO - Static variable in class org.openspaces.admin.alert.AlertSeverity
-
INFO is an alert severity indicating an informational alert.
- info(String) - Method in class org.openspaces.admin.application.deploy.AbstractApplicationCommand
-
- info(Object) - Method in class org.openspaces.grid.gsm.PrefixLog
-
- info(Object, Throwable) - Method in class org.openspaces.grid.gsm.PrefixLog
-
- info(Object) - Method in class org.openspaces.grid.gsm.SingleThreadedPollingLog
-
- info(Object, Throwable) - Method in class org.openspaces.grid.gsm.SingleThreadedPollingLog
-
- init(Properties) - Method in interface com.gigaspaces.datasource.ManagedDataSource
-
Deprecated.
Initialize and configure the data source using given properties.
- init(Properties) - Method in interface com.gigaspaces.security.fs.FileService
-
- init(Properties) - Method in class com.gigaspaces.security.fs.LocalFileService
-
- init(Properties) - Method in class com.gigaspaces.security.fs.URLFileService
-
- init(Properties) - Method in interface com.gigaspaces.security.SecurityManager
-
Initializes this security manager instance with implementation specific properties, and any
resource creation/access needed.
- init(IJSpace, Object) - Method in interface com.j_spaces.core.client.INotifyDelegatorFilter
-
Called inside of server on Notify Filter init.
- init(IJSpace, String, ReplicationPolicy) - Method in interface com.j_spaces.core.cluster.IReplicationFilter
-
Initializes this filter.
- init(IJSpace, String, String, int) - Method in interface com.j_spaces.core.filters.ISpaceFilter
-
Initializes this filter.
- init(ServiceID) - Method in class net.jini.discovery.dynamic.DynamicLookupLocatorDiscovery
-
- init() - Method in class org.openspaces.admin.config.AdminNamespaceHandler
-
- init() - Method in class org.openspaces.archive.config.ArchiveNamespaceHandler
-
- init() - Method in class org.openspaces.core.config.CoreNamespaceHandler
-
- init() - Method in class org.openspaces.core.gateway.config.GatewayNamespaceHandler
-
- init(IJSpace, String, String, int) - Method in class org.openspaces.core.space.ExecutorSpaceFilter
-
- init(IJSpace, String, String, int) - Method in class org.openspaces.core.space.filter.FilterOperationDelegate
-
- init() - Method in class org.openspaces.events.config.EventsNamespaceHandler
-
- init() - Method in class org.openspaces.jdbc.config.JdbcNamespaceHandler
-
- init() - Method in class org.openspaces.jms.config.JmsNamespaceHandler
-
- init(Properties) - Method in class org.openspaces.persistency.hibernate.AbstractHibernateExternalDataSource
-
Deprecated.
Initializes the hibernate data source.
- init(Properties) - Method in class org.openspaces.persistency.patterns.AbstractManagedDataSourceDelegator
-
Deprecated.
- init(Properties) - Method in class org.openspaces.persistency.patterns.AbstractManagedDataSourceSplitter
-
Deprecated.
- init(FilterConfig) - Method in class org.openspaces.pu.container.jee.stats.RequestStatisticsFilter
-
- init() - Method in class org.openspaces.pu.sla.config.SLANamespaceHandler
-
- init() - Method in class org.openspaces.remoting.config.RemotingNamespaceHandler
-
- init(LocalScriptExecutor, Script) - Method in class org.openspaces.remoting.scripting.cache.BlockingQueueCompiledScriptPool
-
- init(LocalScriptExecutor, Script) - Method in interface org.openspaces.remoting.scripting.cache.CompiledScriptPool
-
Inits the pool by compiling zero or more scripts.
- init(Properties) - Method in class org.openspaces.security.spring.SpringSecurityManager
-
Initialize the security manager using the spring security configuration.
- initApplicationContext() - Method in class org.openspaces.pu.container.jee.JeeProcessingUnitContainerProvider
-
- initEmbedded() - Method in class net.jini.core.transaction.server.ServerTransaction
-
- initFailed(Throwable) - Method in class com.sun.jini.mahalo.TxnManagerImpl
-
Log information about failing to initialize the service and rethrow the
appropriate exception.
- initFromDocument(SpaceDocument) - Method in class com.gigaspaces.document.SpaceDocument
-
- initialCapacity(CapacityRequirementsConfig) - Method in class org.openspaces.admin.pu.elastic.config.AutomaticCapacityScaleConfigurer
-
- initialDataLoad() - Method in class com.gigaspaces.datasource.SpaceDataSource
-
- initialDataLoad() - Method in class org.openspaces.persistency.hibernate.DefaultHibernateSpaceDataSource
-
Performs the initial load operation.
- initialDataLoad() - Method in class org.openspaces.persistency.hibernate.StatelessHibernateSpaceDataSource
-
Performs the initial load operation.
- initialDataLoad() - Method in class org.openspaces.persistency.patterns.SpaceDataSourceExceptionHandler
-
- initialDataLoad() - Method in class org.openspaces.persistency.patterns.SpaceDataSourceSplitter
-
- InitializationContext(LogEntries) - Constructor for class com.gigaspaces.log.LogEntryMatcher.InitializationContext
-
- InitializationContext(String, String, long, LogProcessType) - Constructor for class com.gigaspaces.log.LogEntryMatcher.InitializationContext
-
- initialize() - Method in class com.gigaspaces.document.SpaceDocument
-
- initialize(LogEntryMatcher.InitializationContext) - Method in class com.gigaspaces.log.AllLogEntryMatcher
-
- initialize(LogEntryMatcher.InitializationContext) - Method in class com.gigaspaces.log.ContainsStringLogEntryMatcher
-
- initialize(LogEntryMatcher.InitializationContext) - Method in class com.gigaspaces.log.ContinuousLogEntryMatcher
-
- initialize(LogEntryMatcher.InitializationContext) - Method in class com.gigaspaces.log.ForwardChunkLogEntryMatcher
-
- initialize(LogEntryMatcher.InitializationContext) - Method in interface com.gigaspaces.log.LogEntryMatcher
-
Called on the loggable component side (server) before starting to traverse the log file.
- initialize(LogEntryMatcher.InitializationContext) - Method in class com.gigaspaces.log.LogEntryMatcherFilter
-
- initialize(LogEntryMatcher.InitializationContext) - Method in class com.gigaspaces.log.RegexLogEntryMatcher
-
- initialize(LogEntryMatcher.InitializationContext) - Method in class com.gigaspaces.log.ReverseLogEntryMatcher
-
- initialize(LogEntryMatcher.InitializationContext) - Method in class com.gigaspaces.log.SizeLogEntryMatcher
-
- initialize(String[], SpaceEntriesAggregatorContext) - Method in class com.gigaspaces.query.aggregators.DistinctPropertiesKey
-
- initialize(String[], SpaceEntriesAggregatorContext) - Method in class com.gigaspaces.query.aggregators.GroupByKey
-
- initialize(List<OrderByPath>, SpaceEntriesAggregatorContext) - Method in class com.gigaspaces.query.aggregators.OrderByKey
-
- initialize(Properties) - Method in class com.gigaspaces.security.directory.CredentialsProvider
-
- initialize(Properties) - Method in class com.gigaspaces.security.directory.DefaultCredentialsProvider
-
- initialize(SpaceEvictionManager, SpaceEvictionStrategyConfig) - Method in class com.gigaspaces.server.eviction.SpaceEvictionStrategy
-
Called during the space initialization.
- initialize() - Method in class org.openspaces.archive.ArchivePollingContainer
-
- initialize() - Method in class org.openspaces.events.AbstractEventListenerContainer
-
Initialize this container.
- initialize() - Method in class org.openspaces.events.asyncpolling.SimpleAsyncPollingEventListenerContainer
-
- initialize() - Method in class org.openspaces.events.notify.SimpleNotifyEventListenerContainer
-
- initialize() - Method in class org.openspaces.events.polling.SimplePollingEventListenerContainer
-
- initialize(ServiceBeanContext) - Method in class org.openspaces.grid.esm.ESMImpl
-
- initialize() - Method in class org.openspaces.jpa.openjpa.SpaceConfiguration
-
- initialize(OpenJPAStateManager, PCState, FetchConfiguration, Object) - Method in class org.openspaces.jpa.StoreManager
-
- initialize(ServiceBeanContext) - Method in class org.openspaces.pu.container.servicegrid.PUServiceBeanImpl
-
Override initialize to perform additional initialization
- initializeDiscovery(GSM) - Method in class org.openspaces.pu.container.servicegrid.deploy.Deploy
-
- initializeDiscovery(GSM) - Method in class org.openspaces.pu.container.servicegrid.deploy.MemcachedDeploy
-
- initializeDiscovery(GSM) - Method in class org.openspaces.pu.container.servicegrid.deploy.SpaceDeploy
-
- initializeJMX(Object) - Method in class org.openspaces.pu.container.servicegrid.PUServiceBeanImpl
-
- initialLoad() - Method in interface com.gigaspaces.datasource.ManagedDataSource
-
Deprecated.
Creates and returns an iterator over all the entries that should be loaded into space.
- initialLoad() - Method in class org.openspaces.persistency.hibernate.DefaultHibernateExternalDataSource
-
Deprecated.
Performs the initial load operation.
- initialLoad() - Method in class org.openspaces.persistency.hibernate.StatelessHibernateExternalDataSource
-
Deprecated.
Performs the initial load operation.
- initialLoad() - Method in class org.openspaces.persistency.patterns.AbstractManagedDataSourceDelegator
-
Deprecated.
- initialLoad() - Method in class org.openspaces.persistency.patterns.AbstractManagedDataSourceSplitter
-
Deprecated.
- initialLoadChunkSize(int) - Method in class org.openspaces.persistency.hibernate.CriteriaHibernateSpaceDataSourceConfigurer
-
By default, the initial load process will chunk large tables and will iterate over the table (entity) per
chunk (concurrently).
- initialLoadChunkSize(int) - Method in class org.openspaces.persistency.hibernate.DefaultHibernateSpaceDataSourceConfigurer
-
By default, the initial load process will chunk large tables and will iterate over the table (entity) per
chunk (concurrently).
- initialLoadChunkSize(int) - Method in class org.openspaces.persistency.hibernate.StatelessHibernateSpaceDataSourceConfigurer
-
By default, the initial load process will chunk large tables and will iterate over the table (entity) per
chunk (concurrently).
- initialLoadEntries(String...) - Method in class org.openspaces.persistency.hibernate.CriteriaHibernateSpaceDataSourceConfigurer
-
Sets a list of entries that will be used to perform the #initialLoad()
operation.
- initialLoadEntries(String...) - Method in class org.openspaces.persistency.hibernate.DefaultHibernateSpaceDataSourceConfigurer
-
Sets a list of entries that will be used to perform the #initialLoad()
operation.
- initialLoadEntries(String...) - Method in class org.openspaces.persistency.hibernate.StatelessHibernateSpaceDataSourceConfigurer
-
Sets a list of entries that will be used to perform the #initialLoad()
operation.
- initialLoadPercentage(int) - Method in class org.openspaces.core.space.LruCachePolicy
-
When a space is running in a persistent mode (i.e. using the HibernateDataSource implementation),
The initial_load sets the % of the space cache data to be loaded (default is 50%)
maximum size.
- initialLoadQueries - Variable in class org.openspaces.persistency.ClusterInfoAwareSpaceDataSource
-
- initialLoadQueryScanningBasePackages - Variable in class org.openspaces.persistency.ClusterInfoAwareSpaceDataSource
-
- initialLoadQueryScanningBasePackages(String[]) - Method in class org.openspaces.persistency.hibernate.CriteriaHibernateSpaceDataSourceConfigurer
-
optional.
- initialLoadQueryScanningBasePackages(String[]) - Method in class org.openspaces.persistency.hibernate.DefaultHibernateSpaceDataSourceConfigurer
-
optional.
- initialLoadQueryScanningBasePackages(String[]) - Method in class org.openspaces.persistency.hibernate.StatelessHibernateSpaceDataSourceConfigurer
-
optional.
- initialLoadThreadPoolSize(int) - Method in class org.openspaces.persistency.hibernate.CriteriaHibernateSpaceDataSourceConfigurer
-
- initialLoadThreadPoolSize(int) - Method in class org.openspaces.persistency.hibernate.DefaultHibernateSpaceDataSourceConfigurer
-
- initialLoadThreadPoolSize(int) - Method in class org.openspaces.persistency.hibernate.StatelessHibernateSpaceDataSourceConfigurer
-
- initialMetadataLoad() - Method in class com.gigaspaces.datasource.SpaceDataSource
-
This method is invoked on space initialization (before
SpaceDataSource.initialDataLoad()
is invoked) and is used for introducing data types kept in the data source to the space.
- initialMetadataLoad() - Method in class org.openspaces.persistency.ClusterInfoAwareSpaceDataSource
-
- initialMetadataLoad() - Method in class org.openspaces.persistency.hibernate.AbstractHibernateSpaceDataSource
-
- initialMetadataLoad() - Method in class org.openspaces.persistency.patterns.SpaceDataSourceExceptionHandler
-
- initialMetadataLoad() - Method in class org.openspaces.persistency.patterns.SpaceDataSourceSplitter
-
- initialSize - Variable in class org.openspaces.jdbc.datasource.DbcpBasicDataSource
-
The initial number of connections that are created when the pool
is started.
- initWebApplicationContext(ServletContext) - Method in class org.openspaces.pu.container.jee.context.ProcessingUnitContextLoader
-
- InnerQuery - Class in org.openspaces.jpa.openjpa.query
-
Represents an inner query (subquery) in OpenJPA's expression tree.
- InnerQuery(ClassMetaData) - Constructor for class org.openspaces.jpa.openjpa.query.InnerQuery
-
- INotifyDelegator - Interface in com.j_spaces.core.client
-
Deprecated.
- INotifyDelegatorFilter - Interface in com.j_spaces.core.client
-
This interface represents notify filter logic.
- InProgress - Class in com.sun.jini.thread
-
This class provides a blocking mechanism that will not proceed while
some operation bounded by this object is in progress.
- InProgress(String) - Constructor for class com.sun.jini.thread.InProgress
-
- inProgress() - Method in class com.sun.jini.thread.InProgress
-
Return true
if at least one start
has been
invoked without its corresponding stop
.
- inputReplicationFilterClassName - Variable in class com.j_spaces.core.cluster.ReplicationPolicy.ReplicationPolicyDescription
-
- inputReplicationFilterParamUrl - Variable in class com.j_spaces.core.cluster.ReplicationPolicy.ReplicationPolicyDescription
-
- installedProviders(Class) - Static method in class com.sun.jini.resource.Service
-
Locates and incrementally instantiates the available providers of a
given service using the extension class loader.
- INSTANCE - Static variable in class net.jini.config.EmptyConfiguration
-
A Configuration
with no entries.
- instance(ProcessingUnitInstance) - Method in class org.openspaces.admin.pu.statistics.SingleInstanceStatisticsConfigurer
-
- INSTANCE_DEPLOYMENT_REQUIRED_DEPENDENCIES_PARAMETER_NAME - Static variable in class org.openspaces.pu.container.support.RequiredDependenciesCommandLineParser
-
- INSTANCE_ID_PROP - Static variable in class org.openspaces.core.cluster.ClusterInfoPropertyPlaceholderConfigurer
-
- INSTANCE_START_REQUIRED_DEPENDENCIES_PARAMETER_NAME - Static variable in class org.openspaces.pu.container.support.RequiredDependenciesCommandLineParser
-
- instanceId(String) - Method in class org.openspaces.core.space.SpaceProxyConfigurer
-
- instanceId - Variable in class org.openspaces.remoting.EventDrivenSpaceRemotingEntry
-
Deprecated.
- InstanceSLA - Class in org.openspaces.pu.sla
-
- InstanceSLA() - Constructor for class org.openspaces.pu.sla.InstanceSLA
-
- InstanceSLABeanDefinitionParser - Class in org.openspaces.pu.sla.config
-
- InstanceSLABeanDefinitionParser() - Constructor for class org.openspaces.pu.sla.config.InstanceSLABeanDefinitionParser
-
- instancesStatistics(InstancesStatisticsConfig) - Method in class org.openspaces.admin.pu.statistics.ProcessingUnitStatisticsIdConfigurer
-
Aggregates values of using the specified cluster statistics function
- InstancesStatisticsConfig - Interface in org.openspaces.admin.pu.statistics
-
- instanceUid(String) - Method in class org.openspaces.admin.pu.statistics.SingleInstanceStatisticsConfigurer
-
- IntegerHelper - Class in org.openspaces.core.util.numbers
-
- IntegerHelper() - Constructor for class org.openspaces.core.util.numbers.IntegerHelper
-
- IntegratedProcessingUnitContainer - Class in org.openspaces.pu.container.integrated
-
- IntegratedProcessingUnitContainer(ApplicationContext) - Constructor for class org.openspaces.pu.container.integrated.IntegratedProcessingUnitContainer
-
Constructs a new integrated processing unit container based on the provided Spring
ApplicationContext
.
- IntegratedProcessingUnitContainerProvider - Class in org.openspaces.pu.container.integrated
-
- IntegratedProcessingUnitContainerProvider() - Constructor for class org.openspaces.pu.container.integrated.IntegratedProcessingUnitContainerProvider
-
- Integrity - Class in net.jini.core.constraint
-
Represents a constraint on the integrity of message contents, covering not
only data transmitted in band as part of the remote call itself, but also
out-of-band downloaded code.
- integrityEnforced(ObjectInputStream) - Static method in class com.sun.jini.proxy.MarshalledWrapper
-
Returns the integrity protection setting of the given stream, determined
as follows: if the stream implements
ObjectStreamContext
and has
in its context collection an object of type
IntegrityEnforcement
, the
integrityEnforced
method
of that object is called and the resulting value returned; otherwise,
false
is returned.
- integrityEnforced() - Method in interface net.jini.io.context.IntegrityEnforcement
-
Returns true
if object integrity is being enforced, and
false
otherwise.
- IntegrityEnforcement - Interface in net.jini.io.context
-
Defines a context element interface for determining if object integrity is
being enforced on a stream or a remote call.
- IntegrityVerifier - Interface in net.jini.security
-
- InternalAuthority - Interface in com.gigaspaces.security.authorities
-
An internal API extension to the default
Authority
adding privilege associations.
- InternalExecutorException() - Constructor for exception org.openspaces.remoting.ExecutorRemotingTask.InternalExecutorException
-
- InternalExecutorException(Throwable, Integer, String, String) - Constructor for exception org.openspaces.remoting.ExecutorRemotingTask.InternalExecutorException
-
- InternalExecutorResult() - Constructor for class org.openspaces.remoting.ExecutorRemotingTask.InternalExecutorResult
-
- InternalExecutorResult(T, Integer) - Constructor for class org.openspaces.remoting.ExecutorRemotingTask.InternalExecutorResult
-
- InternalGatewayAddedEventManager - Interface in org.openspaces.admin.gateway.events
-
- InternalGatewayProcessingUnitAddedEventManager - Interface in org.openspaces.admin.gateway.events
-
- InternalGatewayProcessingUnitRemovedEventManager - Interface in org.openspaces.admin.gateway.events
-
- InternalGatewayRemovedEventManager - Interface in org.openspaces.admin.gateway.events
-
- InternalGateways - Interface in org.openspaces.admin.gateway
-
- InternalKeepAliveEventDelayed - Exception in org.openspaces.grid.esm
-
- InternalKeepAliveEventDelayed(long) - Constructor for exception org.openspaces.grid.esm.InternalKeepAliveEventDelayed
-
- InternalSpaceException - Exception in net.jini.space
-
This exception denotes a problem with the local implementation of the
JavaSpace
interface.
- InternalSpaceException(String) - Constructor for exception net.jini.space.InternalSpaceException
-
Create an exception, forwarding a string to the superclass constructor.
- InternalSpaceException(Throwable) - Constructor for exception net.jini.space.InternalSpaceException
-
- InternalSpaceException(String, Throwable) - Constructor for exception net.jini.space.InternalSpaceException
-
Create an exception, forwarding a string and exception to the
superclass constructor.
- InternalSpaceException - Exception in org.openspaces.core
-
- InternalSpaceException(InternalSpaceException) - Constructor for exception org.openspaces.core.InternalSpaceException
-
- InternalSpaceException(ProxyInternalSpaceException) - Constructor for exception org.openspaces.core.InternalSpaceException
-
- InternalSpaceFactory - Class in org.openspaces.core.space
-
- InternalSpaceFactory() - Constructor for class org.openspaces.core.space.InternalSpaceFactory
-
- interrupt() - Method in class com.sun.jini.thread.InterruptedStatusThread
-
- InterruptedStatusThread - Class in com.sun.jini.thread
-
Common Thread subclass to handle potential loss of
interrupted status.
- InterruptedStatusThread(Runnable, String) - Constructor for class com.sun.jini.thread.InterruptedStatusThread
-
Constructs a new InterruptedStatusThread
object.
- InterruptedStatusThread(String) - Constructor for class com.sun.jini.thread.InterruptedStatusThread
-
Constructs a new InterruptedStatusThread
object.
- InterruptedStatusThread(ThreadGroup, Runnable, String, long) - Constructor for class com.sun.jini.thread.InterruptedStatusThread
-
Constructs a new InterruptedStatusThread
object.
- INTERVAL_TIMEOUT - Static variable in class com.j_spaces.core.client.SpaceURL
-
Deprecated.
Controls the interval (in millis) at which the finder polls for Spaces.
- IntroduceTypeData - Interface in com.gigaspaces.sync
-
- intToUshort(int) - Static method in class com.sun.jini.discovery.internal.Plaintext
-
Returns the given integer value as an unsigned short, throwing an
IllegalArgumentException if the value is negative or too large.
- invalidate() - Method in interface com.sun.jini.mahalo.log.ClientLog
-
- invalidate() - Method in class com.sun.jini.mahalo.log.MockLogFile
-
- invalidate() - Method in class com.sun.jini.mahalo.log.SimpleLogFile
-
Invalidate the log.
- invalidate() - Method in class com.sun.jini.mahalo.log.TransientLogFile
-
Invalidate the log.
- InvalidatedLogException - Exception in com.sun.jini.mahalo.log
-
- InvalidatedLogException() - Constructor for exception com.sun.jini.mahalo.log.InvalidatedLogException
-
- InvalidatedLogException(String) - Constructor for exception com.sun.jini.mahalo.log.InvalidatedLogException
-
- InvalidFifoClassException - Exception in com.j_spaces.core
-
- InvalidFifoClassException(String, boolean, boolean) - Constructor for exception com.j_spaces.core.InvalidFifoClassException
-
Deprecated.
- InvalidFifoClassException - Exception in org.openspaces.core
-
- InvalidFifoClassException(InvalidFifoClassException) - Constructor for exception org.openspaces.core.InvalidFifoClassException
-
Deprecated.
- InvalidFifoOperationException - Exception in org.openspaces.core
-
A base class for invalid fifo operations exceptions.
- InvalidFifoOperationException(FifoOperationException) - Constructor for exception org.openspaces.core.InvalidFifoOperationException
-
- InvalidFifoTemplateException - Exception in com.j_spaces.core
-
This exception is thrown if read or take operations executed in FIFO mode,
but the template class FIFO mode already been set to non FIFO.
- InvalidFifoTemplateException(String) - Constructor for exception com.j_spaces.core.InvalidFifoTemplateException
-
- InvalidFifoTemplateException - Exception in org.openspaces.core
-
This exception is thrown if read or take operations executed in FIFO mode,
but the template class FIFO mode already been set to non FIFO.
- InvalidFifoTemplateException(InvalidFifoTemplateException) - Constructor for exception org.openspaces.core.InvalidFifoTemplateException
-
- InvalidIteratorException - Exception in net.jini.event
-
An exception thrown when an event iterator becomes invalid.
- InvalidIteratorException(String) - Constructor for exception net.jini.event.InvalidIteratorException
-
Constructs an InvalidIteratorException with the specified detail message.
- InvalidIteratorException() - Constructor for exception net.jini.event.InvalidIteratorException
-
Constructs an InvalidIteratorException with no detail message.
- InvalidProtocolStateException - Exception in org.openspaces.memcached.protocol.exceptions
-
- InvalidProtocolStateException() - Constructor for exception org.openspaces.memcached.protocol.exceptions.InvalidProtocolStateException
-
- InvalidProtocolStateException(String) - Constructor for exception org.openspaces.memcached.protocol.exceptions.InvalidProtocolStateException
-
- InvalidProtocolStateException(String, Throwable) - Constructor for exception org.openspaces.memcached.protocol.exceptions.InvalidProtocolStateException
-
- InvalidProtocolStateException(Throwable) - Constructor for exception org.openspaces.memcached.protocol.exceptions.InvalidProtocolStateException
-
- InvalidServiceNameException - Exception in com.j_spaces.core.exception
-
This exception is thrown in case of invalid space name.
- InvalidServiceNameException(String) - Constructor for exception com.j_spaces.core.exception.InvalidServiceNameException
-
- InvalidTransactionUsageException - Exception in org.openspaces.core
-
Thrown when an invalid transaction usage is performed.
- InvalidTransactionUsageException(TransactionException) - Constructor for exception org.openspaces.core.InvalidTransactionUsageException
-
- InvocableService - Interface in org.openspaces.pu.service
-
- InvocableServiceLookupFailureException - Exception in org.openspaces.pu.service
-
- InvocableServiceLookupFailureException(String) - Constructor for exception org.openspaces.pu.service.InvocableServiceLookupFailureException
-
- INVOCATION_DELAY_KEY - Static variable in class org.openspaces.grid.esm.ESMFaultDetectionHandler
-
- INVOCATION_DELAY_KEY - Static variable in class org.openspaces.pu.container.servicegrid.PUFaultDetectionHandler
-
- InvocationConstraint - Interface in net.jini.core.constraint
-
The marker interface used to identify constraints for method invocations.
- InvocationConstraints - Class in net.jini.core.constraint
-
An immutable aggregation of constraints into a set of requirements and a
set of preferences.
- InvocationConstraints(InvocationConstraint, InvocationConstraint) - Constructor for class net.jini.core.constraint.InvocationConstraints
-
Creates an instance that has the first constraint, req
,
added as a requirement if it is a non-null
value, and has
the second constraint, pref
, added as a preference if it
is a non-null
value and is not a duplicate of the
requirement.
- InvocationConstraints(InvocationConstraint[], InvocationConstraint[]) - Constructor for class net.jini.core.constraint.InvocationConstraints
-
Creates an instance that has all of the constraints from the first
array, reqs
, added as requirements if the array is a
non-null
value, and has all of the constraints from
the second array, prefs
, added as preferences if the
array is a non-null
value.
- InvocationConstraints(Collection, Collection) - Constructor for class net.jini.core.constraint.InvocationConstraints
-
Creates an instance that has all of the constraints from the first
collection, reqs
, added as requirements if the collection
is a non-null
value, and has all of the constraints from
the second collection, prefs
, added as preferences if the
collection is a non-null
value.
- InvocationResult - Class in org.openspaces.pu.service
-
- InvocationResult() - Constructor for class org.openspaces.pu.service.InvocationResult
-
- invoke(Object, Method, Object[]) - Method in class net.jini.activation.ActivatableInvocationHandler
-
Processes a method invocation made on the encapsulating
proxy instance, proxy
, and returns the result.
- invoke(Object, Method, Object[]) - Method in class net.jini.security.proxytrust.ProxyTrustInvocationHandler
-
Executes the specified method with the specified arguments on the
specified proxy, and returns the return value, if any.
- invoke(Map<String, Object>) - Method in class org.openspaces.core.gateway.GatewaySinkFactoryBean
-
- invoke(MethodInvocation) - Method in class org.openspaces.core.jini.JiniServiceFactoryBean
-
When using smart proxy, wraps the invocation of a service method and in case of failure will
try and perform another lookup for the service.
- invoke(String, Map<String, Object>) - Method in interface org.openspaces.pu.container.servicegrid.PUServiceBean
-
- invoke(String, Map<String, Object>) - Method in class org.openspaces.pu.container.servicegrid.PUServiceBeanImpl
-
- invoke(String, Map<String, Object>) - Method in class org.openspaces.pu.container.servicegrid.PUServiceBeanProxy
-
- invoke(Map<String, Object>) - Method in interface org.openspaces.pu.service.InvocableService
-
- invoke(MethodInvocation) - Method in class org.openspaces.remoting.EventDrivenSpaceRemotingProxyFactoryBean
-
- invoke(MethodInvocation) - Method in class org.openspaces.remoting.ExecutorSpaceRemotingProxyFactoryBean
-
- invoke(MethodInvocation, RemotingInvoker) - Method in interface org.openspaces.remoting.RemoteInvocationAspect
-
The aspect is called instead of the actual remote invocation.
- invoke(MethodInvocation, RemotingInvoker) - Method in class org.openspaces.remoting.scripting.LazyLoadingRemoteInvocationAspect
-
If the scipt being executed is a lazy loading script, and it is cacheable, the actual script
content will not be sent to the remote service.
- invoke(SpaceRemotingInvocation, ServiceExecutionAspect.MethodInvocation, Object) - Method in interface org.openspaces.remoting.ServiceExecutionAspect
-
A service execution callback allows to wrap the execution of "server side" service.
- invoke(Object, Object...) - Method in interface org.openspaces.remoting.ServiceExecutionAspect.MethodInvocation
-
Invokes this execution on the specified service using the supplied arguments.
- invokeAll(Collection<? extends Callable<T>>) - Method in class org.openspaces.core.executor.juc.DefaultTaskExecutorService
-
- invokeAll(Collection<? extends Callable<T>>, long, TimeUnit) - Method in class org.openspaces.core.executor.juc.DefaultTaskExecutorService
-
- invokeAny(Collection<? extends Callable<T>>) - Method in class org.openspaces.core.executor.juc.DefaultTaskExecutorService
-
- invokeAny(Collection<? extends Callable<T>>, long, TimeUnit) - Method in class org.openspaces.core.executor.juc.DefaultTaskExecutorService
-
- invokeExceptionListener(Exception) - Method in class org.openspaces.events.AbstractEventListenerContainer
-
A callback to handle exception.
- invokeExecutor(ExecutorRemotingTask) - Method in class org.openspaces.remoting.SpaceRemotingServiceExporter
-
- invokeListener(SpaceDataEventListener, Object, TransactionStatus, Object) - Method in class org.openspaces.events.AbstractEventListenerContainer
-
- invokeListenerWithTransaction(BatchRemoteEvent, boolean, boolean) - Method in class org.openspaces.events.notify.SimpleNotifyEventListenerContainer
-
- invokeListenerWithTransaction(Object, Object, boolean, boolean) - Method in class org.openspaces.events.notify.SimpleNotifyEventListenerContainer
-
Executes the given listener.
- invokeRemote(MethodInvocation) - Method in class org.openspaces.remoting.EventDrivenSpaceRemotingProxyFactoryBean
-
- invokeRemote(MethodInvocation) - Method in class org.openspaces.remoting.ExecutorSpaceRemotingProxyFactoryBean
-
- invokeRemote(MethodInvocation) - Method in interface org.openspaces.remoting.RemotingInvoker
-
This invocation will cause the actual remote invocation.
- IOBlockFilter - Interface in com.gigaspaces.lrmi.nio.filters
-
Interface for block type network filters.
- IOFilter - Interface in com.gigaspaces.lrmi.nio.filters
-
Markup interface
- IOSSLFilter - Class in com.gigaspaces.lrmi.nio.filters
-
Implementation of SSLFilter that use underline SUN SSLEngine.
- IOSSLFilter(SSLContext, SocketAddress) - Constructor for class com.gigaspaces.lrmi.nio.filters.IOSSLFilter
-
- IOStreamCompressionFilter - Class in com.gigaspaces.lrmi.nio.filters
-
A network filter to send compress messages between client and server.
- IOStreamCompressionFilter(IOStreamCompressionFilter.Algo) - Constructor for class com.gigaspaces.lrmi.nio.filters.IOStreamCompressionFilter
-
- IOStreamCompressionFilter.Algo - Enum in com.gigaspaces.lrmi.nio.filters
-
- IOStreamCompressionFilterFactory - Class in com.gigaspaces.lrmi.nio.filters
-
Use this network filter factory to send compress messages between client and server.
- IOStreamCompressionFilterFactory() - Constructor for class com.gigaspaces.lrmi.nio.filters.IOStreamCompressionFilterFactory
-
- IOStreamFilter - Interface in com.gigaspaces.lrmi.nio.filters
-
Define interface to stream based netwrok filter
A stream based netwrok filter is a network filter that is not
blocked based.
- IPojoSpace - Interface in com.gigaspaces.client
-
- IRemoteJSpaceAdmin - Interface in com.j_spaces.core.admin
-
This interface contains all the administrative methods that GigaSpaces
provides to control the JavaSpaces service.
- IReplicatable - Interface in com.j_spaces.core.client
-
- IReplicationFilter - Interface in com.j_spaces.core.cluster
-
A replication filter is a special hook point inside the replication module.
- IReplicationFilterEntry - Interface in com.j_spaces.core.cluster
-
- IReplicationInOperation - Interface in com.gigaspaces.cluster.replication.statistics
-
Represents specific incoming operation statistics.
- IReplicationInOperations<T extends IReplicationInOperation> - Interface in com.gigaspaces.cluster.replication.statistics
-
Statistics on operations executed on target replication space.
- IS_CLUSTER_ENABLED - Static variable in class com.j_spaces.kernel.SystemProperties
-
- IS_CLUSTER_ENABLED_DEFAULT - Static variable in class com.j_spaces.kernel.SystemProperties
-
- IS_FILTER_STATISTICS_ENABLED - Static variable in class com.j_spaces.kernel.SystemProperties
-
- IS_FILTER_STATISTICS_ENABLED_DEFAULT - Static variable in class com.j_spaces.kernel.SystemProperties
-
- IS_NULL - Static variable in class com.j_spaces.core.client.TemplateMatchCodes
-
Deprecated.
entry field is null operation (template field not relevant)
- isAboveHighThreshold(AutomaticCapacityScaleRuleConfig, Object) - Method in class org.openspaces.grid.gsm.autoscaling.DefaultAutoScalingSlaEnforcementEndpoint
-
- isAbsolute() - Method in class org.openspaces.pu.container.support.WebsterFile
-
- isAccessToUnderlyingConnectionAllowed() - Method in class org.openspaces.jdbc.datasource.DbcpBasicDataSource
-
Returns the value of the accessToUnderlyingConnectionAllowed property.
- isActive() - Static method in class com.sun.jini.reggie.GigaRegistrar
-
- isActive() - Method in class org.openspaces.events.AbstractEventListenerContainer
-
Return whether this container is currently active, that is, whether it has been set up but
not shut down yet.
- isActiveWhenBackup() - Method in class com.j_spaces.core.cluster.ReplicationFilterProvider
-
Returns true
if the filter should be active when the space is in backup mode.
- isAddKeyToResponse() - Method in enum org.openspaces.memcached.protocol.binary.MemcachedBinaryCommandDecoder.BinaryOp
-
- isAgentAutoShutdownEnabled(GridServiceAgent) - Static method in class org.openspaces.grid.gsm.machines.MachinesSlaUtils
-
- isAgentConformsToMachineProvisioningConfig(GridServiceAgent, ElasticMachineProvisioningConfig) - Static method in class org.openspaces.grid.gsm.machines.MachinesSlaUtils
-
filters grid service agents by zone,
and if configuration allows management machines, place them first
- isAgentFailoverDisabled(String) - Method in class org.openspaces.grid.gsm.machines.MachinesSlaEnforcementState
-
- isAgentSharedWithOtherProcessingUnits(ProcessingUnit, String) - Method in class org.openspaces.grid.gsm.machines.MachinesSlaEnforcementState
-
- isAggregate() - Method in class org.openspaces.jpa.openjpa.query.AggregationFunction
-
Return true if this value is an aggregate.
- isAggregate() - Method in class org.openspaces.jpa.openjpa.query.FieldPathNode
-
- isAggregate() - Method in class org.openspaces.jpa.openjpa.query.InnerQuery
-
Return true if this value is an aggregate.
- isAggregate() - Method in class org.openspaces.jpa.openjpa.query.LiteralValueNode
-
- isAggregate() - Method in class org.openspaces.jpa.openjpa.query.NullValueNode
-
- isAggregate() - Method in class org.openspaces.jpa.openjpa.query.ParameterNode
-
- isAggregate() - Method in class org.openspaces.jpa.openjpa.query.Variable
-
- isAlertEnabled(Class<? extends AlertConfiguration>) - Method in interface org.openspaces.admin.alert.AlertManager
-
- isAlive() - Method in interface org.openspaces.core.cluster.MemberAliveIndicator
-
Return true
if the member is alive or not.
- isAlive() - Method in class org.openspaces.core.cluster.SpaceMemberAliveIndicator
-
- isAlive() - Method in class org.openspaces.core.space.AbstractSpaceFactoryBean
-
Returns if this space is alive or not by pinging the Space and if it is considered healthy.
- isAlive() - Method in interface org.openspaces.pu.container.servicegrid.PUServiceBean
-
Return true
if the member is alive or not.
- isAlive() - Method in class org.openspaces.pu.container.servicegrid.PUServiceBeanImpl
-
- isAlive() - Method in class org.openspaces.pu.container.servicegrid.PUServiceBeanProxy
-
- isAllowAboveAverageMemoryPerMachine() - Method in class org.openspaces.admin.pu.elastic.config.AutomaticCapacityScaleConfig
-
- isAllowAboveAverageMemoryPerMachine() - Method in class org.openspaces.admin.pu.elastic.config.EagerScaleConfig
-
- isAllowAboveAverageMemoryPerMachine() - Method in class org.openspaces.admin.pu.elastic.config.ElasticStatefulProcessingUnitConfig
-
- isAllowAboveAverageMemoryPerMachine() - Method in class org.openspaces.admin.pu.elastic.config.ManualCapacityPerZonesScaleConfig
-
- isAllowAboveAverageMemoryPerMachine() - Method in class org.openspaces.admin.pu.elastic.config.ManualCapacityScaleConfig
-
- isAllowAboveAverageMemoryPerMachine() - Method in interface org.openspaces.admin.pu.elastic.config.ScaleStrategyConfig
-
- isAllowAboveAverageMemoryPerMachine() - Method in class org.openspaces.grid.gsm.machines.AbstractMachinesSlaPolicy
-
- isAllowMoreThanAverageMemoryPerMachine() - Method in class org.openspaces.grid.gsm.machines.BinPackingSolver
-
- isAlwaysLogDuplicateException() - Method in exception org.openspaces.grid.gsm.machines.backup.MachinesStateBackupFailureException
-
- isAlwaysLogDuplicateException() - Method in exception org.openspaces.grid.gsm.machines.backup.MachinesStateRecoveryFailureException
-
- isAlwaysLogDuplicateException() - Method in exception org.openspaces.grid.gsm.machines.exceptions.CloudCleanupFailedException
-
- isAlwaysLogDuplicateException() - Method in exception org.openspaces.grid.gsm.machines.exceptions.ExpectedMachineWithMoreMemoryException
-
- isAlwaysLogDuplicateException() - Method in exception org.openspaces.grid.gsm.machines.exceptions.FailedToStartNewGridServiceAgentException
-
- isAlwaysLogDuplicateException() - Method in exception org.openspaces.grid.gsm.machines.exceptions.FailedToStartNewMachineException
-
- isAlwaysLogDuplicateException() - Method in exception org.openspaces.grid.gsm.machines.exceptions.FailedToStopMachineException
-
- isAlwaysLogDuplicateException() - Method in exception org.openspaces.grid.gsm.sla.exceptions.BlockingAfterPropertiesSetFailedException
-
- isAlwaysLogDuplicateException() - Method in interface org.openspaces.grid.gsm.sla.exceptions.SlaEnforcementLoggerBehavior
-
- isAlwaysLogStackTrace() - Method in exception org.openspaces.grid.gsm.machines.backup.MachinesStateBackupFailureException
-
- isAlwaysLogStackTrace() - Method in exception org.openspaces.grid.gsm.machines.backup.MachinesStateRecoveryFailureException
-
- isAlwaysLogStackTrace() - Method in exception org.openspaces.grid.gsm.machines.exceptions.CloudCleanupFailedException
-
- isAlwaysLogStackTrace() - Method in exception org.openspaces.grid.gsm.machines.exceptions.ExpectedMachineWithMoreMemoryException
-
- isAlwaysLogStackTrace() - Method in exception org.openspaces.grid.gsm.machines.exceptions.FailedToStartNewGridServiceAgentException
-
- isAlwaysLogStackTrace() - Method in exception org.openspaces.grid.gsm.machines.exceptions.FailedToStartNewMachineException
-
- isAlwaysLogStackTrace() - Method in exception org.openspaces.grid.gsm.machines.exceptions.FailedToStopMachineException
-
- isAlwaysLogStackTrace() - Method in exception org.openspaces.grid.gsm.sla.exceptions.BlockingAfterPropertiesSetFailedException
-
- isAlwaysLogStackTrace() - Method in interface org.openspaces.grid.gsm.sla.exceptions.SlaEnforcementLoggerBehavior
-
- isAnnotationDeclaredLocally(Class<? extends Annotation>, Class<?>) - Static method in class org.openspaces.core.util.AnnotationUtils
-
Determine whether an annotation for the specified annotationType
is declared locally on the supplied clazz
.
- isAnnotationInherited(Class<? extends Annotation>, Class<?>) - Static method in class org.openspaces.core.util.AnnotationUtils
-
Determine whether an annotation for the specified
annotationType
is present on the supplied
clazz
and is
inherited
(i.e., not declared locally for the class).
- isAssignableFrom(EntryClass) - Method in class com.sun.jini.reggie.EntryClass
-
This is really only needed in the registrar, but it's very
convenient to have here.
- isAtMostOneConcurrentRelocation() - Method in class org.openspaces.admin.pu.elastic.config.AutomaticCapacityScaleConfig
-
- isAtMostOneConcurrentRelocation() - Method in class org.openspaces.admin.pu.elastic.config.EagerScaleConfig
-
- isAtMostOneConcurrentRelocation() - Method in class org.openspaces.admin.pu.elastic.config.ManualCapacityPerZonesScaleConfig
-
- isAtMostOneConcurrentRelocation() - Method in class org.openspaces.admin.pu.elastic.config.ManualCapacityScaleConfig
-
- isAtMostOneConcurrentRelocation() - Method in interface org.openspaces.admin.pu.elastic.config.ScaleStrategyConfig
-
- isAtMostOneConcurrentRelocation() - Method in class org.openspaces.grid.gsm.rebalancing.RebalancingSlaPolicy
-
- isAtMostOneContainerPerMachine() - Method in class org.openspaces.admin.pu.elastic.config.AutomaticCapacityScaleConfig
-
- isAtMostOneContainerPerMachine() - Method in class org.openspaces.admin.pu.elastic.config.EagerScaleConfig
-
- isAtMostOneContainerPerMachine() - Method in class org.openspaces.admin.pu.elastic.config.ManualCapacityPerZonesScaleConfig
-
- isAtMostOneContainerPerMachine() - Method in class org.openspaces.admin.pu.elastic.config.ManualCapacityScaleConfig
-
- isAtMostOneContainerPerMachine() - Method in interface org.openspaces.admin.pu.elastic.config.ScaleStrategyConfig
-
- isAtMostOneContainersPerMachine() - Method in class org.openspaces.admin.pu.elastic.config.EagerScaleConfig
-
Deprecated.
- isAtMostOneContainersPerMachine() - Method in class org.openspaces.admin.pu.elastic.config.ManualCapacityScaleConfig
-
Deprecated.
- isAutoGenerate() - Method in class org.openspaces.core.config.SpaceIdProperty
-
- isAutoGenerateId() - Method in interface com.gigaspaces.metadata.SpaceTypeDescriptor
-
Gets the autoGenerateId property
- isAutoRenew() - Method in class com.gigaspaces.events.EventSessionConfig
-
- isAutoRenew() - Method in class org.openspaces.events.notify.AggregatedNotifyEventContainerServiceDetails
-
- isAutoRenew() - Method in class org.openspaces.events.notify.NotifyEventContainerServiceDetails
-
- isAutoRenew() - Method in class org.openspaces.events.notify.SimpleNotifyEventListenerContainer
-
- isBackup() - Method in class org.openspaces.core.space.mode.AbstractSpaceModeChangeEvent
-
The space mode is BACKUP
.
- isBatchEnabled() - Method in class org.openspaces.events.notify.SimpleNotifyEventListenerContainer
-
Returns true
when batching is enabled.
- isBatching() - Method in class com.gigaspaces.events.EventSessionConfig
-
Checks if using batch notifications.
- isBeanEnabled(Class<T>) - Method in interface org.openspaces.admin.bean.BeanConfigManager
-
- isBeanEnabled(String) - Method in interface org.openspaces.admin.bean.BeanConfigPropertiesManager
-
- isBeanEnabled(String) - Method in class org.openspaces.core.bean.DefaultBeanServer
-
- isBelowLowThreshold(AutomaticCapacityScaleRuleConfig, Object) - Method in class org.openspaces.grid.gsm.autoscaling.DefaultAutoScalingSlaEnforcementEndpoint
-
- isBlobstoreEnabled() - Method in interface com.gigaspaces.metadata.SpaceTypeDescriptor
-
When cache policy is "BLOB_STORE" only the indices + minimal administrative information will be kept in cache per entry,
while the data will be kept as blobs.
- isBlockingConnection() - Method in class com.gigaspaces.config.lrmi.nio.NIOConfiguration
-
- isBooleanUrlAttribute(String) - Static method in class com.j_spaces.core.client.SpaceURL
-
Deprecated.
- isCached(List<Object>, BitSet) - Method in class org.openspaces.jpa.StoreManager
-
- isCancelled() - Method in class org.openspaces.core.executor.support.AsyncResultFuture
-
- isCancelled() - Method in class org.openspaces.remoting.EventDrivenRemoteFuture
-
Returns true
if this task was cancelled before it completed
normally.
- isChanged(ChangeOperationResult) - Static method in class com.gigaspaces.sync.change.AddAllToCollectionOperation
-
- isChanged(ChangeOperationResult) - Static method in class com.gigaspaces.sync.change.AddToCollectionOperation
-
- isChanged(ChangeOperationResult) - Static method in class com.gigaspaces.sync.change.RemoveFromCollectionOperation
-
- isClosed() - Method in class com.gigaspaces.server.eviction.SpaceEvictionStrategy
-
Returns true if the space is closed, false otherwise.
- isClustered() - Method in class org.openspaces.core.space.SpaceServiceDetails
-
- isComplete() - Method in interface org.openspaces.admin.pu.elastic.events.ElasticProcessingUnitProgressChangedEvent
-
- isCompleted(long) - Method in class com.sun.jini.mahalo.Job
-
Check to see if the Job
execution has
completed.
- isCompletedStateRecovery(MachinesSlaEnforcementState.StateKey) - Method in class org.openspaces.grid.gsm.machines.MachinesSlaEnforcementState
-
- isConcreteType() - Method in interface com.gigaspaces.metadata.SpaceTypeDescriptor
-
Gets if this is a concrete type, i.e representing a concrete class (Pojo).
- isConsolidated() - Method in interface com.gigaspaces.sync.TransactionData
-
- isConsolidatedDistributedTransaction() - Method in class com.j_spaces.sadapter.datasource.BulkDataPersisterContext
-
- isContainerMatchesZone(GridServiceContainer, String) - Static method in class org.openspaces.grid.gsm.containers.ContainersSlaUtils
-
- isDaemon() - Method in class com.sun.jini.thread.WakeupManager.ThreadDesc
-
Returns true
if the the thread will be daemon
thread, returns false
otherwise.
- isDebugEnabled() - Method in class org.openspaces.grid.gsm.PrefixLog
-
- isDebugEnabled() - Method in class org.openspaces.grid.gsm.SingleThreadedPollingLog
-
- isDedicatedManagementMachines() - Method in class org.openspaces.admin.pu.elastic.config.DiscoveredMachineProvisioningConfig
-
- isDedicatedManagementMachines() - Method in interface org.openspaces.admin.pu.elastic.ElasticMachineProvisioningConfig
-
By default is false, which means that a Grid Service Agents may run a management process.
- isDelegateThroughOtherGateway() - Method in interface org.openspaces.admin.gateway.GatewayDelegatorTarget
-
Returns true
if the delegation is done via another delegator or false
if this delegator is connected
directly to the target gateway.
- isDeletedByOwnTxn() - Method in exception com.j_spaces.core.client.EntryNotInSpaceException
-
Check if deleted in the same transaction.
- isDeletedByOwnTxn() - Method in exception org.openspaces.core.EntryNotInSpaceException
-
Check if deleted in the same transaction.
- isDeployed(String) - Method in interface org.openspaces.admin.gsm.GridServiceManager
-
- isDirectCall() - Method in class com.sun.jini.mahalo.Job
-
- isDirectory() - Method in class org.openspaces.pu.container.support.WebsterFile
-
- isDirty() - Method in class org.openspaces.pu.container.jee.lb.apache.LoadBalancerInfo
-
- isDirtyRead(int) - Static method in class com.j_spaces.core.client.ReadModifiers
-
Checks if the DIRTY_READ bit was set for this modifier.
- isDisableCommit() - Method in class org.openspaces.core.transaction.manager.JiniTransactionHolder
-
- isDisableInfoLogging() - Method in class org.openspaces.admin.application.deploy.AbstractApplicationCommand
-
- isDisableRollback() - Method in class org.openspaces.core.transaction.manager.JiniTransactionHolder
-
- isDiscarded() - Method in interface com.j_spaces.core.cluster.IReplicationFilterEntry
-
Checks if this entry was discarded.
- isDiscarded() - Method in class net.jini.discovery.RemoteDiscoveryEvent
-
Returns the value of the boolean flag that indicates whether this
event is a discovery event or a discard event.
- isDiscovered() - Method in interface org.openspaces.admin.DiscoverableComponent
-
Returns true
if the component is currently discovered from the lookup service.
- isDone() - Method in class org.openspaces.core.executor.support.AsyncResultFuture
-
- isDone() - Method in interface org.openspaces.core.PollingFuture
-
- isDone() - Method in class org.openspaces.remoting.EventDrivenRemoteFuture
-
Returns true
if this task completed.
- isDurable() - Method in class org.openspaces.events.notify.NotifyEventContainerServiceDetails
-
- isDurable() - Method in class org.openspaces.events.notify.SimpleNotifyEventListenerContainer
-
- isDurableNotifications() - Method in class com.gigaspaces.events.EventSessionConfig
-
- isDynamicTemplate() - Method in class org.openspaces.events.AbstractEventListenerContainer
-
Returns whether dynamic template is configured
- isDynamicTemplate() - Method in class org.openspaces.events.polling.PollingEventContainerServiceDetails
-
- isEager() - Method in class org.openspaces.grid.gsm.rebalancing.RebalancingSlaPolicy
-
- isEligibleAttribute(String) - Method in class org.openspaces.core.config.AbstractSpaceBeanDefinitionParser
-
- isEligibleAttribute(String) - Method in class org.openspaces.core.config.ContextLoaderBeanDefinitionParser
-
- isEligibleAttribute(String) - Method in class org.openspaces.core.config.MapBeanDefinitionParser
-
- isEligibleAttribute(String) - Method in class org.openspaces.core.config.MapLocalCacheSettingsBeanDefinitionParser
-
- isEligibleAttribute(String) - Method in class org.openspaces.core.config.MirrorSpaceBeanDefinitionParser
-
- isEmbedded() - Method in interface com.j_spaces.core.IJSpace
-
Checks whether proxy is connected to embedded or remote space.
- isEmbeddedMgr() - Method in class com.sun.jini.mahalo.TxnMgrProxy
-
- isEmbeddedMgrInProxy() - Method in interface net.jini.core.transaction.ManagedTransaction
-
is the xtn manager an embedded proxy-side one ?
- isEmbeddedMgrInProxy() - Method in class net.jini.core.transaction.server.ServerTransaction
-
- isEmbeddedMgrProxySideInstance() - Method in class net.jini.core.transaction.server.ServerTransaction
-
- isEmbeddedProtocol() - Method in class com.j_spaces.core.client.SpaceURL
-
Deprecated.
Returns true if the protocol is EMBEDDED_SPACE, false otherwise.
- isEmbeddedSpaces() - Method in interface org.openspaces.admin.pu.ProcessingUnitInstance
-
Returns true
if there are embedded spaces started within this processing
unit.
- isEmpty() - Method in class com.gigaspaces.document.DocumentProperties
- isEmpty() - Method in class com.gigaspaces.log.CompoundLogEntries
-
Returns true if there are no log entries.
- isEmpty() - Method in class com.gigaspaces.metrics.MetricRegistry
-
- isEmpty() - Method in interface com.j_spaces.javax.cache.Cache
-
Deprecated.
Return true if entrySet().isEmpty() return true.
- isEmpty() - Method in class com.sun.jini.lease.AbstractLeaseMap
-
- isEmpty() - Method in class com.sun.jini.thread.WakeupManager
-
Return whether the queue is currently empty.
- isEmpty() - Method in class net.jini.core.constraint.InvocationConstraints
-
Returns true
if the instance has no requirements and no
preferences; returns false
otherwise.
- isEmpty() - Method in interface org.openspaces.admin.application.Applications
-
Returns true
if there are no currently deployed applications.
- isEmpty() - Method in interface org.openspaces.admin.esm.ElasticServiceManagers
-
Returns true
if there are no managers, false
otherwise.
- isEmpty() - Method in interface org.openspaces.admin.gateway.Gateway
-
Returns
true
if there are no deployed
GatewayProcessingUnit
which are part of this gateway;
false otherwise.
- isEmpty() - Method in interface org.openspaces.admin.gateway.GatewayProcessingUnits
-
Returns true
if there are no currently deployed processing units.
- isEmpty() - Method in interface org.openspaces.admin.gateway.Gateways
-
Returns true
if there are no gateways, false
otherwise.
- isEmpty() - Method in interface org.openspaces.admin.gsa.GridServiceAgents
-
Returns true
if there are no agents, false
otherwise.
- isEmpty() - Method in interface org.openspaces.admin.gsc.GridServiceContainers
-
Returns true
if there are no containers, false
otherwise.
- isEmpty() - Method in interface org.openspaces.admin.gsm.GridServiceManagers
-
Returns true
if there are no managers, false
otherwise.
- isEmpty() - Method in interface org.openspaces.admin.lus.LookupServices
-
Returns true
if there are no containers, false
otherwise.
- isEmpty() - Method in interface org.openspaces.admin.machine.Machines
-
Returns true
if there are no machines, false
otherwise.
- isEmpty() - Method in interface org.openspaces.admin.pu.ProcessingUnits
-
Returns true
if there are no currently deployed processing units.
- isEmpty() - Method in interface org.openspaces.admin.space.Space
-
Returns true
if there are currently no space instances discovered.
- isEmpty() - Method in interface org.openspaces.admin.vm.VirtualMachines
-
Returns true
if there are no virtual machines, false
otherwise.
- isEmpty() - Method in class org.openspaces.core.DefaultGigaMap
-
- isEmpty() - Method in class org.openspaces.core.util.ConcurrentHashSet
-
Returns true if this set contains no elements.
- isEmpty(Value) - Method in class org.openspaces.jpa.openjpa.query.QueryExpressionFactory
-
Return an expression representing the given condition.
- isEmptyLockValue(Object) - Static method in class org.openspaces.core.map.LockManager
-
- isEnabled() - Static method in class com.gigaspaces.client.protective.ProtectiveMode
-
- isEnabled() - Method in interface org.openspaces.admin.alert.config.AlertConfiguration
-
- isEnabled() - Method in class org.openspaces.admin.alert.config.CpuUtilizationAlertConfiguration
- isEnabled() - Method in class org.openspaces.admin.alert.config.ElasticAutoScalingAlertConfiguration
- isEnabled() - Method in class org.openspaces.admin.alert.config.ElasticGridServiceAgentProvisioningAlertConfiguration
- isEnabled() - Method in class org.openspaces.admin.alert.config.ElasticGridServiceContainerProvisioningAlertConfiguration
- isEnabled() - Method in class org.openspaces.admin.alert.config.ElasticMachineProvisioningAlertConfiguration
- isEnabled() - Method in class org.openspaces.admin.alert.config.GarbageCollectionAlertConfiguration
- isEnabled() - Method in class org.openspaces.admin.alert.config.HeapMemoryUtilizationAlertConfiguration
- isEnabled() - Method in class org.openspaces.admin.alert.config.MirrorPersistenceFailureAlertConfiguration
- isEnabled() - Method in class org.openspaces.admin.alert.config.PhysicalMemoryUtilizationAlertConfiguration
- isEnabled() - Method in class org.openspaces.admin.alert.config.ProcessingUnitInstanceMemberAliveIndicatorAlertConfiguration
- isEnabled() - Method in class org.openspaces.admin.alert.config.ProvisionFailureAlertConfiguration
- isEnabled() - Method in class org.openspaces.admin.alert.config.ReplicationChannelDisconnectedAlertConfiguration
- isEnabled() - Method in class org.openspaces.admin.alert.config.ReplicationRedoLogOverflowToDiskAlertConfiguration
- isEnabled() - Method in class org.openspaces.admin.alert.config.ReplicationRedoLogSizeAlertConfiguration
- isEnabled() - Method in class org.openspaces.admin.alert.config.SpacePartitionSplitBrainAlertConfiguration
- isEnabled() - Method in class org.openspaces.core.transaction.DefaultTransactionProvider
-
- isEnabled() - Method in interface org.openspaces.core.transaction.TransactionProvider
-
Returns true
if this transaction provider is enabled or not.
- isEntryFifoMode() - Method in exception com.j_spaces.core.InvalidFifoClassException
-
Deprecated.
Returns true
if this entry defined as FIFO, otherwise false
.
- isError() - Method in class org.openspaces.core.ReadByIdsException.ReadByIdResult
-
- isError() - Method in class org.openspaces.core.TakeByIdsException.TakeByIdResult
-
- isErrorEnabled() - Method in class org.openspaces.grid.gsm.PrefixLog
-
- isErrorEnabled() - Method in class org.openspaces.grid.gsm.SingleThreadedPollingLog
-
- isEscalated() - Method in class org.openspaces.admin.alert.AlertStatus
-
- isEvenlyDistributedAcrossContainers(ProcessingUnit, GridServiceContainer[]) - Static method in class org.openspaces.grid.gsm.rebalancing.RebalancingUtils
-
- isEvenlyDistributedAcrossMachines(ProcessingUnit, CapacityRequirementsPerAgent) - Static method in class org.openspaces.grid.gsm.rebalancing.RebalancingUtils
-
- isEvictOnly() - Method in class com.gigaspaces.client.ClearModifiers
-
- isEvictOnly() - Method in class com.gigaspaces.client.TakeModifiers
-
- isEvictOnly(int) - Static method in class com.j_spaces.core.client.TakeModifiers
-
Checks if the EVICT_ONLY bit was set for this modifier.
- isExceptionThrownWhileExecutingOnAll() - Method in class org.openspaces.pu.service.InvocationResult
-
- isExceptionThrownWhileExecutingOnce() - Method in class org.openspaces.pu.service.InvocationResult
-
- isExclusiveReadLock() - Method in class com.gigaspaces.client.CountModifiers
-
- isExclusiveReadLock() - Method in class com.gigaspaces.client.ReadModifiers
-
- isExclusiveReadLock(int) - Static method in class com.j_spaces.core.client.ReadModifiers
-
Checks if the EXCLUSIVE_READ_LOCK bit was set for this modifier.
- isExecuteOnce() - Method in class org.openspaces.pu.service.InvocationResult
-
- isExistingTransaction(Object) - Method in class org.openspaces.core.transaction.manager.AbstractJiniTransactionManager
-
- isExists() - Method in class net.jini.core.lookup.ServiceDetails
-
- isExtended() - Method in class com.j_spaces.core.client.ExternalEntry
-
Deprecated.
- isExtendedIndexing() - Method in class com.j_spaces.core.client.BasicTypeInfo
-
Deprecated.
Indicator if this class has extended indexing turned on.
- isFatalEnabled() - Method in class org.openspaces.grid.gsm.PrefixLog
-
- isFatalEnabled() - Method in class org.openspaces.grid.gsm.SingleThreadedPollingLog
-
- isFifo() - Method in class com.gigaspaces.client.ReadModifiers
-
- isFifo() - Method in class com.gigaspaces.client.TakeModifiers
-
- isFifo() - Method in class com.gigaspaces.events.EventSessionConfig
-
Checks if the order that is in use with this config is fifo.
- isFifo() - Method in class com.j_spaces.core.client.BasicTypeInfo
-
Deprecated.
Returns true
if FIFO enabled, otherwise false
.
- isFifo() - Method in class com.j_spaces.core.client.ExternalEntry
-
Deprecated.
FIFO Indication.
- isFifo(int) - Static method in class com.j_spaces.core.client.ReadModifiers
-
Checks if the FIFO bit was set for this modifier.
- isFifo(int) - Static method in class com.j_spaces.core.client.TakeModifiers
-
Checks if the FIFO bit was set for this modifier.
- isFifo() - Method in interface com.j_spaces.core.IGSEntry
-
If true operations will be done using FIFO ordering when multiple match found.
- isFifo() - Method in interface com.j_spaces.core.IJSpace
-
Deprecated.
- isFifo() - Method in class org.openspaces.events.notify.AggregatedNotifyEventContainerServiceDetails
-
- isFifo() - Method in class org.openspaces.events.notify.NotifyEventContainerServiceDetails
-
- isFifo() - Method in class org.openspaces.events.notify.SimpleNotifyEventListenerContainer
-
- isFifoClass() - Method in exception com.j_spaces.core.InvalidFifoClassException
-
Deprecated.
Returns true
if this class defined as FIFO, otherwise false
.
- isFifoClass() - Method in exception org.openspaces.core.InvalidFifoClassException
-
Deprecated.
Returns true
if this class defined as FIFO, otherwise false
.
- isFifoGroupingPoll() - Method in class com.gigaspaces.client.ReadModifiers
-
- isFifoGroupingPoll() - Method in class com.gigaspaces.client.TakeModifiers
-
- isFifoGroupingPoll(int) - Static method in class com.j_spaces.core.client.ReadModifiers
-
Checks if the FIFO_GROUPING_POLL bit was set for this modifier.
- isFifoGroupingPoll(int) - Static method in class com.j_spaces.core.client.TakeModifiers
-
Checks if the FIFO_GROUPING_POLL bit was set for this modifier.
- isFile() - Method in class org.openspaces.pu.container.support.WebsterFile
-
- isFileMarker() - Method in class com.gigaspaces.log.LogEntry
-
Returns true
if the log entry is a file marker (representing the file
where the log was extracted).
- isFilled() - Method in class org.openspaces.core.space.SecurityConfig
-
- isFromBlobStore() - Method in exception org.openspaces.core.SpaceMemoryShortageException
-
- isFromGateway() - Method in class com.j_spaces.core.SpaceContext
-
- isFromReplication() - Method in class com.j_spaces.core.client.EntryArrivedRemoteEvent
-
- isFullReplication() - Method in class com.j_spaces.core.cluster.ReplicationPolicy
-
- isFutureAgentsOfOtherSharedServices(MachinesSlaEnforcementState.StateKey) - Method in class org.openspaces.grid.gsm.machines.MachinesSlaEnforcementState
-
- isGranted(Privilege) - Method in class com.gigaspaces.security.authorities.GrantedAuthorities
-
Evaluates to
true
if has been granted the required privilege, disregarding any
classname filters of a
SpaceAuthority
.
- isGranted(Privilege, Object) - Method in class com.gigaspaces.security.authorities.GrantedAuthorities
-
Evaluates to true
if has been granted the required
privileges to access the specified object.
- isGreater(BigInteger, BigInteger) - Method in class org.openspaces.core.util.numbers.BigIntegerHelper
-
- isGridServiceAgentZoneMandatory() - Method in class org.openspaces.admin.pu.elastic.config.DiscoveredMachineProvisioningConfig
-
Deprecated.
- isGridServiceAgentZoneMandatory() - Method in interface org.openspaces.admin.pu.elastic.ElasticMachineProvisioningConfig
-
Deprecated.
- isGridServiceAgentZonesAware() - Method in class org.openspaces.admin.pu.elastic.config.AutomaticCapacityScaleConfig
-
- isGridServiceAgentZonesAware() - Method in class org.openspaces.admin.pu.elastic.config.ManualCapacityPerZonesScaleConfig
-
- isGridServiceAgentZonesAware() - Method in class org.openspaces.admin.pu.elastic.config.ManualCapacityScaleConfig
-
- isGridServiceAgentZonesAware() - Method in interface org.openspaces.admin.pu.elastic.config.ScaleStrategyAgentZonesAwareConfig
-
- isGridServiceAgentZonesAware() - Method in class org.openspaces.grid.gsm.strategy.AbstractCapacityScaleStrategyBean
-
- isGuaranteed() - Method in class org.openspaces.events.notify.NotifyEventContainerServiceDetails
-
- isGuaranteed() - Method in class org.openspaces.events.notify.SimpleNotifyEventListenerContainer
-
- isGuaranteedNotifications() - Method in class com.gigaspaces.events.EventSessionConfig
-
- isHiddenFile(File) - Method in class org.openspaces.pu.container.servicegrid.deploy.HTTPFileSystemView
-
- isHighThresholdBreached() - Method in class org.openspaces.admin.pu.elastic.events.ElasticStatelessProcessingUnitPlannedNumberOfInstancesChangedEvent
-
- isHoldingStateForProcessingUnit(ProcessingUnit) - Method in class org.openspaces.grid.gsm.machines.MachinesSlaEnforcementState
-
- isIfExists() - Method in class com.gigaspaces.client.ReadModifiers
-
- isIfExists() - Method in class com.gigaspaces.client.TakeModifiers
-
- isIgnorePartialFailure() - Method in class com.gigaspaces.client.ReadModifiers
-
- isIgnorePartialFailure() - Method in class com.gigaspaces.client.TakeModifiers
-
- isIgnorePartialFailure(int) - Static method in class com.j_spaces.core.client.TakeModifiers
-
Checks if the IGNORE_PARTIAL_FAILURE bit was set for this modifier.
- isInconsistent() - Method in class com.j_spaces.core.filters.ReplicationStatistics.OutgoingChannel
-
- isIndexed() - Method in enum com.gigaspaces.annotation.pojo.SpaceProperty.IndexType
-
Deprecated.
Returns true if any index other than NONE is set, false otherwise.
- isIndexed() - Method in enum com.gigaspaces.metadata.index.SpaceIndexType
-
- isIndexedField(String) - Method in class com.j_spaces.core.client.ExternalEntry
-
Deprecated.
Checks if the given field is indexed.
- isIndexedField(String) - Method in interface com.j_spaces.core.IGSEntry
-
Checks if the given field is indexed.
- isInfo() - Method in class org.openspaces.admin.alert.AlertSeverity
-
- isInfoEnabled() - Method in class org.openspaces.grid.gsm.PrefixLog
-
- isInfoEnabled() - Method in class org.openspaces.grid.gsm.SingleThreadedPollingLog
-
- isInitialized() - Method in class net.jini.discovery.dynamic.DynamicLookupLocatorDiscovery
-
- isInitialized() - Method in interface net.jini.lookup.LookupCache
-
Returns true
if the lookup cache has been initialized.
- isInitialized() - Method in class org.openspaces.pu.container.standalone.StandaloneContainerRunnable
-
Returns true
if the application context initialized successfully.
- isInstance(Value, Class) - Method in class org.openspaces.jpa.openjpa.query.QueryExpressionFactory
-
Return whether the first value is an instance of the given class.
- isInstanceDeploymentDependencies(CommandLineParser.Parameter) - Static method in class org.openspaces.pu.container.support.RequiredDependenciesCommandLineParser
-
- isInstanceStartDependencies(CommandLineParser.Parameter) - Static method in class org.openspaces.pu.container.support.RequiredDependenciesCommandLineParser
-
- isInvocation - Variable in class org.openspaces.remoting.EventDrivenSpaceRemotingEntry
-
Deprecated.
- isJee() - Method in interface org.openspaces.admin.pu.ProcessingUnitInstance
-
Returns true
if this processing unit is a jee processing unit.
- isJiniProtocol() - Method in class com.j_spaces.core.client.SpaceURL
-
Deprecated.
Returns true if the protocol is JINI, false otherwise.
- isLeaseExpiration() - Method in class com.gigaspaces.events.NotifyActionType
-
- isLeaseExpiration(int) - Static method in class com.j_spaces.core.client.NotifyModifiers
-
Deprecated.
Return true if the integer argument includes the
lease expiration modifier, false otherwise.
- isLeaseExpire() - Method in interface org.openspaces.events.notify.NotifyTypeProvider
-
Should this listener be notified on lease expiration operations.
- isLocked(Object) - Method in class org.openspaces.core.DefaultGigaMap
-
- isLocked(Object) - Method in interface org.openspaces.core.GigaMap
-
Returns true
if the given key is locked.
- islocked(Object) - Method in class org.openspaces.core.map.LockManager
-
Returns true
if the given key is locked.
- isLog() - Method in class com.gigaspaces.log.LogEntry
-
Returns true
if the log entry is an actual log "line".
- isLowThresholdBreached() - Method in class org.openspaces.admin.pu.elastic.events.ElasticStatelessProcessingUnitPlannedNumberOfInstancesChangedEvent
-
- isManaged() - Method in interface org.openspaces.admin.pu.ProcessingUnit
-
- isManaged(BulkItem) - Method in class org.openspaces.persistency.hibernate.AbstractHibernateExternalDataSource
-
Deprecated.
- isManaged(DataSyncOperation) - Method in class org.openspaces.persistency.hibernate.AbstractHibernateSpaceSynchronizationEndpoint
-
- isManagedEntry(String) - Method in class org.openspaces.persistency.hibernate.AbstractHibernateExternalDataSource
-
Deprecated.
- isManagedEntry(String) - Method in class org.openspaces.persistency.hibernate.AbstractHibernateSpaceDataSource
-
- isManagedEntry(String) - Method in class org.openspaces.persistency.hibernate.ManagedEntitiesContainer
-
- isManagementRunningOnMachine(Machine) - Static method in class org.openspaces.grid.gsm.machines.MachinesSlaUtils
-
- isManagingProcessingUnit(String) - Method in class org.openspaces.grid.esm.ESMImpl
-
- isManagingProcessingUnit(String) - Method in class org.openspaces.grid.esm.ESMProxy
-
- isManagingProcessingUnitAndScaleNotInProgress(String) - Method in class org.openspaces.grid.esm.ESMImpl
-
- isManagingProcessingUnitAndScaleNotInProgress(String) - Method in class org.openspaces.grid.esm.ESMProxy
-
- isMarked() - Method in interface org.openspaces.grid.gsm.machines.FutureCleanupCloudResources
-
- isMatchByID() - Method in class com.gigaspaces.events.NotifyActionType
-
- isMatchByID(int) - Static method in class com.j_spaces.core.client.NotifyModifiers
-
Deprecated.
- isMatchByID(int) - Static method in class com.j_spaces.core.client.ReadModifiers
-
- isMatchedUpdate() - Method in class com.gigaspaces.events.NotifyActionType
-
- isMatchedUpdate(int) - Static method in class com.j_spaces.core.client.NotifyModifiers
-
Deprecated.
Return true if the integer argument includes the
NOTIFY_MATCHED_UPDATE modifier, false otherwise.
- isMatchedUpdate() - Method in interface org.openspaces.events.notify.NotifyTypeProvider
-
Should this listener be notified when matched templates
events occur.
- isMemberAliveEnabled() - Method in interface org.openspaces.core.cluster.MemberAliveIndicator
-
Should this member be checked to see if it is alive or not.
- isMemberAliveEnabled() - Method in class org.openspaces.core.cluster.SpaceMemberAliveIndicator
-
- isMemberAliveEnabled() - Method in class org.openspaces.core.space.AbstractSpaceFactoryBean
-
Should this space be checked to see if it is alive or not.
- isMemberAliveEnabled() - Method in interface org.openspaces.pu.container.servicegrid.PUServiceBean
-
Should this member be checked to see if it is alive or not.
- isMemberAliveEnabled() - Method in class org.openspaces.pu.container.servicegrid.PUServiceBeanImpl
-
- isMemberAliveEnabled() - Method in class org.openspaces.pu.container.servicegrid.PUServiceBeanProxy
-
- isMemoryOnlySearch() - Method in class com.gigaspaces.client.ClearModifiers
-
- isMemoryOnlySearch() - Method in class com.gigaspaces.client.CountModifiers
-
- isMemoryOnlySearch() - Method in class com.gigaspaces.client.ReadModifiers
-
- isMemoryOnlySearch() - Method in class com.gigaspaces.client.TakeModifiers
-
- isMemoryOnlySearch(int) - Static method in class com.j_spaces.core.client.ReadModifiers
-
Checks if the MEMORY_ONLY_SEARCH bit was set for this modifier.
- isMemoryOnlySearch(int) - Static method in class com.j_spaces.core.client.TakeModifiers
-
Checks if the MEMORY_ONLY_SEARCH bit was set for this modifier.
- isMemoryOnlySearch(int) - Static method in class com.j_spaces.core.client.UpdateModifiers
-
Return true if the integer argument includes the
MEMORY_ONLY_SEARCH modifier, false otherwise.
- isMethodFound() - Method in class org.openspaces.events.adapter.AbstractReflectionDynamicEventTemplateProviderAdapter
-
- isMirror() - Method in class org.openspaces.admin.space.ReplicationTarget
-
- isMirror() - Method in class org.openspaces.core.space.SpaceServiceDetails
-
- isMirrorServiceEnabled() - Method in class com.j_spaces.core.cluster.ReplicationPolicy
-
- isMonitoring() - Method in interface org.openspaces.admin.StatisticsMonitor
-
Returns true
if statistics are now being monitored.
- isMonitoringCreatedFiles() - Static method in class com.gigaspaces.logger.RollingFileHandler
-
- isMonitorPendingOperationsMemory() - Method in class org.openspaces.core.transaction.DistributedTransactionProcessingConfigurationFactoryBean
-
- isMulticastEnabled() - Static method in class net.jini.discovery.Constants
-
- isNA() - Method in interface org.openspaces.admin.os.OperatingSystemDetails
-
Returns true
if the details are not available.
- isNA() - Method in interface org.openspaces.admin.os.OperatingSystemsStatistics
-
Returns true
if the statistics are not available.
- isNA() - Method in interface org.openspaces.admin.os.OperatingSystemStatistics
-
Returns true
if the statistics are not available.
- isNA() - Method in interface org.openspaces.admin.space.SpaceInstanceStatistics
-
Returns true
if this statistics are not available.
- isNA() - Method in interface org.openspaces.admin.space.SpaceStatistics
-
Returns true
if the statistics are not available.
- isNA() - Method in interface org.openspaces.admin.transport.TransportsStatistics
-
Returns true
if the statistics are currently not available.
- isNA() - Method in interface org.openspaces.admin.transport.TransportStatistics
-
Return true
if the statistics are unavailable.
- isNA() - Method in interface org.openspaces.admin.vm.VirtualMachineDetails
-
Returns true
if the details of the virtual machine is not available.
- isNA() - Method in interface org.openspaces.admin.vm.VirtualMachinesStatistics
-
Returns true
if this is not valid statistics.
- isNA() - Method in interface org.openspaces.admin.vm.VirtualMachineStatistics
-
Returns true
if this is not valid statistics.
- isNested() - Method in class net.jini.core.transaction.server.NestableServerTransaction
-
- isNested() - Method in class net.jini.core.transaction.server.ServerTransaction
-
Return true if the transaction has a parent, false if the transaction
is top level.
- isNewJiniHolder() - Method in class org.openspaces.core.transaction.manager.AbstractJiniTransactionManager.JiniTransactionObject
-
- isNone() - Method in class org.openspaces.core.space.mode.AbstractSpaceModeChangeEvent
-
The space mode is NONE
, in other words - unknown.
- isNoreply() - Method in enum org.openspaces.memcached.protocol.binary.MemcachedBinaryCommandDecoder.BinaryOp
-
- isNoReturnValue(int) - Static method in class com.j_spaces.core.client.UpdateModifiers
-
Return true if the integer argument includes the
NO_RETURN_VALUE modifier, false otherwise.
- isNotAvailable() - Method in class org.openspaces.admin.alert.AlertStatus
-
- isNotEmpty(Value) - Method in class org.openspaces.jpa.openjpa.query.QueryExpressionFactory
-
Return an expression representing the given condition.
- isNotifyAll() - Method in class org.openspaces.events.notify.SimpleNotifyEventListenerContainer
-
- isNotifyLeaseExpire() - Method in class org.openspaces.events.notify.AggregatedNotifyEventContainerServiceDetails
-
- isNotifyLeaseExpire() - Method in class org.openspaces.events.notify.NotifyEventContainerServiceDetails
-
- isNotifyLeaseExpire() - Method in class org.openspaces.events.notify.SimpleNotifyEventListenerContainer
-
- isNotifyMatched() - Method in class org.openspaces.events.notify.NotifyEventContainerServiceDetails
-
- isNotifyMatchedUpdate() - Method in class org.openspaces.events.notify.SimpleNotifyEventListenerContainer
-
- isNotifyRematched() - Method in class org.openspaces.events.notify.NotifyEventContainerServiceDetails
-
- isNotifyRematchedUpdate() - Method in class org.openspaces.events.notify.SimpleNotifyEventListenerContainer
-
- isNotifyTake() - Method in class org.openspaces.events.notify.AggregatedNotifyEventContainerServiceDetails
-
- isNotifyTake() - Method in class org.openspaces.events.notify.NotifyEventContainerServiceDetails
-
- isNotifyTake() - Method in class org.openspaces.events.notify.SimpleNotifyEventListenerContainer
-
- isNotifyUnmatched() - Method in class org.openspaces.events.notify.AggregatedNotifyEventContainerServiceDetails
-
- isNotifyUnmatched() - Method in class org.openspaces.events.notify.NotifyEventContainerServiceDetails
-
- isNotifyUnmatched() - Method in class org.openspaces.events.notify.SimpleNotifyEventListenerContainer
-
- isNotifyUpdate() - Method in class org.openspaces.events.notify.AggregatedNotifyEventContainerServiceDetails
-
- isNotifyUpdate() - Method in class org.openspaces.events.notify.NotifyEventContainerServiceDetails
-
- isNotifyUpdate() - Method in class org.openspaces.events.notify.SimpleNotifyEventListenerContainer
-
Turns on notifications for update operations.
- isNotifyWrite() - Method in class org.openspaces.events.notify.AggregatedNotifyEventContainerServiceDetails
-
- isNotifyWrite() - Method in class org.openspaces.events.notify.NotifyEventContainerServiceDetails
-
- isNotifyWrite() - Method in class org.openspaces.events.notify.SimpleNotifyEventListenerContainer
-
- isNOWriteLeaseMode() - Method in class com.j_spaces.core.client.ExternalEntry
-
Deprecated.
Check write mode.
- isNullExpression() - Method in class com.j_spaces.core.client.SQLQuery
-
This method should be used for check expression string.
- IsolationLevelHelpers - Class in org.openspaces.core
-
Utility methods to handle conversions between different isolation level representations.
- IsolationLevelHelpers() - Constructor for class org.openspaces.core.IsolationLevelHelpers
-
- isOneWayReplication - Variable in class com.j_spaces.core.cluster.ReplicationPolicy
-
fast one way replication
- isOptimisticLockingEnabled() - Method in interface com.j_spaces.core.IJSpace
-
Returns status of Optimistic Lock protocol.
- isOwnerMemberHasSyncReplication() - Method in class com.j_spaces.core.cluster.ReplicationPolicy
-
returns true
if this member has sync-replication to at least one target.
- ISpaceFilter - Interface in com.j_spaces.core.filters
-
A filter is a special hook point inside the
engine that enables integration with external systems or implementation of
user defined logic.
- ISpaceFilterEntry - Interface in com.j_spaces.core.filters.entry
-
- ISpaceQuery<T> - Interface in com.gigaspaces.query
-
Represents a space query.
- ISpaceState - Interface in com.j_spaces.core
-
Defines a set of constants that gives an information on the state of a JavaSpace.
- isPacking(StoreQuery) - Method in class org.openspaces.jpa.openjpa.StoreManagerSQLQuery.SQLExecutor
-
- isPartialUpdate() - Method in class com.gigaspaces.client.WriteModifiers
-
- isPartialUpdate(int) - Static method in class com.j_spaces.core.client.UpdateModifiers
-
Return true if the integer argument includes the
PARTIAL_UPDATE modifier, false otherwise.
- isPassArrayAsIs() - Method in class org.openspaces.events.notify.AggregatedNotifyEventContainerServiceDetails
-
- isPassArrayAsIs() - Method in class org.openspaces.events.notify.NotifyEventContainerServiceDetails
-
- isPassArrayAsIs() - Method in class org.openspaces.events.notify.SimpleNotifyEventListenerContainer
-
- isPassArrayAsIs() - Method in class org.openspaces.events.polling.AggregatedPollingEventContainerServiceDetails
-
- isPassArrayAsIs() - Method in class org.openspaces.events.polling.PollingEventContainerServiceDetails
-
- isPassArrayAsIs() - Method in class org.openspaces.events.polling.SimplePollingEventListenerContainer
-
- isPasswordValid(String, String) - Method in interface com.gigaspaces.security.encoding.PasswordEncoder
-
Validates a specified "raw" password against an encoded password.
- isPerformOrderById() - Method in class org.openspaces.persistency.hibernate.AbstractHibernateExternalDataSource
-
Deprecated.
When performing initial load, this flag indicates if the generated query will order to results by
the id.
- isPerformOrderById() - Method in class org.openspaces.persistency.hibernate.AbstractHibernateSpaceDataSource
-
- isPerformSnapshot() - Method in class org.openspaces.events.AbstractEventListenerContainer
-
- isPerformSnapshot() - Method in class org.openspaces.events.EventContainerServiceDetails
-
- isPerformTakeOnNotify() - Method in class org.openspaces.events.notify.AggregatedNotifyEventContainerServiceDetails
-
- isPerformTakeOnNotify() - Method in class org.openspaces.events.notify.NotifyEventContainerServiceDetails
-
- isPluginOption(String) - Method in class com.sun.jini.tool.envcheck.AbstractPlugin
-
- isPluginOption(String) - Method in interface com.sun.jini.tool.envcheck.Plugin
-
Determine whether arg
is a plugin-specific command-line
option for this plugin and save any necessary state.
- isPluginOption(String) - Method in class com.sun.jini.tool.envcheck.plugins.CheckActivationSystem
-
Test whether to unconditionally test for the presence of the
activation system.
- isPluginOption(String) - Method in class com.sun.jini.tool.envcheck.plugins.CheckJsseProps
-
- isPoolPreparedStatements() - Method in class org.openspaces.jdbc.datasource.DbcpBasicDataSource
-
Returns true if we are pooling statements.
- isPotentialUpdate(int) - Static method in class com.j_spaces.core.client.UpdateModifiers
-
- isPreferredResource(String, boolean) - Method in class net.jini.loader.pref.PreferredClassLoader
-
Returns true
if a class or resource with the
specified name is preferred for this class loader, and
false
if a class or resource with the specified
name is not preferred for this loader.
- isPrimary() - Method in class org.openspaces.core.space.mode.AbstractSpaceModeChangeEvent
-
The space mode is PRIMARY
.
- isPrimitiveWithoutNullValueProtectionEnabled() - Static method in class com.gigaspaces.client.protective.ProtectiveMode
-
- isProcessingUnitHasMinimumNumberOfInstancesPerPartition(ProcessingUnit, int) - Static method in class org.openspaces.grid.gsm.rebalancing.RebalancingUtils
-
- isProcessingUnitIntact(ProcessingUnit, GridServiceContainer[]) - Static method in class org.openspaces.grid.gsm.rebalancing.RebalancingUtils
-
- isProcessingUnitIntact(ProcessingUnit) - Static method in class org.openspaces.grid.gsm.rebalancing.RebalancingUtils
-
- isProcessingUnitPartitionIntact(ProcessingUnitInstance) - Static method in class org.openspaces.grid.gsm.rebalancing.RebalancingUtils
-
- isProcessingUnitPartitionIntact(ProcessingUnit, int, GridServiceContainer[]) - Static method in class org.openspaces.grid.gsm.rebalancing.RebalancingUtils
-
- isProtectiveModeEnabled() - Static method in class com.gigaspaces.ProtectiveModeProperties
-
- isProtocolValidationEnabled() - Method in class com.gigaspaces.config.lrmi.nio.NIOConfiguration
-
- isPuInstanceOfGateway(String, ProcessingUnitInstance) - Static method in class org.openspaces.core.gateway.GatewayUtils
-
- isPutFirst() - Method in class org.openspaces.core.map.LocalCacheSupport
-
When performing a put operation, you may perform the put operation both into the local cache and the master
space.
- isQueryWithoutIndexProtectionEnabled() - Static method in class com.gigaspaces.client.protective.ProtectiveMode
-
- isRaised() - Method in class org.openspaces.admin.alert.AlertStatus
-
- isReadCommitted(int) - Static method in class com.j_spaces.core.client.ReadModifiers
-
Checks if the READ_COMMITTED bit was set for this modifier.
- isReadOnly() - Method in interface com.gigaspaces.security.directory.RoleManager
-
Indicates that this manager is for read-only purposes, and that any invocation of a destructive operation
will throw an
AccessDeniedException
.
- isReadOnly() - Method in interface com.gigaspaces.security.directory.UserManager
-
Indicates that this manager is for read-only purposes, and that any invocation of a destructive operation
will throw an
AccessDeniedException
.
- isReady() - Method in class com.sun.jini.thread.ReadyState
-
- isRegisterForSpaceModeNotifications() - Method in class org.openspaces.core.space.AbstractSpaceFactoryBean
-
Returns if the space should register for primary backup notifications.
- isReliableAsyncRepl() - Method in class com.j_spaces.core.cluster.ReplicationPolicy
-
- isRelocateIfWrongPorts() - Method in class org.openspaces.core.gateway.AbstractGatewayComponentFactoryBean
-
Gets whether this component containing processing unit instance should start and relocate it self to a new GSC if
the required ports for this processing unit in the currently deployed GSC are wrong.
- isRematchedUpdate() - Method in class com.gigaspaces.events.NotifyActionType
-
- isRematchedUpdate(int) - Static method in class com.j_spaces.core.client.NotifyModifiers
-
Deprecated.
Return true if the integer argument includes the
NOTIFY_REMATCHED_UPDATE modifier, false otherwise.
- isRematchedUpdate() - Method in interface org.openspaces.events.notify.NotifyTypeProvider
-
Should this listener be notified when re-matched templates
events occur.
- isRemoteProtocol() - Method in class com.j_spaces.core.client.SpaceURL
-
Deprecated.
Returns true if the protocol is remote (JINI or RMI), false otherwise.
- isRemoteProtocol(IJSpace) - Static method in class org.openspaces.core.util.SpaceUtils
-
Returns true
if the Space uses a remote protocol.
- isReplicable() - Method in interface com.gigaspaces.metadata.SpaceTypeDescriptor
-
Returns true if this type is replicable, false otherwise.
- isReplicatable() - Method in class com.j_spaces.core.client.BasicTypeInfo
-
Deprecated.
Returns true
if this class Replicatable, otherwise false
.
- isReplicatable() - Method in class com.j_spaces.core.client.ExternalEntry
-
Deprecated.
Check if replicatable, applicable only when used with partial replication.
- isReplicatable() - Method in interface com.j_spaces.core.IGSEntry
-
Check if replicatable, applicable only when used with partial replication.
- isReplicateChangeAsUpdate() - Method in class org.openspaces.core.gateway.GatewayTarget
-
get replicate change as update behavior for this gateway.
- isReplicateFullTake() - Method in class com.j_spaces.core.cluster.ReplicationPolicy
-
- isReplicateLeaseExpirations() - Method in class com.j_spaces.core.cluster.ReplicationPolicy
-
- isReplicateNotifyTemplate() - Method in class com.gigaspaces.events.EventSessionConfig
-
Should this template be replicated.
- isReplicateNotifyTemplate() - Method in class org.openspaces.events.notify.AggregatedNotifyEventContainerServiceDetails
-
- isReplicateNotifyTemplate() - Method in class org.openspaces.events.notify.NotifyEventContainerServiceDetails
-
- isReplicateNotifyTemplate() - Method in class org.openspaces.events.notify.SimpleNotifyEventListenerContainer
-
- isReplicateOnePhaseCommit() - Method in class com.j_spaces.core.cluster.ReplicationPolicy
-
- isReplicateOriginalState() - Method in class com.j_spaces.core.cluster.ReplicationPolicy
-
- isRequiresIsolation() - Method in class org.openspaces.admin.memcached.config.MemcachedConfig
-
- isRequiresIsolation() - Method in class org.openspaces.admin.pu.config.ProcessingUnitConfig
-
- isRequiresIsolation() - Method in interface org.openspaces.admin.pu.ProcessingUnit
-
- isRequiresIsolation() - Method in class org.openspaces.admin.space.config.SpaceConfig
-
- isRequiresIsolation() - Method in class org.openspaces.pu.sla.SLA
-
- isResolved() - Method in class org.openspaces.admin.alert.AlertStatus
-
- isRestartRecommended(ProcessingUnit, Machine, Machine, Fraction, CapacityRequirementsPerAgent) - Static method in class org.openspaces.grid.gsm.rebalancing.RebalancingUtils
-
- isReturnOnlyUids() - Method in class com.j_spaces.core.client.ExternalEntry
-
Deprecated.
ReturnOnlyUids indication.
- isReturnPrevOnUpdate() - Method in class com.gigaspaces.client.WriteModifiers
-
- isReturnPrevOnUpdate(int) - Static method in class com.j_spaces.core.client.UpdateModifiers
-
Return true if the integer argument includes the
RETURN_PREV_ON_UPDATE modifier, false otherwise.
- isRmiProtocol() - Method in class com.j_spaces.core.client.SpaceURL
-
Deprecated.
Returns true if the protocol is RMI, false otherwise.
- isRollbackOnly() - Method in class org.openspaces.core.transaction.manager.AbstractJiniTransactionManager.JiniTransactionObject
-
- isRoot(File) - Method in class org.openspaces.pu.container.servicegrid.deploy.HTTPFileSystemView
-
- isRunning() - Method in class org.openspaces.events.AbstractEventListenerContainer
-
Return whether this container is currently running, that is, whether it has been started and
not stopped yet.
- isRunning() - Method in class org.openspaces.pu.container.standalone.StandaloneContainerRunnable
-
Return true
if this runnable is currently running.
- isSameRM(XAResource) - Method in class com.j_spaces.core.client.XAResourceImpl
-
- isSameSpace(IJSpace, IJSpace) - Static method in class org.openspaces.core.util.SpaceUtils
-
- isSatisfiedBy(ExactZonesConfig) - Method in class org.openspaces.admin.zone.config.AnyZonesConfig
-
- isSatisfiedBy(ExactZonesConfig) - Method in class org.openspaces.admin.zone.config.AtLeastOneZoneConfig
-
- isSatisfiedBy(ExactZonesConfig) - Method in class org.openspaces.admin.zone.config.ExactZonesConfig
-
- isSatisfiedBy(ExactZonesConfig) - Method in interface org.openspaces.admin.zone.config.ZonesConfig
-
- isScalaLibInClassPath() - Static method in class org.openspaces.pu.container.servicegrid.ScalaIdentifier
-
- isScaleCommand() - Method in class org.openspaces.grid.esm.ESMImpl.PendingElasticPropertiesUpdate
-
- isScaleInProgress() - Method in class org.openspaces.grid.gsm.strategy.AbstractScaleStrategyBean
-
- isScaleInProgress() - Method in interface org.openspaces.grid.gsm.strategy.ScaleStrategyBean
-
- isSecured() - Method in interface com.j_spaces.core.IJSpace
-
Returns an indication : is this space secured.
- isSecured() - Method in class org.openspaces.admin.pu.ProcessingUnitDeployment
-
- isSecuredProxy() - Method in class org.openspaces.grid.esm.SecuredESMProxy
-
- isServiceSecured() - Method in class org.openspaces.grid.esm.ESMImpl
-
- isServiceSecured() - Method in class org.openspaces.grid.esm.ESMProxy
-
- isSevere() - Method in class org.openspaces.admin.alert.AlertSeverity
-
- isShared() - Method in class org.openspaces.pu.container.jee.JeeServiceDetails
-
Returns true
if this web service is running on a shared instance of a
web container.
- isShutdown() - Method in class org.openspaces.core.executor.juc.DefaultTaskExecutorService
-
- isShutdownSpaceOnInitFailure() - Method in class com.j_spaces.core.cluster.ReplicationFilterProvider
-
Returns true
if the space should shutdown on filter init failure.
- isSingleton() - Method in class org.openspaces.core.config.GigaSpaceDocumentTypeDescriptorFactoryBean
-
- isSingleton() - Method in class org.openspaces.core.config.modifiers.AbstractSpaceProxyOperationModifierFactoryBean
-
- isSingleton() - Method in class org.openspaces.core.config.SQLQueryFactoryBean
-
- isSingleton() - Method in class org.openspaces.core.GigaMapFactoryBean
-
Returns true
as this is a singleton.
- isSingleton() - Method in class org.openspaces.core.GigaSpaceFactoryBean
-
Returns true
as this is a singleton.
- isSingleton() - Method in class org.openspaces.core.map.MapFactoryBean
-
- isSingleton() - Method in class org.openspaces.core.space.AbstractSpaceFactoryBean
-
Returns true
since this factory is a singleton.
- isSingleton() - Method in class org.openspaces.core.space.cache.AbstractLocalCacheSpaceFactoryBean
-
Returns true
since this bean is a singleton.
- isSingleton() - Method in class org.openspaces.events.config.AbstractResultEventAdapterFactoryBean
-
- isSingleton() - Method in class org.openspaces.jms.GigaSpaceConnectionFactory
-
- isSingleton() - Method in class org.openspaces.jms.GigaSpaceQueue
-
- isSingleton() - Method in class org.openspaces.jms.GigaSpaceTopic
-
- isSingleton() - Method in class org.openspaces.jms.GigaSpaceXAConnectionFactory
-
- isSingleton() - Method in class org.openspaces.persistency.hibernate.CriteriaHibernateSpaceDataSourceFactoryBean
-
- isSingleton() - Method in class org.openspaces.persistency.hibernate.DefaultHibernateSpaceDataSourceFactoryBean
-
- isSingleton() - Method in class org.openspaces.persistency.hibernate.DefaultHibernateSpaceSynchronizationEndpointFactoryBean
-
- isSingleton() - Method in class org.openspaces.persistency.hibernate.StatelessHibernateSpaceDataSourceFactoryBean
-
- isSingleton() - Method in class org.openspaces.persistency.hibernate.StatelessHibernateSpaceSynchronizationEndpointFactoryBean
-
- isSingleton() - Method in class org.openspaces.pu.container.jee.PortGenerator
-
- isSingleton() - Method in class org.openspaces.pu.container.jee.SharedContextFactory
-
- isSingleton() - Method in class org.openspaces.remoting.EventDrivenSpaceRemotingProxyFactoryBean
-
- isSingleton() - Method in class org.openspaces.remoting.ExecutorSpaceRemotingProxyFactoryBean
-
- isSout() - Method in class org.openspaces.admin.application.deploy.AbstractApplicationCommand
-
- isSslEnabled() - Method in interface org.openspaces.admin.transport.TransportDetails
-
Returns true
if ssl is enabled for the transport.
- isStarted() - Method in interface org.openspaces.grid.gsm.containers.FutureGridServiceContainer
-
- isStartedWithinGSC() - Method in interface com.j_spaces.core.IJSpace
-
- isStartEmbeddedLus() - Method in interface org.openspaces.admin.gateway.GatewayProcessingUnit
-
Returns whether this gateway processing unit is starting an embedded lookup service for cross gateway discovery purpose.
- isStartEmbeddedLus() - Method in class org.openspaces.core.gateway.AbstractGatewayComponentFactoryBean
-
Gets whether the component will start an embedded LUS service upon its initialization.
- isStartEmbeddedLus() - Method in class org.openspaces.core.gateway.GatewayServiceDetails
-
- isStartMachineSupported() - Method in class org.openspaces.grid.gsm.machines.plugins.discovered.DiscoveredMachineProvisioningBean
-
- isStartMachineSupported() - Method in interface org.openspaces.grid.gsm.machines.plugins.ElasticMachineProvisioning
-
- isStartMachineSupported() - Method in interface org.openspaces.grid.gsm.machines.plugins.NonBlockingElasticMachineProvisioning
-
- isStartMachineSupported() - Method in class org.openspaces.grid.gsm.machines.plugins.NonBlockingElasticMachineProvisioningAdapter
-
- isStasfies(ZonesConfig) - Method in class org.openspaces.admin.zone.config.ExactZonesConfig
-
- isStatisticsAvailable() - Method in interface com.j_spaces.core.admin.StatisticsAdmin
-
Checks if space statistics is available.
- isStopMachineSupported() - Method in class org.openspaces.grid.gsm.machines.AbstractMachinesSlaPolicy
-
- isStopMachineSupported() - Method in class org.openspaces.grid.gsm.machines.CapacityMachinesSlaPolicy
-
- isStopMachineSupported() - Method in class org.openspaces.grid.gsm.machines.EagerMachinesSlaPolicy
-
- isStopping() - Method in interface org.openspaces.pu.container.servicegrid.PUServiceBean
-
- isStopping() - Method in class org.openspaces.pu.container.servicegrid.PUServiceBeanImpl
-
- isStopping() - Method in class org.openspaces.pu.container.servicegrid.PUServiceBeanProxy
-
- isStoredProcedure() - Method in class com.j_spaces.core.client.SQLQuery
-
Returns true if this query is a stored procedure
- isSucceeded() - Method in interface org.openspaces.admin.gateway.BootstrapResult
-
Returns true
if the bootstrap succeeded, false
otherwise.
- isSupportsDynamicTemplate() - Method in class org.openspaces.events.config.AbstractTemplateEventContainerBeanDefinitionParser
-
- isSupportsDynamicTemplate() - Method in class org.openspaces.events.config.NotifyContainerBeanDefinitionParser
-
- isSuppressed() - Method in class org.openspaces.admin.alert.AlertStatus
-
- isTake() - Method in class com.gigaspaces.events.NotifyActionType
-
- isTake(int) - Static method in class com.j_spaces.core.client.NotifyModifiers
-
Deprecated.
Return true if the integer argument includes the
take modifier, false otherwise.
- isTake() - Method in interface org.openspaces.events.notify.NotifyTypeProvider
-
Should this listener be notified on take operations.
- isTemplate() - Method in enum com.j_spaces.core.cluster.ReplicationOperationType
-
- isTerminated() - Method in class com.sun.jini.thread.TaskManager
-
- isTerminated() - Method in class org.openspaces.core.executor.juc.DefaultTaskExecutorService
-
- isThreadSafe() - Method in class org.openspaces.remoting.scripting.GroovyLocalScriptExecutor
-
- isThreadSafe() - Method in class org.openspaces.remoting.scripting.JRubyLocalScriptExecutor
-
- isThreadSafe() - Method in class org.openspaces.remoting.scripting.Jsr223LocalScriptExecutor
-
- isThreadSafe() - Method in interface org.openspaces.remoting.scripting.LocalScriptExecutor
-
Returns true
if the same compiled script can be used by different threads (note, parameres
or bindings usually make a scripting library not thread safe).
- isThrowPartialFailure(int) - Static method in class com.j_spaces.core.client.ReadModifiers
-
- isTimedOut() - Method in interface org.openspaces.core.PollingFuture
-
- isTraceEnabled() - Method in class org.openspaces.grid.gsm.PrefixLog
-
- isTraceEnabled() - Method in class org.openspaces.grid.gsm.SingleThreadedPollingLog
-
- isTransactional() - Method in class com.j_spaces.sadapter.datasource.BulkDataPersisterContext
-
- isTransactional() - Method in class org.openspaces.events.AbstractEventListenerContainer
-
- isTransactional() - Method in class org.openspaces.events.EventContainerServiceDetails
-
- isTransient() - Method in class com.gigaspaces.document.SpaceDocument
- isTransient() - Method in class com.j_spaces.core.client.ExternalEntry
-
Deprecated.
Check if Transient entry.
- isTransient() - Method in interface com.j_spaces.core.IGSEntry
-
Checks entry is transient even if space is persistent.
- isTriggerNotifyTemplate() - Method in class com.gigaspaces.events.EventSessionConfig
-
Should notify template be triggered on replication event.
- isTriggerNotifyTemplate() - Method in class org.openspaces.events.notify.AggregatedNotifyEventContainerServiceDetails
-
- isTriggerNotifyTemplate() - Method in class org.openspaces.events.notify.NotifyEventContainerServiceDetails
-
- isTriggerNotifyTemplate() - Method in class org.openspaces.events.notify.SimpleNotifyEventListenerContainer
-
- isTrustedObject(Object, TrustVerifier.Context) - Method in class com.sun.jini.discovery.DiscoveryConstraintTrustVerifier
-
Returns true
if the specified object is known to be trusted
to correctly implement its contract; returns false
otherwise.
- isTrustedObject(Object, TrustVerifier.Context) - Method in class com.sun.jini.landlord.LandlordProxyVerifier
-
Returns true
if the specified proxy object (that is
not yet known to be trusted) is equivalent in trust, content, and
function to the canonical server reference this object was
constructed with; otherwise returns false
.
- isTrustedObject(Object, TrustVerifier.Context) - Method in class com.sun.jini.proxy.BasicProxyTrustVerifier
-
Verifies trust in a proxy.
- isTrustedObject(Object, TrustVerifier.Context) - Method in class net.jini.constraint.ConstraintTrustVerifier
-
Returns true
if the specified object is known to be
trusted to correctly implement its contract; returns false
otherwise.
- isTrustedObject(Object, TrustVerifier.Context) - Method in class net.jini.discovery.ConstrainableLookupLocatorTrustVerifier
-
Returns true
if the specified object is a trusted
ConstrainableLookupLocator
instance; returns
false
otherwise.
- isTrustedObject(Object, TrustVerifier.Context) - Method in class net.jini.security.proxytrust.ProxyTrustVerifier
-
Returns true
if the specified object is known to be
trusted to correctly implement its contract; returns false
otherwise.
- isTrustedObject(Object) - Method in interface net.jini.security.TrustVerifier.Context
-
Returns true
if the specified object is trusted to
correctly implement its contract; returns false
otherwise.
- isTrustedObject(Object, TrustVerifier.Context) - Method in interface net.jini.security.TrustVerifier
-
Returns true
if the specified object is known to be
trusted to correctly implement its contract; returns false
otherwise.
- isTypeWithoutIdProtectionEnabled() - Static method in class com.gigaspaces.client.protective.ProtectiveMode
-
- isUnconsoliated() - Method in class net.jini.core.transaction.server.TransactionParticipantDataImpl
-
- isUndeploying() - Method in interface org.openspaces.admin.pu.elastic.events.ElasticProcessingUnitProgressChangedEvent
-
- isUndeploying() - Method in class org.openspaces.grid.gsm.containers.ContainersSlaPolicy
-
- isUndeploying() - Method in class org.openspaces.grid.gsm.containers.UndeployContainersSlaPolicy
-
- isUndeploying() - Method in class org.openspaces.grid.gsm.machines.AbstractMachinesSlaPolicy
-
- isUndeploying() - Method in class org.openspaces.grid.gsm.machines.UndeployMachinesSlaPolicy
-
- isUndeploying() - Method in class org.openspaces.grid.gsm.strategy.AbstractCapacityScaleStrategyBean
-
- isUndeploying() - Method in class org.openspaces.grid.gsm.strategy.AbstractScaleStrategyBean
-
- isUndeploying() - Method in class org.openspaces.grid.gsm.strategy.EagerScaleStrategyBean
-
- isUndeploying() - Method in class org.openspaces.grid.gsm.strategy.UndeployScaleStrategyBean
-
- isUninstantiable() - Method in class org.openspaces.admin.pu.events.ProcessingUnitInstanceProvisionFailure
-
Not instantiable; that cannot be instantiated.
- isUnique() - Method in interface com.gigaspaces.metadata.index.SpaceIndex
-
Returns true if this index has a unique constraint, false otherwise.
- isUnique() - Method in class org.openspaces.core.config.SpaceIndex
-
- isUnknown() - Method in class org.openspaces.admin.pu.events.ManagingGridServiceManagerChangedEvent
-
Returns true
if there is unknown managing grid service manager.
- isUnmatched() - Method in class com.gigaspaces.events.NotifyActionType
-
- isUnmatched(int) - Static method in class com.j_spaces.core.client.NotifyModifiers
-
Deprecated.
Return true if the integer argument includes the
NOTIFY_UNMATCHED modifier, false otherwise.
- isUnmatched() - Method in interface org.openspaces.events.notify.NotifyTypeProvider
-
Should this listener be notified when unmatched templates
events occur.
- isUpdate() - Method in class com.gigaspaces.events.NotifyActionType
-
- isUpdate(int) - Static method in class com.j_spaces.core.client.NotifyModifiers
-
Deprecated.
Return true if the integer argument includes the
NOTIFY_UPDATE modifier, false otherwise.
- isUpdate(int) - Static method in class com.j_spaces.core.client.UpdateModifiers
-
Return true if the integer argument includes the
UPDATE_ONLY modifier or PARTIAL_UPDATE modifier or UPDATE_OR_WRITE modifier,
false otherwise.
- isUpdate() - Method in interface org.openspaces.events.notify.NotifyTypeProvider
-
Should this listener be notified on update operations.
- isUpdateOnly() - Method in class com.gigaspaces.client.WriteModifiers
-
- isUpdateOnly(int) - Static method in class com.j_spaces.core.client.UpdateModifiers
-
Return true if the integer argument includes the
UPDATE_ONLY modifier, false otherwise.
- isUpdateOrWrite() - Method in class com.gigaspaces.client.WriteModifiers
-
- isUpdateOrWrite(int) - Static method in class com.j_spaces.core.client.UpdateModifiers
-
Return true if the integer argument includes the
UPDATE_OR_WRITE modifier, false otherwise.
- isUrlAttribute(String) - Static method in class com.j_spaces.core.client.SpaceURL
-
Deprecated.
- isUseFifoGrouping() - Method in class org.openspaces.archive.ArchivePollingContainer
-
- isUseFifoGrouping() - Method in class org.openspaces.events.polling.receive.AbstractFifoGroupingReceiveOperationHandler
-
Returns whether the handler is configured to use fifo grouping or not.
- isUseMemoryOnlySearch() - Method in class org.openspaces.events.polling.receive.AbstractMemoryOnlySearchReceiveOperationHandler
-
Returns whether the handler is configured to use memory only search or not.
- isUserInRole(String) - Method in class com.gigaspaces.security.authorities.GrantedAuthorities
-
Returns a boolean indicating whether the authenticated user is included
in the specified logical "role".
- isUseScrollableResultSet() - Method in class org.openspaces.persistency.hibernate.AbstractHibernateExternalDataSource
-
Deprecated.
Controls if scrollable resultsets will be used with initial load operation.
- isUseScrollableResultSet() - Method in class org.openspaces.persistency.hibernate.AbstractHibernateSpaceDataSource
-
- isUseTriggerAsTemplate() - Method in class org.openspaces.events.polling.trigger.ReadTriggerOperationHandler
-
- isUseTriggerAsTemplate() - Method in interface org.openspaces.events.polling.trigger.TriggerOperationHandler
-
- isVariable() - Method in class org.openspaces.jpa.openjpa.query.AggregationFunction
-
Return true if this value is a variable.
- isVariable() - Method in class org.openspaces.jpa.openjpa.query.FieldPathNode
-
- isVariable() - Method in class org.openspaces.jpa.openjpa.query.InnerQuery
-
Return true if this value is a variable.
- isVariable() - Method in class org.openspaces.jpa.openjpa.query.LiteralValueNode
-
- isVariable() - Method in class org.openspaces.jpa.openjpa.query.NullValueNode
-
- isVariable() - Method in class org.openspaces.jpa.openjpa.query.ParameterNode
-
- isVariable() - Method in class org.openspaces.jpa.openjpa.query.Variable
-
- isVersioned() - Method in interface com.j_spaces.map.IMap
-
Check if using optimistic locking.
- isVersioned() - Method in class org.openspaces.core.map.LocalCacheSupport
-
Controls if this local cache will be versioned or not.
- isVerticalType(Value) - Method in class org.openspaces.jpa.openjpa.query.QueryExpressionFactory
-
Return true if the Value is a Type expression and the Type uses joined table strategy.
- isVisibilityTransition() - Method in class net.jini.space.AvailabilityEvent
-
Returns
true
if the transition that triggered
this event was a transition from
invisible to
visible as well as a transition from unavailable to
available, and
false
otherwise.
- isWarnEnabled() - Method in class org.openspaces.grid.gsm.PrefixLog
-
- isWarnEnabled() - Method in class org.openspaces.grid.gsm.SingleThreadedPollingLog
-
- isWarning() - Method in class org.openspaces.admin.alert.AlertSeverity
-
- isWrapperFor(Class<?>) - Method in class org.openspaces.jdbc.datasource.DbcpBasicDataSource
-
- isWrite() - Method in class com.gigaspaces.events.NotifyActionType
-
- isWrite(int) - Static method in class com.j_spaces.core.client.NotifyModifiers
-
Deprecated.
Return true if the integer argument includes the
NOTIFY_WRITE modifier, false otherwise.
- isWrite() - Method in interface org.openspaces.events.notify.NotifyTypeProvider
-
Should this listener be notified on write operations.
- isWriteOnly() - Method in class com.gigaspaces.client.WriteModifiers
-
- isWriteOnly(int) - Static method in class com.j_spaces.core.client.UpdateModifiers
-
Return true if the integer argument includes the
WRITE_ONLY modifier, false otherwise.
- isWrongRoutingUsageProtectionEnabled() - Static method in class com.gigaspaces.client.protective.ProtectiveMode
-
- isXid() - Method in class net.jini.core.transaction.server.ServerTransaction
-
- isXPath() - Method in class org.openspaces.jpa.openjpa.query.AggregationFunction
-
Return true if this value is an XML Path.
- isXPath() - Method in class org.openspaces.jpa.openjpa.query.FieldPathNode
-
- isXPath() - Method in class org.openspaces.jpa.openjpa.query.InnerQuery
-
Return true if this value is an XML Path.
- isXPath() - Method in class org.openspaces.jpa.openjpa.query.LiteralValueNode
-
- isXPath() - Method in class org.openspaces.jpa.openjpa.query.NullValueNode
-
- isXPath() - Method in class org.openspaces.jpa.openjpa.query.ParameterNode
-
- isXPath() - Method in class org.openspaces.jpa.openjpa.query.Variable
-
- Item - Class in com.sun.jini.reggie
-
An Item contains the fields of a ServiceItem packaged up for
transmission between client-side proxies and the registrar server.
- Item(ServiceItem) - Constructor for class com.sun.jini.reggie.Item
-
Converts a ServiceItem to an Item.
- item - Variable in class com.sun.jini.reggie.RegistrarEvent
-
The new state of the item, or null if the item has been deleted from the
lookup service.
- items - Variable in class com.sun.jini.reggie.Matches
-
ServiceMatches.items as an ArrayList of Item
- items - Variable in class net.jini.core.lookup.ServiceMatches
-
Matching items (up to maxMatches from lookup method).
- iterate() - Method in class org.openspaces.core.IteratorBuilder
-
- iterator() - Method in class com.gigaspaces.client.iterator.SpaceIterator
-
- iterator() - Method in interface com.gigaspaces.client.ReadByIdsResult
-
Returns an iterator over the readByIds operation results.
- iterator() - Method in interface com.gigaspaces.client.TakeByIdsResult
-
Returns an iterator over the takeByIds operation results.
- iterator(T) - Method in interface com.gigaspaces.datasource.DataProvider
-
Deprecated.
Create an iterator over all objects that match the given template.
- iterator(SQLQuery<T>) - Method in interface com.gigaspaces.datasource.SQLDataProvider
-
Deprecated.
Create an iterator over all objects that match the given
SQLQuery
.
- iterator() - Method in class com.gigaspaces.log.LogEntries
-
- iterator() - Method in class com.gigaspaces.query.aggregators.DistinctResult
-
- iterator() - Method in class com.gigaspaces.query.aggregators.GroupByResult
-
- iterator() - Method in class com.j_spaces.core.client.GSIterator
-
- iterator() - Method in class org.openspaces.core.DefaultGigaSpace
-
- iterator(T) - Method in class org.openspaces.core.DefaultGigaSpace
-
- iterator(T, int) - Method in class org.openspaces.core.DefaultGigaSpace
-
- iterator(T, int, ReadModifiers) - Method in class org.openspaces.core.DefaultGigaSpace
-
- iterator(ISpaceQuery<T>) - Method in class org.openspaces.core.DefaultGigaSpace
-
- iterator(ISpaceQuery<T>, int) - Method in class org.openspaces.core.DefaultGigaSpace
-
- iterator(ISpaceQuery<T>, int, ReadModifiers) - Method in class org.openspaces.core.DefaultGigaSpace
-
- iterator() - Method in interface org.openspaces.core.GigaSpace
-
Returns an iterator builder allowing to configure and create a
GSIterator
over the Space.
- iterator(T) - Method in interface org.openspaces.core.GigaSpace
-
Returns an iterator over the entries in the space which match the specified template.
- iterator(T, int) - Method in interface org.openspaces.core.GigaSpace
-
Returns an iterator over the entries in the space which match the specified template.
- iterator(T, int, ReadModifiers) - Method in interface org.openspaces.core.GigaSpace
-
Returns an iterator over the entries in the space which match the specified template.
- iterator(ISpaceQuery<T>) - Method in interface org.openspaces.core.GigaSpace
-
Returns an iterator over the entries in the space which match the specified template.
- iterator(ISpaceQuery<T>, int) - Method in interface org.openspaces.core.GigaSpace
-
Returns an iterator over the entries in the space which match the specified template.
- iterator(ISpaceQuery<T>, int, ReadModifiers) - Method in interface org.openspaces.core.GigaSpace
-
Returns an iterator over the entries in the space which match the specified template.
- iterator() - Method in class org.openspaces.core.util.ConcurrentHashSet
-
Returns an iterator over the elements in this set.
- iterator(Object) - Method in class org.openspaces.persistency.hibernate.CriteriaHibernateExternalDataSource
-
Deprecated.
- iterator(SQLQuery) - Method in class org.openspaces.persistency.hibernate.DefaultHibernateExternalDataSource
-
Deprecated.
- iterator(SQLQuery) - Method in class org.openspaces.persistency.hibernate.StatelessHibernateExternalDataSource
-
Deprecated.
- iterator(Object) - Method in class org.openspaces.persistency.patterns.DataProviderSplitter
-
Deprecated.
- iterator(SQLQuery) - Method in class org.openspaces.persistency.patterns.SQLDataProviderExceptionHandler
-
Deprecated.
- iterator(SQLQuery) - Method in class org.openspaces.persistency.patterns.SQLDataProviderSplitter
-
Deprecated.
- IteratorBuilder - Class in org.openspaces.core
-
- IteratorBuilder(GigaSpace) - Constructor for class org.openspaces.core.IteratorBuilder
-
Constructs a new iterator builder using the given GigaSpace.
- iterators() - Method in class org.openspaces.persistency.hibernate.iterator.AbstractChunkDataIterator
-
- iterators() - Method in class org.openspaces.persistency.hibernate.iterator.HibernateProxyRemoverIterator
-
- iterators() - Method in class org.openspaces.persistency.support.ConcurrentMultiDataIterator
-
- iterators() - Method in interface org.openspaces.persistency.support.MultiDataIterator
-
Returns the underlying iterators.
- iterators() - Method in class org.openspaces.persistency.support.SerialMultiDataIterator
-
- IteratorScope - Enum in com.gigaspaces.client.iterator
-
Determines the scope of a GSIterator.
- iteratorScope(IteratorScope) - Method in class org.openspaces.core.IteratorBuilder
-
Determines iterator's scope: current entries, future entries or both.
- itoa(int) - Static method in class org.openspaces.memcached.util.BufferUtils
-
Blatant copy of Integer.toString, but returning a byte array instead of a String, as
string charset decoding/encoding was killing us on performance.
- ITransactionLease - Interface in net.jini.core.transaction
-
TODO add Javadoc
- raiseAlertForGcDurationOf(long, TimeUnit) - Method in class org.openspaces.admin.alert.config.GarbageCollectionAlertConfigurer
-
Raise an alert if gc took longer than the specified period of time.
- raiseAlertIfCpuAbove(int) - Method in class org.openspaces.admin.alert.config.CpuUtilizationAlertConfigurer
-
Raise an alert if the CPU reading is above the specified threshold for a period of time.
- raiseAlertIfHeapAbove(int) - Method in class org.openspaces.admin.alert.config.HeapMemoryUtilizationAlertConfigurer
-
Raise an alert if heap utilization if above the specified threshold for a period of time.
- raiseAlertIfMemoryAbove(int) - Method in class org.openspaces.admin.alert.config.PhysicalMemoryUtilizationAlertConfigurer
-
Raise an alert if physical memory is above the specified threshold for a period of time.
- raiseAlertIfRedoLogSizeAbove(int) - Method in class org.openspaces.admin.alert.config.ReplicationRedoLogSizeAlertConfigurer
-
Raise an alert if the number of packets in the redo log is above the specified threshold.
- RAISED - Static variable in class org.openspaces.admin.alert.AlertStatus
-
RAISED is an alert status indicating an alert has been raised.
- randomGSAReservationId() - Static method in class org.openspaces.admin.gsa.GSAReservationId
-
- RangeRequirement - Class in org.openspaces.pu.sla.requirement
-
- RangeRequirement() - Constructor for class org.openspaces.pu.sla.requirement.RangeRequirement
-
- RangeRequirementBeanDefinitionParser - Class in org.openspaces.pu.sla.config
-
- RangeRequirementBeanDefinitionParser() - Constructor for class org.openspaces.pu.sla.config.RangeRequirementBeanDefinitionParser
-
- RDONLY - Static variable in interface com.sun.jini.mahalo.log.FileModes
-
- ReachedMaximumCapacityAutoScalingException - Exception in org.openspaces.grid.gsm.autoscaling.exceptions
-
An exception raised when autoscaling can no longer increase capacity since it reached the limit maximum.
- ReachedMaximumCapacityAutoScalingException(ProcessingUnit, CapacityRequirements, CapacityRequirements, CapacityRequirements, long) - Constructor for exception org.openspaces.grid.gsm.autoscaling.exceptions.ReachedMaximumCapacityAutoScalingException
-
- read(Object, Transaction, long) - Method in interface com.gigaspaces.client.IPojoSpace
-
- read(Object, Transaction, long, int) - Method in interface com.gigaspaces.client.IPojoSpace
-
- read(T) - Method in interface com.gigaspaces.datasource.DataProvider
-
Deprecated.
Read one object that matches the given template.
- read() - Method in class com.sun.jini.reliableLog.LogInputStream
-
Reads a byte of data.
- read(byte[]) - Method in class com.sun.jini.reliableLog.LogInputStream
-
Reads data into an array of bytes.
- read(byte[], int, int) - Method in class com.sun.jini.reliableLog.LogInputStream
-
Reads data into an array of bytes.
- read(InputStream) - Static method in class net.jini.id.UuidFactory
-
Creates a new Uuid
with the 128-bit value obtained
by unmarshalling a binary representation from the supplied
InputStream
.
- read() - Method in class net.jini.io.OptimizedByteArrayInputStream
-
Reads the next byte of data from this input stream.
- read(byte[], int, int) - Method in class net.jini.io.OptimizedByteArrayInputStream
-
Reads up to len
bytes of data into an array of bytes
from this input stream.
- read(Entry, Transaction, long) - Method in interface net.jini.space.JavaSpace
-
Read any matching entry from the space, blocking until one exists.
- read(T) - Method in class org.openspaces.core.DefaultGigaSpace
-
- read(T, long) - Method in class org.openspaces.core.DefaultGigaSpace
-
- read(T, long, int) - Method in class org.openspaces.core.DefaultGigaSpace
-
- read(T, long, ReadModifiers) - Method in class org.openspaces.core.DefaultGigaSpace
-
- read(ISpaceQuery<T>) - Method in class org.openspaces.core.DefaultGigaSpace
-
- read(ISpaceQuery<T>, long) - Method in class org.openspaces.core.DefaultGigaSpace
-
- read(ISpaceQuery<T>, long, int) - Method in class org.openspaces.core.DefaultGigaSpace
-
- read(ISpaceQuery<T>, long, ReadModifiers) - Method in class org.openspaces.core.DefaultGigaSpace
-
- read(T) - Method in interface org.openspaces.core.GigaSpace
-
Read any matching object from the space, blocking until one exists.
- read(T, long) - Method in interface org.openspaces.core.GigaSpace
-
Read any matching object from the space, blocking until one exists.
- read(T, long, int) - Method in interface org.openspaces.core.GigaSpace
-
- read(T, long, ReadModifiers) - Method in interface org.openspaces.core.GigaSpace
-
Read any matching object from the space, blocking until one exists.
- read(ISpaceQuery<T>) - Method in interface org.openspaces.core.GigaSpace
-
Read any matching object from the space, blocking until one exists.
- read(ISpaceQuery<T>, long) - Method in interface org.openspaces.core.GigaSpace
-
Read any matching object from the space, blocking until one exists.
- read(ISpaceQuery<T>, long, int) - Method in interface org.openspaces.core.GigaSpace
-
- read(ISpaceQuery<T>, long, ReadModifiers) - Method in interface org.openspaces.core.GigaSpace
-
Read any matching object from the space, blocking until one exists.
- read(Object) - Method in class org.openspaces.persistency.hibernate.CriteriaHibernateExternalDataSource
-
Deprecated.
- read(Object) - Method in class org.openspaces.persistency.patterns.DataProviderSplitter
-
Deprecated.
- READ_COMMITTED - Static variable in class com.gigaspaces.client.CountModifiers
-
When a search for matching entries encounters an entry locked under a different uncommitted transaction,
the lock is honored and matching is performed on the committed state.
- READ_COMMITTED - Static variable in class com.gigaspaces.client.ReadModifiers
-
When a search for matching entries encounters an entry locked under a different uncommitted transaction,
the lock is honored and matching is performed on the committed state.
- READ_COMMITTED - Static variable in class com.j_spaces.core.client.ReadModifiers
-
Allows read operations to have visibility of already committed entities,
regardless of the fact that these entities might be updated (with a newer
version) or taken under an uncommitted transaction.
- readAnnotation() - Method in class net.jini.io.MarshalInputStream
-
Reads and returns a class annotation string value (possibly
null
) that was written by a corresponding
MarshalOutputStream
implementation.
- readBoolean(ObjectInput) - Static method in class net.jini.io.ObjectInputOutputCompressor
-
- readById(Class<T>, Object) - Method in class org.openspaces.core.DefaultGigaSpace
-
- readById(Class<T>, Object, Object) - Method in class org.openspaces.core.DefaultGigaSpace
-
- readById(Class<T>, Object, Object, long) - Method in class org.openspaces.core.DefaultGigaSpace
-
- readById(Class<T>, Object, Object, long, int) - Method in class org.openspaces.core.DefaultGigaSpace
-
- readById(Class<T>, Object, Object, long, ReadModifiers) - Method in class org.openspaces.core.DefaultGigaSpace
-
- readById(IdQuery<T>) - Method in class org.openspaces.core.DefaultGigaSpace
-
- readById(IdQuery<T>, long) - Method in class org.openspaces.core.DefaultGigaSpace
-
- readById(IdQuery<T>, long, int) - Method in class org.openspaces.core.DefaultGigaSpace
-
- readById(IdQuery<T>, long, ReadModifiers) - Method in class org.openspaces.core.DefaultGigaSpace
-
- readById(Class<T>, Object) - Method in interface org.openspaces.core.GigaSpace
-
Read an object from the space matching its id and the class.
- readById(Class<T>, Object, Object) - Method in interface org.openspaces.core.GigaSpace
-
Read an object from the space matching its id, the class and the routing value.
- readById(Class<T>, Object, Object, long) - Method in interface org.openspaces.core.GigaSpace
-
Read an object from the space matching its id, the class and the routing value.
- readById(Class<T>, Object, Object, long, int) - Method in interface org.openspaces.core.GigaSpace
-
- readById(Class<T>, Object, Object, long, ReadModifiers) - Method in interface org.openspaces.core.GigaSpace
-
Read an object from the space matching its id, the class and the routing value.
- readById(IdQuery<T>) - Method in interface org.openspaces.core.GigaSpace
-
Read an object from the space matching the specified id query.
- readById(IdQuery<T>, long) - Method in interface org.openspaces.core.GigaSpace
-
Read an object from the space matching the specified id query.
- readById(IdQuery<T>, long, int) - Method in interface org.openspaces.core.GigaSpace
-
- readById(IdQuery<T>, long, ReadModifiers) - Method in interface org.openspaces.core.GigaSpace
-
Read an object from the space matching the specified id query.
- ReadByIdResult(ReadTakeByIdResult, ExceptionTranslator) - Constructor for class org.openspaces.core.ReadByIdsException.ReadByIdResult
-
- readByIds(Class<T>, Object[]) - Method in class org.openspaces.core.DefaultGigaSpace
-
- readByIds(Class<T>, Object[], int) - Method in class org.openspaces.core.DefaultGigaSpace
-
- readByIds(Class<T>, Object[], Object, int) - Method in class org.openspaces.core.DefaultGigaSpace
-
- readByIds(Class<T>, Object[], Object, ReadModifiers) - Method in class org.openspaces.core.DefaultGigaSpace
-
- readByIds(Class<T>, Object[], Object[], int) - Method in class org.openspaces.core.DefaultGigaSpace
-
- readByIds(Class<T>, Object[], Object[], ReadModifiers) - Method in class org.openspaces.core.DefaultGigaSpace
-
- readByIds(Class<T>, Object[], Object) - Method in class org.openspaces.core.DefaultGigaSpace
-
- readByIds(Class<T>, Object[], Object[]) - Method in class org.openspaces.core.DefaultGigaSpace
-
- readByIds(IdsQuery<T>) - Method in class org.openspaces.core.DefaultGigaSpace
-
- readByIds(IdsQuery<T>, int) - Method in class org.openspaces.core.DefaultGigaSpace
-
- readByIds(IdsQuery<T>, ReadModifiers) - Method in class org.openspaces.core.DefaultGigaSpace
-
- readByIds(Class<T>, Object[]) - Method in interface org.openspaces.core.GigaSpace
-
Read objects from the space matching their IDs and the specified class.
- readByIds(Class<T>, Object[], int) - Method in interface org.openspaces.core.GigaSpace
-
- readByIds(Class<T>, Object[], Object) - Method in interface org.openspaces.core.GigaSpace
-
Read objects from the space matching their IDs, the specified class and routing key.
- readByIds(Class<T>, Object[], Object, int) - Method in interface org.openspaces.core.GigaSpace
-
- readByIds(Class<T>, Object[], Object, ReadModifiers) - Method in interface org.openspaces.core.GigaSpace
-
Read objects from the space matching their IDs, the specified class type and routing key, with the
provided
ReadModifiers
.
- readByIds(Class<T>, Object[], Object[]) - Method in interface org.openspaces.core.GigaSpace
-
Read objects from the space matching their IDs, the specified class and the routing keys.
- readByIds(Class<T>, Object[], Object[], int) - Method in interface org.openspaces.core.GigaSpace
-
- readByIds(Class<T>, Object[], Object[], ReadModifiers) - Method in interface org.openspaces.core.GigaSpace
-
Read objects from the space matching their IDs, the specified class and the routing keys, with the
provided
ReadModifiers
.
- readByIds(IdsQuery<T>) - Method in interface org.openspaces.core.GigaSpace
-
Read objects from the space matching the specified IDs query.
- readByIds(IdsQuery<T>, int) - Method in interface org.openspaces.core.GigaSpace
-
- readByIds(IdsQuery<T>, ReadModifiers) - Method in interface org.openspaces.core.GigaSpace
-
Read objects from the space matching the specified IDs query, with the
provided
ReadModifiers
.
- ReadByIdsException - Exception in com.gigaspaces.client
-
Thrown when readByIds operation fails.
- ReadByIdsException() - Constructor for exception com.gigaspaces.client.ReadByIdsException
-
Default constructor required by Externalizable.
- ReadByIdsException(ReadTakeByIdResult[]) - Constructor for exception com.gigaspaces.client.ReadByIdsException
-
- ReadByIdsException(Object[], Object[], Exception[]) - Constructor for exception com.gigaspaces.client.ReadByIdsException
-
- ReadByIdsException - Exception in org.openspaces.core
-
Thrown when readByIds operation fails.
- ReadByIdsException(ReadByIdsException, ExceptionTranslator) - Constructor for exception org.openspaces.core.ReadByIdsException
-
- ReadByIdsException.ReadByIdResult - Class in org.openspaces.core
-
Holds a ReadByIdsException result.
- ReadByIdsException.ReadByIdResult.ReadByIdResultType - Enum in org.openspaces.core
-
Determines the result type of a read by id operation result.
- ReadByIdsResult<T> - Interface in com.gigaspaces.client
-
Holds iterable results of the readByIds
operation.
- readByte(ObjectInput) - Static method in class net.jini.io.ObjectInputOutputCompressor
-
- readByte() - Method in class net.jini.io.OptimizedByteArrayInputStream
-
- readBytes(ObjectInput, byte[], int, int) - Static method in class net.jini.io.ObjectInputOutputCompressor
-
- readChar() - Method in class net.jini.io.CompressedObjectInputStream
-
- readChar(ObjectInput) - Static method in class net.jini.io.ObjectInputOutputCompressor
-
- readCharArray(ObjectInput) - Static method in class net.jini.io.ObjectInputOutputCompressor
-
- readConfiguration(InputStream) - Method in class com.sun.jini.logging.LogManager
-
Reinitialize the logging properties and reread the logging
configuration, and initiate probes if the probe interval is greater
than zero.
- readDateTime(ObjectInput) - Static method in class net.jini.io.ObjectInputOutputCompressor
-
- readDecimal(ObjectInput) - Static method in class net.jini.io.ObjectInputOutputCompressor
-
- readDouble() - Method in class net.jini.io.CompressedObjectInputStream
-
- readDouble(ObjectInput) - Static method in class net.jini.io.ObjectInputOutputCompressor
-
- ReadersWriter - Class in com.sun.jini.thread
-
An Object to control the concurrent state.
- ReadersWriter() - Constructor for class com.sun.jini.thread.ReadersWriter
-
- ReadersWriter.ConcurrentLockException - Exception in com.sun.jini.thread
-
InterruptedException transformed to a runtime exception.
- readerWait(Object, long) - Method in class com.sun.jini.thread.ReadersWriter
-
Release a read lock, wait the given period of time or until
notified by notifier, then obtain a read lock again.
- readExternal(ObjectInput) - Method in class com.gigaspaces.client.ChangeSet
-
- readExternal(ObjectInput) - Method in class com.gigaspaces.client.SpaceProxyOperationModifiers
-
- readExternal(ObjectInput) - Method in exception com.gigaspaces.client.WriteMultipleException
-
- readExternal(ObjectInput) - Method in class com.gigaspaces.config.lrmi.nio.NIOConfiguration
-
- readExternal(ObjectInput) - Method in class com.gigaspaces.document.DocumentProperties
- readExternal(ObjectInput) - Method in class com.gigaspaces.document.SpaceDocument
-
This method is required by the
Externalizable
interface and should not be called directly.
- readExternal(ObjectInput, PlatformLogicalVersion) - Method in class com.gigaspaces.events.batching.BatchRemoteEvent
-
- readExternal(ObjectInput) - Method in class com.gigaspaces.events.SpaceRemoteEvent
-
Required for Externalizable
- readExternal(ObjectInput, PlatformLogicalVersion) - Method in class com.gigaspaces.events.SpaceRemoteEvent
-
Reserved for internal usage.
- readExternal(ObjectInput) - Method in class com.gigaspaces.log.LogEntries
-
- readExternal(ObjectInput) - Method in class com.gigaspaces.log.LogEntry
-
- readExternal(ObjectInput) - Method in class com.gigaspaces.query.aggregators.AbstractPathAggregator
-
- readExternal(ObjectInput) - Method in class com.gigaspaces.query.aggregators.AverageAggregator.AverageTuple
-
- readExternal(ObjectInput) - Method in class com.gigaspaces.query.aggregators.DistinctAggregator
-
- readExternal(ObjectInput) - Method in class com.gigaspaces.query.aggregators.DistinctResult
-
- readExternal(ObjectInput) - Method in class com.gigaspaces.query.aggregators.GroupByAggregator
-
- readExternal(ObjectInput) - Method in class com.gigaspaces.query.aggregators.GroupByResult
-
- readExternal(ObjectInput) - Method in class com.gigaspaces.query.aggregators.MaxEntryAggregator.MaxEntryScannerResult
-
- readExternal(ObjectInput) - Method in class com.gigaspaces.query.aggregators.MinEntryAggregator.MinEntryScannerResult
-
- readExternal(ObjectInput) - Method in class com.gigaspaces.query.aggregators.OrderByAggregator.OrderByScanResult
-
- readExternal(ObjectInput) - Method in class com.gigaspaces.query.aggregators.OrderByAggregator
-
- readExternal(ObjectInput) - Method in class com.gigaspaces.query.aggregators.OrderByKey
-
- readExternal(ObjectInput) - Method in class com.gigaspaces.query.CompoundResult
-
- readExternal(ObjectInput) - Method in class com.gigaspaces.security.audit.AuditDetails
-
- readExternal(ObjectInput) - Method in class com.gigaspaces.security.directory.CredentialsProvider
-
- readExternal(ObjectInput) - Method in class com.gigaspaces.security.directory.DefaultCredentialsProvider
-
- readExternal(ObjectInput) - Method in class com.gigaspaces.security.service.SecurityContext
-
- readExternal(ObjectInput) - Method in class com.j_spaces.core.admin.SpaceConfig
-
- readExternal(ObjectInput) - Method in class com.j_spaces.core.admin.SpaceRuntimeInfo
- readExternal(ObjectInput, PlatformLogicalVersion) - Method in class com.j_spaces.core.client.EntryArrivedRemoteEvent
-
- readExternal(ObjectInput) - Method in class com.j_spaces.core.client.ExternalEntry
-
Deprecated.
Restore the class contents by calling the methods of DataInput for primitive
types and readObject for objects, strings and arrays.
- readExternal(ObjectInput) - Method in class com.j_spaces.core.client.SpaceURL
-
Deprecated.
- readExternal(ObjectInput) - Method in class com.j_spaces.core.cluster.ReplicationPolicy
-
- readExternal(ObjectInput) - Method in class com.j_spaces.core.cluster.ReplicationPolicy.ReplicationPolicyDescription
-
- readExternal(ObjectInput) - Method in class com.j_spaces.core.filters.ReplicationStatistics.OutgoingChannel
-
- readExternal(ObjectInput) - Method in class com.j_spaces.core.filters.ReplicationStatistics.OutgoingReplication
-
- readExternal(ObjectInput) - Method in class com.j_spaces.core.filters.ReplicationStatistics
-
- readExternal(ObjectInput) - Method in class com.j_spaces.core.filters.StatisticsContext
-
- readExternal(ObjectInput) - Method in exception com.j_spaces.core.multiple.BatchOperationException
-
- readExternal(ObjectInput) - Method in class com.j_spaces.core.SpaceContext
-
- readExternal(ObjectInput) - Method in class com.sun.jini.mahalo.ExtendedPrepareResult
-
- readExternal(ObjectInput) - Method in class com.sun.jini.mahalo.TxnMgrProxy
-
- readExternal(ObjectInput) - Method in class com.sun.jini.proxy.DefaultProxyPivot
-
- readExternal(ObjectInput) - Method in class net.jini.core.lookup.ServiceDetails
-
- readExternal(ObjectInput) - Method in class net.jini.core.transaction.server.NestableServerTransaction
-
- readExternal(ObjectInput) - Method in class net.jini.core.transaction.server.ServerTransaction
-
- readExternal(ObjectInput) - Method in class net.jini.core.transaction.server.TransactionParticipantDataImpl
-
- readExternal(ObjectInput) - Method in class net.jini.lookup.entry.Name
-
- readExternal(ObjectInput) - Method in class net.jini.lookup.entry.ServiceInfo
-
- readExternal(ObjectInput) - Method in class org.openspaces.admin.alert.alerts.AbstractAlert
-
- readExternal(ObjectInput) - Method in class org.openspaces.admin.pu.elastic.config.AutomaticCapacityScaleConfig
-
- readExternal(ObjectInput) - Method in class org.openspaces.admin.pu.elastic.config.AutomaticCapacityScaleRuleConfig
-
- readExternal(ObjectInput) - Method in class org.openspaces.admin.pu.elastic.config.EagerScaleConfig
-
- readExternal(ObjectInput) - Method in class org.openspaces.admin.pu.elastic.config.ManualCapacityPerZonesScaleConfig
-
- readExternal(ObjectInput) - Method in class org.openspaces.admin.pu.elastic.config.ManualCapacityScaleConfig
-
- readExternal(ObjectInput) - Method in class org.openspaces.admin.pu.elastic.events.ElasticStatefulProcessingUnitPlannedCapacityChangedEvent
-
- readExternal(ObjectInput) - Method in class org.openspaces.admin.pu.elastic.events.ElasticStatelessProcessingUnitPlannedNumberOfInstancesChangedEvent
-
- readExternal(ObjectInput) - Method in class org.openspaces.admin.pu.elastic.events.ElasticStatelessReachedMaximumNumberOfInstancesEvent
-
- readExternal(ObjectInput) - Method in class org.openspaces.core.executor.juc.CallableDistributedTaskAdapter
-
- readExternal(ObjectInput) - Method in class org.openspaces.core.executor.juc.CallableTaskAdapter
-
- readExternal(ObjectInput) - Method in class org.openspaces.core.executor.juc.RunnableDistributedTaskAdapter
-
- readExternal(ObjectInput) - Method in class org.openspaces.core.executor.juc.RunnableTaskAdapter
-
- readExternal(ObjectInput) - Method in class org.openspaces.core.executor.support.AvgTask
-
- readExternal(ObjectInput) - Method in class org.openspaces.core.executor.support.MaxTask
-
- readExternal(ObjectInput) - Method in class org.openspaces.core.executor.support.MinTask
-
- readExternal(ObjectInput) - Method in class org.openspaces.core.executor.support.PrivilegedDistributedTask
-
- readExternal(ObjectInput) - Method in class org.openspaces.core.executor.support.PrivilegedTask
-
- readExternal(ObjectInput) - Method in class org.openspaces.core.executor.support.SumTask
-
- readExternal(ObjectInput) - Method in class org.openspaces.core.gateway.GatewayDelegatorServiceDetails
-
- readExternal(ObjectInput) - Method in class org.openspaces.core.gateway.GatewayServiceDetails
-
- readExternal(ObjectInput) - Method in class org.openspaces.core.gateway.GatewaySinkServiceDetails
-
- readExternal(ObjectInput) - Method in class org.openspaces.core.map.LockHandle
-
- readExternal(ObjectInput) - Method in class org.openspaces.core.space.SpaceServiceDetails
-
- readExternal(ObjectInput) - Method in class org.openspaces.events.asyncpolling.AggregatedAsyncPollingEventContainerServiceDetails
-
- readExternal(ObjectInput) - Method in class org.openspaces.events.asyncpolling.AsyncPollingEventContainerServiceDetails
-
- readExternal(ObjectInput) - Method in class org.openspaces.events.asyncpolling.AsyncPollingEventContainerServiceMonitors
-
- readExternal(ObjectInput) - Method in class org.openspaces.events.EventContainerServiceDetails
-
- readExternal(ObjectInput) - Method in class org.openspaces.events.EventContainerServiceMonitors
-
- readExternal(ObjectInput) - Method in class org.openspaces.events.notify.AggregatedNotifyEventContainerServiceDetails
-
- readExternal(ObjectInput) - Method in class org.openspaces.events.notify.NotifyEventContainerServiceDetails
-
- readExternal(ObjectInput) - Method in class org.openspaces.events.notify.NotifyEventContainerServiceMonitors
-
- readExternal(ObjectInput) - Method in class org.openspaces.events.polling.AggregatedPollingEventContainerServiceDetails
-
- readExternal(ObjectInput) - Method in class org.openspaces.events.polling.PollingEventContainerServiceDetails
-
- readExternal(ObjectInput) - Method in class org.openspaces.events.polling.PollingEventContainerServiceMonitors
-
- readExternal(ObjectInput) - Method in class org.openspaces.grid.gsm.machines.plugins.events.GridServiceAgentStartedEvent
-
- readExternal(ObjectInput) - Method in class org.openspaces.grid.gsm.machines.plugins.events.GridServiceAgentStartRequestedEvent
-
- readExternal(ObjectInput) - Method in class org.openspaces.grid.gsm.machines.plugins.events.GridServiceAgentStoppedEvent
-
- readExternal(ObjectInput) - Method in class org.openspaces.grid.gsm.machines.plugins.events.GridServiceAgentStopRequestedEvent
-
- readExternal(ObjectInput) - Method in class org.openspaces.grid.gsm.machines.plugins.events.MachineStartedEvent
-
- readExternal(ObjectInput) - Method in class org.openspaces.grid.gsm.machines.plugins.events.MachineStoppedEvent
-
- readExternal(ObjectInput) - Method in class org.openspaces.grid.gsm.machines.plugins.events.MachineStopRequestedEvent
-
- readExternal(ObjectInput) - Method in class org.openspaces.grid.gsm.strategy.ElasticScaleStrategyEvents
-
- readExternal(ObjectInput) - Method in class org.openspaces.interop.DotnetContainerServiceDetails
-
- readExternal(ObjectInput) - Method in class org.openspaces.interop.DotnetServiceDetails
-
- readExternal(ObjectInput) - Method in class org.openspaces.memcached.Key
-
- readExternal(ObjectInput) - Method in class org.openspaces.memcached.LocalCacheElement
-
- readExternal(ObjectInput) - Method in class org.openspaces.memcached.MemcachedEntry
-
- readExternal(ObjectInput) - Method in class org.openspaces.persistency.support.SpaceTypeDescriptorContainer
-
- readExternal(ObjectInput) - Method in class org.openspaces.pu.container.jee.JeeServiceDetails
-
- readExternal(ObjectInput) - Method in class org.openspaces.pu.container.jee.stats.WebRequestsServiceMonitors
-
- readExternal(ObjectInput) - Method in class org.openspaces.pu.container.servicegrid.PUDetails
-
- readExternal(ObjectInput) - Method in class org.openspaces.pu.container.servicegrid.PUMonitors
-
- readExternal(ObjectInput) - Method in class org.openspaces.pu.service.InvocationResult
-
- readExternal(ObjectInput) - Method in class org.openspaces.pu.service.PlainAggregatedServiceDetails
-
- readExternal(ObjectInput) - Method in class org.openspaces.pu.service.PlainServiceDetails
-
- readExternal(ObjectInput) - Method in class org.openspaces.pu.service.PlainServiceMonitors
-
- readExternal(ObjectInput) - Method in class org.openspaces.remoting.EventDrivenSpaceRemotingEntry
-
Deprecated.
- readExternal(ObjectInput) - Method in exception org.openspaces.remoting.ExecutorRemotingTask.InternalExecutorException
-
- readExternal(ObjectInput) - Method in class org.openspaces.remoting.ExecutorRemotingTask.InternalExecutorResult
-
- readExternal(ObjectInput) - Method in class org.openspaces.remoting.ExecutorRemotingTask
-
- readExternal(ObjectInput) - Method in class org.openspaces.remoting.HashedEventDrivenSpaceRemotingEntry
-
Deprecated.
- readExternal(ObjectInput) - Method in class org.openspaces.remoting.RemotingServiceDetails
-
- readExternal(ObjectInput) - Method in class org.openspaces.remoting.RemotingServiceDetails.RemoteService
-
- readExternal(ObjectInput) - Method in class org.openspaces.remoting.RemotingServiceMonitors
-
- readExternal(ObjectInput) - Method in class org.openspaces.remoting.RemotingServiceMonitors.RemoteServiceStats
-
- readExternal(ObjectInput) - Method in class org.openspaces.remoting.RemotingUtils.MethodHash
-
- readExternal(ObjectInput) - Method in class org.openspaces.remoting.scripting.ResourceLazyLoadingScript
-
- readExternal(ObjectInput) - Method in class org.openspaces.remoting.scripting.StaticScript
-
- readExternalV1(ObjectInput) - Method in class com.gigaspaces.document.SpaceDocument
-
- readFloat() - Method in class net.jini.io.CompressedObjectInputStream
-
- readFloat(ObjectInput) - Static method in class net.jini.io.ObjectInputOutputCompressor
-
- readFromFile() - Method in interface com.gigaspaces.security.fs.FileService
-
Reads from a file, returning a byte array representation of the contents.
- readFromFile() - Method in class com.gigaspaces.security.fs.LocalFileService
-
- readFromFile() - Method in class com.gigaspaces.security.fs.URLFileService
-
- readFromSwap(ObjectInput) - Method in class net.jini.core.transaction.server.ServerTransaction
-
- readFromSwap(ObjectInput) - Method in class net.jini.core.transaction.server.TransactionParticipantDataImpl
-
- readIfExists(Object, Transaction, long) - Method in interface com.gigaspaces.client.IPojoSpace
-
- readIfExists(Object, Transaction, long, int) - Method in interface com.gigaspaces.client.IPojoSpace
-
- readIfExists(Entry, Transaction, long) - Method in interface net.jini.space.JavaSpace
-
Read any matching entry from the space, returning
null
if there is currently is none.
- readIfExists(T) - Method in class org.openspaces.core.DefaultGigaSpace
-
- readIfExists(T, long) - Method in class org.openspaces.core.DefaultGigaSpace
-
- readIfExists(T, long, int) - Method in class org.openspaces.core.DefaultGigaSpace
-
- readIfExists(T, long, ReadModifiers) - Method in class org.openspaces.core.DefaultGigaSpace
-
- readIfExists(ISpaceQuery<T>) - Method in class org.openspaces.core.DefaultGigaSpace
-
- readIfExists(ISpaceQuery<T>, long) - Method in class org.openspaces.core.DefaultGigaSpace
-
- readIfExists(ISpaceQuery<T>, long, int) - Method in class org.openspaces.core.DefaultGigaSpace
-
- readIfExists(ISpaceQuery<T>, long, ReadModifiers) - Method in class org.openspaces.core.DefaultGigaSpace
-
- readIfExists(T) - Method in interface org.openspaces.core.GigaSpace
-
Read any matching object from the space, returning null
if
there currently is none.
- readIfExists(T, long) - Method in interface org.openspaces.core.GigaSpace
-
Read any matching object from the space, returning null
if
there currently is none.
- readIfExists(T, long, int) - Method in interface org.openspaces.core.GigaSpace
-
- readIfExists(T, long, ReadModifiers) - Method in interface org.openspaces.core.GigaSpace
-
Read any matching object from the space, returning null
if
there currently is none.
- readIfExists(ISpaceQuery<T>) - Method in interface org.openspaces.core.GigaSpace
-
Read any matching object from the space, returning null
if
there currently is none.
- readIfExists(ISpaceQuery<T>, long) - Method in interface org.openspaces.core.GigaSpace
-
Read any matching object from the space, returning null
if
there currently is none.
- readIfExists(ISpaceQuery<T>, long, int) - Method in interface org.openspaces.core.GigaSpace
-
- readIfExists(ISpaceQuery<T>, long, ReadModifiers) - Method in interface org.openspaces.core.GigaSpace
-
Read any matching object from the space, returning null
if
there currently is none.
- readIfExistsById(Class<T>, Object) - Method in class org.openspaces.core.DefaultGigaSpace
-
- readIfExistsById(Class<T>, Object, Object) - Method in class org.openspaces.core.DefaultGigaSpace
-
- readIfExistsById(Class<T>, Object, Object, long) - Method in class org.openspaces.core.DefaultGigaSpace
-
- readIfExistsById(Class<T>, Object, Object, long, int) - Method in class org.openspaces.core.DefaultGigaSpace
-
- readIfExistsById(Class<T>, Object, Object, long, ReadModifiers) - Method in class org.openspaces.core.DefaultGigaSpace
-
- readIfExistsById(IdQuery<T>) - Method in class org.openspaces.core.DefaultGigaSpace
-
- readIfExistsById(IdQuery<T>, long) - Method in class org.openspaces.core.DefaultGigaSpace
-
- readIfExistsById(IdQuery<T>, long, int) - Method in class org.openspaces.core.DefaultGigaSpace
-
- readIfExistsById(IdQuery<T>, long, ReadModifiers) - Method in class org.openspaces.core.DefaultGigaSpace
-
- readIfExistsById(Class<T>, Object) - Method in interface org.openspaces.core.GigaSpace
-
Read an object from the space matching its id and the class.
- readIfExistsById(Class<T>, Object, Object) - Method in interface org.openspaces.core.GigaSpace
-
Read an object from the space matching its id, the class and the routing value.
- readIfExistsById(Class<T>, Object, Object, long) - Method in interface org.openspaces.core.GigaSpace
-
Read an object from the space matching its id, the class and the routing value.
- readIfExistsById(Class<T>, Object, Object, long, int) - Method in interface org.openspaces.core.GigaSpace
-
- readIfExistsById(Class<T>, Object, Object, long, ReadModifiers) - Method in interface org.openspaces.core.GigaSpace
-
Read an object from the space matching its id, the class and the routing value.
- readIfExistsById(IdQuery<T>) - Method in interface org.openspaces.core.GigaSpace
-
Read an object from the space matching the specified id query.
- readIfExistsById(IdQuery<T>, long) - Method in interface org.openspaces.core.GigaSpace
-
Read an object from the space matching the specified id query.
- readIfExistsById(IdQuery<T>, long, int) - Method in interface org.openspaces.core.GigaSpace
-
- readIfExistsById(IdQuery<T>, long, ReadModifiers) - Method in interface org.openspaces.core.GigaSpace
-
Read an object from the space matching the specified id query.
- readInt() - Method in class net.jini.io.CompressedObjectInputStream
-
- readInt(ObjectInput) - Static method in class net.jini.io.ObjectInputOutputCompressor
-
- readLock() - Method in class com.sun.jini.thread.ReadersWriter
-
Obtain a read lock.
- readLong() - Method in class net.jini.io.CompressedObjectInputStream
-
- readLong(ObjectInput) - Static method in class net.jini.io.ObjectInputOutputCompressor
-
- ReadModifierFactoryBean - Class in org.openspaces.core.config.modifiers
-
- ReadModifierFactoryBean() - Constructor for class org.openspaces.core.config.modifiers.ReadModifierFactoryBean
-
- ReadModifiers - Class in com.gigaspaces.client
-
Provides modifiers to customize the behavior of read operations.
- ReadModifiers() - Constructor for class com.gigaspaces.client.ReadModifiers
-
Required for Externalizable
- ReadModifiers(ReadModifiers, ReadModifiers) - Constructor for class com.gigaspaces.client.ReadModifiers
-
Creates a new modifiers from the specified modifiers.
- ReadModifiers(ReadModifiers, ReadModifiers, ReadModifiers) - Constructor for class com.gigaspaces.client.ReadModifiers
-
Creates a new modifiers from the specified modifiers.
- ReadModifiers(ReadModifiers...) - Constructor for class com.gigaspaces.client.ReadModifiers
-
Creates a new modifiers from the specified modifiers.
- ReadModifiers - Class in com.j_spaces.core.client
-
The
ReadModifiers
class provides
static
methods and
constants to decode Read type modifiers.
- readMultiple(Object, Transaction, int) - Method in interface com.gigaspaces.client.IPojoSpace
-
- readMultiple(Object, Transaction, int, int) - Method in interface com.gigaspaces.client.IPojoSpace
-
- readMultiple(T) - Method in class org.openspaces.core.DefaultGigaSpace
-
- readMultiple(T, int) - Method in class org.openspaces.core.DefaultGigaSpace
-
- readMultiple(T, int, int) - Method in class org.openspaces.core.DefaultGigaSpace
-
- readMultiple(T, int, ReadModifiers) - Method in class org.openspaces.core.DefaultGigaSpace
-
- readMultiple(ISpaceQuery<T>) - Method in class org.openspaces.core.DefaultGigaSpace
-
- readMultiple(ISpaceQuery<T>, int) - Method in class org.openspaces.core.DefaultGigaSpace
-
- readMultiple(ISpaceQuery<T>, int, int) - Method in class org.openspaces.core.DefaultGigaSpace
-
- readMultiple(ISpaceQuery<T>, int, ReadModifiers) - Method in class org.openspaces.core.DefaultGigaSpace
-
- readMultiple(T) - Method in interface org.openspaces.core.GigaSpace
-
Read any matching entries from the space.
- readMultiple(T, int) - Method in interface org.openspaces.core.GigaSpace
-
Read any matching entries from the space.
- readMultiple(T, int, int) - Method in interface org.openspaces.core.GigaSpace
-
- readMultiple(T, int, ReadModifiers) - Method in interface org.openspaces.core.GigaSpace
-
Read any matching entries from the space.
- readMultiple(ISpaceQuery<T>) - Method in interface org.openspaces.core.GigaSpace
-
Read any matching entries from the space.
- readMultiple(ISpaceQuery<T>, int) - Method in interface org.openspaces.core.GigaSpace
-
Read any matching entries from the space.
- readMultiple(ISpaceQuery<T>, int, int) - Method in interface org.openspaces.core.GigaSpace
-
- readMultiple(ISpaceQuery<T>, int, ReadModifiers) - Method in interface org.openspaces.core.GigaSpace
-
Read any matching entries from the space.
- ReadMultipleException - Exception in com.gigaspaces.client
-
Thrown when a space readMultiple operation fails.
- ReadMultipleException() - Constructor for exception com.gigaspaces.client.ReadMultipleException
-
- ReadMultipleException(List<?>, List<Throwable>) - Constructor for exception com.gigaspaces.client.ReadMultipleException
-
- ReadMultipleException(Throwable) - Constructor for exception com.gigaspaces.client.ReadMultipleException
-
- ReadMultipleException(Object[], List<Throwable>) - Constructor for exception com.gigaspaces.client.ReadMultipleException
-
- ReadMultipleException - Exception in org.openspaces.core
-
Thrown when a readMultiple space operations fails.
- ReadMultipleException(ReadMultipleException, ExceptionTranslator) - Constructor for exception org.openspaces.core.ReadMultipleException
-
- readResolve() - Method in class com.sun.jini.proxy.DefaultProxyPivot
-
- readResolve() - Method in interface com.sun.jini.proxy.MarshalPivot
-
Returns the service real object behind the pivot.
- readResolve() - Method in class net.jini.id.Uuid
-
Returns this object.
- readShort() - Method in class net.jini.io.CompressedObjectInputStream
-
- readShort(ObjectInput) - Static method in class net.jini.io.ObjectInputOutputCompressor
-
- readString(ObjectInput) - Static method in class net.jini.io.ObjectInputOutputCompressor
-
- ReadTriggerOperationHandler - Class in org.openspaces.events.polling.trigger
-
A trigger operation handler that performs read based on the provided template and returns its
result.
- ReadTriggerOperationHandler() - Constructor for class org.openspaces.events.polling.trigger.ReadTriggerOperationHandler
-
- readUnicastResponse(InputStream, ClassLoader, boolean, ClassLoader, Collection) - Static method in class com.sun.jini.discovery.internal.Plaintext
-
Reads unicast response according to the net.jini.discovery.plaintext
format.
- readUnlock() - Method in class com.sun.jini.thread.ReadersWriter
-
Release a read lock.
- readUnsignedByte(ObjectInput) - Static method in class net.jini.io.ObjectInputOutputCompressor
-
- readUnsignedByte() - Method in class net.jini.io.OptimizedByteArrayInputStream
-
- readUpdate(InputStream) - Method in class com.sun.jini.reliableLog.LogHandler
-
Reads a stably logged update (a serializable object) from a
stream.
- readUTF() - Method in class net.jini.io.CompressedObjectInputStream
-
- readUTF(ObjectInput) - Static method in class net.jini.io.ObjectInputOutputCompressor
-
- READWRITE - Static variable in interface com.sun.jini.mahalo.log.FileModes
-
- ready() - Method in class com.sun.jini.thread.ReadyState
-
Marks the service ready for use.
- ready() - Method in class org.openspaces.memcached.protocol.SessionStatus
-
- ReadyState - Class in com.sun.jini.thread
-
Utility class used to prevent access to a service before it has completed
its initialization or after it starts to shutdown.
- ReadyState() - Constructor for class com.sun.jini.thread.ReadyState
-
- RebalancingSlaEnforcement - Class in org.openspaces.grid.gsm.rebalancing
-
Implements the elastic re-balancing algorithm based on the specified SLA.
- RebalancingSlaEnforcement() - Constructor for class org.openspaces.grid.gsm.rebalancing.RebalancingSlaEnforcement
-
- RebalancingSlaEnforcementEndpoint - Interface in org.openspaces.grid.gsm.rebalancing
-
- RebalancingSlaEnforcementEndpointAware - Interface in org.openspaces.grid.gsm.rebalancing
-
- RebalancingSlaEnforcementInProgressException - Exception in org.openspaces.grid.gsm.rebalancing.exceptions
-
- RebalancingSlaEnforcementInProgressException(ProcessingUnit) - Constructor for exception org.openspaces.grid.gsm.rebalancing.exceptions.RebalancingSlaEnforcementInProgressException
-
- RebalancingSlaEnforcementInProgressException(ProcessingUnit, Throwable) - Constructor for exception org.openspaces.grid.gsm.rebalancing.exceptions.RebalancingSlaEnforcementInProgressException
-
- RebalancingSlaEnforcementInProgressException(ProcessingUnit, String) - Constructor for exception org.openspaces.grid.gsm.rebalancing.exceptions.RebalancingSlaEnforcementInProgressException
-
- RebalancingSlaEnforcementInProgressException(ProcessingUnit, String, Throwable) - Constructor for exception org.openspaces.grid.gsm.rebalancing.exceptions.RebalancingSlaEnforcementInProgressException
-
- RebalancingSlaPolicy - Class in org.openspaces.grid.gsm.rebalancing
-
- RebalancingSlaPolicy() - Constructor for class org.openspaces.grid.gsm.rebalancing.RebalancingSlaPolicy
-
- RebalancingUtils - Class in org.openspaces.grid.gsm.rebalancing
-
- RebalancingUtils() - Constructor for class org.openspaces.grid.gsm.rebalancing.RebalancingUtils
-
- receive(Object, GigaSpace, long) - Method in class org.openspaces.events.polling.receive.AbstractNonBlockingReceiveOperationHandler
-
Performs the receive operation.
- receive(Object, GigaSpace, long) - Method in interface org.openspaces.events.polling.receive.ReceiveOperationHandler
-
Performs the actual receive operation.
- RECEIVE_OPERATION_HANDLER - Static variable in class org.openspaces.events.polling.AggregatedPollingEventContainerServiceDetails.Attributes
-
- RECEIVE_OPERATION_HANDLER - Static variable in class org.openspaces.events.polling.PollingEventContainerServiceDetails.Attributes
-
- RECEIVE_TIMEOUT - Static variable in class org.openspaces.events.asyncpolling.AggregatedAsyncPollingEventContainerServiceDetails.Attributes
-
- RECEIVE_TIMEOUT - Static variable in class org.openspaces.events.asyncpolling.AsyncPollingEventContainerServiceDetails.Attributes
-
- RECEIVE_TIMEOUT - Static variable in class org.openspaces.events.polling.AggregatedPollingEventContainerServiceDetails.Attributes
-
- RECEIVE_TIMEOUT - Static variable in class org.openspaces.events.polling.PollingEventContainerServiceDetails.Attributes
-
- receiveAndExecute(SpaceDataEventListener) - Method in class org.openspaces.events.polling.SimplePollingEventListenerContainer
-
Execute the listener for a message received from the given consumer, wrapping the entire
operation in an external transaction if demanded.
- receiveEvent(Object) - Method in class org.openspaces.events.polling.SimplePollingEventListenerContainer
-
Receive an event
- ReceiveHandler - Annotation Type in org.openspaces.events.polling
-
An annotation marking a method as one that is responsible to return a
ReceiveOperationHandler
to be used
with a polling container.
- ReceiveOperationHandler - Interface in org.openspaces.events.polling.receive
-
- receiveOperationHandler(ReceiveOperationHandler) - Method in class org.openspaces.events.polling.SimplePollingContainerConfigurer
-
- receiveTimeout(long) - Method in class org.openspaces.archive.ArchivePollingContainerConfigurer
-
- receiveTimeout(long) - Method in class org.openspaces.events.asyncpolling.SimpleAsyncPollingContainerConfigurer
-
- receiveTimeout(long) - Method in class org.openspaces.events.polling.SimplePollingContainerConfigurer
-
- recover(int) - Method in class com.j_spaces.core.client.XAResourceImpl
-
- recover(LogRecovery) - Method in interface com.sun.jini.mahalo.log.Log
-
- recover() - Method in interface com.sun.jini.mahalo.log.LogManager
-
Consumes the log file and re-constructs a system's
state.
- recover(long, LogRecord) - Method in interface com.sun.jini.mahalo.log.LogRecovery
-
Accepts a LogRecord
from the caller.
- recover(LogRecovery) - Method in class com.sun.jini.mahalo.log.MockLogFile
-
- recover() - Method in class com.sun.jini.mahalo.log.MockLogManager
-
Consumes the log file and re-constructs a system's
state.
- recover() - Method in class com.sun.jini.mahalo.log.MultiLogManager
-
Consumes the log file and re-constructs a system's
state.
- recover(LogRecovery) - Method in class com.sun.jini.mahalo.log.SimpleLogFile
-
Recover information from the log.
- recover(LogRecovery) - Method in class com.sun.jini.mahalo.log.TransientLogFile
-
Recover information from the log.
- recover(long, LogRecord) - Method in class com.sun.jini.mahalo.TxnManagerImpl
-
This method recovers state changes resulting from
committing a transaction.
- recover(InputStream) - Method in class com.sun.jini.reliableLog.LogHandler
-
Read the snapshot from a stream.
- recover() - Method in class com.sun.jini.reliableLog.ReliableLog
-
Retrieves the contents of the snapshot file by calling the client
supplied recover callback and then applies the incremental updates
by calling the readUpdate callback for each logged updated.
- RECOVER_MODE - Static variable in class com.j_spaces.core.cluster.ReplicationPolicy
-
- recoverAfterListenerSetupFailure() - Method in class org.openspaces.events.polling.SimplePollingEventListenerContainer
-
Recover this listener container after a listener failed to set itself up, for example
reestablishing the underlying Connection.
- recoverAndStartBackup(ProcessingUnit) - Method in interface org.openspaces.grid.gsm.machines.backup.MachinesStateBackup
-
- recoverAndStartBackup(ProcessingUnit) - Method in class org.openspaces.grid.gsm.machines.backup.MachinesStateBackupStub
-
- recoverAndStartBackup(ProcessingUnit) - Method in class org.openspaces.grid.gsm.machines.backup.MachinesStateBackupToSpace
-
- recoveredStateOnEsmStart(ProcessingUnit) - Method in interface org.openspaces.grid.gsm.machines.MachinesSlaEnforcementEndpoint
-
Mark that the specified processing unit has recovered state.
- recoveredStateOnEsmStart(ProcessingUnit) - Method in class org.openspaces.grid.gsm.machines.MachinesSlaEnforcementState
-
- RecoveringFailedGridServiceAgent - Class in org.openspaces.grid.gsm.machines
-
- RecoveringFailedGridServiceAgent(String) - Constructor for class org.openspaces.grid.gsm.machines.RecoveringFailedGridServiceAgent
-
- recoverStateOnEsmStart(AbstractMachinesSlaPolicy) - Method in interface org.openspaces.grid.gsm.machines.MachinesSlaEnforcementEndpoint
-
Recover state for the specified SLA.
- recoverStateOnEsmStart() - Method in class org.openspaces.grid.gsm.strategy.AbstractCapacityScaleStrategyBean
-
- recoverStateOnEsmStart() - Method in class org.openspaces.grid.gsm.strategy.AbstractScaleStrategyBean
-
- recoverStateOnEsmStart() - Method in class org.openspaces.grid.gsm.strategy.AutomaticCapacityScaleStrategyBean
-
- recoverStateOnEsmStart() - Method in class org.openspaces.grid.gsm.strategy.EagerScaleStrategyBean
-
- recoverStateOnEsmStart() - Method in class org.openspaces.grid.gsm.strategy.UndeployScaleStrategyBean
-
- recoveryInterval(long) - Method in class org.openspaces.archive.ArchivePollingContainerConfigurer
-
- recoveryInterval(long) - Method in class org.openspaces.events.polling.SimplePollingContainerConfigurer
-
- redeuceHelper - Variable in class org.openspaces.core.executor.support.SumReducer
-
- REDO_LOG_MEMORY_SIZE - Static variable in class org.openspaces.admin.alert.alerts.ReplicationRedoLogOverflowToDiskAlert
-
- REDO_LOG_MEMORY_SIZE - Static variable in class org.openspaces.admin.alert.alerts.ReplicationRedoLogSizeAlert
-
- REDO_LOG_RETAINED_SIZE - Static variable in class org.openspaces.admin.alert.alerts.MirrorPersistenceFailureAlert
-
- REDO_LOG_SIZE - Static variable in class org.openspaces.admin.alert.alerts.MirrorPersistenceFailureAlert
-
- REDO_LOG_SIZE - Static variable in class org.openspaces.admin.alert.alerts.ReplicationRedoLogOverflowToDiskAlert
-
- REDO_LOG_SIZE - Static variable in class org.openspaces.admin.alert.alerts.ReplicationRedoLogSizeAlert
-
- REDO_LOG_SWAP_SIZE - Static variable in class org.openspaces.admin.alert.alerts.ReplicationRedoLogOverflowToDiskAlert
-
- REDO_LOG_SWAP_SIZE - Static variable in class org.openspaces.admin.alert.alerts.ReplicationRedoLogSizeAlert
-
- RedoLogCapacityExceededException - Exception in org.openspaces.core
-
This exeception indicates the redo log reached its planned capacity and operations should be blocked until
the redolog size is reduced
RedoLogCapacityExceededException
- RedoLogCapacityExceededException(RedoLogCapacityExceededException) - Constructor for exception org.openspaces.core.RedoLogCapacityExceededException
-
- reduce(List<AsyncResult<T>>) - Method in interface com.gigaspaces.async.AsyncResultsReducer
-
- reduce(List<AsyncResult<T>>) - Method in class org.openspaces.core.executor.juc.CallableDistributedTaskAdapter
-
Delegates the call to the provided reducer.
- reduce(List<AsyncResult<T>>) - Method in class org.openspaces.core.executor.juc.RunnableDistributedTaskAdapter
-
Delegates the call to the provided reducer.
- reduce(List<AsyncResult<T>>) - Method in class org.openspaces.core.executor.support.AvgReducer
-
- reduce(List<AsyncResult<T>>) - Method in class org.openspaces.core.executor.support.AvgTask
-
Performs the actual sum operation by delegating to its internal
SumReducer
.
- reduce(List<AsyncResult<T>>) - Method in class org.openspaces.core.executor.support.MaxReducer
-
- reduce(List<AsyncResult<T>>) - Method in class org.openspaces.core.executor.support.MaxTask
-
Performs the actual sum operation by delegating to its internal
SumReducer
.
- reduce(List<AsyncResult<T>>) - Method in class org.openspaces.core.executor.support.MinReducer
-
- reduce(List<AsyncResult<T>>) - Method in class org.openspaces.core.executor.support.MinTask
-
Performs the actual sum operation by delegating to its internal
SumReducer
.
- reduce(List<AsyncResult<T>>) - Method in class org.openspaces.core.executor.support.PrivilegedDistributedTask
-
Reduces the provided task under access controls.
- reduce(List<AsyncResult<T>>) - Method in class org.openspaces.core.executor.support.SimpleDelegatingDistributedTask
-
- reduce(List<AsyncResult<T>>) - Method in class org.openspaces.core.executor.support.SumReducer
-
- reduce(List<AsyncResult<T>>) - Method in class org.openspaces.core.executor.support.SumTask
-
Performs the actual sum operation by delegating to its internal
SumReducer
.
- reduce(List<AsyncResult<Serializable>>) - Method in class org.openspaces.events.support.RegisterDistributedEventContainerTask
-
- reduce(List<AsyncResult<Boolean>>) - Method in class org.openspaces.events.support.UnregisterDistributedEventContainerTask
-
- reduce(List<AsyncResult<ExecutorRemotingTask.InternalExecutorResult<T>>>) - Method in class org.openspaces.remoting.ExecutorRemotingTask
-
- reduce(SpaceRemotingResult<Y>[], SpaceRemotingInvocation) - Method in interface org.openspaces.remoting.RemoteResultReducer
-
Reduces a list of Space remoting invocation results to an Object value.
- reenterPreparedExternalXid(Object, List<TransactionParticipant>) - Method in interface com.sun.jini.mahalo.TxnManager
-
given a prepared xid (retrieved from participants) reenlist it and its participants- used in XA
- reenterPreparedExternalXid(Object, List<TransactionParticipant>) - Method in class com.sun.jini.mahalo.TxnManagerImpl
-
- reenterPreparedExternalXid(Object, List<TransactionParticipant>) - Method in class com.sun.jini.mahalo.TxnMgrProxy
-
Retrieves a Transaction
given the
transaction's ID.
- ReferentUuid - Interface in net.jini.id
-
Defines an interface that allows a proxy for a resource to express the
identity of that resource.
- ReferentUuids - Class in net.jini.id
-
Convenience methods for working with proxies that implement
ReferentUuid
.
- REFLECT_FACTORY - Static variable in class com.j_spaces.kernel.SystemProperties
-
Uses factory accessors generator, Default=true.
- REFLECT_GENERATEE - Static variable in class com.j_spaces.kernel.SystemProperties
-
Uses accessors generator, Default=true.
- refresh() - Method in class com.sun.jini.start.AggregatePolicyProvider
-
Refreshes the currently active sub-policy by delegating to its
refresh
method.
- refresh() - Method in class com.sun.jini.start.LoaderSplitPolicyProvider
-
Invokes refresh
on both the loader-specific and default
underlying policy providers.
- refresh() - Method in class net.jini.security.policy.DynamicPolicyProvider
-
- refresh() - Method in class net.jini.security.policy.PolicyFileProvider
-
Refreshes the policy configuration by calling refresh
on
the base policy.
- refresh() - Method in interface org.openspaces.core.space.mode.RefreshableContextLoader
-
- refresh() - Method in class org.openspaces.core.space.mode.RefreshSpaceModeContextLoader
-
- RefreshableContextLoader - Interface in org.openspaces.core.space.mode
-
A generic interface allowing to refresh context loader.
- RefreshableContextLoaderBeanDefinitionParser - Class in org.openspaces.core.config
-
- RefreshableContextLoaderBeanDefinitionParser() - Constructor for class org.openspaces.core.config.RefreshableContextLoaderBeanDefinitionParser
-
- refreshConnectionUntilSuccessful() - Method in class org.openspaces.events.polling.SimplePollingEventListenerContainer
-
Refresh the underlying Connection, not returning before an attempt has been successful.
- RefreshContextLoaderExecutor - Class in org.openspaces.core.space.mode
-
Executes the refresh context mode operation using OpenSpaces sync remoting (allowing
to use broadcast mode).
- RefreshContextLoaderExecutor() - Constructor for class org.openspaces.core.space.mode.RefreshContextLoaderExecutor
-
- RefreshSpaceModeContextLoader - Class in org.openspaces.core.space.mode
-
Extension to SpaceModeContextLoader allowing for the context loader to be refreshable and load
new code.
- RefreshSpaceModeContextLoader() - Constructor for class org.openspaces.core.space.mode.RefreshSpaceModeContextLoader
-
- refreshUrlString() - Method in class com.j_spaces.core.client.SpaceURL
-
Deprecated.
- regex(String) - Static method in class com.gigaspaces.log.LogEntryMatchers
-
- regex(String, LogEntryMatcher) - Static method in class com.gigaspaces.log.LogEntryMatchers
-
- REGEX - Static variable in class com.j_spaces.core.client.TemplateMatchCodes
-
Deprecated.
regular-expression matching operation (of a string field)
- RegexFilter(String) - Constructor for class com.gigaspaces.security.authorities.SpaceAuthority.RegexFilter
-
- regexFlags() - Static method in class com.gigaspaces.log.RegexLogEntryMatcher
-
- RegexLogEntryMatcher - Class in com.gigaspaces.log
-
A log entry matcher filter that will match on log entries which match on the given
regular expression.
- RegexLogEntryMatcher(String) - Constructor for class com.gigaspaces.log.RegexLogEntryMatcher
-
- RegexLogEntryMatcher(String, LogEntryMatcher) - Constructor for class com.gigaspaces.log.RegexLogEntryMatcher
-
- register(String, MetricTags, Metric) - Method in class com.gigaspaces.metrics.MetricRegistry
-
Given a
Gauge
, registers it under the given name.
- register(LeasedResource) - Method in class com.sun.jini.mahalo.LeaseExpirationMgr
-
- register(LeasedResource) - Method in interface com.sun.jini.mahalo.LeaseManager
-
Notifies the manager of a new lease being created.
- register(Item, long) - Method in class com.sun.jini.reggie.GigaRegistrar
-
- register(Item, long) - Method in interface com.sun.jini.reggie.Registrar
-
Register a new service or re-register an existing service.
- register(ActivationGroupID, ActivateWrapper.ActivateDesc, boolean, ActivationSystem) - Static method in class com.sun.jini.start.ActivateWrapper
-
- register(ServiceItem, long) - Method in interface net.jini.core.lookup.ServiceRegistrar
-
Register a new service or re-register an existing service.
- register(String[], LookupLocator[], RemoteEventListener, MarshalledObject, long) - Method in interface net.jini.discovery.LookupDiscoveryService
-
Register with the lookup discovery service.
- register(long) - Method in interface net.jini.event.EventMailbox
-
Defines the interface to the event mailbox service.
- register(Class<?>) - Method in class org.openspaces.core.config.xmlparser.AbstractXmlBeanNamespaceHandler
-
- registerAnnotation(Class<?>, Object, Method) - Method in class org.openspaces.core.space.mode.registry.ModeAnnotationRegistry
-
Registers the bean as a listener for a space mode event specified by the annotation.
- registerContainer(String, AbstractEventListenerContainer) - Method in class org.openspaces.events.support.EventContainersBus
-
- RegisterDistributedEventContainerTask - Class in org.openspaces.events.support
-
A task that registers a dynamically added event container in a distributed manner.
- RegisterDistributedEventContainerTask() - Constructor for class org.openspaces.events.support.RegisterDistributedEventContainerTask
-
- RegisterDistributedEventContainerTask(String) - Constructor for class org.openspaces.events.support.RegisterDistributedEventContainerTask
-
- registerDriver() - Static method in class com.j_spaces.jdbc.driver.GDriver
-
- registered - Static variable in class com.j_spaces.jdbc.driver.GDriver
-
- RegisterEventContainerTask - Class in org.openspaces.events.support
-
A task that registers a dynamically added event container
(using
Polling
or
Notify
.
- RegisterEventContainerTask() - Constructor for class org.openspaces.events.support.RegisterEventContainerTask
-
- RegisterEventContainerTask(Object) - Constructor for class org.openspaces.events.support.RegisterEventContainerTask
-
- registerForAvailabilityEvent(Collection, Transaction, boolean, RemoteEventListener, long, MarshalledObject) - Method in interface net.jini.space.JavaSpace05
-
Register for events triggered when a matching
Entry
transitions from unavailable to available.
- registerForSpaceModeNotifications(boolean) - Method in class org.openspaces.core.space.EmbeddedSpaceConfigurer
-
- registerForSpaceModeNotifications(boolean) - Method in class org.openspaces.core.space.UrlSpaceConfigurer
-
- registerListener() - Method in class org.openspaces.events.notify.SimpleNotifyEventListenerContainer
-
- registerListener(DataEventSession, RemoteEventListener) - Method in class org.openspaces.events.notify.SimpleNotifyEventListenerContainer
-
Registers a listener using the provided
DataEventSession
and
based on different parameters set on this container.
- registerMetrics() - Method in class org.openspaces.events.AbstractEventListenerContainer
-
- registerTypeDescriptor(SpaceTypeDescriptor) - Method in class org.openspaces.core.DefaultGigaSpaceTypeManager
-
- registerTypeDescriptor(Class<?>) - Method in class org.openspaces.core.DefaultGigaSpaceTypeManager
-
- registerTypeDescriptor(SpaceTypeDescriptor) - Method in interface org.openspaces.core.GigaSpaceTypeManager
-
Registers the specified space type descriptor in the space.
- registerTypeDescriptor(Class<?>) - Method in interface org.openspaces.core.GigaSpaceTypeManager
-
Creates a type descriptor for the specified type and registers it in the space.
- RegisterTypeDescriptorConflict - Interface in com.gigaspaces.cluster.replication.gateway.conflict
-
An interface for resolving data conflicts caused by a register type descriptor operation.
- registrar - Variable in class com.sun.jini.discovery.UnicastResponse
-
The lookup service proxy.
- Registrar - Interface in com.sun.jini.reggie
-
Registrar defines the private protocol between the various client-side
proxies and the registrar server.
- registrar - Variable in class net.jini.discovery.IncomingUnicastResponse
-
The registrar we have discovered.
- RegistrarEvent - Class in com.sun.jini.reggie
-
Concrete implementation class for abstract ServiceEvent.
- RegistrarEvent(Object, long, long, MarshalledObject, ServiceID, int, Item) - Constructor for class com.sun.jini.reggie.RegistrarEvent
-
Simple constructor.
- RegistrarEventRegistration - Class in net.jini.core.lookup
-
- RegistrarEventRegistration(long, Object, Lease, long, ServiceMatchesWrapper) - Constructor for class net.jini.core.lookup.RegistrarEventRegistration
-
- RegistrarPermission - Class in com.sun.jini.reggie
-
An instance contains a name (also referred to as a "target name") but no
actions list; you either have the named permission or you don't.
- RegistrarPermission(String) - Constructor for class com.sun.jini.reggie.RegistrarPermission
-
Creates an instance with the specified target name.
- registry - Variable in class org.openspaces.core.space.mode.registry.ModeAnnotationRegistry
-
Maps the annotation to the list of beans' methods to invoke.
- regs - Variable in class net.jini.discovery.DiscoveryEvent
-
The registrars with which this event is associated.
- regs - Variable in class net.jini.discovery.RemoteDiscoveryEvent
-
Array containing a subset of the set of proxies to the lookup
service(s) with which this event is associated.
- RelativeTimeConstraint - Interface in net.jini.core.constraint
-
Implemented by constraints that are expressed in terms of relative time,
to support conversion to absolute time constraints.
- release(long) - Method in interface com.sun.jini.mahalo.log.MultiLogManager.LogRemovalManager
-
- ReliableLog - Class in com.sun.jini.reliableLog
-
This class is a simple implementation of a reliable Log.
- ReliableLog(String, LogHandler) - Constructor for class com.sun.jini.reliableLog.ReliableLog
-
Creates a ReliableLog to handle snapshots and logging in a
stable storage directory, and sets up to recover any existing data
from the stable storage directory.
- reloadMetricConfiguration() - Method in class com.sun.jini.reggie.GigaRegistrar
-
- reloadMetricConfiguration() - Method in interface org.openspaces.admin.metrics.MetricProvider
-
- reloadMetricConfiguration() - Method in class org.openspaces.grid.esm.ESMImpl
-
- relocate(GridServiceContainer) - Method in interface org.openspaces.admin.pu.ProcessingUnitInstance
-
- relocate() - Method in interface org.openspaces.admin.pu.ProcessingUnitInstance
-
- RELOCATE_IF_WRONG_PORTS - Static variable in class org.openspaces.core.gateway.config.GatewayDelegatorBeanDefinitionParser
-
- RELOCATE_IF_WRONG_PORTS - Static variable in class org.openspaces.core.gateway.config.GatewaySinkBeanDefinitionParser
-
- relocateAndWait(GridServiceContainer) - Method in interface org.openspaces.admin.pu.ProcessingUnitInstance
-
- relocateAndWait(GridServiceContainer, long, TimeUnit) - Method in interface org.openspaces.admin.pu.ProcessingUnitInstance
-
- relocateAndWait() - Method in interface org.openspaces.admin.pu.ProcessingUnitInstance
-
- relocateAndWait(long, TimeUnit) - Method in interface org.openspaces.admin.pu.ProcessingUnitInstance
-
- RelocationPolicy - Class in org.openspaces.pu.sla
-
Relocation policy will cause a processing unit instance to relocate when the policy
associated monitor breaches its threshold values.
- RelocationPolicy() - Constructor for class org.openspaces.pu.sla.RelocationPolicy
-
- RelocationPolicyBeanDefinitionParser - Class in org.openspaces.pu.sla.config
-
- RelocationPolicyBeanDefinitionParser() - Constructor for class org.openspaces.pu.sla.config.RelocationPolicyBeanDefinitionParser
-
- RemoteDataAccessException - Exception in org.openspaces.core
-
- RemoteDataAccessException(RemoteException) - Constructor for exception org.openspaces.core.RemoteDataAccessException
-
- RemoteDiscoveryEvent - Class in net.jini.discovery
-
Whenever the lookup discovery service discovers or discards a lookup
service matching the discovery/discard criteria of one or more of its
registrations, the lookup discovery service sends an instance of this
class to the listener corresponding to each such registration.
- RemoteDiscoveryEvent(Object, long, long, MarshalledObject, boolean, Map) - Constructor for class net.jini.discovery.RemoteDiscoveryEvent
-
Constructs a new instance of RemoteDiscoveryEvent
.
- RemoteEvent - Class in net.jini.core.event
-
The base class or superclass for remote events.
- RemoteEvent(Object, long, long, MarshalledObject) - Constructor for class net.jini.core.event.RemoteEvent
-
Constructs a RemoteEvent object.
- RemoteEventIterator - Interface in net.jini.event
-
RemoteEventIterator
defines the interface through which
a client can synchronously retrieve events associated with a given
registration.
- RemoteEventListener - Interface in net.jini.core.event
-
The RemoteEventListener interface needs to be implemented by any object
that wants to receive a notification of a remote event from some other
object.
- remoteInvocationAspect(RemoteInvocationAspect) - Method in class org.openspaces.remoting.EventDrivenRemotingProxyConfigurer
-
- remoteInvocationAspect(RemoteInvocationAspect) - Method in class org.openspaces.remoting.ExecutorRemotingProxyConfigurer
-
- RemoteInvocationAspect<T> - Interface in org.openspaces.remoting
-
A remoting aspect allows to wrap the remote invocation with specific "user" logic, for example,
to add retry in case of a failure, security, or something similar.
- RemoteMethodControl - Interface in net.jini.core.constraint
-
Defines an interface to proxies for setting constraints to control remote
method calls.
- remoteResultReducer(RemoteResultReducer) - Method in class org.openspaces.remoting.ExecutorRemotingProxyConfigurer
-
- RemoteResultReducer<T,Y> - Interface in org.openspaces.remoting
-
A remoting result reducer (ala Map Reduce) used when working with
ExecutorSpaceRemotingProxyFactoryBean
in
broadcast mode in order to reduce the broadcast results into a "client
side" result value.
- remoteRoutingHandler(RemoteRoutingHandler) - Method in class org.openspaces.remoting.EventDrivenRemotingProxyConfigurer
-
- remoteRoutingHandler(RemoteRoutingHandler) - Method in class org.openspaces.remoting.ExecutorRemotingProxyConfigurer
-
- RemoteRoutingHandler<T> - Interface in org.openspaces.remoting
-
A general interface allowing for pluggable computation of the remoting invocation routing field.
- RemoteService() - Constructor for class org.openspaces.remoting.RemotingServiceDetails.RemoteService
-
- RemoteService(String, String) - Constructor for class org.openspaces.remoting.RemotingServiceDetails.RemoteService
-
- RemoteServiceStats() - Constructor for class org.openspaces.remoting.RemotingServiceMonitors.RemoteServiceStats
-
- RemoteServiceStats(String, long, long) - Constructor for class org.openspaces.remoting.RemotingServiceMonitors.RemoteServiceStats
-
- RemoteTimeoutException - Exception in org.openspaces.remoting
-
A Space remoting exception caused by a timeout waiting for a result.
- RemoteTimeoutException(String, long) - Constructor for exception org.openspaces.remoting.RemoteTimeoutException
-
- RemoteTimeoutException(String, long, Throwable) - Constructor for exception org.openspaces.remoting.RemoteTimeoutException
-
- RemotingAnnotationBeanDefinitionParser - Class in org.openspaces.remoting.config
-
- RemotingAnnotationBeanDefinitionParser() - Constructor for class org.openspaces.remoting.config.RemotingAnnotationBeanDefinitionParser
-
- RemotingAnnotationBeanPostProcessor - Class in org.openspaces.remoting
-
- RemotingAnnotationBeanPostProcessor() - Constructor for class org.openspaces.remoting.RemotingAnnotationBeanPostProcessor
-
- RemotingInvoker - Interface in org.openspaces.remoting
-
Interface representing a remote invocation.
- RemotingNamespaceHandler - Class in org.openspaces.remoting.config
-
- RemotingNamespaceHandler() - Constructor for class org.openspaces.remoting.config.RemotingNamespaceHandler
-
- RemotingProxyUtils - Class in org.openspaces.remoting
-
A set of common code shared between different remoting proxies.
- RemotingService - Annotation Type in org.openspaces.remoting
-
- RemotingServiceDetails - Class in org.openspaces.remoting
-
A generic remoting service details.
- RemotingServiceDetails() - Constructor for class org.openspaces.remoting.RemotingServiceDetails
-
- RemotingServiceDetails(String, RemotingServiceDetails.RemoteService[]) - Constructor for class org.openspaces.remoting.RemotingServiceDetails
-
- RemotingServiceDetails.Attributes - Class in org.openspaces.remoting
-
- RemotingServiceDetails.RemoteService - Class in org.openspaces.remoting
-
- RemotingServiceMonitors - Class in org.openspaces.remoting
-
A generic event container service monitors.
- RemotingServiceMonitors() - Constructor for class org.openspaces.remoting.RemotingServiceMonitors
-
- RemotingServiceMonitors(String, long, long, RemotingServiceMonitors.RemoteServiceStats[]) - Constructor for class org.openspaces.remoting.RemotingServiceMonitors
-
- RemotingServiceMonitors.Attributes - Class in org.openspaces.remoting
-
- RemotingServiceMonitors.RemoteServiceStats - Class in org.openspaces.remoting
-
- RemotingUtils - Class in org.openspaces.remoting
-
- RemotingUtils() - Constructor for class org.openspaces.remoting.RemotingUtils
-
- RemotingUtils.MethodHash - Class in org.openspaces.remoting
-
- remove(ChangeModifiers) - Method in class com.gigaspaces.client.ChangeModifiers
-
Creates a new modifiers instance which excludes the specified modifiers from this instance.
- remove(ClearModifiers) - Method in class com.gigaspaces.client.ClearModifiers
-
Creates a new modifiers instance which excludes the specified modifiers from this instance.
- remove(CountModifiers) - Method in class com.gigaspaces.client.CountModifiers
-
Creates a new modifiers instance which excludes the specified modifiers from this instance.
- remove() - Method in class com.gigaspaces.client.iterator.SpaceIterator
-
- remove(ReadModifiers) - Method in class com.gigaspaces.client.ReadModifiers
-
Creates a new modifiers instance which excludes the specified modifiers from this instance.
- remove(SpaceProxyOperationModifiers) - Method in class com.gigaspaces.client.SpaceProxyOperationModifiers
-
- remove(TakeModifiers) - Method in class com.gigaspaces.client.TakeModifiers
-
Creates a new modifiers instance which excludes the specified modifiers from this instance.
- remove(WriteModifiers) - Method in class com.gigaspaces.client.WriteModifiers
-
Creates a new modifiers instance which excludes the specified modifiers from this instance.
- REMOVE - Static variable in interface com.gigaspaces.datasource.BulkItem
-
Deprecated.
Remove operation
- remove(T) - Method in interface com.gigaspaces.datasource.DataPersister
-
Deprecated.
Remove the given object from the data store
- remove(Object) - Method in class com.gigaspaces.document.DocumentProperties
- remove(String, MetricTags) - Method in class com.gigaspaces.metrics.MetricRegistry
-
- remove() - Method in class com.j_spaces.core.client.GSIterator
-
Not supported operation.
- remove(Object) - Method in class com.j_spaces.core.client.SpaceURL
-
Deprecated.
- remove(Object) - Method in interface com.j_spaces.javax.cache.Cache
-
Deprecated.
The remove method will delete the object from the cache including the key,
the associated value and the associated CacheStatistics object.
- remove(Object, long) - Method in interface com.j_spaces.map.IMap
-
Removes the mapping for this key
from this cache.
- remove(Object, Transaction, long) - Method in interface com.j_spaces.map.IMap
-
Removes the mapping for this key
from this cache.
- remove(Object) - Method in class com.sun.jini.collection.SoftCache
-
Removes association for given key, returning value previously associated
with key, or null if none.
- remove(Object) - Method in class com.sun.jini.collection.WeakIdentityMap
-
Removes association for given key, returning value previously associated
with key, or null if none.
- remove(WeakSoftTable.WeakKey, int) - Method in class com.sun.jini.collection.WeakSoftTable
-
Removes and returns the index'th value associated with the specified
key.
- remove(Object) - Method in class com.sun.jini.collection.WeakTable
-
Remove the object that the given key maps to.
- remove(Object) - Method in class com.sun.jini.lease.AbstractLeaseMap
-
- remove(TaskManager.Task) - Method in class com.sun.jini.thread.TaskManager
-
- remove(Lease) - Method in class net.jini.lease.LeaseRenewalManager
-
Removes a given lease from the managed set of leases; but does
not cancel the given lease.
- remove(Lease) - Method in interface net.jini.lease.LeaseRenewalSet
-
Removes the specified lease from set.
- remove(AlertTriggeredEventListener) - Method in interface org.openspaces.admin.alert.events.AlertTriggeredEventManager
-
Removes the event listener.
- remove(ApplicationAddedEventListener) - Method in interface org.openspaces.admin.application.events.ApplicationAddedEventManager
-
Removes an event listener.
- remove(ApplicationRemovedEventListener) - Method in interface org.openspaces.admin.application.events.ApplicationRemovedEventManager
-
Removes an event listener.
- remove(ElasticServiceManagerAddedEventListener) - Method in interface org.openspaces.admin.esm.events.ElasticServiceManagerAddedEventManager
-
Removes the event listener.
- remove(ElasticServiceManagerRemovedEventListener) - Method in interface org.openspaces.admin.esm.events.ElasticServiceManagerRemovedEventManager
-
Remove the event listener.
- remove(GatewayAddedEventListener) - Method in class org.openspaces.admin.gateway.events.DefaultGatewayAddedEventManager
-
- remove(GatewayProcessingUnitAddedEventListener) - Method in class org.openspaces.admin.gateway.events.DefaultGatewayProcessingUnitAddedEventManager
-
- remove(GatewayProcessingUnitRemovedEventListener) - Method in class org.openspaces.admin.gateway.events.DefaultGatewayProcessingUnitRemovedEventManager
-
- remove(GatewayRemovedEventListener) - Method in class org.openspaces.admin.gateway.events.DefaultGatewayRemovedEventManager
-
- remove(GatewayAddedEventListener) - Method in interface org.openspaces.admin.gateway.events.GatewayAddedEventManager
-
Removes an event listener.
- remove(GatewayProcessingUnitAddedEventListener) - Method in interface org.openspaces.admin.gateway.events.GatewayProcessingUnitAddedEventManager
-
Removes an event listener.
- remove(GatewayProcessingUnitRemovedEventListener) - Method in interface org.openspaces.admin.gateway.events.GatewayProcessingUnitRemovedEventManager
-
Removes an event listener.
- remove(GatewayRemovedEventListener) - Method in interface org.openspaces.admin.gateway.events.GatewayRemovedEventManager
-
Removes an event listener.
- remove(ElasticGridServiceAgentProvisioningFailureEventListener) - Method in interface org.openspaces.admin.gsa.events.ElasticGridServiceAgentProvisioningFailureEventManager
-
Removes an event listener.
- remove(ElasticGridServiceAgentProvisioningProgressChangedEventListener) - Method in interface org.openspaces.admin.gsa.events.ElasticGridServiceAgentProvisioningProgressChangedEventManager
-
Removes the specified event listener.
- remove(GridServiceAgentAddedEventListener) - Method in interface org.openspaces.admin.gsa.events.GridServiceAgentAddedEventManager
-
Removes the event listener.
- remove(GridServiceAgentRemovedEventListener) - Method in interface org.openspaces.admin.gsa.events.GridServiceAgentRemovedEventManager
-
Remove the event listener.
- remove(ElasticGridServiceContainerProvisioningFailureEventListener) - Method in interface org.openspaces.admin.gsc.events.ElasticGridServiceContainerProvisioningFailureEventManager
-
Removes an event listener.
- remove(ElasticGridServiceContainerProvisioningProgressChangedEventListener) - Method in interface org.openspaces.admin.gsc.events.ElasticGridServiceContainerProvisioningProgressChangedEventManager
-
Removes the specified event listener.
- remove(GridServiceContainerAddedEventListener) - Method in interface org.openspaces.admin.gsc.events.GridServiceContainerAddedEventManager
-
Removes the event listener.
- remove(GridServiceContainerRemovedEventListener) - Method in interface org.openspaces.admin.gsc.events.GridServiceContainerRemovedEventManager
-
Remove the event listener.
- remove(GridServiceManagerAddedEventListener) - Method in interface org.openspaces.admin.gsm.events.GridServiceManagerAddedEventManager
-
Removes the event listener.
- remove(GridServiceManagerRemovedEventListener) - Method in interface org.openspaces.admin.gsm.events.GridServiceManagerRemovedEventManager
-
Remove the event listener.
- remove(LookupServiceAddedEventListener) - Method in interface org.openspaces.admin.lus.events.LookupServiceAddedEventManager
-
Removes the event listener.
- remove(LookupServiceRemovedEventListener) - Method in interface org.openspaces.admin.lus.events.LookupServiceRemovedEventManager
-
Remove the event listener.
- remove(ElasticMachineProvisioningFailureEventListener) - Method in interface org.openspaces.admin.machine.events.ElasticMachineProvisioningFailureEventManager
-
- remove(ElasticMachineProvisioningProgressChangedEventListener) - Method in interface org.openspaces.admin.machine.events.ElasticMachineProvisioningProgressChangedEventManager
-
removes the specified event listener
- remove(MachineAddedEventListener) - Method in interface org.openspaces.admin.machine.events.MachineAddedEventManager
-
Removes the event listener.
- remove(MachineRemovedEventListener) - Method in interface org.openspaces.admin.machine.events.MachineRemovedEventManager
-
Remove the event listener.
- remove(OperatingSystemsStatisticsChangedEventListener) - Method in interface org.openspaces.admin.os.events.OperatingSystemsStatisticsChangedEventManager
-
Removes an event listener.
- remove(OperatingSystemStatisticsChangedEventListener) - Method in interface org.openspaces.admin.os.events.OperatingSystemStatisticsChangedEventManager
-
Removes an event listener.
- remove(ElasticAutoScalingFailureEventListener) - Method in interface org.openspaces.admin.pu.elastic.events.ElasticAutoScalingFailureEventManager
-
- remove(ElasticAutoScalingProgressChangedEventListener) - Method in interface org.openspaces.admin.pu.elastic.events.ElasticAutoScalingProgressChangedEventManager
-
removes the specified event listener
- remove(BackupGridServiceManagerChangedEventListener) - Method in interface org.openspaces.admin.pu.events.BackupGridServiceManagerChangedEventManager
-
Removes an event listener.
- remove(ManagingGridServiceManagerChangedEventListener) - Method in interface org.openspaces.admin.pu.events.ManagingGridServiceManagerChangedEventManager
-
Removes an event listener.
- remove(ProcessingUnitAddedEventListener) - Method in interface org.openspaces.admin.pu.events.ProcessingUnitAddedEventManager
-
Removes an event listener.
- remove(ProcessingUnitInstanceAddedEventListener) - Method in interface org.openspaces.admin.pu.events.ProcessingUnitInstanceAddedEventManager
-
Removes an event listener.
- remove(ProcessingUnitInstanceMemberAliveIndicatorStatusChangedEventListener) - Method in interface org.openspaces.admin.pu.events.ProcessingUnitInstanceMemberAliveIndicatorStatusChangedEventManager
-
Removes an event listener.
- remove(ProcessingUnitInstanceProvisionStatusChangedEventListener) - Method in interface org.openspaces.admin.pu.events.ProcessingUnitInstanceProvisionStatusChangedEventManager
-
Removes an event listener.
- remove(ProcessingUnitInstanceRemovedEventListener) - Method in interface org.openspaces.admin.pu.events.ProcessingUnitInstanceRemovedEventManager
-
Removes an event listener.
- remove(ProcessingUnitInstanceStatisticsChangedEventListener) - Method in interface org.openspaces.admin.pu.events.ProcessingUnitInstanceStatisticsChangedEventManager
-
Removes an event listener.
- remove(ProcessingUnitRemovedEventListener) - Method in interface org.openspaces.admin.pu.events.ProcessingUnitRemovedEventManager
-
Removes an event listener.
- remove(ProcessingUnitSpaceCorrelatedEventListener) - Method in interface org.openspaces.admin.pu.events.ProcessingUnitSpaceCorrelatedEventManager
-
Removes an event listener.
- remove(ProcessingUnitStatusChangedEventListener) - Method in interface org.openspaces.admin.pu.events.ProcessingUnitStatusChangedEventManager
-
Removes an event listener.
- remove(ReplicationStatusChangedEventListener) - Method in interface org.openspaces.admin.space.events.ReplicationStatusChangedEventManager
-
Removes an event listener.
- remove(SpaceAddedEventListener) - Method in interface org.openspaces.admin.space.events.SpaceAddedEventManager
-
Removes an event listener.
- remove(SpaceInstanceAddedEventListener) - Method in interface org.openspaces.admin.space.events.SpaceInstanceAddedEventManager
-
Removes the event listener.
- remove(SpaceInstanceRemovedEventListener) - Method in interface org.openspaces.admin.space.events.SpaceInstanceRemovedEventManager
-
Removes an event listener.
- remove(SpaceInstanceStatisticsChangedEventListener) - Method in interface org.openspaces.admin.space.events.SpaceInstanceStatisticsChangedEventManager
-
Removes an event listener.
- remove(SpaceModeChangedEventListener) - Method in interface org.openspaces.admin.space.events.SpaceModeChangedEventManager
-
Removes an event listener.
- remove(SpaceRemovedEventListener) - Method in interface org.openspaces.admin.space.events.SpaceRemovedEventManager
-
Removes an event listener.
- remove(SpaceStatisticsChangedEventListener) - Method in interface org.openspaces.admin.space.events.SpaceStatisticsChangedEventManager
-
Removes an event listener.
- remove(TransportsStatisticsChangedEventListener) - Method in interface org.openspaces.admin.transport.events.TransportsStatisticsChangedEventManager
-
Removes an event listener.
- remove(TransportStatisticsChangedEventListener) - Method in interface org.openspaces.admin.transport.events.TransportStatisticsChangedEventManager
-
Removes an event listener.
- remove(VirtualMachineAddedEventListener) - Method in interface org.openspaces.admin.vm.events.VirtualMachineAddedEventManager
-
Removes the event listener.
- remove(VirtualMachineRemovedEventListener) - Method in interface org.openspaces.admin.vm.events.VirtualMachineRemovedEventManager
-
Removes the event listener.
- remove(VirtualMachinesStatisticsChangedEventListener) - Method in interface org.openspaces.admin.vm.events.VirtualMachinesStatisticsChangedEventManager
-
Removes an event listener.
- remove(VirtualMachineStatisticsChangedEventListener) - Method in interface org.openspaces.admin.vm.events.VirtualMachineStatisticsChangedEventManager
-
Removes an event listener.
- remove(ZoneAddedEventListener) - Method in interface org.openspaces.admin.zone.events.ZoneAddedEventManager
-
Removes the event listener.
- remove(ZoneRemovedEventListener) - Method in interface org.openspaces.admin.zone.events.ZoneRemovedEventManager
-
Remove the event listener.
- remove(Object) - Method in class org.openspaces.core.DefaultGigaMap
-
- remove(Object, long) - Method in class org.openspaces.core.DefaultGigaMap
-
- remove(Object, long, LockHandle) - Method in class org.openspaces.core.DefaultGigaMap
-
- remove(Object, long) - Method in interface org.openspaces.core.GigaMap
-
Removes the mapping for this key
from this cache.
- remove(Object, long, LockHandle) - Method in interface org.openspaces.core.GigaMap
-
Removes the mapping for this key
from this cache.
- remove(Object) - Method in class org.openspaces.core.util.ConcurrentHashSet
-
Removes the specified element from this set if it is present.
- remove(String) - Method in class org.openspaces.core.util.StringProperties
-
- remove() - Method in class org.openspaces.persistency.hibernate.iterator.AbstractChunkDataIterator
-
- remove() - Method in class org.openspaces.persistency.hibernate.iterator.AbstractScrollableDataIterator
-
- remove() - Method in class org.openspaces.persistency.hibernate.iterator.DefaultCriteriaByExampleDataIterator
-
- remove() - Method in class org.openspaces.persistency.hibernate.iterator.DefaultListQueryDataIterator
-
- remove() - Method in class org.openspaces.persistency.hibernate.iterator.HibernateProxyRemoverIterator
-
- remove() - Method in class org.openspaces.persistency.hibernate.iterator.StatelessListQueryDataIterator
-
- remove() - Method in class org.openspaces.persistency.support.ConcurrentMultiDataIterator
-
- remove() - Method in class org.openspaces.persistency.support.SerialMultiDataIterator
-
- removeAll(Collection<?>) - Method in class org.openspaces.core.util.ConcurrentHashSet
-
- removeBeanConfig(Class<T>) - Method in interface org.openspaces.admin.bean.BeanConfigManager
-
Removes a bean configuration.
- removeBeanConfig(String) - Method in interface org.openspaces.admin.bean.BeanConfigPropertiesManager
-
Removes a bean configuration.
- removeBeanConfig(String) - Method in class org.openspaces.core.bean.DefaultBeanServer
-
- removeBlanks() - Method in class com.sun.jini.collection.WeakTable
-
Remove any blank entries from the table.
- removeByPrefix(String, MetricTags) - Method in class com.gigaspaces.metrics.MetricRegistry
-
- removeConfig(Class<? extends AlertConfiguration>) - Method in interface org.openspaces.admin.alert.AlertManager
-
Removes a previously set alert configuration.
- removeConnectionProperty(String) - Method in class org.openspaces.jdbc.datasource.DbcpBasicDataSource
-
- RemovedContainerProcessingUnitDeploymentException - Exception in org.openspaces.grid.gsm.rebalancing.exceptions
-
- RemovedContainerProcessingUnitDeploymentException(ProcessingUnitInstance, GridServiceContainer) - Constructor for exception org.openspaces.grid.gsm.rebalancing.exceptions.RemovedContainerProcessingUnitDeploymentException
-
- RemovedContainerProcessingUnitDeploymentException(ProcessingUnit, GridServiceContainer) - Constructor for exception org.openspaces.grid.gsm.rebalancing.exceptions.RemovedContainerProcessingUnitDeploymentException
-
- removeDiscoveryListener(DiscoveryListener) - Method in interface net.jini.discovery.DiscoveryManagement
-
Removes a listener from the set of objects listening for discovery
events.
- removeDiscoveryListener(DiscoveryListener) - Method in class net.jini.discovery.LookupDiscovery
-
Indicate that a listener is no longer interested in receiving
DiscoveryEvent notifications.
- removeDiscoveryListener(DiscoveryListener) - Method in class net.jini.discovery.LookupDiscoveryManager
-
Removes a listener from the set of objects listening for discovery
events.
- removeDiscoveryListener(DiscoveryListener) - Method in class net.jini.discovery.LookupLocatorDiscovery
-
Remove a DiscoveryListener from the listener set.
- removeEventListener(AdminEventListener) - Method in interface org.openspaces.admin.Admin
-
Smart removal of event listeners.
- removeFromCollection(String, Serializable) - Method in class com.gigaspaces.client.ChangeSet
-
Removes the given item from a collection property.
- RemoveFromCollectionOperation - Class in com.gigaspaces.sync.change
-
- removeFromMap(String, Serializable) - Method in class com.gigaspaces.client.ChangeSet
-
Removes the given key from a map property.
- RemoveFromMapOperation - Class in com.gigaspaces.sync.change
-
- removeFutureStoppedMachine(MachinesSlaEnforcementState.StateKey, FutureStoppedMachine) - Method in class org.openspaces.grid.gsm.machines.MachinesSlaEnforcementState
-
- removeGateway(String) - Method in interface org.openspaces.admin.gateway.InternalGateways
-
- removeGatewayTarget(String) - Method in interface org.openspaces.admin.space.SpaceReplicationManager
-
Removes an existing gateway target from the
Space
this manager manages, will wait until the gateway target is removed from all
of the
SpaceInstance
s that belong to this space.
- removeGridServiceAgentsWithoutZone() - Method in class org.openspaces.admin.pu.elastic.config.DiscoveredMachineProvisioningConfigurer
-
Deprecated.
- removeGroups(String[]) - Method in interface net.jini.discovery.DiscoveryGroupManagement
-
Deletes a set of group names from the managed set of groups.
- removeGroups(String[]) - Method in class net.jini.discovery.LookupDiscovery
-
Remove a set of groups from the set to be discovered.
- removeGroups(String[]) - Method in class net.jini.discovery.LookupDiscoveryManager
-
Deletes a set of group names from the managed set of groups.
- removeGroups(String[]) - Method in interface net.jini.discovery.LookupDiscoveryRegistration
-
Deletes a set of group names from this registration's managed set of
groups.
- removeIfPending(TaskManager.Task) - Method in class com.sun.jini.thread.TaskManager
-
Remove a task if it is pending (not active).
- removeLifecycleEventListener(ProcessingUnitInstanceLifecycleEventListener) - Method in interface org.openspaces.admin.machine.Machine
-
- removeLifecycleListener(ApplicationLifecycleEventListener) - Method in interface org.openspaces.admin.application.Applications
-
- removeLifecycleListener(ElasticServiceManagerLifecycleEventListener) - Method in interface org.openspaces.admin.esm.ElasticServiceManagers
-
- removeLifecycleListener(GatewayProcessingUnitLifecycleEventListener) - Method in interface org.openspaces.admin.gateway.GatewayProcessingUnits
-
- removeLifecycleListener(GatewayLifecycleEventListener) - Method in interface org.openspaces.admin.gateway.Gateways
-
- removeLifecycleListener(GridServiceAgentLifecycleEventListener) - Method in interface org.openspaces.admin.gsa.GridServiceAgents
-
- removeLifecycleListener(GridServiceContainerLifecycleEventListener) - Method in interface org.openspaces.admin.gsc.GridServiceContainers
-
- removeLifecycleListener(GridServiceManagerLifecycleEventListener) - Method in interface org.openspaces.admin.gsm.GridServiceManagers
-
- removeLifecycleListener(LookupServiceLifecycleEventListener) - Method in interface org.openspaces.admin.lus.LookupServices
-
- removeLifecycleListener(SpaceInstanceLifecycleEventListener) - Method in interface org.openspaces.admin.machine.Machine
-
- removeLifecycleListener(ProcessingUnitInstanceLifecycleEventListener) - Method in interface org.openspaces.admin.pu.ProcessingUnit
-
- removeLifecycleListener(ProcessingUnitLifecycleEventListener) - Method in interface org.openspaces.admin.pu.ProcessingUnits
-
- removeLifecycleListener(ProcessingUnitInstanceLifecycleEventListener) - Method in interface org.openspaces.admin.pu.ProcessingUnits
-
- removeLifecycleListener(SpaceInstanceLifecycleEventListener) - Method in interface org.openspaces.admin.space.Space
-
- removeLifecycleListener(SpaceLifecycleEventListener) - Method in interface org.openspaces.admin.space.Spaces
-
- removeLifecycleListener(SpaceInstanceLifecycleEventListener) - Method in interface org.openspaces.admin.space.Spaces
-
- removeLifecycleListener(SpaceInstanceLifecycleEventListener) - Method in interface org.openspaces.admin.vm.VirtualMachine
-
- removeLifecycleListener(VirtualMachineLifecycleEventListener) - Method in interface org.openspaces.admin.vm.VirtualMachines
-
- removeLifecycleListener(SpaceInstanceLifecycleEventListener) - Method in interface org.openspaces.admin.zone.Zone
-
- removeLifeycleListener(MachineLifecycleEventListener) - Method in interface org.openspaces.admin.machine.Machines
-
- removeLifeycleListener(ZoneLifecycleEventListener) - Method in interface org.openspaces.admin.zone.Zones
-
- removeListener(EventRegistration) - Method in interface com.gigaspaces.events.DataEventSession
-
Unregisters the listener from the space.
- removeListener(CacheListener) - Method in interface com.j_spaces.javax.cache.Cache
-
Deprecated.
Remove a listener from the list of cache listeners.
- removeListener(ServiceDiscoveryListener) - Method in interface net.jini.lookup.LookupCache
-
Removes a ServiceDiscoveryListener
object from the set
of listeners currently registered with the LookupCache
.
- removeListener(CacheListener) - Method in class org.openspaces.core.DefaultGigaMap
-
- removeLocators(LookupLocator[]) - Method in interface net.jini.discovery.DiscoveryLocatorManagement
-
Deletes a set of locators from the managed set of locators, and discards
any already-discovered lookup service that corresponds to a deleted
locator.
- removeLocators(LookupLocator[]) - Method in class net.jini.discovery.LookupDiscoveryManager
-
Deletes a set of locators from the managed set of locators, and discards
any already-discovered lookup service that corresponds to a deleted
locator.
- removeLocators(LookupLocator[]) - Method in interface net.jini.discovery.LookupDiscoveryRegistration
-
Deletes a set of of LookupLocator objects from this registration's
managed set of locators.
- removeLocators(LookupLocator[]) - Method in class net.jini.discovery.LookupLocatorDiscovery
-
Deletes a set of locators from the managed set of locators, and discards
any already-discovered lookup service that corresponds to a deleted
locator.
- removeLookupGroups(String[]) - Method in class com.sun.jini.mahalo.TxnManagerImpl
-
- removeLookupGroups(String[]) - Method in class com.sun.jini.reggie.GigaRegistrar
-
- removeLookupGroups(String[]) - Method in interface net.jini.admin.JoinAdmin
-
Remove groups from the set to join.
- removeLookupLocators(LookupLocator[]) - Method in class com.sun.jini.mahalo.TxnManagerImpl
-
- removeLookupLocators(LookupLocator[]) - Method in class com.sun.jini.reggie.GigaRegistrar
-
- removeLookupLocators(LookupLocator[]) - Method in interface net.jini.admin.JoinAdmin
-
Remove locators for specific lookup services from the set to join.
- removeLookupLocatorsChangeListener(LookupLocatorsChangeListener) - Method in class net.jini.discovery.dynamic.DynamicLookupLocatorDiscovery
-
- removeLookupLocatorsChangeListener(LookupLocatorsChangeListener) - Method in class net.jini.discovery.dynamic.ServiceRegistrarServiceDiscoveryListener
-
- removeMemberGroups(String[]) - Method in class com.sun.jini.reggie.GigaRegistrar
-
- removeMemberGroups(String[]) - Method in interface net.jini.lookup.DiscoveryAdmin
-
Deletes the elements of the given set of names from the set whose
elements are the names of the groups in which the lookup service is
currently a member.
- removeNode(LoadBalancerNodeInfo) - Method in class org.openspaces.pu.container.jee.lb.apache.LoadBalancerInfo
-
- removeNotificationListener(NotificationListener) - Method in class org.openspaces.pu.container.servicegrid.jmxs.SecuredPUExtension
-
- removeNotificationListener(NotificationListener, NotificationFilter, Object) - Method in class org.openspaces.pu.container.servicegrid.jmxs.SecuredPUExtension
-
- removeProcessingUnitInstanceLifecycleEventListener(ProcessingUnitInstanceLifecycleEventListener) - Method in interface org.openspaces.admin.gsc.GridServiceContainer
-
Removes a processing unit lifecycle listener to the container.
- removeProcessingUnitInstanceLifecycleEventListener(ProcessingUnitInstanceLifecycleEventListener) - Method in interface org.openspaces.admin.vm.VirtualMachine
-
- removeProcessingUnitInstanceLifecycleEventListener(ProcessingUnitInstanceLifecycleEventListener) - Method in interface org.openspaces.admin.zone.Zone
-
- removeProperty(String) - Method in class com.gigaspaces.document.SpaceDocument
- removeSuccesfullyStartedFutureAgents(MachinesSlaEnforcementState.StateKey, GridServiceAgentFutures) - Method in class org.openspaces.grid.gsm.machines.MachinesSlaEnforcementState
-
- renew(long) - Method in class com.j_spaces.core.client.GSIterator
-
Used to renew the iterator's lease for an additional period of time, specified in
milliseconds.
- renew(LeasedResource, long) - Method in class com.sun.jini.landlord.FixedLeasePeriodPolicy
-
- renew(Uuid, long) - Method in interface com.sun.jini.landlord.Landlord
-
Called by the lease when its
renew
method is called.
- renew(LeasedResource, long) - Method in interface com.sun.jini.landlord.LeasePeriodPolicy
-
Calculate the expiration and duration for an
existing lease that is being renewed.
- renew(Uuid, long) - Method in interface com.sun.jini.landlord.LocalLandlord
-
Renew the lease that is associated with the given cookie.
- renew(long) - Method in class com.sun.jini.lease.AbstractLease
-
Renew the lease for a duration relative to now.
- renew(long) - Method in class com.sun.jini.mahalo.MahaloTxnBasicLease
-
Renew the lease for a duration relative to now.
- renew(Uuid, long) - Method in class com.sun.jini.mahalo.TxnManagerImpl
-
Requests the renewal of a lease on a Transaction
.
- renew(long) - Method in interface net.jini.core.lease.Lease
-
Used to renew a lease for an additional period of time, specified in
milliseconds.
- RENEWAL_FAILURE_EVENT_ID - Static variable in interface net.jini.lease.LeaseRenewalSet
-
The event id for all RenewalFailureEvent
objects.
- RenewalFailureEvent - Class in net.jini.lease
-
Event generated by a lease renewal set when it can't renew a lease it
is responsible for.
- RenewalFailureEvent(LeaseRenewalSet, long, MarshalledObject) - Constructor for class net.jini.lease.RenewalFailureEvent
-
Simple constructor.
- renewAll(Uuid[], long[]) - Method in interface com.sun.jini.landlord.Landlord
-
Called by the lease map when its
renewAll
method is called.
- renewAll() - Method in class com.sun.jini.landlord.LandlordLeaseMap
-
- renewAll(LocalLandlord, Uuid[], long[]) - Static method in class com.sun.jini.landlord.LandlordUtil
-
Call landlord.renew()
for each object in
cookie[]
, passing cookie[i]
and
durations[i]
.
- renewAll(Uuid[], long[]) - Method in class com.sun.jini.mahalo.TxnManagerImpl
-
Bulk renewal request of leases on Transaction
s.
- renewAll() - Method in interface net.jini.core.lease.LeaseMap
-
Renews all leases in the LeaseMap, using their current values as
the renewal durations.
- renewDuration(long) - Method in class org.openspaces.events.notify.SimpleNotifyContainerConfigurer
-
Deprecated.
- renewed(LeasedResource) - Method in class com.sun.jini.mahalo.LeaseExpirationMgr
-
- renewed(LeasedResource) - Method in interface com.sun.jini.mahalo.LeaseManager
-
Notifies the manager of a lease being renewed.
- renewEventLease(long, Uuid, long) - Method in class com.sun.jini.reggie.GigaRegistrar
-
- renewEventLease(long, Uuid, long) - Method in interface com.sun.jini.reggie.Registrar
-
Renews an event lease.
- renewExpiration(long) - Method in class org.openspaces.events.notify.SimpleNotifyContainerConfigurer
-
Deprecated.
- renewFor(Lease, long, LeaseListener) - Method in class net.jini.lease.LeaseRenewalManager
-
Include a lease in the managed set for a specified duration.
- renewFor(Lease, long, long, LeaseListener) - Method in class net.jini.lease.LeaseRenewalManager
-
Include a lease in the managed set for a specified duration and
with specified renewal duration.
- renewFor(Lease, long, long) - Method in interface net.jini.lease.LeaseRenewalSet
-
Include a client lease in the set for a specified duration and
with a specified renewal duration.
- renewFor(Lease, long) - Method in interface net.jini.lease.LeaseRenewalSet
-
Include a client lease in the set for a specified duration.
- renewLease(TransactionManager, long, long) - Method in interface net.jini.core.transaction.server.TransactionParticipant
-
Notify the transaction participant about transaction lease renewal
- renewLeases(Object[], Uuid[], long[]) - Method in class com.sun.jini.reggie.GigaRegistrar
-
- renewLeases(Object[], Uuid[], long[]) - Method in interface com.sun.jini.reggie.Registrar
-
Renews service and event leases from a LeaseMap.
- RenewResults(long[]) - Constructor for class com.sun.jini.landlord.Landlord.RenewResults
-
Create a RenewResults
object setting the field
granted
to the passed value, and denied
to null
.
- RenewResults(long[], Exception[]) - Constructor for class com.sun.jini.landlord.Landlord.RenewResults
-
Create a RenewResults
object setting the field
granted
and denied
fields to the
passed values.
- RenewResults - Class in com.sun.jini.reggie
-
- RenewResults(long[], Exception[]) - Constructor for class com.sun.jini.reggie.RenewResults
-
Simple constructor
- renewRTT(long) - Method in class org.openspaces.events.notify.SimpleNotifyContainerConfigurer
-
Deprecated.
- renewServiceLease(ServiceID, Uuid, long) - Method in class com.sun.jini.reggie.GigaRegistrar
-
- renewServiceLease(ServiceID, Uuid, long) - Method in interface com.sun.jini.reggie.Registrar
-
Renews a service lease.
- renewUntil(Lease, long, LeaseListener) - Method in class net.jini.lease.LeaseRenewalManager
-
Include a lease in the managed set until a specified time.
- renewUntil(Lease, long, long, LeaseListener) - Method in class net.jini.lease.LeaseRenewalManager
-
Include a lease in the managed set until a specified time and
with a specified renewal duration.
- REPEATABLE_READ - Static variable in class com.gigaspaces.client.CountModifiers
-
When a search for matching entries encounters an entry locked under a different uncommitted transaction,
the lock is honored and the entry is skipped (if the operation is invoked with a timeout
it will block until the entry will be released or the timeout expires).
- REPEATABLE_READ - Static variable in class com.gigaspaces.client.ReadModifiers
-
When a search for matching entries encounters an entry locked under a different uncommitted transaction,
the lock is honored and the entry is skipped (if the operation is invoked with a timeout
it will block until the entry will be released or the timeout expires).
- REPEATABLE_READ - Static variable in class com.j_spaces.core.client.ReadModifiers
-
Allows read operations to have visibility of entities that are not
write-locked or
exclusively-locked
by active
transactions.
- replace(LocalCacheElement) - Method in class org.openspaces.memcached.SpaceCache
-
- replaceAllocatedCapacity(AbstractMachinesSlaPolicy) - Method in interface org.openspaces.grid.gsm.machines.MachinesSlaEnforcementEndpoint
-
Replaces the allocated capacity of the specified sla zones, with the allocated capacity
- replaceAllocatedCapacity(MachinesSlaEnforcementState.StateKey, Admin) - Method in class org.openspaces.grid.gsm.machines.MachinesSlaEnforcementState
-
Changes the key.zone of the allocated capacity to match the exact zone of the agent
- replaceAllocation(String, String) - Method in class org.openspaces.grid.gsm.machines.MachinesSlaEnforcementState
-
- replaceBeanAssignableTo(Class<?>[], String, Map<String, String>) - Method in interface org.openspaces.core.bean.BeanServer
-
Assuming there is at most one enabled bean that implements one of the specified interfaces,
puts the specified configuration and enables a new bean in its place.
- replaceBeanAssignableTo(Class<?>[], String, Map<String, String>) - Method in class org.openspaces.core.bean.DefaultBeanServer
-
- replacement - Variable in class com.sun.jini.reggie.EntryClass
-
An instance containing only name and hash, no superclass info.
- replacePlaceholders(Map<String, String>, String) - Static method in class org.openspaces.core.util.PlaceholderReplacer
-
Replaces each occurence of ${SOME_VALUE} with the varible SOME_VALUE in 'variables'
If any error occures during parsing, i.e: variable doesn't exist, bad syntax, etc...
- replaceRegistration(Object) - Method in class net.jini.lookup.JoinManager
-
Registers a new reference to the service with all current and future
discovered lookup services.
- replaceRegistration(Object, Entry[]) - Method in class net.jini.lookup.JoinManager
-
Registers a new reference to the service with all current and future
discovered lookup services, applying semantics identical to the
one-argument form of this method, except with respect to the
registration of the given attribute sets.
- replicable(boolean) - Method in class com.gigaspaces.metadata.SpaceTypeDescriptorBuilder
-
Sets whether this type is replicable or not.
- REPLICATE_NOTIFY_TEMPLATE - Static variable in class org.openspaces.events.notify.AggregatedNotifyEventContainerServiceDetails.Attributes
-
- REPLICATE_NOTIFY_TEMPLATE - Static variable in class org.openspaces.events.notify.NotifyEventContainerServiceDetails.Attributes
-
- replicated(boolean, int) - Method in class org.openspaces.admin.memcached.MemcachedDeployment
-
A convenient method allowing to easily configure the space deployment to deploy a
replicated (either sync or async) topology with numberOfInstances
instances.
- replicated(boolean, int) - Method in class org.openspaces.admin.pu.ProcessingUnitDeployment
-
A convenient method allowing to easily configure the space deployment to deploy a
replicated (either sync or async) topology with numberOfInstances
instances.
- replicated(boolean, int) - Method in class org.openspaces.admin.space.SpaceDeployment
-
A convenient method allowing to easily configure the space deployment to deploy a
replicated (either sync or async) topology with numberOfInstances
instances.
- replicateNotifyTemplate(boolean) - Method in class org.openspaces.events.notify.SimpleNotifyContainerConfigurer
-
- ReplicateNotifyTemplateType - Enum in org.openspaces.events.notify
-
If using a replicated space controls if the listener will be replicated between all the
replicated cluster members.
- REPLICATION_BLOBSTORE_SYNC_LIST_BATCH_SIZE - Static variable in class com.j_spaces.kernel.SystemProperties
-
- REPLICATION_BLOBSTORE_SYNC_LIST_BATCH_SIZE_DEFAULT - Static variable in class com.j_spaces.kernel.SystemProperties
-
- REPLICATION_STATUS - Static variable in class org.openspaces.admin.alert.alerts.MirrorPersistenceFailureAlert
-
- REPLICATION_STATUS - Static variable in class org.openspaces.admin.alert.alerts.ReplicationChannelDisconnectedAlert
-
- REPLICATION_STATUS - Static variable in class org.openspaces.admin.alert.alerts.ReplicationRedoLogOverflowToDiskAlert
-
- REPLICATION_STATUS - Static variable in class org.openspaces.admin.alert.alerts.ReplicationRedoLogSizeAlert
-
- REPLICATION_STATUS_ACTIVE - Static variable in interface com.j_spaces.core.admin.IRemoteJSpaceAdmin
-
- REPLICATION_STATUS_DISABLED - Static variable in interface com.j_spaces.core.admin.IRemoteJSpaceAdmin
-
- REPLICATION_STATUS_DISCONNECTED - Static variable in interface com.j_spaces.core.admin.IRemoteJSpaceAdmin
-
- REPLICATION_USE_BLOBSTORE_SYNC_LIST - Static variable in class com.j_spaces.kernel.SystemProperties
-
- REPLICATION_USE_BLOBSTORE_SYNC_LIST_DEFAULT - Static variable in class com.j_spaces.kernel.SystemProperties
-
- ReplicationChannelDisconnectedAlert - Class in org.openspaces.admin.alert.alerts
-
A replication channel disconnection alert, fired upon a disconnected channel between a source
(primary Space) and it's target (backup Space or Mirror).
- ReplicationChannelDisconnectedAlert() - Constructor for class org.openspaces.admin.alert.alerts.ReplicationChannelDisconnectedAlert
-
required by java.io.Externalizable
- ReplicationChannelDisconnectedAlert(Alert) - Constructor for class org.openspaces.admin.alert.alerts.ReplicationChannelDisconnectedAlert
-
- ReplicationChannelDisconnectedAlertConfiguration - Class in org.openspaces.admin.alert.config
-
A replication channel disconnection alert configuration.
- ReplicationChannelDisconnectedAlertConfiguration() - Constructor for class org.openspaces.admin.alert.config.ReplicationChannelDisconnectedAlertConfiguration
-
Constructs an empty replication channel disconnection configuration.
- ReplicationChannelDisconnectedAlertConfigurer - Class in org.openspaces.admin.alert.config
-
A replication channel disconnection alert configurer.
- ReplicationChannelDisconnectedAlertConfigurer() - Constructor for class org.openspaces.admin.alert.config.ReplicationChannelDisconnectedAlertConfigurer
-
Constructs an empty replication channel disconnection alert configuration.
- ReplicationFilterException - Exception in com.j_spaces.core.cluster
-
- ReplicationFilterException(String) - Constructor for exception com.j_spaces.core.cluster.ReplicationFilterException
-
Constructs an ReplicationFilterException with the specified detail message.
- ReplicationFilterException(String, Throwable) - Constructor for exception com.j_spaces.core.cluster.ReplicationFilterException
-
Constructs an ReplicationFilterException with the specified detail message and cause.
- ReplicationFilterException(String, Throwable, String, String, String, int) - Constructor for exception com.j_spaces.core.cluster.ReplicationFilterException
-
Constructs an ReplicationFilterException with the specified detail message, source and target member.
- ReplicationFilterProvider - Class in com.j_spaces.core.cluster
-
- ReplicationFilterProvider(IReplicationFilter, IReplicationFilter) - Constructor for class com.j_spaces.core.cluster.ReplicationFilterProvider
-
Constructs a new replication filter provider with both an input filter and output filter.
- replicationFilterProvider(ReplicationFilterProviderFactory) - Method in class org.openspaces.core.space.EmbeddedSpaceConfigurer
-
- replicationFilterProvider(ReplicationFilterProviderFactory) - Method in class org.openspaces.core.space.UrlSpaceConfigurer
-
- ReplicationFilterProviderFactory - Interface in org.openspaces.core.space.filter.replication
-
- ReplicationOperationType - Enum in com.j_spaces.core.cluster
-
Represents all the possible operation types
that can be replicated.
- ReplicationPolicy - Class in com.j_spaces.core.cluster
-
- ReplicationPolicy() - Constructor for class com.j_spaces.core.cluster.ReplicationPolicy
-
Just for Externalizable.
- ReplicationPolicy(String, String, List<String>, List<SpaceURL>, String, Hashtable<String, ReplicationPolicy.ReplicationPolicyDescription>, SyncReplPolicy, MultiBucketReplicationPolicy, SwapBacklogConfig) - Constructor for class com.j_spaces.core.cluster.ReplicationPolicy
-
- ReplicationPolicy.ReplicationPolicyDescription - Class in com.j_spaces.core.cluster
-
Replication policy description for every member.
- ReplicationPolicyDescription() - Constructor for class com.j_spaces.core.cluster.ReplicationPolicy.ReplicationPolicyDescription
-
- ReplicationRedoLogOverflowToDiskAlert - Class in org.openspaces.admin.alert.alerts
-
A replication redo-log overflow to disk alert, fired when the redo-log exceeds the defined
redo-log memory capacity and overflows to disk.
- ReplicationRedoLogOverflowToDiskAlert() - Constructor for class org.openspaces.admin.alert.alerts.ReplicationRedoLogOverflowToDiskAlert
-
required by java.io.Externalizable
- ReplicationRedoLogOverflowToDiskAlert(Alert) - Constructor for class org.openspaces.admin.alert.alerts.ReplicationRedoLogOverflowToDiskAlert
-
- ReplicationRedoLogOverflowToDiskAlertConfiguration - Class in org.openspaces.admin.alert.config
-
A replication redo log overflow to disk alert configuration.
- ReplicationRedoLogOverflowToDiskAlertConfiguration() - Constructor for class org.openspaces.admin.alert.config.ReplicationRedoLogOverflowToDiskAlertConfiguration
-
Constructs an empty configuration.
- ReplicationRedoLogOverflowToDiskAlertConfigurer - Class in org.openspaces.admin.alert.config
-
A replication redo log overflow to disk alert configurer.
- ReplicationRedoLogOverflowToDiskAlertConfigurer() - Constructor for class org.openspaces.admin.alert.config.ReplicationRedoLogOverflowToDiskAlertConfigurer
-
Constructs an empty alert configuration.
- ReplicationRedoLogSizeAlert - Class in org.openspaces.admin.alert.alerts
-
A replication redo-log size alert, fired upon redo-log increase, indicating that packets are not
being sent from a source Space to it's target Space (backup or mirror).
- ReplicationRedoLogSizeAlert() - Constructor for class org.openspaces.admin.alert.alerts.ReplicationRedoLogSizeAlert
-
required by java.io.Externalizable
- ReplicationRedoLogSizeAlert(Alert) - Constructor for class org.openspaces.admin.alert.alerts.ReplicationRedoLogSizeAlert
-
- ReplicationRedoLogSizeAlertConfiguration - Class in org.openspaces.admin.alert.config
-
A replication redo log size alert configuration.
- ReplicationRedoLogSizeAlertConfiguration() - Constructor for class org.openspaces.admin.alert.config.ReplicationRedoLogSizeAlertConfiguration
-
Constructs an empty configuration.
- ReplicationRedoLogSizeAlertConfigurer - Class in org.openspaces.admin.alert.config
-
A replication redo log size alert configurer.
- ReplicationRedoLogSizeAlertConfigurer() - Constructor for class org.openspaces.admin.alert.config.ReplicationRedoLogSizeAlertConfigurer
-
Constructs an empty alert configuration.
- ReplicationStatistics - Class in com.j_spaces.core.filters
-
Represents the current state of the replication module
- ReplicationStatistics() - Constructor for class com.j_spaces.core.filters.ReplicationStatistics
-
- ReplicationStatistics(ReplicationStatistics.OutgoingReplication) - Constructor for class com.j_spaces.core.filters.ReplicationStatistics
-
- ReplicationStatistics.ChannelState - Enum in com.j_spaces.core.filters
-
Specifies the current channel state
- ReplicationStatistics.OutgoingChannel - Class in com.j_spaces.core.filters
-
Expose outgoing replication channel statistics
- ReplicationStatistics.OutgoingReplication - Class in com.j_spaces.core.filters
-
- ReplicationStatistics.ReplicationMode - Enum in com.j_spaces.core.filters
-
- ReplicationStatistics.ReplicationOperatingMode - Enum in com.j_spaces.core.filters
-
Specifies the replication channel current operating mode.
- ReplicationStatus - Enum in org.openspaces.admin.space
-
The replication status from one
SpaceInstance
to its replication target.
- replicationStatusChanged(ReplicationStatusChangedEvent) - Method in class org.openspaces.admin.samples.TestEventSampler
-
- replicationStatusChanged(ReplicationStatusChangedEvent) - Method in interface org.openspaces.admin.space.events.ReplicationStatusChangedEventListener
-
Callback indicating that a replication status changed event has occured.
- ReplicationStatusChangedEvent - Class in org.openspaces.admin.space.events
-
- ReplicationStatusChangedEvent(SpaceInstance, ReplicationTarget, ReplicationStatus, ReplicationStatus) - Constructor for class org.openspaces.admin.space.events.ReplicationStatusChangedEvent
-
- ReplicationStatusChangedEventListener - Interface in org.openspaces.admin.space.events
-
- ReplicationStatusChangedEventManager - Interface in org.openspaces.admin.space.events
-
- ReplicationTarget - Class in org.openspaces.admin.space
-
Represents a replication target from one
SpaceInstance
to the
other.
- ReplicationTarget(InternalSpaceInstance, ReplicationStatus, String, ReplicationTargetType) - Constructor for class org.openspaces.admin.space.ReplicationTarget
-
- ReplicationTargetType - Enum in org.openspaces.admin.space
-
Specified the replication target type
- replTransmissionPolicies - Variable in class com.j_spaces.core.cluster.ReplicationPolicy.ReplicationPolicyDescription
-
- report(List<MetricRegistrySnapshot>) - Method in class com.gigaspaces.metrics.MetricReporter
-
- report(MetricRegistrySnapshot) - Method in class com.gigaspaces.metrics.MetricReporter
-
- report(MetricRegistrySnapshot, MetricTagsSnapshot, MetricGroupSnapshot) - Method in class com.gigaspaces.metrics.MetricReporter
-
- report(MetricRegistrySnapshot, MetricTagsSnapshot, String, Object) - Method in class com.gigaspaces.metrics.MetricReporter
-
- report(List<MetricRegistrySnapshot>) - Method in class com.gigaspaces.metrics.reporters.ConsoleReporter
-
- report(MetricRegistrySnapshot) - Method in class com.gigaspaces.metrics.reporters.ConsoleReporter
-
- report(MetricRegistrySnapshot, MetricTagsSnapshot, MetricGroupSnapshot) - Method in class com.gigaspaces.metrics.reporters.ConsoleReporter
-
- report(MetricRegistrySnapshot, MetricTagsSnapshot, String, Object) - Method in class com.gigaspaces.metrics.reporters.ConsoleReporter
-
- reportDone(TaskManager.Task, Object) - Method in class com.sun.jini.mahalo.Job
-
- Reporter - Class in com.sun.jini.tool.envcheck
-
A class which provides a standard way to report the results of
a test.
- Reporter.Message - Class in com.sun.jini.tool.envcheck
-
A container of message information to be processed by
Reporter
.
- represents(ChangeOperation) - Static method in class com.gigaspaces.sync.change.AddAllToCollectionOperation
-
- represents(ChangeOperation) - Static method in class com.gigaspaces.sync.change.AddToCollectionOperation
-
- represents(ChangeOperation) - Static method in class com.gigaspaces.sync.change.IncrementOperation
-
- represents(ChangeOperation) - Static method in class com.gigaspaces.sync.change.PutInMapOperation
-
- represents(ChangeOperation) - Static method in class com.gigaspaces.sync.change.RemoveFromCollectionOperation
-
- represents(ChangeOperation) - Static method in class com.gigaspaces.sync.change.RemoveFromMapOperation
-
- represents(ChangeOperation) - Static method in class com.gigaspaces.sync.change.SetOperation
-
- represents(ChangeOperation) - Static method in class com.gigaspaces.sync.change.UnsetOperation
-
- REQUESTS_THROUGHPUT - Static variable in class org.openspaces.pu.container.jee.stats.WebRequestsServiceMonitors.Attributes
-
- RequestStatisticsFilter - Class in org.openspaces.pu.container.jee.stats
-
A simple statistics filter that counts the total processed and failed (i.e. resulted in an exception) requests,
as well as the number of active requests.
- RequestStatisticsFilter() - Constructor for class org.openspaces.pu.container.jee.stats.RequestStatisticsFilter
-
- REQUIRED_CONSISTENCY_LEVEL - Static variable in class com.j_spaces.kernel.SystemProperties
-
- REQUIRED_CONSISTENCY_LEVEL_DEFAULT - Static variable in class com.j_spaces.kernel.SystemProperties
-
- RequiredDependenciesCommandLineParser - Class in org.openspaces.pu.container.support
-
Converts RequiredDependencies
to command-line parameters (GSM Operational String)
Currently supported are only dependencies that are required before a ProcessingUnit instance is deployed on a GSC.
- RequiredDependenciesCommandLineParser() - Constructor for class org.openspaces.pu.container.support.RequiredDependenciesCommandLineParser
-
- RequireDlPermProvider - Class in net.jini.loader.pref
-
An
RMIClassLoader
provider that supports preferred
classes and enforces
DownloadPermission
.
- RequireDlPermProvider() - Constructor for class net.jini.loader.pref.RequireDlPermProvider
-
Creates a new RequireDlPermProvider
.
- RequiredZonesConfig - Class in org.openspaces.admin.zone.config
-
A base class for PU zones
- RequiredZonesConfig(Map<String, String>) - Constructor for class org.openspaces.admin.zone.config.RequiredZonesConfig
-
- RequiredZonesConfig() - Constructor for class org.openspaces.admin.zone.config.RequiredZonesConfig
-
- Requirement - Interface in org.openspaces.pu.sla.requirement
-
A marker interface for requirements.
- requirements() - Method in class net.jini.core.constraint.InvocationConstraints
-
Returns an immutable set of all of the requirements.
- REQUIRES_BOOTSTRAP - Static variable in class org.openspaces.core.gateway.config.GatewaySinkBeanDefinitionParser
-
- requiresBootstrap() - Method in class org.openspaces.core.gateway.GatewaySinkServiceDetails
-
- requiresBootstrapOnStartup() - Method in interface org.openspaces.admin.gateway.GatewaySink
-
Returns whether this sink is configured to require a bootstrap on startup.
- requiresCandidateType() - Method in class org.openspaces.jpa.openjpa.StoreManagerSQLQuery
-
- requiresConcurrencyProtection() - Method in class com.gigaspaces.server.eviction.SpaceEvictionStrategy
-
- requiresIsolation(boolean) - Method in class org.openspaces.admin.memcached.MemcachedDeployment
-
Sets the requires Isolation.If true only a single service can run in this virtual machine.
- requiresIsolation(boolean) - Method in class org.openspaces.admin.pu.ProcessingUnitDeployment
-
- requiresIsolation(boolean) - Method in class org.openspaces.admin.space.SpaceDeployment
-
- requiresParameterDeclarations() - Method in class org.openspaces.jpa.openjpa.StoreManagerSQLQuery
-
- rescheduleTaskIfNecessary(Object) - Method in class org.openspaces.events.AbstractEventListenerContainer
-
Take the given task object and reschedule it, either immediately if this container is
currently running, or later once this container has been restarted.
- reservationIdsToString(FutureGridServiceAgent[]) - Static method in class org.openspaces.grid.gsm.machines.MachinesSlaUtils
-
- reservedMemoryCapacityPerMachine(long, MemoryUnit) - Method in class org.openspaces.admin.pu.elastic.config.DiscoveredMachineProvisioningConfigurer
-
- reservedMemoryCapacityPerMachine(String) - Method in class org.openspaces.admin.pu.elastic.config.DiscoveredMachineProvisioningConfigurer
-
- reservedMemoryCapacityPerManagementMachine(long, MemoryUnit) - Method in class org.openspaces.admin.pu.elastic.config.DiscoveredMachineProvisioningConfigurer
-
- reservedMemoryCapacityPerManagementMachine(String) - Method in class org.openspaces.admin.pu.elastic.config.DiscoveredMachineProvisioningConfigurer
-
- reset() - Method in class com.gigaspaces.metrics.LongCounter
-
Resets the counter to zero.
- reset() - Method in class com.sun.jini.thread.RetryTask
-
Reset values for a new use of this task.
- reset() - Method in class net.jini.io.OptimizedByteArrayOutputStream
-
Resets the count
field of this byte array output
stream to zero, so that all currently accumulated output in the
output stream is discarded.
- reset() - Method in class org.openspaces.grid.gsm.machines.BinPackingSolver
-
cleans AllocatedResult and DeallocatedResult
Used for unit testing
- reset() - Method in class org.openspaces.jpa.openjpa.query.SpaceProjectionResultObjectProvider
-
- reset() - Method in class org.openspaces.jpa.openjpa.query.SpaceResultObjectProvider
-
- resetContext() - Static method in class com.j_spaces.sadapter.datasource.BulkDataPersisterContext
-
Resets the current context
- resolveAlertForGcDurationOf(long, TimeUnit) - Method in class org.openspaces.admin.alert.config.GarbageCollectionAlertConfigurer
-
Resolve a previously raised alert if gc took less than the specified period of time.
- resolveAlertIfCpuBelow(int) - Method in class org.openspaces.admin.alert.config.CpuUtilizationAlertConfigurer
-
Resolve the previously raised alert if CPU is below the specified threshold for a period of
time.
- resolveAlertIfHeapBelow(int) - Method in class org.openspaces.admin.alert.config.HeapMemoryUtilizationAlertConfigurer
-
Resolve the previously raised alert if heap utilization goes below the specified threshold
for a period of time.
- resolveAlertIfMemoryBelow(int) - Method in class org.openspaces.admin.alert.config.PhysicalMemoryUtilizationAlertConfigurer
-
Resolve the previously raised alert if physical memory goes below the specified threshold for
a period of time.
- resolveAlertIfRedoLogSizeBelow(int) - Method in class org.openspaces.admin.alert.config.ReplicationRedoLogSizeAlertConfigurer
-
Resolve a previously raised alert if the number of packets in the redo log goes below the specified threshold.
- resolveClass(ObjectStreamClass) - Method in class net.jini.io.MarshalInputStream
-
Resolves the appropriate
Class
object for the stream
class descriptor
classDesc
.
- RESOLVED - Static variable in class org.openspaces.admin.alert.AlertStatus
-
RESOLVED is an alert status indicating that a raised alert has been resolved.
- resolveId(Element, AbstractBeanDefinition, ParserContext) - Method in class org.openspaces.pu.sla.config.SLABeanDefinitionParser
-
- resolvePlaceholders(BeanLevelProperties, File) - Static method in class org.openspaces.pu.container.support.BeanLevelPropertiesUtils
-
- resolvePlaceholders(String, BeanLevelProperties) - Static method in class org.openspaces.pu.container.support.BeanLevelPropertiesUtils
-
- resolveProxyClass(String[]) - Method in class net.jini.io.MarshalInputStream
-
Resolves the appropriate
Class
object for the proxy
class described by the interface names
interfaceNames
.
- ResourceApplicationContext - Class in org.openspaces.pu.container.support
-
- ResourceApplicationContext(Resource[], ApplicationContext) - Constructor for class org.openspaces.pu.container.support.ResourceApplicationContext
-
Create this application context with a list of resources for configuration and an optional
parent application context (can be null
).
- ResourceApplicationContext(Resource[], ApplicationContext, ProcessingUnitContainerConfig) - Constructor for class org.openspaces.pu.container.support.ResourceApplicationContext
-
- ResourceCapacityExceededException - Exception in org.openspaces.core
-
- ResourceCapacityExceededException(ResourceCapacityExceededException) - Constructor for exception org.openspaces.core.ResourceCapacityExceededException
-
- ResourceCapacityExceededException(String, Throwable) - Constructor for exception org.openspaces.core.ResourceCapacityExceededException
-
- ResourceLazyLoadingScript - Class in org.openspaces.remoting.scripting
-
A resource lazy loading script is a lazy loading script that uses Spring abstraction
on top of resources on top of a resource.
- ResourceLazyLoadingScript() - Constructor for class org.openspaces.remoting.scripting.ResourceLazyLoadingScript
-
- ResourceLazyLoadingScript(String, String, String) - Constructor for class org.openspaces.remoting.scripting.ResourceLazyLoadingScript
-
Constructs a new lazy loading sctipt.
- response - Variable in class org.openspaces.memcached.protocol.ResponseMessage
-
- ResponseMessage - Class in org.openspaces.memcached.protocol
-
Represents the response to a command.
- ResponseMessage(CommandMessage) - Constructor for class org.openspaces.memcached.protocol.ResponseMessage
-
- restart() - Method in interface org.openspaces.admin.AgentGridComponent
-
Restarts the grid component.
- restart() - Method in interface org.openspaces.admin.pu.ProcessingUnitInstance
-
Restarts the processing unit instance.
- restartAndWait() - Method in interface org.openspaces.admin.pu.ProcessingUnitInstance
-
Restarts the processing unit instance and waits indefinitely for the restarted processing unit instance
returning it.
- restartAndWait(long, TimeUnit) - Method in interface org.openspaces.admin.pu.ProcessingUnitInstance
-
Restarts the processing unit instance and waits for the restarted processing unit instance
returning it for the provided timeout.
- restartOnExit(GSProcessRestartOnExit) - Method in class org.openspaces.admin.gsa.GridServiceContainerOptions
-
Sets the agent policy for be restart the container on exit.
- restartProcessingUnitInstanceAsync(ProcessingUnitInstance, Log, long, TimeUnit) - Static method in class org.openspaces.grid.gsm.rebalancing.RebalancingUtils
-
- RestBeanDefinitionParser - Class in org.openspaces.core.config
-
- RestBeanDefinitionParser() - Constructor for class org.openspaces.core.config.RestBeanDefinitionParser
-
- Result(long, long) - Constructor for class com.sun.jini.landlord.LeasePeriodPolicy.Result
-
Simple constructor to create a new Result
object.
- result - Variable in class org.openspaces.remoting.EventDrivenSpaceRemotingEntry
-
Deprecated.
- ResultNotReadyException - Exception in com.sun.jini.mahalo
-
- ResultNotReadyException() - Constructor for exception com.sun.jini.mahalo.ResultNotReadyException
-
- ResultNotReadyException(String) - Constructor for exception com.sun.jini.mahalo.ResultNotReadyException
-
- results - Variable in class com.sun.jini.mahalo.Job
-
- retainAll(Collection<?>) - Method in class org.openspaces.core.util.ConcurrentHashSet
-
- retryable(Throwable) - Static method in class com.sun.jini.constants.ThrowableConstants
-
Attempt to classify the passed Throwable
in terms of
what it implies about the probability of success of future operations
on the object that threw the exception.
- RetryTask - Class in com.sun.jini.thread
-
- RetryTask(TaskManager, WakeupManager) - Constructor for class com.sun.jini.thread.RetryTask
-
Create a new RetryTask
that will be scheduled with
the given task manager, and which will perform retry scheduling
using the given wakeup manager.
- retryTime() - Method in class com.sun.jini.thread.RetryTask
-
Return the next time at which we should make another attempt.
- RETURN_DETAILED_RESULTS - Static variable in class com.gigaspaces.client.ChangeModifiers
-
- RETURN_PREV_ON_UPDATE - Static variable in class com.gigaspaces.client.WriteModifiers
-
If the entry already exists in the space, return the old entry in the result.
- RETURN_PREV_ON_UPDATE - Static variable in class com.j_spaces.core.client.UpdateModifiers
-
Determines if an update operation should return the previous entry in the lease.
- returnFirstResult(boolean) - Method in class org.openspaces.remoting.ExecutorRemotingProxyConfigurer
-
- reverse(LogEntryMatcher) - Static method in class com.gigaspaces.log.LogEntryMatchers
-
- ReverseLogEntryMatcher - Class in com.gigaspaces.log
-
A streaming log entry matcher that allows to traverse the log entries in a streaming manner in a
reverse order.
- ReverseLogEntryMatcher(LogEntryMatcher) - Constructor for class com.gigaspaces.log.ReverseLogEntryMatcher
-
- rightShift(Object) - Method in class org.openspaces.admin.gateway.events.DefaultGatewayAddedEventManager
-
- rightShift(Object) - Method in class org.openspaces.admin.gateway.events.DefaultGatewayProcessingUnitAddedEventManager
-
- rightShift(Object) - Method in class org.openspaces.admin.gateway.events.DefaultGatewayProcessingUnitRemovedEventManager
-
- rightShift(Object) - Method in class org.openspaces.admin.gateway.events.DefaultGatewayRemovedEventManager
-
- RMI_CLIENT_GC_INTERVAL - Static variable in class com.j_spaces.kernel.SystemProperties
-
When it is necessary to ensure that DGC clean calls for unreachable remote
references are delivered in a timely fashion, the value of this property
represents the maximum interval (in milliseconds) that the RMI runtime
will allow between garbage collections of the local heap.
- RMI_GC_DEFAULT_INTERVAL - Static variable in class com.j_spaces.kernel.SystemProperties
-
- RMI_PROTOCOL - Static variable in class com.j_spaces.core.client.SpaceURL
-
Deprecated.
rmi:// protocol.
- RMI_SERVER_GC_INTERVAL - Static variable in class com.j_spaces.kernel.SystemProperties
-
When it is necessary to ensure that unreachable remote objects are
unexported and garbage collected in a timely fashion, the value of this
property represents the maximum interval (in milliseconds) that the RMI
runtime will allow between garbage collections of the local heap.
- Role - Class in com.gigaspaces.security.directory
-
- Role(String) - Constructor for class com.gigaspaces.security.directory.Role
-
- Role(String, Authority...) - Constructor for class com.gigaspaces.security.directory.Role
-
- Role(String, String...) - Constructor for class com.gigaspaces.security.directory.Role
-
- RoleAlreadyExistsException - Exception in com.gigaspaces.security.directory
-
Thrown if an
RoleManager
implementation encounters a non unique user.
- RoleAlreadyExistsException() - Constructor for exception com.gigaspaces.security.directory.RoleAlreadyExistsException
-
Constructs a RoleAlreadyExistsException
with no detail message.
- RoleAlreadyExistsException(String) - Constructor for exception com.gigaspaces.security.directory.RoleAlreadyExistsException
-
Constructs a RoleAlreadyExistsException
with the specified detail message.
- RoleAlreadyExistsException(String, Throwable) - Constructor for exception com.gigaspaces.security.directory.RoleAlreadyExistsException
-
Creates a RoleAlreadyExistsException
with the specified detail message and
cause.
- RoleAlreadyExistsException(Throwable) - Constructor for exception com.gigaspaces.security.directory.RoleAlreadyExistsException
-
Creates a RoleAlreadyExistsException
with the specified cause and a detail
message of (cause==null ?
- RoleAuthority - Class in com.gigaspaces.security.authorities
-
Defines an association of a role by-name.
- RoleAuthority(String) - Constructor for class com.gigaspaces.security.authorities.RoleAuthority
-
A role authority with a specified role name.
- RoleAuthority.RolePrivilege - Enum in com.gigaspaces.security.authorities
-
Empty placeholder for Role privilege (part of authority format)
- RoleDataAccessException - Exception in com.gigaspaces.security.directory
-
Thrown if an
RoleManager
implementation cannot access a user record.
- RoleDataAccessException() - Constructor for exception com.gigaspaces.security.directory.RoleDataAccessException
-
Constructs a RoleDataAccessException
with no detail message.
- RoleDataAccessException(String) - Constructor for exception com.gigaspaces.security.directory.RoleDataAccessException
-
Constructs a RoleDataAccessException
with the specified detail message.
- RoleDataAccessException(String, Throwable) - Constructor for exception com.gigaspaces.security.directory.RoleDataAccessException
-
Creates a RoleDataAccessException
with the specified detail message and
cause.
- RoleDataAccessException(Throwable) - Constructor for exception com.gigaspaces.security.directory.RoleDataAccessException
-
Creates a RoleDataAccessException
with the specified cause and a detail
message of (cause==null ?
- RoleDetails - Interface in com.gigaspaces.security.directory
-
- roleExists(String) - Method in interface com.gigaspaces.security.directory.RoleManager
-
Queries for presence of a role by role.
- RoleManager - Interface in com.gigaspaces.security.directory
-
The main interface for managing role details.
- RoleNotFoundException - Exception in com.gigaspaces.security.directory
-
Thrown if an
RoleManager
implementation cannot locate a role by its role-name
- RoleNotFoundException() - Constructor for exception com.gigaspaces.security.directory.RoleNotFoundException
-
Constructs a RoleNotFoundException
with no detail message.
- RoleNotFoundException(String) - Constructor for exception com.gigaspaces.security.directory.RoleNotFoundException
-
Constructs a RoleNotFoundException
with the specified detail message.
- RoleNotFoundException(String, Throwable) - Constructor for exception com.gigaspaces.security.directory.RoleNotFoundException
-
Creates a RoleNotFoundException
with the specified detail message and
cause.
- RoleNotFoundException(Throwable) - Constructor for exception com.gigaspaces.security.directory.RoleNotFoundException
-
Creates a RoleNotFoundException
with the specified cause and a detail
message of (cause==null ?
- rollback(Xid) - Method in class com.j_spaces.core.client.XAResourceImpl
-
- rollback() - Method in class org.openspaces.jpa.StoreManager
-
- rollbackOptimistic() - Method in class org.openspaces.jpa.StoreManager
-
- rollbackTimeout(Long) - Method in class org.openspaces.core.transaction.manager.DistributedJiniTxManagerConfigurer
-
- rollbackTimeout(Long) - Method in class org.openspaces.core.transaction.manager.LocalJiniTxManagerConfigurer
-
Deprecated.
- rollbackTimeout(Long) - Method in class org.openspaces.core.transaction.manager.LookupJiniTxManagerConfigurer
-
- rollbackTx(Transaction) - Method in class org.openspaces.persistency.hibernate.AbstractHibernateSpaceSynchronizationEndpoint
-
- RollingFileHandler - Class in com.gigaspaces.logger
-
- RollingFileHandler() - Constructor for class com.gigaspaces.logger.RollingFileHandler
-
Construct a default RollingFileHandler.
- RollingFileHandlerConfigurer - Class in com.gigaspaces.logger
-
A configurer for known properties which their generated values can be overridden.
- RollingFileHandlerConfigurer() - Constructor for class com.gigaspaces.logger.RollingFileHandlerConfigurer
-
- room - Variable in class net.jini.lookup.entry.Location
-
A room or cube number.
- ROOT_CAUSE_MESSAGE - Static variable in class org.openspaces.admin.alert.alerts.MirrorPersistenceFailureAlert
-
- ROOT_CAUSE_TRACE - Static variable in class org.openspaces.admin.alert.alerts.MirrorPersistenceFailureAlert
-
- roTasks - Variable in class com.sun.jini.thread.TaskManager
-
Read-only view of tasks
- routing - Variable in class org.openspaces.remoting.EventDrivenSpaceRemotingEntry
-
Deprecated.
- Routing - Annotation Type in org.openspaces.remoting
-
A method parameter annotation allowing to control the routing of a certain remote invocation
using an annotation.
- routing(Object) - Method in class org.openspaces.remoting.scripting.ResourceLazyLoadingScript
-
Sets the routing index (which partition this will "hit") for the script.
- routing(Object) - Method in class org.openspaces.remoting.scripting.StaticScript
-
Sets the routing index (which partition it will "hit") for the scirpt.
- routingFieldName - Variable in class com.j_spaces.core.client.ExternalEntry
-
Deprecated.
The field name representing routing field name.
- routingProperty(String) - Method in class com.gigaspaces.metadata.SpaceTypeDescriptorBuilder
-
Sets the routing property.
- routingProperty(String, SpaceIndexType) - Method in class com.gigaspaces.metadata.SpaceTypeDescriptorBuilder
-
Sets the routing property.
- RulesConflictAutoScalingException - Exception in org.openspaces.grid.gsm.autoscaling.exceptions
-
An exception that is raised when there is more than one scaling rule,
and one or more scaling rule requires scale out, while the other requires scale down.
- RulesConflictAutoScalingException(InternalProcessingUnit, Map<AutomaticCapacityScaleRuleConfig, Object>, Map<AutomaticCapacityScaleRuleConfig, Object>) - Constructor for exception org.openspaces.grid.gsm.autoscaling.exceptions.RulesConflictAutoScalingException
-
- run() - Method in class com.sun.jini.action.GetBooleanAction
-
Determines the boolean
value of the system
property whose name was specified in the constructor.
- run() - Method in class com.sun.jini.action.GetIntegerAction
-
Determines the int
value of the system property
whose name was specified in the constructor.
- run() - Method in class com.sun.jini.action.GetLongAction
-
Determines the long
value of the system property
whose name was specified in the constructor.
- run() - Method in class com.sun.jini.action.GetPropertyAction
-
Determines the string value of the system property whose name
was specified in the constructor.
- run() - Method in class com.sun.jini.thread.GetThreadPoolAction
-
- run() - Method in class com.sun.jini.thread.NewThreadAction
-
- run() - Method in class com.sun.jini.thread.RetryTask
-
The run
method used as a
TaskManager.Task
.
- run() - Method in class com.sun.jini.thread.StreamPlugThread
-
- run() - Method in class com.sun.jini.tool.ClassServer
-
Just keep looping, spawning a new thread for each incoming request.
- run(EnvCheck) - Method in interface com.sun.jini.tool.envcheck.Plugin
-
Run the test implemented by the plugin.
- run(String[]) - Method in class com.sun.jini.tool.envcheck.plugins.CheckActivationSystem.CheckActivationTask
-
- run(EnvCheck) - Method in class com.sun.jini.tool.envcheck.plugins.CheckActivationSystem
-
Determine whether to perform this check, and perform the
check if appropriate.
- run(String[]) - Method in class com.sun.jini.tool.envcheck.plugins.CheckCodebase.GetURLTask
-
- run(EnvCheck) - Method in class com.sun.jini.tool.envcheck.plugins.CheckCodebase
-
Depending on whether service start checks are configured,
either check the codebase system property or all of the
ServiceDescriptors
that are instanceof
NonActivatableServiceDescriptor
.
- run(String[]) - Method in class com.sun.jini.tool.envcheck.plugins.CheckConfig.ConfigTask
-
Instantiate the configuration using the given args
.
- run(String[]) - Method in class com.sun.jini.tool.envcheck.plugins.CheckConfig.GetGroupsTask
-
Instantiate the configuration.
- run(EnvCheck) - Method in class com.sun.jini.tool.envcheck.plugins.CheckConfig
-
If configured to perform JSK checks, perform checks for each descriptor.
- run(String[]) - Method in class com.sun.jini.tool.envcheck.plugins.CheckJDK1_4.JDK1_4Task
-
- run(EnvCheck) - Method in class com.sun.jini.tool.envcheck.plugins.CheckJDK1_4
-
Check the validity of the activation group VM (if there is one)
- run(EnvCheck) - Method in class com.sun.jini.tool.envcheck.plugins.CheckJSKPlatform
-
Check the command line vm and the group, if there is one,
for a classpath containing jsk-platform.jar
.
- run(String[]) - Method in class com.sun.jini.tool.envcheck.plugins.CheckJSKPolicy.JSKPolicyTask
-
- run(EnvCheck) - Method in class com.sun.jini.tool.envcheck.plugins.CheckJSKPolicy
-
Perform the check both for the current VM, and for the group VM if a
SharedActivationGroupDescriptor
is available from the plugin
container.
- run(String[]) - Method in class com.sun.jini.tool.envcheck.plugins.CheckJsseProps.CheckLoginConfigInit
-
- run(String[]) - Method in class com.sun.jini.tool.envcheck.plugins.CheckJsseProps.CheckProviderTask
-
- run(String[]) - Method in class com.sun.jini.tool.envcheck.plugins.CheckJsseProps.GetGroupLoginConfigs
-
- run(EnvCheck) - Method in class com.sun.jini.tool.envcheck.plugins.CheckJsseProps
-
Check the security files for the current VM and for the group
VM if there is a SharedActivationGroupDescriptor
.
- run(EnvCheck) - Method in class com.sun.jini.tool.envcheck.plugins.CheckLoggingConfig
-
- run(EnvCheck) - Method in class com.sun.jini.tool.envcheck.plugins.CheckNoLoopback
-
Get the address of the local host and check for loopback.
- run(String[]) - Method in class com.sun.jini.tool.envcheck.plugins.CheckPersistence.CheckDirTask
-
- run(String[]) - Method in class com.sun.jini.tool.envcheck.plugins.CheckPersistence.GetEntriesTask
-
- run(EnvCheck) - Method in class com.sun.jini.tool.envcheck.plugins.CheckPersistence
-
Check the persistence directory for every
SharedActivatableServiceDescriptor
in the starter
configuration.
- run(String[]) - Method in class com.sun.jini.tool.envcheck.plugins.CheckPolicy.AllPermissionsTask
-
Perform the syntax check and the AllPermission
check
- run(EnvCheck) - Method in class com.sun.jini.tool.envcheck.plugins.CheckPolicy
-
Perform policy file checks for the current VM and all service
descriptors.
- run(String[]) - Method in class com.sun.jini.tool.envcheck.plugins.FileAccessCheckTask
-
Check for the accessibility of a file identified by a
system property.
- run(String[]) - Method in interface com.sun.jini.tool.envcheck.SubVMTask
-
Run the subtask.
- run() - Method in class org.openspaces.grid.gsm.strategy.AbstractScaleStrategyBean
-
- run() - Method in class org.openspaces.grid.gsm.strategy.ElasticMachineProvisioningDiscoveredMachinesCache
-
Synchronizes the list of agents with the machine provisioning bean
We use the syncAgents flag to make sure there is no more than one concurrent call to machineProvisioning
- run() - Method in class org.openspaces.pu.container.jee.lb.apache.ApacheLoadBalancerAgent
-
- run() - Method in class org.openspaces.pu.container.standalone.StandaloneContainerRunnable
-
Constructs a new Spring
ApplicationContext
based on the
configured list of config locations.
- runAfter(List, int) - Method in class com.sun.jini.mahalo.ParticipantTask
-
Inherit doc comment from supertype.
- runAfter(List, int) - Method in class com.sun.jini.mahalo.SettlerTask
-
Inherit doc comment from supertype.
- runAfter(List, int) - Method in interface com.sun.jini.thread.TaskManager.Task
-
Return true if this task must be run after at least one task
in the given task list with an index less than size (size may be
less then tasks.size()).
- runGc() - Method in class com.sun.jini.reggie.GigaRegistrar
-
- runGc() - Method in interface org.openspaces.admin.vm.VirtualMachine
-
Runs GC on the virtual machine.
- runGc() - Method in class org.openspaces.grid.esm.ESMImpl
-
- runGc() - Method in class org.openspaces.pu.container.servicegrid.PUServiceBeanImpl
-
- RunnableDistributedTaskAdapter<T extends Serializable,R> - Class in org.openspaces.core.executor.juc
-
An adapter allowing to execute a
Runnable
in a distributed fashion.
- RunnableDistributedTaskAdapter() - Constructor for class org.openspaces.core.executor.juc.RunnableDistributedTaskAdapter
-
Here just for externalizable.
- RunnableDistributedTaskAdapter(Runnable) - Constructor for class org.openspaces.core.executor.juc.RunnableDistributedTaskAdapter
-
Constructs a new runnable distributed task adapter.
- RunnableDistributedTaskAdapter(Runnable, T) - Constructor for class org.openspaces.core.executor.juc.RunnableDistributedTaskAdapter
-
Constructs a new runnable distributed task adapter.
- RunnableDistributedTaskAdapter(Runnable, AsyncResultsReducer<T, R>) - Constructor for class org.openspaces.core.executor.juc.RunnableDistributedTaskAdapter
-
Constructs a new runnable distributed task adapter with a separate reducer.
- RunnableDistributedTaskAdapter(Runnable, T, AsyncResultsReducer<T, R>) - Constructor for class org.openspaces.core.executor.juc.RunnableDistributedTaskAdapter
-
Constructs a new runnable distributed task adapter with a separate reducer.
- RunnableDistributedTaskAdapter(Runnable, AsyncResultsReducer<T, R>, AsyncResultFilter<T>) - Constructor for class org.openspaces.core.executor.juc.RunnableDistributedTaskAdapter
-
Constructs a new runnable distributed task adapter with a separate reducer and filter.
- RunnableDistributedTaskAdapter(Runnable, T, AsyncResultsReducer<T, R>, AsyncResultFilter<T>) - Constructor for class org.openspaces.core.executor.juc.RunnableDistributedTaskAdapter
-
Constructs a new runnable distributed task adapter with a separate reducer and filter.
- RunnableTaskAdapter<T extends Serializable> - Class in org.openspaces.core.executor.juc
-
An adapter allowing to execute a
Runnable
using Space task executors.
- RunnableTaskAdapter() - Constructor for class org.openspaces.core.executor.juc.RunnableTaskAdapter
-
Here just for externlizable.
- RunnableTaskAdapter(Runnable) - Constructor for class org.openspaces.core.executor.juc.RunnableTaskAdapter
-
Constructs a new runnable task adapter with the runnable to run
.
- RunnableTaskAdapter(Runnable, T) - Constructor for class org.openspaces.core.executor.juc.RunnableTaskAdapter
-
Constructs a new runnable task adapter with the runnable to run
.
- RUNNING_NUMBER_OFFEST_1_PROP - Static variable in class org.openspaces.core.cluster.ClusterInfoPropertyPlaceholderConfigurer
-
- RUNNING_NUMBER_PROP - Static variable in class org.openspaces.core.cluster.ClusterInfoPropertyPlaceholderConfigurer
-
- runtime - Variable in class org.openspaces.remoting.scripting.JRubyLocalScriptExecutor.JRubyCompiledScript
-
- sameFile(URL, URL) - Method in class net.jini.url.httpmd.Handler
-
Compares two HTTPMD URLs to see if they refer to the same file.
- SameFileLogEntryMatcher - Class in com.gigaspaces.log
-
A log entry matcher filter that matches on logs that only exists within the same log file.
- SameFileLogEntryMatcher(LogEntries, LogEntry) - Constructor for class com.gigaspaces.log.SameFileLogEntryMatcher
-
- SameFileLogEntryMatcher(LogEntries, LogEntry, LogEntryMatcher) - Constructor for class com.gigaspaces.log.SameFileLogEntryMatcher
-
- SameFileLogEntryMatcher(long) - Constructor for class com.gigaspaces.log.SameFileLogEntryMatcher
-
- SameFileLogEntryMatcher(long, LogEntryMatcher) - Constructor for class com.gigaspaces.log.SameFileLogEntryMatcher
-
- sameProxyClass(Object, Object) - Static method in class net.jini.activation.ActivatableInvocationHandler
-
Returns true if proxy2 is a generated Proxy (proxy1 is assumed to
be one) and the classes of both proxies implement the same ordered
list of interfaces, and returns false otherwise.
- sameProxyClass(Object, Object) - Static method in class net.jini.security.proxytrust.ProxyTrustInvocationHandler
-
Returns true if proxy2 is a generated Proxy (proxy1 is assumed to
be one) and the classes of both proxies implement the same ordered
list of interfaces, and returns false otherwise.
- SameProxyVersionProvider - Interface in net.jini.lookup
-
A delegate allowing for a proxy registered with the LUS to provide a version handle
that will be used to check if it is the same veresion as another service.
- ScalaIdentifier - Class in org.openspaces.pu.container.servicegrid
-
Helper class to tell whether scala libary is included in classpath or not.
- ScalaIdentifier() - Constructor for class org.openspaces.pu.container.servicegrid.ScalaIdentifier
-
- scale(EagerScaleConfig) - Method in class org.openspaces.admin.pu.elastic.ElasticStatefulProcessingUnitDeployment
-
- scale(ManualCapacityScaleConfig) - Method in class org.openspaces.admin.pu.elastic.ElasticStatefulProcessingUnitDeployment
-
- scale(ManualCapacityPerZonesScaleConfig) - Method in class org.openspaces.admin.pu.elastic.ElasticStatelessProcessingUnitDeployment
-
- scale(ManualCapacityScaleConfig) - Method in class org.openspaces.admin.pu.elastic.ElasticStatelessProcessingUnitDeployment
-
- scale(EagerScaleConfig) - Method in class org.openspaces.admin.pu.elastic.ElasticStatelessProcessingUnitDeployment
-
- scale(AutomaticCapacityScaleConfig) - Method in class org.openspaces.admin.pu.elastic.ElasticStatelessProcessingUnitDeployment
-
- scale(AutomaticCapacityScaleConfig) - Method in interface org.openspaces.admin.pu.elastic.topology.AutomaticCapacityScaleTopology
-
Enables the specified scale strategy, and disables all other scale strategies.
- scale(EagerScaleConfig) - Method in interface org.openspaces.admin.pu.elastic.topology.EagerScaleTopology
-
Enables the specified scale strategy, and disables all other scale strategies.
- scale(ManualCapacityPerZonesScaleConfig) - Method in interface org.openspaces.admin.pu.elastic.topology.ManualCapacityPerZonesScaleTopology
-
Enables the specified scale strategy, and disables all other scale strategies.
- scale(ManualCapacityScaleConfig) - Method in interface org.openspaces.admin.pu.elastic.topology.ManualCapacityScaleTopology
-
Enables the specified scale strategy, and disables all other scale strategies.
- scale(ScaleStrategyConfig) - Method in interface org.openspaces.admin.pu.ProcessingUnit
-
Modifies the processing unit scalability strategy.
- scale(EagerScaleConfig) - Method in class org.openspaces.admin.space.ElasticSpaceDeployment
-
- scale(ManualCapacityScaleConfig) - Method in class org.openspaces.admin.space.ElasticSpaceDeployment
-
- scaleAndWait(ScaleStrategyConfig) - Method in interface org.openspaces.admin.pu.ProcessingUnit
-
Modifies the processing unit scalability strategy and waits until scale is complete
This method is only available if the processing unit deployment is elastic
- scaleAndWait(ScaleStrategyConfig, long, TimeUnit) - Method in interface org.openspaces.admin.pu.ProcessingUnit
-
Modifies the processing unit scalability strategy and waits until scale is complete
This method is only available if the processing unit deployment is elastic
- ScaleBeanFactory - Class in org.openspaces.grid.gsm
-
- ScaleBeanServer - Class in org.openspaces.grid.gsm
-
Creates the Scalability Strategy bean servers, based on the specified elasticProperties.
- ScaleBeanServer(ProcessingUnit, ProcessingUnitSchemaConfig, RebalancingSlaEnforcement, ContainersSlaEnforcement, MachinesSlaEnforcement, AutoScalingSlaEnforcement, NonBlockingElasticMachineProvisioningAdapterFactory, ElasticMachineIsolationConfig, EventsStore, MachinesStateBackup) - Constructor for class org.openspaces.grid.gsm.ScaleBeanServer
-
- ScaleStrategyAgentZonesAwareConfig - Interface in org.openspaces.admin.pu.elastic.config
-
- ScaleStrategyAgentZonesAwareConfigurer - Interface in org.openspaces.admin.pu.elastic.config
-
- ScaleStrategyBean - Interface in org.openspaces.grid.gsm.strategy
-
- ScaleStrategyCapacityRequirementConfig - Interface in org.openspaces.admin.pu.elastic.config
-
Defines a POJO that describes memory,cpu cores,drive capacity
Can be converted into a
CapacityRequirements
with {#toCapacityRequirements()}.
- ScaleStrategyCapacityRequirementConfigurer - Interface in org.openspaces.admin.pu.elastic.config
-
An interface that defines fluent API methods required to define scale strategy capacity
- ScaleStrategyConfig - Interface in org.openspaces.admin.pu.elastic.config
-
- ScaleStrategyConfigurer<T extends ScaleStrategyConfig> - Interface in org.openspaces.admin.pu.elastic.config
-
- ScaleStrategyProgressEventState - Class in org.openspaces.grid.gsm.strategy
-
- ScaleStrategyProgressEventState(EventsStore, boolean, String, Class<? extends InternalElasticProcessingUnitProgressChangedEvent>) - Constructor for class org.openspaces.grid.gsm.strategy.ScaleStrategyProgressEventState
-
- ScaleUpPolicy - Class in org.openspaces.pu.sla
-
Scale up policy will cause a processing unit instance to be created
when the policy associated monitor breaches its threshold values.
- ScaleUpPolicy() - Constructor for class org.openspaces.pu.sla.ScaleUpPolicy
-
- ScaleUpPolicyBeanDefinitionParser - Class in org.openspaces.pu.sla.config
-
- ScaleUpPolicyBeanDefinitionParser() - Constructor for class org.openspaces.pu.sla.config.ScaleUpPolicyBeanDefinitionParser
-
- schedule(long, Runnable) - Method in class com.sun.jini.thread.WakeupManager
-
Schedule the given task for the given time.
- schedule(long, Runnable, WakeupManager.ThreadDesc) - Method in class com.sun.jini.thread.WakeupManager
-
Schedule the given task for the given time, to be run in a thread.
- scheduleNewInvokerIfAppropriate() - Method in class org.openspaces.events.polling.SimplePollingEventListenerContainer
-
Schedule a new invoker, increasing the total number of scheduled invokers for this listener
container, but only if the specified "maxConcurrentConsumers" limit has not been reached yet,
and only if this listener container does not currently have idle invokers that are waiting
for new messages already.
- scheduleTasks() - Method in class com.sun.jini.mahalo.Job
-
Schedules tasks for execution
- schema(String) - Method in class org.openspaces.core.space.EmbeddedSpaceConfigurer
-
- schema(String) - Method in class org.openspaces.core.space.UrlSpaceConfigurer
-
- SCHEMA_NAME - Static variable in class com.j_spaces.core.client.SpaceURL
-
Deprecated.
Using the schema flag, the requested space schema name will be loaded/parsed
while creating an embedded space.
- SCHEMA_PROP - Static variable in class org.openspaces.core.cluster.ClusterInfoPropertyPlaceholderConfigurer
-
- script(String) - Method in class org.openspaces.remoting.scripting.ResourceLazyLoadingScript
-
Sets the actual script source.
- Script - Interface in org.openspaces.remoting.scripting
-
A script that will be excuted.
- script(String) - Method in class org.openspaces.remoting.scripting.StaticResourceScript
-
- script(String) - Method in class org.openspaces.remoting.scripting.StaticScript
-
Sets the actual script source.
- ScriptCompilationException - Exception in org.openspaces.remoting.scripting
-
An exception indicating a sctipt compilation error.
- ScriptCompilationException(String) - Constructor for exception org.openspaces.remoting.scripting.ScriptCompilationException
-
- ScriptCompilationException(String, Throwable) - Constructor for exception org.openspaces.remoting.scripting.ScriptCompilationException
-
- ScriptExecutionException - Exception in org.openspaces.remoting.scripting
-
An exception indicating failure to execute the script.
- ScriptExecutionException(String) - Constructor for exception org.openspaces.remoting.scripting.ScriptExecutionException
-
- ScriptExecutionException(String, Throwable) - Constructor for exception org.openspaces.remoting.scripting.ScriptExecutionException
-
- ScriptingException - Exception in org.openspaces.remoting.scripting
-
A general scripting exception.
- ScriptingException(String) - Constructor for exception org.openspaces.remoting.scripting.ScriptingException
-
- ScriptingException(String, Throwable) - Constructor for exception org.openspaces.remoting.scripting.ScriptingException
-
- scriptingExecutor() - Method in class org.openspaces.remoting.scripting.EventDrivenScriptingProxyConfigurer
-
Create a new event driven ScriptingExecutor
proxy
- scriptingExecutor() - Method in class org.openspaces.remoting.scripting.ExecutorScriptingProxyConfigurer
-
Create a new executor ScriptingExecutor
proxy
- ScriptingExecutor<T> - Interface in org.openspaces.remoting.scripting
-
Scripting executor allows to execute
Script
using remoting.
- ScriptingMetaArgumentsHandler - Class in org.openspaces.remoting.scripting
-
- ScriptingMetaArgumentsHandler() - Constructor for class org.openspaces.remoting.scripting.ScriptingMetaArgumentsHandler
-
- ScriptingRemoteRoutingHandler - Class in org.openspaces.remoting.scripting
-
A remoting routing handler that uses
Script.getRouting()
in order to
computer the routing index.
- ScriptingRemoteRoutingHandler() - Constructor for class org.openspaces.remoting.scripting.ScriptingRemoteRoutingHandler
-
- ScriptNotLoadedException - Exception in org.openspaces.remoting.scripting
-
An exception indicating that a script was executed without its script content
not loaded.
- ScriptNotLoadedException(String) - Constructor for exception org.openspaces.remoting.scripting.ScriptNotLoadedException
-
- ScriptNotLoadedException(String, Throwable) - Constructor for exception org.openspaces.remoting.scripting.ScriptNotLoadedException
-
- SECONDARY_EVENT_CONTAINER_BUS_BEAN_NAME - Static variable in class org.openspaces.archive.config.AnnotationSupportBeanDefinitionParser
-
- SECONDS - Static variable in interface com.sun.jini.constants.TimeConstants
-
Tics per second.
- SECURED - Static variable in class com.j_spaces.core.client.SpaceURL
-
Deprecated.
When setting this URL property a secured space will be created.
- secured(boolean) - Method in class org.openspaces.admin.memcached.MemcachedDeployment
-
Will deploy a secured space.
- secured(boolean) - Method in class org.openspaces.admin.pu.elastic.ElasticStatefulProcessingUnitDeployment
-
- secured(boolean) - Method in class org.openspaces.admin.pu.elastic.ElasticStatelessProcessingUnitDeployment
-
- secured(boolean) - Method in class org.openspaces.admin.pu.ProcessingUnitDeployment
-
Will deploy a secured processing unit.
- secured(boolean) - Method in interface org.openspaces.admin.pu.topology.ProcessingUnitDeploymentTopology
-
Will deploy a secured processing unit.
- secured(boolean) - Method in class org.openspaces.admin.space.ElasticSpaceDeployment
-
- secured(boolean) - Method in class org.openspaces.admin.space.SpaceDeployment
-
Will deploy a secured space.
- secured(boolean) - Method in class org.openspaces.core.space.EmbeddedSpaceConfigurer
-
- secured(boolean) - Method in class org.openspaces.core.space.UrlSpaceConfigurer
-
- SecuredESMProxy - Class in org.openspaces.grid.esm
-
- SecuredPUExtension - Class in org.openspaces.pu.container.servicegrid.jmxs
-
Secured PU JMX MBean implementation
- SecuredPUExtension(Object) - Constructor for class org.openspaces.pu.container.servicegrid.jmxs.SecuredPUExtension
-
- SecuredPUExtensionMBean - Interface in org.openspaces.pu.container.servicegrid.jmxs
-
Secured PU JMX MBean interface restricting access to the default MBean
ServiceBeanAdapterMBean
.
- Security - Class in net.jini.security
-
Provides methods for executing actions with privileges enabled, for
snapshotting security contexts, for verifying trust in proxies, for
verifying codebase integrity, and for dynamically granting permissions.
- SECURITY_DISABLE_TRANSACTION_AUTHENTICATION - Static variable in class com.j_spaces.kernel.SystemProperties
-
- SECURITY_ENABLED - Static variable in class com.j_spaces.kernel.SystemProperties
-
The system property key identifying a secured service; default false
- SECURITY_MANAGER - Static variable in class com.j_spaces.core.client.SpaceURL
-
Deprecated.
if false
SpaceFinder will not initialize java.rmi.RMISecurityManager().
- SECURITY_MANAGER_CLASS_PROPERTY_KEY - Static variable in interface com.gigaspaces.security.SecurityManager
-
The property key identifying the security manager in a properties file/object
- SECURITY_PROPERTIES_FILE - Static variable in class com.j_spaces.kernel.SystemProperties
-
The system property key identifying the security properties file location
- SecurityAccessException - Exception in org.openspaces.core
-
Thrown for a failed operation on a secured service, due to either failed authentication or access
denial.
- SecurityAccessException(Throwable) - Constructor for exception org.openspaces.core.SecurityAccessException
-
Constructs a security exception with a message and cause.
- SecurityConfig - Class in org.openspaces.core.space
-
A configuration object allowing to configure security context (username, password) when
working with the Space.
- SecurityConfig() - Constructor for class org.openspaces.core.space.SecurityConfig
-
- SecurityConfig(String, String) - Constructor for class org.openspaces.core.space.SecurityConfig
-
- SecurityConfig(CredentialsProvider) - Constructor for class org.openspaces.core.space.SecurityConfig
-
- securityConfig(SecurityConfig) - Method in class org.openspaces.core.space.UrlSpaceConfigurer
-
- SecurityContext - Class in com.gigaspaces.security.service
-
Security context passed between proxy and server.
- SecurityContext() - Constructor for class com.gigaspaces.security.service.SecurityContext
-
- SecurityContext(CredentialsProvider) - Constructor for class com.gigaspaces.security.service.SecurityContext
-
- SecurityContext(SecurityContext) - Constructor for class com.gigaspaces.security.service.SecurityContext
-
Security context constructed for subsequent session interaction.
- SecurityContext(UserDetails, AuthenticationToken) - Constructor for class com.gigaspaces.security.service.SecurityContext
-
Security context constructed upon authentication.
- SecurityContext - Interface in net.jini.security
-
Interface implemented by objects representing security contexts, returned
from the
getContext
method of the
Security
class, which in turn may obtain them from a security manager or
policy provider implementing the
SecurityContextSource
interface.
- SecurityContextSource - Interface in net.jini.security.policy
-
Interface that a security manager or policy provider can optionally
implement in order to support the saving and restoring of custom security
context state.
- SecurityDefinitionsParser - Class in org.openspaces.core.config.xmlparser
-
- SecurityDefinitionsParser() - Constructor for class org.openspaces.core.config.xmlparser.SecurityDefinitionsParser
-
- SecurityException - Exception in com.gigaspaces.security
-
Base class for all security related exceptions.
- SecurityException() - Constructor for exception com.gigaspaces.security.SecurityException
-
Constructs a SecurityException
with no detail message.
- SecurityException(String) - Constructor for exception com.gigaspaces.security.SecurityException
-
Constructs a SecurityException
with the specified detail message.
- SecurityException(String, Throwable) - Constructor for exception com.gigaspaces.security.SecurityException
-
Creates a SecurityException
with the specified detail message and cause.
- SecurityException(Throwable) - Constructor for exception com.gigaspaces.security.SecurityException
-
Creates a SecurityException
with the specified cause and a detail message of
(cause==null ?
- SecurityFactory - Class in com.gigaspaces.security
-
A factory for creating an
SecurityManager
and locating of security properties file by name.
- SecurityFactory() - Constructor for class com.gigaspaces.security.SecurityFactory
-
- SecurityFileMigrationTool - Class in com.gigaspaces.security.tool.migration
-
A migration tool between the old security file format to the new security file format, applying
the new security semantics.
- SecurityFileMigrationTool() - Constructor for class com.gigaspaces.security.tool.migration.SecurityFileMigrationTool
-
- SecurityManager - Interface in com.gigaspaces.security
-
Interface for authentication and creating of the directory manager.
- select(SpaceEntriesAggregator...) - Method in class com.gigaspaces.query.aggregators.GroupByAggregator
-
- selectAverage(String) - Method in class com.gigaspaces.query.aggregators.GroupByAggregator
-
- selectCount() - Method in class com.gigaspaces.query.aggregators.GroupByAggregator
-
- selectCount(String) - Method in class com.gigaspaces.query.aggregators.GroupByAggregator
-
- selectMaxEntry(String) - Method in class com.gigaspaces.query.aggregators.GroupByAggregator
-
- selectMaxValue(String) - Method in class com.gigaspaces.query.aggregators.GroupByAggregator
-
- selectMinEntry(String) - Method in class com.gigaspaces.query.aggregators.GroupByAggregator
-
- selectMinValue(String) - Method in class com.gigaspaces.query.aggregators.GroupByAggregator
-
- selectSum(String) - Method in class com.gigaspaces.query.aggregators.GroupByAggregator
-
- seqNum - Variable in class net.jini.core.event.EventRegistration
-
The current sequence number.
- seqNum - Variable in class net.jini.core.event.RemoteEvent
-
The event sequence number.
- sequenceNumber - Variable in class com.sun.jini.discovery.MulticastAnnouncement
-
The announcement sequence number.
- sequenceNumberProperty(String, boolean) - Method in class com.gigaspaces.metadata.SpaceTypeDescriptorBuilder
-
- SER_UID - Static variable in class com.j_spaces.kernel.SystemProperties
-
When set to true the UID created by the
ClientUIDHandler
is composed out of a serialized representation of the "name".
- serialFormat - Variable in class com.sun.jini.lease.AbstractLease
-
Serialization format for the expiration.
- SERIALIZATION_TYPE - Static variable in class com.j_spaces.kernel.SystemProperties
-
- SERIALIZATION_TYPE_DEFAULT - Static variable in class com.j_spaces.kernel.SystemProperties
-
- SERIALIZE_USING_EXTERNALIZABLE - Static variable in class com.j_spaces.kernel.SystemProperties
-
- SerialMultiDataIterator - Class in org.openspaces.persistency.support
-
A simple implementation wrapping several iterators and exposing them as a single (serial) iterator.
- SerialMultiDataIterator(DataIterator...) - Constructor for class org.openspaces.persistency.support.SerialMultiDataIterator
-
- serialNumber - Variable in class net.jini.lookup.entry.ServiceInfo
-
The serial number of this instance of the service, if any.
- Server - Class in com.sun.jini.discovery.plaintext
-
Implements the server side of the net.jini.discovery.plaintext
discovery format.
- Server() - Constructor for class com.sun.jini.discovery.plaintext.Server
-
Constructs a new instance.
- SERVER_VERSION - Static variable in interface com.sun.jini.constants.VersionConstants
-
Current version of the Jini(tm) Software Kit (JSK)
- ServerAuthentication - Class in net.jini.core.constraint
-
Represents a constraint on authentication of the server to the client.
- ServerContext - Class in net.jini.export
-
The ServerContext
class contains static methods to
execute some action within an appropriate server context for the
current thread and to obtain the server context for the current thread.
- ServerContext.Spi - Interface in net.jini.export
-
- ServerEntry - Interface in com.gigaspaces.server
-
Represents an entry stored in the space.
- ServerMinPrincipal - Class in net.jini.core.constraint
-
Represents a constraint on the server, such that if the server
authenticates itself, then it must authenticate itself as at least all of
the specified principals.
- ServerMinPrincipal(Principal) - Constructor for class net.jini.core.constraint.ServerMinPrincipal
-
Creates a constraint containing the specified principal.
- ServerMinPrincipal(Principal[]) - Constructor for class net.jini.core.constraint.ServerMinPrincipal
-
Creates a constraint containing the specified principals, with
duplicates removed.
- ServerMinPrincipal(Collection) - Constructor for class net.jini.core.constraint.ServerMinPrincipal
-
Creates a constraint containing the specified principals, with
duplicates removed.
- ServerProxyTrust - Interface in net.jini.security.proxytrust
-
Defines a local interface to obtain a proxy trust verifier.
- ServerTransaction - Class in net.jini.core.transaction.server
-
Class implementing the Transaction
interface, for use with
transaction participants that implement the default transaction semantics.
- ServerTransaction() - Constructor for class net.jini.core.transaction.server.ServerTransaction
-
Do not use, required for externalizable
- ServerTransaction(TransactionManager, long, long) - Constructor for class net.jini.core.transaction.server.ServerTransaction
-
Simple constructor.
- ServerTransaction(TransactionManager, long) - Constructor for class net.jini.core.transaction.server.ServerTransaction
-
- ServerTransaction(TransactionManager, long, TransactionParticipantDataImpl) - Constructor for class net.jini.core.transaction.server.ServerTransaction
-
- service - Variable in class com.sun.jini.reggie.Item
-
ServiceItem.service as a MarshalledWrapper.
- Service - Class in com.sun.jini.resource
-
A simple service-provider lookup mechanism.
- service - Variable in class net.jini.core.lookup.ServiceItem
-
A service object.
- SERVICE_GRID_KILL_TIMEOUT - Static variable in class com.j_spaces.kernel.SystemProperties
-
- SERVICE_PROP - Static variable in class com.gigaspaces.logger.RollingFileHandler
-
- SERVICE_SUB_TYPE - Static variable in class org.openspaces.core.gateway.GatewayDelegatorServiceDetails
-
- SERVICE_SUB_TYPE - Static variable in class org.openspaces.core.gateway.GatewaySinkServiceDetails
-
- SERVICE_SUB_TYPE - Static variable in class org.openspaces.events.asyncpolling.AsyncPollingEventContainerServiceDetails
-
- SERVICE_SUB_TYPE - Static variable in class org.openspaces.events.notify.NotifyEventContainerServiceDetails
-
- SERVICE_SUB_TYPE - Static variable in class org.openspaces.events.polling.PollingEventContainerServiceDetails
-
- SERVICE_TYPE - Static variable in class org.openspaces.core.gateway.GatewayServiceDetails
-
- SERVICE_TYPE - Static variable in class org.openspaces.core.space.SpaceServiceDetails
-
- SERVICE_TYPE - Static variable in class org.openspaces.core.transaction.manager.AbstractJiniTransactionManager
-
- SERVICE_TYPE - Static variable in class org.openspaces.events.EventContainerServiceDetails
-
- SERVICE_TYPE - Static variable in class org.openspaces.interop.DotnetContainerServiceDetails
-
- SERVICE_TYPE - Static variable in class org.openspaces.memcached.MemcachedServiceDetails
-
- SERVICE_TYPE - Static variable in class org.openspaces.pu.container.jee.JeeServiceDetails
-
- SERVICE_TYPE - Static variable in class org.openspaces.pu.service.CustomServiceDetails
-
- SERVICE_TYPE - Static variable in class org.openspaces.remoting.RemotingServiceDetails
-
- serviceAdded(ServiceDiscoveryEvent) - Method in class net.jini.discovery.dynamic.ServiceRegistrarServiceDiscoveryListener
-
- serviceAdded(ServiceDiscoveryEvent) - Method in interface net.jini.lookup.ServiceDiscoveryListener
-
When the cache receives from one of the managed lookup services,
an event signaling the registration of a service of
interest for the first time (or for the first time since
the service has been discarded), the cache invokes the
serviceAdded
method on all instances of
ServiceDiscoveryListener
that are registered with the
cache; doing so notifies the entity that a service of interest has
been discovered.
- serviceAdded(ServiceDiscoveryEvent) - Method in class org.openspaces.pu.container.jee.lb.apache.ApacheLoadBalancerAgent
-
- serviceChanged(ServiceDiscoveryEvent) - Method in class net.jini.discovery.dynamic.ServiceRegistrarServiceDiscoveryListener
-
- serviceChanged(ServiceDiscoveryEvent) - Method in interface net.jini.lookup.ServiceDiscoveryListener
-
When the cache receives, from a managed lookup service, an event
signaling the unique modification of the attributes of a service
of interest (across the attribute sets of all references to the
service), the cache invokes the serviceChanged
method on all instances of ServiceDiscoveryListener
that are registered with the cache; doing so notifies the entity
that the state of a service of interest has changed.
- serviceChanged(ServiceDiscoveryEvent) - Method in class org.openspaces.pu.container.jee.lb.apache.ApacheLoadBalancerAgent
-
- ServiceConfigurationError - Error in com.sun.jini.resource
-
Error thrown when something goes wrong while looking up service providers.
- ServiceConfigurationError(String) - Constructor for error com.sun.jini.resource.ServiceConfigurationError
-
Constructs a new instance with the specified detail string.
- ServiceConfigurationError(Throwable) - Constructor for error com.sun.jini.resource.ServiceConfigurationError
-
Constructs a new instance that wraps the specified throwable.
- ServiceControlled - Interface in net.jini.lookup.entry
-
This interface indicates that an Entry class is created and
modified by the service with which it is associated.
- ServiceDescriptor - Interface in com.sun.jini.start
-
Interface that all service description objects must implement.
- serviceDetails(ServiceID) - Method in class com.sun.jini.reggie.GigaRegistrar
-
- serviceDetails(ServiceID) - Method in interface com.sun.jini.reggie.Registrar
-
Returns the service details of the service id.
- ServiceDetails - Class in net.jini.core.lookup
-
- ServiceDetails() - Constructor for class net.jini.core.lookup.ServiceDetails
-
- ServiceDetails(ServiceID, boolean, long) - Constructor for class net.jini.core.lookup.ServiceDetails
-
- serviceDetails(ServiceID) - Method in interface net.jini.core.lookup.ServiceRegistrar
-
- serviceDetails(ServiceID) - Method in class net.jini.lookup.ServiceDiscoveryManager
-
- ServiceDetails - Interface in org.openspaces.pu.service
-
A generic service that exists within a processing unit.
- ServiceDetailsProvider - Interface in org.openspaces.pu.service
-
- ServiceDiscoveryEvent - Class in net.jini.lookup
-
The
ServiceDiscoveryEvent
class encapsulates the
service discovery information made available by the event mechanism
of the
LookupCache
.
- ServiceDiscoveryEvent(Object, ServiceItem, ServiceItem) - Constructor for class net.jini.lookup.ServiceDiscoveryEvent
-
The constructor of ServiceDiscoveryEvent
takes
three arguments:
An instance of Object
corresponding to the
instance of LookupCache
from which the given event
originated
A ServiceItem
reference representing the state
of the service (associated with the given event) prior to the
occurrence of the event
A ServiceItem
reference representing the state
of the service after the occurrence of the event
If null
is passed as the source parameter for the
constructor, a NullPointerException
will be thrown.
- ServiceDiscoveryListener - Interface in net.jini.lookup
-
The
ServiceDiscoveryListener
interface defines the
methods used by objects such as a
LookupCache
to notify an entity that events of interest related to
the elements of the cache have occurred.
- ServiceDiscoveryManager - Class in net.jini.lookup
-
The ServiceDiscoveryManager
class is a helper utility class
that any client-like entity can use to "discover" services registered
with any number of lookup services of interest.
- ServiceDiscoveryManager(DiscoveryManagement, LeaseRenewalManager) - Constructor for class net.jini.lookup.ServiceDiscoveryManager
-
Constructs an instance of ServiceDiscoveryManager
which
will, on behalf of the entity that constructs this class, discover and
manage a set of lookup services, as well as discover and manage sets
of services registered with those lookup services.
- ServiceDiscoveryManager(DiscoveryManagement, LeaseRenewalManager, Configuration) - Constructor for class net.jini.lookup.ServiceDiscoveryManager
-
Constructs an instance of this class, which is configured using the
items retrieved through the given Configuration
, that
will, on behalf of the entity that constructs this class, discover and
manage a set of lookup services, as well as discover and manage sets
of services registered with those lookup services.
- ServiceEvent - Class in net.jini.core.lookup
-
This class is used for remote events sent by the lookup service.
- ServiceEvent(Object, long, long, MarshalledObject, ServiceID, int) - Constructor for class net.jini.core.lookup.ServiceEvent
-
Simple constructor.
- ServiceExecutionAspect - Interface in org.openspaces.remoting
-
A service execution callback allows to wrap the execution of "server side" service.
- ServiceExecutionAspect.MethodInvocation - Interface in org.openspaces.remoting
-
A wrapper for method invocation.
- ServiceExporterBeanDefinitionParser - Class in org.openspaces.remoting.config
-
- ServiceExporterBeanDefinitionParser() - Constructor for class org.openspaces.remoting.config.ServiceExporterBeanDefinitionParser
-
- ServiceFinder - Class in org.openspaces.pu.container.servicegrid.deploy
-
- ServiceFinder() - Constructor for class org.openspaces.pu.container.servicegrid.deploy.ServiceFinder
-
- serviceID - Variable in class com.sun.jini.discovery.MulticastAnnouncement
-
The lookup service ID.
- serviceID - Variable in class com.sun.jini.reggie.Item
-
ServiceItem.serviceID.
- serviceID - Variable in class com.sun.jini.reggie.Template
-
ServiceTemplate.serviceID
- serviceID - Variable in class net.jini.core.lookup.ServiceEvent
-
ServiceID of the item that triggered the event.
- ServiceID - Class in net.jini.core.lookup
-
A universally unique identifier (UUID) for registered services.
- ServiceID(long, long) - Constructor for class net.jini.core.lookup.ServiceID
-
Simple constructor.
- ServiceID(DataInput) - Constructor for class net.jini.core.lookup.ServiceID
-
Reads in 16 bytes in standard network byte order.
- serviceID - Variable in class net.jini.core.lookup.ServiceItem
-
A service ID, or null if registering for the first time.
- serviceID - Variable in class net.jini.core.lookup.ServiceTemplate
-
Service ID to match, or null.
- serviceID - Variable in class net.jini.discovery.IncomingMulticastAnnouncement
-
The ServiceID that has been announced.
- SERVICEID - Static variable in class org.openspaces.core.space.SpaceServiceDetails.Attributes
-
- ServiceIDListener - Interface in net.jini.lookup
-
Interface used by a service that does not yet have a service ID, for
callback from the JoinManager when a service ID is assigned.
- serviceIDNotify(ServiceID) - Method in interface net.jini.lookup.ServiceIDListener
-
Called when the JoinManager gets a valid ServiceID from a lookup
service.
- serviceIDs - Variable in class com.sun.jini.discovery.MulticastRequest
-
The IDs of known lookup services.
- serviceIDs - Variable in class net.jini.discovery.IncomingMulticastRequest
-
The ServiceIDs from which the requestor has already heard.
- ServiceInfo - Class in net.jini.lookup.entry
-
Generic information about a service.
- ServiceInfo() - Constructor for class net.jini.lookup.entry.ServiceInfo
-
Construct an empty instance of this class.
- ServiceInfo(String, String, String, String, String, String) - Constructor for class net.jini.lookup.entry.ServiceInfo
-
Construct an instance of this class, with all fields
initialized appropriately.
- ServiceInfoBean - Class in net.jini.lookup.entry
-
A JavaBeans(TM) component that encapsulates a ServiceInfo object.
- ServiceInfoBean() - Constructor for class net.jini.lookup.entry.ServiceInfoBean
-
Construct a new JavaBeans component, linked to a new empty
ServiceInfo object.
- ServiceItem - Class in net.jini.core.lookup
-
Items are stored in and retrieved from the lookup service using
instances of this class.
- ServiceItem(ServiceID, Object, Entry[]) - Constructor for class net.jini.core.lookup.ServiceItem
-
Simple constructor.
- ServiceItemFilter - Interface in net.jini.lookup
-
The
ServiceItemFilter
interface defines the methods used by
an object such as the
ServiceDiscoveryManager
or the
LookupCache
to apply additional selection criteria when searching for
services in which an entity has registered interest.
- ServiceLevelAgreementEnforcement<ENDPOINT extends ServiceLevelAgreementEnforcementEndpoint> - Interface in org.openspaces.grid.gsm.sla
-
- ServiceLevelAgreementEnforcementEndpoint - Interface in org.openspaces.grid.gsm.sla
-
- ServiceLevelAgreementEnforcementEndpointAlreadyExistsException - Exception in org.openspaces.grid.gsm.sla.exceptions
-
- ServiceLevelAgreementEnforcementEndpointAlreadyExistsException() - Constructor for exception org.openspaces.grid.gsm.sla.exceptions.ServiceLevelAgreementEnforcementEndpointAlreadyExistsException
-
- ServiceLevelAgreementPolicy - Class in org.openspaces.grid.gsm.sla
-
- ServiceLevelAgreementPolicy() - Constructor for class org.openspaces.grid.gsm.sla.ServiceLevelAgreementPolicy
-
- ServiceMatches - Class in net.jini.core.lookup
-
An instance of this class is used for the return value when looking up
multiple items in the lookup service.
- ServiceMatches(ServiceItem[], int) - Constructor for class net.jini.core.lookup.ServiceMatches
-
Simple constructor.
- ServiceMatchesMerger - Class in net.jini.core.lookup
-
Merges together a set of ServiceItems extracted from a ServiceMatches result.
- ServiceMatchesMerger() - Constructor for class net.jini.core.lookup.ServiceMatchesMerger
-
- ServiceMatchesWrapper - Interface in net.jini.core.lookup
-
- ServiceMonitors - Interface in org.openspaces.pu.service
-
A generic service that exists within a processing unit.
- ServiceMonitorsProvider - Interface in org.openspaces.pu.service
-
- ServiceProxyAccessor - Interface in com.sun.jini.start
-
Provides a means to obtain a client-side proxy from a
"base" service object.
- ServiceRef - Class in org.openspaces.remoting
-
A service reference (the reference is generally the Spring bean id).
- ServiceRef() - Constructor for class org.openspaces.remoting.ServiceRef
-
- ServiceRef(String) - Constructor for class org.openspaces.remoting.ServiceRef
-
- ServiceRegistrar - Interface in net.jini.core.lookup
-
Defines the interface to the lookup service.
- ServiceRegistrarServiceDiscoveryListener - Class in net.jini.discovery.dynamic
-
- ServiceRegistrarServiceDiscoveryListener(DiscoveryLocatorManagement, Map<ServiceID, LookupLocator>, ServiceRegistrar, ServiceID) - Constructor for class net.jini.discovery.dynamic.ServiceRegistrarServiceDiscoveryListener
-
- ServiceRegistration - Interface in net.jini.core.lookup
-
A registered service item is manipulated using an instance of this class.
- serviceRemoved(ServiceDiscoveryEvent) - Method in class net.jini.discovery.dynamic.ServiceRegistrarServiceDiscoveryListener
-
- serviceRemoved(ServiceDiscoveryEvent) - Method in interface net.jini.lookup.ServiceDiscoveryListener
-
When the cache receives, from a managed lookup service, an event
signaling the removal of a service of interest from the last such
lookup service with which it was registered, the cache invokes
the serviceRemoved
method on all instances of
ServiceDiscoveryListener
that are registered with
the cache; doing so notifies the entity that a service of interest
has been discarded.
- serviceRemoved(ServiceDiscoveryEvent) - Method in class org.openspaces.pu.container.jee.lb.apache.ApacheLoadBalancerAgent
-
- ServiceStarter - Class in com.sun.jini.start
-
This class provides the main routine for starting shared groups,
non-activatable services, and activatable services.
- serviceSubType - Variable in class org.openspaces.pu.service.PlainServiceDetails
-
- ServiceTemplate - Class in net.jini.core.lookup
-
Items in the lookup service are matched using instance of this class.
- ServiceTemplate(ServiceID, Class[], Entry[]) - Constructor for class net.jini.core.lookup.ServiceTemplate
-
Simple constructor.
- serviceType - Variable in class com.sun.jini.reggie.Item
-
The Class of ServiceItem.service converted to ServiceType.
- ServiceType - Class in net.jini.lookup.entry
-
Human-oriented information about the "type" of a service.
- ServiceType() - Constructor for class net.jini.lookup.entry.ServiceType
-
Instantiate this class.
- serviceType - Variable in class org.openspaces.pu.service.PlainServiceDetails
-
- ServiceTypeBase - Class in com.sun.jini.reggie
-
A ServiceType annotated with a codebase.
- ServiceTypeBase(ServiceType, String) - Constructor for class com.sun.jini.reggie.ServiceTypeBase
-
Simple constructor
- serviceTypes - Variable in class com.sun.jini.reggie.Template
-
ServiceTemplate.serviceTypes converted to ServiceTypes
- serviceTypes - Variable in class net.jini.core.lookup.ServiceTemplate
-
Service types to match, or null.
- servID - Variable in class com.sun.jini.reggie.RegistrarEvent
-
The service ID of the item that triggered the event.
- session - Variable in class org.openspaces.persistency.hibernate.iterator.DefaultCriteriaByExampleDataIterator
-
- session - Variable in class org.openspaces.persistency.hibernate.iterator.DefaultListQueryDataIterator
-
- session - Variable in class org.openspaces.persistency.hibernate.iterator.DefaultScrollableDataIterator
-
- session - Variable in class org.openspaces.persistency.hibernate.iterator.StatelessListQueryDataIterator
-
- session - Variable in class org.openspaces.persistency.hibernate.iterator.StatelessScrollableDataIterator
-
- sessionFactory(SessionFactory) - Method in class org.openspaces.persistency.hibernate.CriteriaHibernateSpaceDataSourceConfigurer
-
Injects the Hibernate SessionFactory to be used with this data source.
- sessionFactory(SessionFactory) - Method in class org.openspaces.persistency.hibernate.DefaultHibernateSpaceDataSourceConfigurer
-
Injects the Hibernate SessionFactory to be used with this data source.
- sessionFactory(SessionFactory) - Method in class org.openspaces.persistency.hibernate.DefaultHibernateSpaceSynchronizationEndpointConfigurer
-
Injects the Hibernate SessionFactory to be used with this synchronization endpoint interceptor.
- sessionFactory - Variable in class org.openspaces.persistency.hibernate.iterator.AbstractChunkDataIterator
-
- sessionFactory - Variable in class org.openspaces.persistency.hibernate.iterator.AbstractScrollableDataIterator
-
- sessionFactory - Variable in class org.openspaces.persistency.hibernate.iterator.DefaultCriteriaByExampleDataIterator
-
- sessionFactory - Variable in class org.openspaces.persistency.hibernate.iterator.DefaultListQueryDataIterator
-
- sessionFactory - Variable in class org.openspaces.persistency.hibernate.iterator.StatelessListQueryDataIterator
-
- sessionFactory(SessionFactory) - Method in class org.openspaces.persistency.hibernate.StatelessHibernateSpaceDataSourceConfigurer
-
Injects the Hibernate SessionFactory to be used with this data source.
- sessionFactory(SessionFactory) - Method in class org.openspaces.persistency.hibernate.StatelessHibernateSpaceSynchronizationEndpointConfigurer
-
Injects the Hibernate SessionFactory to be used with this synchronization endpoint interceptor.
- SessionFactoryBuilder - Class in org.openspaces.persistency.hibernate
-
- SessionFactoryBuilder() - Constructor for class org.openspaces.persistency.hibernate.SessionFactoryBuilder
-
Deprecated.
- SessionStatus - Class in org.openspaces.memcached.protocol
-
Class for holding the current session status.
- SessionStatus() - Constructor for class org.openspaces.memcached.protocol.SessionStatus
-
- SessionStatus.State - Enum in org.openspaces.memcached.protocol
-
Possible states that the current session is in.
- set(String, Serializable) - Method in class com.gigaspaces.client.ChangeSet
-
Sets the value of the given path.
- set(int, Object) - Method in class com.gigaspaces.query.CompoundResult
-
- set(CapacityRequirement) - Method in class org.openspaces.grid.gsm.capacity.CapacityRequirements
-
- set(String, CapacityRequirements) - Method in class org.openspaces.grid.gsm.capacity.CapacityRequirementsPerAgent
-
- set(ZonesConfig, CapacityRequirements) - Method in class org.openspaces.grid.gsm.capacity.CapacityRequirementsPerZones
-
- set(LocalCacheElement) - Method in class org.openspaces.memcached.SpaceCache
-
- SET_CMDS - Static variable in class org.openspaces.memcached.MemcachedServiceMonitors.Attributes
-
- SET_SECURITY - Static variable in class com.j_spaces.core.filters.FilterOperationCodes
-
- setAccessToUnderlyingConnectionAllowed(boolean) - Method in class org.openspaces.jdbc.datasource.DbcpBasicDataSource
-
Sets the value of the accessToUnderlyingConnectionAllowed property.
- setActiveWhenBackup(boolean) - Method in class com.j_spaces.core.cluster.ReplicationFilterProvider
-
true
if the filter should be active when the space is in backup mode.
- setActiveWhenBackup(boolean) - Method in class org.openspaces.core.space.filter.AbstractFilterProviderFactoryBean
-
Sets if the filter will be active when the space is in BACKUP
mode.
- setActiveWhenBackup(boolean) - Method in class org.openspaces.core.space.filter.replication.AbstractReplicationFilterProviderFactory
-
- setActiveWhenBackup(boolean) - Method in class org.openspaces.core.space.support.WorkerAdapter
-
Deprecated.
Should the worker be active only when the Space is in primary mode.
- setActiveWhenPrimary(boolean) - Method in class org.openspaces.core.space.mode.SpaceModeContextLoader
-
Controls if the Spring context will be loaded when the space cluster member moves to
PRIMARY
mode.
- setActiveWhenPrimary(boolean) - Method in class org.openspaces.events.AbstractEventListenerContainer
-
Set whether this container will start only when it is primary (space mode).
- setAdmin(Admin) - Method in class org.openspaces.admin.pu.elastic.config.ElasticStatefulProcessingUnitConfig
-
- setAdmin(Admin) - Method in interface org.openspaces.admin.pu.topology.ElasticStatefulProcessingUnitConfigHolder
-
- setAdmin(Admin) - Method in interface org.openspaces.core.bean.Bean
-
Set the Admin instance to be used by this Bean.
- setAdmin(Admin) - Method in class org.openspaces.grid.gsm.ElasticConfigBean
-
- setAdmin(Admin) - Method in class org.openspaces.grid.gsm.machines.plugins.discovered.DiscoveredMachineProvisioningBean
-
- setAdmin(Admin) - Method in class org.openspaces.grid.gsm.strategy.AbstractScaleStrategyBean
-
- setAfterAllNotifyTrigger(String) - Method in class org.openspaces.core.space.filter.MethodFilterFactoryBean
-
Filter callback after all notify trigger.
- setAfterChange(String) - Method in class org.openspaces.core.space.filter.MethodFilterFactoryBean
-
Filter callback after change operation.
- setAfterExecute(String) - Method in class org.openspaces.core.space.filter.MethodFilterFactoryBean
-
Filter callback after execute operation.
- setAfterNotifyTrigger(String) - Method in class org.openspaces.core.space.filter.MethodFilterFactoryBean
-
Filter callback after notify trigger.
- setAfterRead(String) - Method in class org.openspaces.core.space.filter.MethodFilterFactoryBean
-
Filter callback after read operation.
- setAfterReadMultiple(String) - Method in class org.openspaces.core.space.filter.MethodFilterFactoryBean
-
Filter callback after read multiple operation.
- setAfterRemoveByLease(String) - Method in class org.openspaces.core.space.filter.MethodFilterFactoryBean
-
Filter callback after an entry was removed due to lease expression or lease cancel.
- setAfterTake(String) - Method in class org.openspaces.core.space.filter.MethodFilterFactoryBean
-
Filter callback after take operation.
- setAfterTakeMultiple(String) - Method in class org.openspaces.core.space.filter.MethodFilterFactoryBean
-
Filter callback after take multiple operation.
- setAfterUpdate(String) - Method in class org.openspaces.core.space.filter.MethodFilterFactoryBean
-
Filter callback after update operation.
- setAfterWrite(String) - Method in class org.openspaces.core.space.filter.MethodFilterFactoryBean
-
Filter callback after write operation.
- setAgentAllocationPriority(Map<String, Long>) - Method in class org.openspaces.grid.gsm.machines.BinPackingSolver
-
The higher the priority the less likely for the machine to be scaled in
- setAgentFailureDetectionConfig(GridServiceAgentFailureDetectionConfig) - Method in interface org.openspaces.grid.gsm.GridServiceAgentFailureDetectionConfigAware
-
- setAgentFailureDetectionConfig(GridServiceAgentFailureDetectionConfig) - Method in class org.openspaces.grid.gsm.machines.CapacityMachinesSlaPolicy
-
- setAgentFailureDetectionConfig(GridServiceAgentFailureDetectionConfig) - Method in class org.openspaces.grid.gsm.strategy.AbstractCapacityScaleStrategyBean
-
- setAgentProcessessMonitorInterval(long, TimeUnit) - Method in interface org.openspaces.admin.Admin
-
Sets the Grid Service Agent processes monitor (not statistics) interval.
- setAgentUid(String) - Method in class org.openspaces.grid.gsm.machines.plugins.events.GridServiceAgentStartedEvent
-
- setAgentUid(String) - Method in class org.openspaces.grid.gsm.machines.plugins.events.GridServiceAgentStoppedEvent
-
- setAgentUid(String) - Method in class org.openspaces.grid.gsm.machines.plugins.events.GridServiceAgentStopRequestedEvent
-
- setAgentZones(ZonesConfig) - Method in class org.openspaces.admin.pu.statistics.ProcessingUnitStatisticsId
-
- setAlias(String) - Method in class org.openspaces.jpa.openjpa.query.AggregationFunction
-
Set select item alias
- setAlias(String) - Method in class org.openspaces.jpa.openjpa.query.FieldPathNode
-
- setAlias(String) - Method in class org.openspaces.jpa.openjpa.query.InnerQuery
-
Set select item alias
- setAlias(String) - Method in class org.openspaces.jpa.openjpa.query.LiteralValueNode
-
- setAlias(String) - Method in class org.openspaces.jpa.openjpa.query.NullValueNode
-
- setAlias(String) - Method in class org.openspaces.jpa.openjpa.query.ParameterNode
-
- setAlias(String) - Method in class org.openspaces.jpa.openjpa.query.Variable
-
- setAllocatedCapacity(CapacityRequirementsPerAgent) - Method in class org.openspaces.grid.gsm.rebalancing.RebalancingSlaPolicy
-
- setAllocatedCapacityForPu(CapacityRequirementsPerAgent) - Method in class org.openspaces.grid.gsm.machines.BinPackingSolver
-
Sets the currently allocated capacity of PU
- setAllowAboveAverageMemoryPerMachine(boolean) - Method in class org.openspaces.admin.pu.elastic.config.AutomaticCapacityScaleConfig
-
- setAllowAboveAverageMemoryPerMachine(boolean) - Method in class org.openspaces.admin.pu.elastic.config.EagerScaleConfig
-
- setAllowAboveAverageMemoryPerMachine(boolean) - Method in class org.openspaces.admin.pu.elastic.config.ElasticStatefulProcessingUnitConfig
-
- setAllowAboveAverageMemoryPerMachine(boolean) - Method in class org.openspaces.admin.pu.elastic.config.ManualCapacityPerZonesScaleConfig
-
- setAllowAboveAverageMemoryPerMachine(boolean) - Method in class org.openspaces.admin.pu.elastic.config.ManualCapacityScaleConfig
-
- setAllowAboveAverageMemoryPerMachine(boolean) - Method in interface org.openspaces.admin.pu.elastic.config.ScaleStrategyConfig
-
Allows a single machine to accommodate for more than the average maximum memory allocation of a Processing Unit.
- setAllowAboveAverageMemoryPerMachine(boolean) - Method in class org.openspaces.grid.gsm.machines.AbstractMachinesSlaPolicy
-
- setAllowMoreThanAverageMemoryPerMachine(boolean) - Method in class org.openspaces.grid.gsm.machines.BinPackingSolver
-
- setApachectlLocation(String) - Method in class org.openspaces.pu.container.jee.lb.apache.ApacheLoadBalancerAgent
-
- setApplicationContext(ApplicationContext) - Method in class org.openspaces.archive.ArchivePollingAnnotationPostProcessor
-
- setApplicationContext(ApplicationContext) - Method in class org.openspaces.core.context.GigaSpaceContextBeanPostProcessor
-
- setApplicationContext(ApplicationContext) - Method in class org.openspaces.core.context.GigaSpaceLateContextBeanFactoryPostProcessor
-
- setApplicationContext(ApplicationContext) - Method in class org.openspaces.core.space.AbstractSpaceFactoryBean
-
- setApplicationContext(ApplicationContext) - Method in class org.openspaces.core.space.mode.registry.ModeAnnotationRegistryPostProcessor
-
- setApplicationContext(ApplicationContext) - Method in class org.openspaces.core.space.mode.SpaceModeContextLoader
-
Injected by Spring and used as the parent application context for the newly created
application context.
- setApplicationContext(ApplicationContext) - Method in class org.openspaces.events.AbstractEventListenerContainer
-
- setApplicationContext(ApplicationContext) - Method in class org.openspaces.events.asyncpolling.config.AsyncPollingAnnotationPostProcessor
-
- setApplicationContext(ApplicationContext) - Method in class org.openspaces.events.notify.config.NotifyAnnotationPostProcessor
-
- setApplicationContext(ApplicationContext) - Method in class org.openspaces.events.polling.config.PollingAnnotationPostProcessor
-
- setApplicationContext(ApplicationContext) - Method in class org.openspaces.events.support.UnregisterEventContainerTask
-
- setApplicationContext(ApplicationContext) - Method in interface org.openspaces.pu.sla.monitor.ApplicationContextMonitor
-
- setApplicationContext(ApplicationContext) - Method in class org.openspaces.pu.sla.monitor.BeanPropertyMonitor
-
- setApplicationContext(ApplicationContext) - Method in class org.openspaces.remoting.EventDrivenSpaceRemotingProxyFactoryBean
-
- setApplicationContext(ApplicationContext) - Method in class org.openspaces.remoting.ExecutorRemotingTask
-
- setApplicationContext(ApplicationContext) - Method in class org.openspaces.remoting.ExecutorSpaceRemotingProxyFactoryBean
-
- setApplicationContext(ApplicationContext) - Method in class org.openspaces.remoting.RemotingAnnotationBeanPostProcessor
-
- setApplicationContext(ApplicationContext) - Method in class org.openspaces.remoting.scripting.DefaultScriptingExecutor
-
- setApplicationContext(ApplicationContext) - Method in class org.openspaces.remoting.SpaceRemotingServiceExporter
-
Application context injected by Spring
- setApplicationName(String) - Method in class org.openspaces.pu.container.servicegrid.deploy.Deploy
-
- setArchiveHandler(ArchiveOperationHandler) - Method in class org.openspaces.archive.ArchivePollingContainer
-
- setArgument(String) - Method in class org.openspaces.core.space.support.WorkerAdapter
-
Deprecated.
Provides an optional argument that will be passed to IWorker.init(com.j_spaces.core.IJSpace, String, String)
(the last argument).
- setArguments(Object[]) - Method in class org.openspaces.remoting.EventDrivenSpaceRemotingEntry
-
Deprecated.
- setAssemblyFile(String) - Method in class org.openspaces.interop.DotnetProcessingUnitBean
-
Injects the .Net processing unit implementation's assembly file
- setAsyncChannelShutdownTimeout(long) - Method in class com.j_spaces.core.cluster.ReplicationPolicy
-
- setAsyncInterfaceSuffix(String) - Method in class org.openspaces.remoting.SpaceRemotingServiceExporter
-
For async based execution of remote services, this is one of the options to enable this by
using two different interfaces.
- setAsyncMethodPrefix(String) - Method in class org.openspaces.remoting.EventDrivenSpaceRemotingProxyFactoryBean
-
Sets the async method prefix.
- setAsyncOperationHandler(AsyncOperationHandler) - Method in class org.openspaces.events.asyncpolling.SimpleAsyncPollingEventListenerContainer
-
Sets the async operation handler abstracting the actual async operation perfomred.
- setAtMostOneConcurrentRelocation(boolean) - Method in class org.openspaces.admin.pu.elastic.config.AutomaticCapacityScaleConfig
-
- setAtMostOneConcurrentRelocation(boolean) - Method in class org.openspaces.admin.pu.elastic.config.EagerScaleConfig
-
- setAtMostOneConcurrentRelocation(boolean) - Method in class org.openspaces.admin.pu.elastic.config.ManualCapacityPerZonesScaleConfig
-
- setAtMostOneConcurrentRelocation(boolean) - Method in class org.openspaces.admin.pu.elastic.config.ManualCapacityScaleConfig
-
- setAtMostOneConcurrentRelocation(boolean) - Method in interface org.openspaces.admin.pu.elastic.config.ScaleStrategyConfig
-
Limits the number of concurrent relocations for the entire cluster to 1.
- setAtMostOneConcurrentRelocation(boolean) - Method in class org.openspaces.grid.gsm.rebalancing.RebalancingSlaPolicy
-
- setAtMostOneContainerPerMachine(boolean) - Method in class org.openspaces.admin.pu.elastic.config.AutomaticCapacityScaleConfig
-
- setAtMostOneContainerPerMachine(boolean) - Method in class org.openspaces.admin.pu.elastic.config.EagerScaleConfig
-
- setAtMostOneContainerPerMachine(boolean) - Method in class org.openspaces.admin.pu.elastic.config.ManualCapacityPerZonesScaleConfig
-
- setAtMostOneContainerPerMachine(boolean) - Method in class org.openspaces.admin.pu.elastic.config.ManualCapacityScaleConfig
-
- setAtMostOneContainerPerMachine(boolean) - Method in interface org.openspaces.admin.pu.elastic.config.ScaleStrategyConfig
-
When set to true, at most one Grid Service Container for this Processing Unit is started per machine.
- setAttributes(ServiceID, Uuid, EntryRep[]) - Method in class com.sun.jini.reggie.GigaRegistrar
-
- setAttributes(ServiceID, Uuid, EntryRep[]) - Method in interface com.sun.jini.reggie.Registrar
-
Deletes all of the service item's existing attributes, and replaces
them with the specified attribute sets.
- setAttributes(Entry[]) - Method in interface net.jini.core.lookup.ServiceRegistration
-
Deletes all of the service item's existing attributes, and replaces
them with the specified attribute sets.
- setAttributes(Entry[]) - Method in class net.jini.lookup.JoinManager
-
Replaces the service's current set of attributes with a new set of
attributes.
- setAttributes(Entry[], JoinManager.ModifyAttributesLatchFactory) - Method in class net.jini.lookup.JoinManager
-
- setAttributes(Map) - Method in class org.openspaces.pu.sla.requirement.SystemRequirement
-
- setAttributeStore(AttributeStoreFactoryBean) - Method in class org.openspaces.core.space.EmbeddedSpaceFactoryBean
-
- setAttributeStore(AttributeStore) - Method in class org.openspaces.core.space.InternalSpaceFactory
-
- setAttributeStore(AttributeStoreFactoryBean) - Method in class org.openspaces.core.space.UrlSpaceFactoryBean
-
- setAuditDetails(AuditDetails) - Method in class com.gigaspaces.security.audit.AuditLogRecord
-
- setAugmentInitialLoadEntries(boolean) - Method in class org.openspaces.persistency.hibernate.CriteriaHibernateSpaceDataSourceFactoryBean
-
Feature switch for initial load entries augmentation (creation of partition-specific query for entries).
- setAugmentInitialLoadEntries(boolean) - Method in class org.openspaces.persistency.hibernate.DefaultHibernateSpaceDataSourceFactoryBean
-
Feature switch for initial load entries augmentation (creation of partition-specific query for entries).
- setAugmentInitialLoadEntries(boolean) - Method in class org.openspaces.persistency.hibernate.StatelessHibernateSpaceDataSourceFactoryBean
-
Feature switch for initial load entries augmentation (creation of partition-specific query for entries).
- setAutoGenerate(boolean) - Method in class org.openspaces.core.config.SpaceIdProperty
-
- setAutoRenew(boolean, LeaseListener) - Method in class com.gigaspaces.events.EventSessionConfig
-
enable the auto renew of the notify.
- setAutoRenew(boolean, LeaseListener, long, long, long) - Method in class com.gigaspaces.events.EventSessionConfig
-
- setAutoRenew(boolean) - Method in class org.openspaces.events.notify.SimpleNotifyEventListenerContainer
-
- setAutoScalingSlaEnforcementEndpoint(AutoScalingSlaEnforcementEndpoint) - Method in interface org.openspaces.grid.gsm.autoscaling.AutoScalingSlaEnforcementEndpointAware
-
- setAutoScalingSlaEnforcementEndpoint(AutoScalingSlaEnforcementEndpoint) - Method in class org.openspaces.grid.gsm.strategy.AutomaticCapacityScaleStrategyBean
-
- setAutoStart(boolean) - Method in class org.openspaces.events.AbstractEventListenerContainer
-
Set whether this container will start once instantiated.
- setAvgObjectSizeKB(Long) - Method in class org.openspaces.core.config.BlobStoreDataPolicyFactoryBean
-
- setAvgObjectSizeKB(Long) - Method in class org.openspaces.core.space.BlobStoreDataCachePolicy
-
- setAxisYUnit(Unit) - Method in class org.openspaces.ui.BarLineChart
-
- setBackupId(Integer) - Method in class org.openspaces.core.cluster.ClusterInfo
-
Sets the backup id of the specific cluster member.
- setBackupId(Integer) - Method in class org.openspaces.pu.sla.InstanceSLA
-
- setBasePort(int) - Method in class org.openspaces.pu.container.jee.PortGenerator
-
- setBatch(int, long) - Method in class com.gigaspaces.events.EventSessionConfig
-
set the notifications to come in batches of size.
- setBatch(int, long, int) - Method in class com.gigaspaces.events.EventSessionConfig
-
set the notifications to come in batches of size.
- setBatchPendingThreshold(Integer) - Method in class org.openspaces.events.notify.SimpleNotifyEventListenerContainer
-
If set, turns batching event notifications where the server space accumalates notifications to
be sent and then send them in batch.
- setBatchSize(int) - Method in class org.openspaces.archive.ArchivePollingContainer
-
- setBatchSize(int) - Method in class org.openspaces.core.space.cache.AbstractLocalCacheSpaceFactoryBean
-
- setBatchSize(Integer) - Method in class org.openspaces.events.notify.SimpleNotifyEventListenerContainer
-
If set, turns batching event notifications where the server space accumalates notifications to
be sent and then send them in batch.
- setBatchTime(Integer) - Method in class org.openspaces.events.notify.SimpleNotifyEventListenerContainer
-
If set, turns batching event notifications where the server space accumalates notifications to
be sent and then send them in batch.
- setBatchTimeout(long) - Method in class org.openspaces.core.space.cache.AbstractLocalCacheSpaceFactoryBean
-
- setBeanConfig(B) - Method in interface org.openspaces.admin.bean.BeanConfigManager
-
Defines a configuration for the specified bean.
- setBeanConfig(String, Map<String, String>) - Method in interface org.openspaces.admin.bean.BeanConfigPropertiesManager
-
Defines a configuration for the specified bean.
- setBeanConfig(String, Map<String, String>) - Method in class org.openspaces.core.bean.DefaultBeanServer
-
- setBeanFactory(BeanFactory) - Method in class org.openspaces.core.cluster.ClusterInfoPropertyPlaceholderConfigurer
-
- setBeanFactory(BeanFactory) - Method in class org.openspaces.core.properties.BeanLevelPropertyPlaceholderConfigurer
-
- setBeanLevelProperties(BeanLevelProperties) - Method in interface org.openspaces.core.properties.BeanLevelPropertiesAware
-
- setBeanLevelProperties(BeanLevelProperties) - Method in class org.openspaces.core.properties.BeanLevelPropertyPlaceholderConfigurer
-
- setBeanLevelProperties(BeanLevelProperties) - Method in class org.openspaces.core.space.mode.SpaceModeContextLoader
-
- setBeanLevelProperties(BeanLevelProperties) - Method in class org.openspaces.interop.DotnetProcessingUnitBean
-
- setBeanLevelProperties(BeanLevelProperties) - Method in class org.openspaces.pu.container.ProcessingUnitContainerConfig
-
- setBeanLevelProperties(BeanLevelProperties) - Method in class org.openspaces.pu.container.ProcessingUnitContainerProvider
-
- setBeanName(String) - Method in class org.openspaces.core.cluster.ClusterInfoPropertyPlaceholderConfigurer
-
- setBeanName(String) - Method in class org.openspaces.core.gateway.AbstractGatewayComponentFactoryBean
-
- setBeanName(String) - Method in class org.openspaces.core.GigaMapFactoryBean
-
- setBeanName(String) - Method in class org.openspaces.core.GigaSpaceFactoryBean
-
- setBeanName(String) - Method in class org.openspaces.core.map.MapFactoryBean
-
Injected by Spring with the bean name.
- setBeanName(String) - Method in class org.openspaces.core.properties.BeanLevelPropertyPlaceholderConfigurer
-
- setBeanName(String) - Method in class org.openspaces.core.space.AbstractSpaceFactoryBean
-
- setBeanName(String) - Method in class org.openspaces.core.space.cache.AbstractLocalCacheSpaceFactoryBean
-
Spring callback that sets the bean name.
- setBeanName(String) - Method in class org.openspaces.core.space.filter.AbstractFilterProviderFactoryBean
-
- setBeanName(String) - Method in class org.openspaces.core.space.mode.SpaceModeContextLoader
-
- setBeanName(String) - Method in class org.openspaces.core.transaction.manager.AbstractJiniTransactionManager
-
- setBeanName(String) - Method in class org.openspaces.events.AbstractEventListenerContainer
-
- setBeanName(String) - Method in class org.openspaces.memcached.MemCacheDaemon
-
- setBeanName(String) - Method in class org.openspaces.remoting.SpaceRemotingServiceExporter
-
- setBeanProperties(String, Properties) - Method in class org.openspaces.core.properties.BeanLevelProperties
-
Sets properties that will be associated with the given bean name.
- setBeforeAllNotifyTrigger(String) - Method in class org.openspaces.core.space.filter.MethodFilterFactoryBean
-
Filter callback before all notify trigger.
- setBeforeAuthentication(String) - Method in class org.openspaces.core.space.filter.MethodFilterFactoryBean
-
Filter callback before authentication operation.
- setBeforeChange(String) - Method in class org.openspaces.core.space.filter.MethodFilterFactoryBean
-
Filter callback before change operation.
- setBeforeCleanSpace(String) - Method in class org.openspaces.core.space.filter.MethodFilterFactoryBean
-
Filter callback after clean space operation.
- setBeforeExecute(String) - Method in class org.openspaces.core.space.filter.MethodFilterFactoryBean
-
Filter callback before execute operation.
- setBeforeNotify(String) - Method in class org.openspaces.core.space.filter.MethodFilterFactoryBean
-
Filter callback before notify operation.
- setBeforeNotifyTrigger(String) - Method in class org.openspaces.core.space.filter.MethodFilterFactoryBean
-
Filter callback before notify trigger.
- setBeforeRead(String) - Method in class org.openspaces.core.space.filter.MethodFilterFactoryBean
-
Filter callback before read operation.
- setBeforeReadMultiple(String) - Method in class org.openspaces.core.space.filter.MethodFilterFactoryBean
-
Filter callback before read multiple operation.
- setBeforeRemoveByLease(String) - Method in class org.openspaces.core.space.filter.MethodFilterFactoryBean
-
Filter callback before an entry was removed due to lease expression or lease cancel.
- setBeforeTake(String) - Method in class org.openspaces.core.space.filter.MethodFilterFactoryBean
-
Filter callback before take operation.
- setBeforeTakeMultiple(String) - Method in class org.openspaces.core.space.filter.MethodFilterFactoryBean
-
Filter callback before take multiple operation.
- setBeforeUpdate(String) - Method in class org.openspaces.core.space.filter.MethodFilterFactoryBean
-
Filter callback before update operation.
- setBeforeWrite(String) - Method in class org.openspaces.core.space.filter.MethodFilterFactoryBean
-
Filter callback before write operation.
- setBindHost(String) - Method in class com.gigaspaces.config.lrmi.nio.NIOConfiguration
-
- setBindPort(String) - Method in class com.gigaspaces.config.lrmi.nio.NIOConfiguration
-
- setBlobStoreDataPolicy(BlobStoreDataPolicyFactoryBean) - Method in class org.openspaces.core.space.EmbeddedSpaceFactoryBean
-
- setBlobStoreDataPolicy(BlobStoreDataPolicyFactoryBean) - Method in class org.openspaces.core.space.UrlSpaceFactoryBean
-
- setBlobstoreEnabled(boolean) - Method in class com.gigaspaces.metadata.SpaceTypeDescriptorBuilder
-
Sets whether for this type blobstore data is enabled when cache policy is set for blobstore.
- setBlobstoreEnabled(boolean) - Method in class org.openspaces.core.config.GigaSpaceDocumentTypeDescriptorFactoryBean
-
- setBlobStoreHandler(BlobStoreStorageHandler) - Method in class org.openspaces.core.config.BlobStoreDataPolicyFactoryBean
-
- setBlobStoreHandler(BlobStoreStorageHandler) - Method in class org.openspaces.core.space.BlobStoreDataCachePolicy
-
- setBlockingConnection(boolean) - Method in class com.gigaspaces.config.lrmi.nio.NIOConfiguration
-
- setBroadcast(boolean) - Method in class org.openspaces.remoting.ExecutorSpaceRemotingProxyFactoryBean
-
If set the true
(defaults to false
) causes the remote invocation
to be called on all active (primary) cluster members.
- setBuffer(byte[]) - Method in class net.jini.io.OptimizedByteArrayInputStream
-
Sets a GSByteArrayInputStream
so that it uses buffer
as its
buffer array.
- setBuffer(byte[]) - Method in class net.jini.io.OptimizedByteArrayOutputStream
-
Set stream buffer, and reset the counter.
- setBuffer(byte[], int) - Method in class net.jini.io.OptimizedByteArrayOutputStream
-
Set stream buffer and set the counter.
- setBufferSize(int) - Method in class com.gigaspaces.client.iterator.GSIteratorConfig
-
Sets the iterator's buffer size
- setBuilding(String) - Method in class net.jini.lookup.entry.LocationBean
-
Set the value of the building field in the Location object linked to by
this JavaBeans component.
- setBulkSize(Integer) - Method in class org.openspaces.core.gateway.GatewayTarget
-
Sets the number of packets in each replication bulk sent to this gateway.
- setBulkSize(Integer) - Method in class org.openspaces.core.gateway.GatewayTargetsFactoryBean
-
Sets the number of packets in each replication bulk sent to this gateway.
- setCacheEntriesPercentage(Integer) - Method in class org.openspaces.core.config.BlobStoreDataPolicyFactoryBean
-
- setCacheEntriesPercentage(Integer) - Method in class org.openspaces.core.space.BlobStoreDataCachePolicy
-
- setCachePolicy(CachePolicy) - Method in class org.openspaces.core.space.EmbeddedSpaceFactoryBean
-
- setCachePolicy(CachePolicy) - Method in class org.openspaces.core.space.InternalSpaceFactory
-
- setCachePolicy(CachePolicy) - Method in class org.openspaces.core.space.UrlSpaceFactoryBean
-
Sets the cache policy that the space will use.
- setCapacityRequirements(CapacityRequirements) - Method in class org.openspaces.grid.gsm.autoscaling.AutoScalingSlaPolicy
-
- setCapacityRequirements(CapacityRequirements) - Method in class org.openspaces.grid.gsm.machines.CapacityMachinesSlaPolicy
-
- setCasUnique(long) - Method in class org.openspaces.memcached.LocalCacheElement
-
- setCauses(Throwable[]) - Method in exception com.j_spaces.core.multiple.query.QueryMultiplePartialFailureException
-
Deprecated.
- setClassLoader(ClassLoader) - Method in class org.openspaces.pu.container.integrated.IntegratedProcessingUnitContainerProvider
-
Sets the class loader this processing unit container will load the application context with.
- setClassLoader(ClassLoader) - Method in class org.openspaces.pu.container.jee.JeeProcessingUnitContainerProvider
-
Sets the class loader this processing unit container will load the application context with.
- setClassLoader(ClassLoader) - Method in class org.openspaces.pu.container.ProcessingUnitContainerProvider
-
- setClassName(String) - Method in class com.j_spaces.core.client.ExternalEntry
-
Deprecated.
This method should be used for new Entry classes introduced to the space.
- setClassName(String) - Method in class org.openspaces.core.config.SQLQueryFactoryBean
-
- setClassPath(String) - Method in class com.sun.jini.tool.ClassDep
-
Set the classpath to use for finding our class definitions.
- setClasspath(String) - Method in class com.sun.jini.tool.PreferredListGen
-
Set the classpath of the classes to include in the analysis.
- setCleanupFuture(ProcessingUnit, FutureCleanupCloudResources) - Method in class org.openspaces.grid.gsm.machines.MachinesSlaEnforcementState
-
- setCloseMethod(Method) - Method in class org.openspaces.core.space.filter.FilterOperationDelegate
-
Sets an optional close method callback.
- setClusterCapacityRequirements(CapacityRequirementsPerAgent) - Method in class org.openspaces.grid.gsm.containers.ContainersSlaPolicy
-
- setClustered(boolean) - Method in class org.openspaces.core.GigaSpaceFactoryBean
-
Sets the cluster flag controlling if this
GigaSpace
will work with a clustered
view of the space or directly with a cluster member.
- setClustered(Boolean) - Method in class org.openspaces.core.map.MapFactoryBean
-
Sets the cluster flag controlling if this
IMap
will work with a clustered
view of the space or directly with a cluster member.
- setClusterInfo(ClusterInfo) - Method in interface org.openspaces.core.cluster.ClusterInfoAware
-
Sets the cluster information.
- setClusterInfo(ClusterInfo) - Method in class org.openspaces.core.cluster.ClusterInfoPropertyPlaceholderConfigurer
-
- setClusterInfo(ClusterInfo) - Method in class org.openspaces.core.gateway.AbstractGatewayComponentFactoryBean
-
- setClusterInfo(ClusterInfo) - Method in class org.openspaces.core.properties.BeanLevelPropertyPlaceholderConfigurer
-
- setClusterInfo(ClusterInfo) - Method in class org.openspaces.core.space.EmbeddedSpaceFactoryBean
-
- setClusterInfo(ClusterInfo) - Method in class org.openspaces.core.space.InternalSpaceFactory
-
- setClusterInfo(ClusterInfo) - Method in class org.openspaces.core.space.mode.SpaceModeContextLoader
-
Used to pass
ClusterInfo
to the newly created application context.
- setClusterInfo(ClusterInfo) - Method in class org.openspaces.core.space.UrlSpaceFactoryBean
-
- setClusterInfo(ClusterInfo) - Method in class org.openspaces.interop.DotnetProcessingUnitBean
-
Sets the cluster information.
- setClusterInfo(ClusterInfo) - Method in class org.openspaces.persistency.ClusterInfoAwareSpaceDataSource
-
- setClusterInfo(ClusterInfo) - Method in class org.openspaces.persistency.hibernate.CriteriaHibernateSpaceDataSourceFactoryBean
-
- setClusterInfo(ClusterInfo) - Method in class org.openspaces.persistency.hibernate.DefaultHibernateSpaceDataSourceFactoryBean
-
- setClusterInfo(ClusterInfo) - Method in class org.openspaces.persistency.hibernate.StatelessHibernateSpaceDataSourceFactoryBean
-
- setClusterInfo(ClusterInfo) - Method in class org.openspaces.pu.container.jee.SharedContextFactory
-
- setClusterInfo(ClusterInfo) - Method in class org.openspaces.pu.container.ProcessingUnitContainerConfig
-
- setClusterInfo(ClusterInfo) - Method in class org.openspaces.pu.container.ProcessingUnitContainerProvider
-
- setClusterInfo(ClusterInfo) - Method in class org.openspaces.pu.sla.PrimaryZoneController
-
- setClusterInfo(ClusterInfo) - Method in class org.openspaces.remoting.ExecutorRemotingTask
-
- setClusterInfo(ClusterInfo) - Method in class org.openspaces.remoting.scripting.DefaultScriptingExecutor
-
- setClusterInfo(ClusterInfo) - Method in class org.openspaces.remoting.SpaceRemotingServiceExporter
-
Cluster Info injected
- setClusterSchema(String) - Method in class org.openspaces.admin.memcached.config.MemcachedConfig
-
- setClusterSchema(String) - Method in class org.openspaces.admin.pu.config.ProcessingUnitConfig
-
- setClusterSchema(String) - Method in class org.openspaces.admin.space.config.SpaceConfig
-
- setClusterSchema(String) - Method in class org.openspaces.pu.sla.SLA
-
Sets the cluster schema the processing unit will use.
- setCmds - Variable in class org.openspaces.memcached.SpaceCache
-
- setCodebase(Class) - Method in class com.sun.jini.reggie.EntryClassBase
-
Sets the codebase to the codebase of the given class.
- setCodebase(Class) - Method in class com.sun.jini.reggie.ServiceTypeBase
-
Sets the codebase to the codebase of the given class.
- setCollection(boolean) - Method in class org.openspaces.jpa.openjpa.query.FieldPathNode
-
Sets whether the JOINED property is a collection or not.
- setComment(String) - Method in class net.jini.lookup.entry.CommentBean
-
Set the value of the comment field in the Comment object linked to by
this JavaBeans component.
- setCommitTimeout(Long) - Method in class org.openspaces.core.transaction.manager.AbstractJiniTransactionManager
-
Sets an optional timeout when performing commit in milliseconds.
- setCommunicationPort(int) - Method in class org.openspaces.core.gateway.AbstractGatewayComponentFactoryBean
-
Sets the gateway component's communication port.
- setCommunicationPort(String) - Method in class org.openspaces.core.gateway.GatewayLookup
-
Sets the gateway's lookup communication port (Component's communication port).
- setCompression(int) - Method in class org.openspaces.core.map.MapFactoryBean
-
Sets the compression level.
- setCompressionLevel(int) - Method in class com.gigaspaces.lrmi.nio.filters.IOStreamCompressionFilter
-
- setComType(EventSessionConfig.ComType) - Method in class com.gigaspaces.events.EventSessionConfig
-
- setComType(int) - Method in class org.openspaces.events.notify.SimpleNotifyEventListenerContainer
-
- setComTypeName(String) - Method in class org.openspaces.events.notify.SimpleNotifyEventListenerContainer
-
- setConcurrentConsumers(int) - Method in class org.openspaces.events.asyncpolling.SimpleAsyncPollingEventListenerContainer
-
Sets the number of concurrent async operation performed by this container.
- setConcurrentConsumers(int) - Method in class org.openspaces.events.polling.SimplePollingEventListenerContainer
-
Specify the number of concurrent consumers to create.
- setConfig(ContainerConfig) - Method in interface com.j_spaces.core.admin.IJSpaceContainerAdmin
-
Deprecated.
Set new container configuration.
- setConfig(AlertConfiguration) - Method in interface org.openspaces.admin.alert.AlertManager
-
Defines an alert configuration.
- setConfigLocation(String) - Method in class org.openspaces.pu.container.jee.lb.apache.ApacheLoadBalancerAgent
-
- setConfiguration(String[]) - Method in class org.openspaces.grid.esm.ESMFaultDetectionHandler
-
- setConfiguration(String[]) - Method in class org.openspaces.pu.container.servicegrid.PUFaultDetectionHandler
-
- setConflictingOperationPolicy(ConflictingOperationPolicy) - Method in class com.j_spaces.core.cluster.ReplicationPolicy
-
- setConflictResolver(ConflictResolver) - Method in class org.openspaces.core.gateway.SinkErrorHandlingFactoryBean
-
- setConnectionFactory(Object) - Method in class org.openspaces.jpa.openjpa.SpaceConfiguration
-
- setConnectionMonitorThreadPoolSize(int) - Method in class com.j_spaces.core.cluster.ReplicationPolicy
-
- setConstraints(MethodConstraints) - Method in class com.sun.jini.landlord.ConstrainableLandlordLease
-
- setConstraints(MethodConstraints) - Method in class com.sun.jini.reggie.ConstrainableEventLease
-
- setConstraints(MethodConstraints) - Method in interface net.jini.core.constraint.RemoteMethodControl
-
Returns a new copy of this proxy with the client constraints set to the
specified constraints.
- setConstraints(MethodConstraints) - Method in class net.jini.discovery.ConstrainableLookupLocator
-
- setConstraints(Object) - Method in class net.jini.security.BasicProxyPreparer
-
Sets constraints on the proxy.
- setContainerMemoryCapacityInMB(long) - Method in class org.openspaces.grid.gsm.autoscaling.AutoScalingSlaPolicy
-
- setContainerMemoryCapacityInMB(long) - Method in class org.openspaces.grid.gsm.machines.AbstractMachinesSlaPolicy
-
- setContainerMemoryCapacityInMB(long) - Method in class org.openspaces.grid.gsm.machines.BinPackingSolver
-
Sets the smallest unit of memory allocation.
- setContainerName(String) - Method in class com.j_spaces.core.client.SpaceURL
-
Deprecated.
Sets container name in SpaceURL and in the ContainerName GenericEntry
- setContainers(GridServiceContainer[]) - Method in class org.openspaces.grid.gsm.rebalancing.RebalancingSlaPolicy
-
- setContainersSlaEnforcementEndpoint(ContainersSlaEnforcementEndpoint) - Method in interface org.openspaces.grid.gsm.containers.ContainersSlaEnforcementEndpointAware
-
- setContainersSlaEnforcementEndpoint(ContainersSlaEnforcementEndpoint) - Method in class org.openspaces.grid.gsm.strategy.AbstractCapacityScaleStrategyBean
-
- setContainersSlaEnforcementEndpoint(ContainersSlaEnforcementEndpoint) - Method in class org.openspaces.grid.gsm.strategy.EagerScaleStrategyBean
-
- setContainersSlaEnforcementEndpoint(ContainersSlaEnforcementEndpoint) - Method in class org.openspaces.grid.gsm.strategy.UndeployScaleStrategyBean
-
- setContext(BulkDataPersisterContext) - Static method in class com.j_spaces.sadapter.datasource.BulkDataPersisterContext
-
Set the context for the current thread
- setContext(String) - Method in class org.openspaces.pu.container.jee.SharedContextFactory
-
- setContextProperties(Map<String, String>) - Method in class org.openspaces.admin.memcached.config.MemcachedConfig
-
- setContextProperties(Map<String, String>) - Method in class org.openspaces.admin.pu.config.ProcessingUnitConfig
-
- setContextProperties(Map<String, String>) - Method in interface org.openspaces.admin.pu.topology.ProcessingUnitConfigHolder
-
- setContextProperties(Map<String, String>) - Method in class org.openspaces.admin.space.config.SpaceConfig
-
- setContextProperties(Properties) - Method in class org.openspaces.core.properties.BeanLevelProperties
-
Sets the Spring context level properties.
- setContextProperty(String, String) - Method in class org.openspaces.admin.memcached.config.MemcachedConfig
-
- setContextProperty(String, String) - Method in class org.openspaces.admin.memcached.MemcachedDeployment
-
Sets a context deploy time property overriding any ${...}
- setContextProperty(String, String) - Method in class org.openspaces.admin.pu.config.ProcessingUnitConfig
-
- setContextProperty(String, String) - Method in class org.openspaces.admin.pu.elastic.ElasticStatelessProcessingUnitDeployment
-
Deprecated.
- setContextProperty(String, String) - Method in class org.openspaces.admin.pu.ProcessingUnitDeployment
-
Sets a context deploy time property overriding any ${...}
- setContextProperty(String, String) - Method in class org.openspaces.admin.space.config.SpaceConfig
-
- setContextProperty(ContextPropertyConfig) - Method in class org.openspaces.admin.space.config.SpaceConfig
-
- setContextProperty(String, String) - Method in class org.openspaces.admin.space.SpaceDeployment
-
Sets a context deploy time property overriding any ${...}
- setContextPropertyConfig(ContextPropertyConfig) - Method in class org.openspaces.admin.memcached.config.MemcachedConfig
-
- setContextPropertyConfig(ContextPropertyConfig) - Method in class org.openspaces.admin.pu.config.ProcessingUnitConfig
-
- setCooldownAfterInstanceAdded(long, TimeUnit) - Method in class org.openspaces.grid.gsm.autoscaling.AutomaticCapacityCooldownValidator
-
- setCooldownAfterInstanceRemoved(long, TimeUnit) - Method in class org.openspaces.grid.gsm.autoscaling.AutomaticCapacityCooldownValidator
-
- setCooldownAfterScaleInSeconds(long) - Method in class org.openspaces.admin.pu.elastic.config.AutomaticCapacityScaleConfig
-
- setCooldownAfterScaleOutSeconds(long) - Method in class org.openspaces.admin.pu.elastic.config.AutomaticCapacityScaleConfig
-
- setCooldownAfterScaleSeconds(long) - Method in class org.openspaces.admin.pu.elastic.config.AutomaticCapacityScaleConfig
-
Deprecated.
- setCountry(String) - Method in class net.jini.lookup.entry.AddressBean
-
Set the value of the country field in the Address object linked to by
this JavaBeans component.
- setCreatedTransaction(Transaction) - Method in class com.sun.jini.mahalo.MahaloTxnBasicLease
-
- setCreatedTransaction(Transaction) - Method in interface net.jini.core.transaction.ITransactionLease
-
- setCredentials(String, String) - Method in class org.openspaces.pu.container.integrated.IntegratedProcessingUnitContainerProvider
-
- setCredentials(String, String) - Method in class org.openspaces.pu.container.servicegrid.deploy.Deploy
-
- setCredentials(String, String) - Method in class org.openspaces.pu.container.servicegrid.deploy.MemcachedDeploy
-
- setCredentials(String, String) - Method in class org.openspaces.pu.container.servicegrid.deploy.SpaceDeploy
-
- setCredentialsProvider(CredentialsProvider) - Method in class org.openspaces.admin.application.deploy.AbstractApplicationCommand
-
- setCredentialsProvider(CredentialsProvider) - Method in class org.openspaces.core.gateway.AbstractGatewayComponentFactoryBean
-
Initializes security configuration for this component with the provided
UserDetails
instance.
- setCredentialsProvider(CredentialsProvider) - Method in class org.openspaces.core.space.AbstractSpaceFactoryBean
-
Sets the security configuration with the provided custom credentials provider.
- setCredentialsProvider(CredentialsProvider) - Method in class org.openspaces.pu.container.integrated.IntegratedProcessingUnitContainerProvider
-
- setCredentialsProvider(CredentialsProvider) - Method in class org.openspaces.pu.container.servicegrid.deploy.Deploy
-
- setCredentialsProvider(CredentialsProvider) - Method in class org.openspaces.pu.container.servicegrid.deploy.MemcachedDeploy
-
- setCredentialsProvider(CredentialsProvider) - Method in class org.openspaces.pu.container.servicegrid.deploy.SpaceDeploy
-
- setCustomCachePolicy(CustomCachePolicyFactoryBean) - Method in class org.openspaces.core.space.EmbeddedSpaceFactoryBean
-
- setCustomCachePolicy(CustomCachePolicyFactoryBean) - Method in class org.openspaces.core.space.UrlSpaceFactoryBean
-
- setCustomJvmProperties(String) - Method in class org.openspaces.core.gateway.AbstractGatewayComponentFactoryBean
-
- setCustomProperties(Properties) - Method in class com.j_spaces.core.client.SpaceURL
-
Deprecated.
Set custom properties
- setCustomProperties(Properties) - Method in class org.openspaces.interop.DotnetProcessingUnitBean
-
Injects the .Net processing unit properties that will be passed
to the init method
- setData(byte[]) - Method in class org.openspaces.memcached.LocalCacheElement
-
- setDataSource(DataSource) - Method in class org.openspaces.persistency.utils.HsqlServerBean
-
- setDateProperty(String, boolean) - Static method in class com.gigaspaces.logger.RollingFileHandlerConfigurer
-
- setDedicatedMachineProvisioning(DedicatedMachineProvisioningInternal) - Method in class org.openspaces.admin.pu.elastic.config.ElasticStatefulProcessingUnitConfig
-
Parse the dedicated-machine-provisioning bean, get its data and apply them to the relevant methods to enable dedicated machine provisioning
- setDedicatedMachineProvisioning(DedicatedMachineProvisioningInternal) - Method in class org.openspaces.admin.pu.elastic.config.ElasticStatelessProcessingUnitConfig
-
Parse the dedicated-machine-provisioning bean, get its data and apply them to the relevant methods to enable dedicated machine provisioning
- setDedicatedMachineProvisioning(DedicatedMachineProvisioningInternal) - Method in class org.openspaces.admin.space.ElasticSpaceConfig
-
Parse the dedicated-machine-provisioning bean, get its data and apply them to the relevant methods to enable dedicated machine provisioning
- setDedicatedManagementMachines(boolean) - Method in class org.openspaces.admin.pu.elastic.config.DiscoveredMachineProvisioningConfig
-
A false value indicates that Grid Service Agents may run a management process.
- setDefault(boolean) - Method in class com.sun.jini.tool.PreferredListGen
-
Set the default value to use for the preferred list.
- setDefaultAutoCommit(boolean) - Method in class org.openspaces.jdbc.datasource.DbcpBasicDataSource
-
- setDefaultCatalog(String) - Method in class org.openspaces.jdbc.datasource.DbcpBasicDataSource
-
- setDefaultChangeModifiers(ChangeModifiers) - Method in class org.openspaces.core.DefaultGigaSpace
-
- setDefaultChangeModifiers(ChangeModifiers[]) - Method in class org.openspaces.core.GigaSpaceFactoryBean
-
- setDefaultClearModifiers(ClearModifiers) - Method in class org.openspaces.core.DefaultGigaSpace
-
- setDefaultClearModifiers(ClearModifiers[]) - Method in class org.openspaces.core.GigaSpaceFactoryBean
-
- setDefaultCountModifiers(CountModifiers) - Method in class org.openspaces.core.DefaultGigaSpace
-
- setDefaultCountModifiers(CountModifiers[]) - Method in class org.openspaces.core.GigaSpaceFactoryBean
-
- setDefaultIsolationLevel(int) - Method in class org.openspaces.core.GigaMapFactoryBean
-
Set the default isolation level.
- setDefaultIsolationLevel(int) - Method in class org.openspaces.core.GigaSpaceFactoryBean
-
Set the default isolation level.
- setDefaultIsolationLevelName(String) - Method in class org.openspaces.core.GigaMapFactoryBean
-
Set the default isolation level by the name of the corresponding constant in
TransactionDefinition, e.g.
- setDefaultIsolationLevelName(String) - Method in class org.openspaces.core.GigaSpaceFactoryBean
-
Set the default isolation level by the name of the corresponding constant in
TransactionDefinition, e.g.
- setDefaultLockTimeToLive(long) - Method in class org.openspaces.core.DefaultGigaMap
-
- setDefaultLockTimeToLive(long) - Method in class org.openspaces.core.GigaMapFactoryBean
-
Sets (in milliseconds) the default time to live for locks.
- setDefaultParamIndex(int) - Method in class org.openspaces.remoting.MethodParamRemoteRoutingHandler
-
The default paramter index (starting from 0) that will be used as the hash code
to compute the remote routing index.
- setDefaultReadModifiers(ReadModifiers) - Method in class org.openspaces.core.DefaultGigaSpace
-
- setDefaultReadModifiers(ReadModifiers[]) - Method in class org.openspaces.core.GigaSpaceFactoryBean
-
- setDefaultReadOnly(boolean) - Method in class org.openspaces.jdbc.datasource.DbcpBasicDataSource
-
- setDefaultReadTimeout(long) - Method in class org.openspaces.core.DefaultGigaSpace
-
- setDefaultReadTimeout(long) - Method in class org.openspaces.core.GigaSpaceFactoryBean
-
- setDefaultTakeModifiers(TakeModifiers) - Method in class org.openspaces.core.DefaultGigaSpace
-
- setDefaultTakeModifiers(TakeModifiers[]) - Method in class org.openspaces.core.GigaSpaceFactoryBean
-
- setDefaultTakeTimeout(long) - Method in class org.openspaces.core.DefaultGigaSpace
-
- setDefaultTakeTimeout(long) - Method in class org.openspaces.core.GigaSpaceFactoryBean
-
- setDefaultTimeout(long, TimeUnit) - Method in interface org.openspaces.admin.Admin
-
The default timeout to be used for operations that have a wait for mechanism, i.e. operations
with overloaded methods containing (..., long timeout, TimeUnit timeUnit).
- setDefaultTimeToLive(long) - Method in class org.openspaces.core.DefaultGigaMap
-
- setDefaultTimeToLive(long) - Method in class org.openspaces.core.GigaMapFactoryBean
-
Sets the default time to live (in milliseconds) for new entries.
- setDefaultTransactionIsolation(int) - Method in class org.openspaces.jdbc.datasource.DbcpBasicDataSource
-
- setDefaultWaitForResponse(long) - Method in class org.openspaces.core.DefaultGigaMap
-
- setDefaultWaitForResponse(long) - Method in class org.openspaces.core.GigaMapConfigurer
-
- setDefaultWaitForResponse(long) - Method in class org.openspaces.core.GigaMapFactoryBean
-
- setDefaultWaitingForLockTimeout(long) - Method in class org.openspaces.core.DefaultGigaMap
-
- setDefaultWaitingForLockTimeout(long) - Method in class org.openspaces.core.GigaMapFactoryBean
-
Sets (in milliseconds) the default time to wait for a given lock when locking.
- setDefaultWriteLease(long) - Method in class org.openspaces.core.DefaultGigaSpace
-
- setDefaultWriteLease(long) - Method in class org.openspaces.core.GigaSpaceFactoryBean
-
- setDefaultWriteModifiers(WriteModifiers) - Method in class org.openspaces.core.DefaultGigaSpace
-
- setDefaultWriteModifiers(WriteModifiers[]) - Method in class org.openspaces.core.GigaSpaceFactoryBean
-
- setDelayBetweenChecks(int) - Method in class org.openspaces.pu.sla.PrimaryZoneController
-
- setDelegate(Object) - Method in class org.openspaces.events.adapter.AbstractReflectionDynamicEventTemplateProviderAdapter
-
The event listener delegate that will be searched for event listening methods and will have
its method executed.
- setDelegate(Object) - Method in class org.openspaces.events.adapter.AbstractReflectionEventListenerAdapter
-
The event listener delegate that will be searched for event listening methods and will have
its method executed.
- setDelegate(SpaceDataEventListener) - Method in class org.openspaces.events.adapter.TaskExecutorEventListenerAdapter
-
Sets the delegate that will invoked using the task executor.
- setDelegate(Object) - Method in class org.openspaces.events.config.AnnotationEventAdapterFactoryBean
-
- setDelegate(Object) - Method in class org.openspaces.events.config.MethodEventAdapterFactoryBean
-
- setDelegateThrough(String) - Method in class org.openspaces.core.gateway.GatewayDelegation
-
Sets the name of the component the delegation will be made through.
- setDeleteById(boolean) - Method in class org.openspaces.persistency.hibernate.DefaultHibernateExternalDataSource
-
Deprecated.
If set to true
the object will be deleted using only its id.
- setDeleteById(boolean) - Method in class org.openspaces.persistency.hibernate.DefaultHibernateSpaceSynchronizationEndpointFactoryBean
-
If set to true
the object will be deleted using only its id.
- setDependencies(ProcessingUnitDependencies<ProcessingUnitDependency>) - Method in class org.openspaces.admin.memcached.config.MemcachedConfig
-
- setDependencies(ProcessingUnitDependencies<ProcessingUnitDependency>) - Method in class org.openspaces.admin.pu.config.ProcessingUnitConfig
-
- setDependencies(ProcessingUnitDependencies<ProcessingUnitDependency>) - Method in class org.openspaces.admin.pu.ProcessingUnitDeployment
-
- setDependencies(ProcessingUnitDependencies<ProcessingUnitDependency>) - Method in interface org.openspaces.admin.pu.topology.ProcessingUnitConfigHolder
-
- setDependencies(ProcessingUnitDependencies<ProcessingUnitDependency>) - Method in class org.openspaces.admin.space.config.SpaceConfig
-
- setDependencies(String[]) - Method in class org.openspaces.interop.DotnetProcessingUnitBean
-
Injects the .Net processing unit implementation's dependencies
- setDeploymentDependencies(ProcessingUnitDependency[]) - Method in class org.openspaces.admin.memcached.config.MemcachedConfig
-
- setDeploymentDependencies(ProcessingUnitDependency[]) - Method in class org.openspaces.admin.pu.config.ProcessingUnitConfig
-
A helper method for setting conditions for processing unit deployment.
- setDeploymentDependencies(ProcessingUnitDependency[]) - Method in class org.openspaces.admin.pu.elastic.config.ElasticStatefulProcessingUnitConfig
-
- setDeploymentDependencies(ProcessingUnitDependency[]) - Method in class org.openspaces.admin.pu.elastic.config.ElasticStatelessProcessingUnitConfig
-
- setDeploymentDependencies(ProcessingUnitDependency[]) - Method in class org.openspaces.admin.space.config.SpaceConfig
-
- setDeploymentDirectory(String) - Method in class org.openspaces.interop.DotnetProcessingUnitBean
-
- setDeployPath(File) - Method in class org.openspaces.pu.container.jee.JeeProcessingUnitContainerProvider
-
Sets the deploy path where the exploded war jetty will work with is located.
- setDeployPath(File) - Method in class org.openspaces.pu.container.ProcessingUnitContainerProvider
-
Sets the path where the processing unit deployment was extracted to.
- setDeployTimeout(long) - Method in class org.openspaces.pu.container.servicegrid.deploy.Deploy
-
- setDeployTimeout(long) - Method in class org.openspaces.pu.container.servicegrid.deploy.MemcachedDeploy
-
- setDeployTimeout(long) - Method in class org.openspaces.pu.container.servicegrid.deploy.SpaceDeploy
-
- setDetails(ServiceDetails) - Method in class org.openspaces.pu.service.PlainServiceMonitors
-
- setDirty(boolean) - Method in class org.openspaces.pu.container.jee.lb.apache.LoadBalancerInfo
-
- setDisableAutowiredArguments(boolean) - Method in class org.openspaces.remoting.SpaceRemotingServiceExporter
-
Allows to disable (by default it is enabled) the autowiring of method arguments with beans that
exists within the server side context.
- setDisableCommit(boolean) - Method in class org.openspaces.core.transaction.manager.JiniTransactionHolder
-
- setDisableInfoLogging(boolean) - Method in class org.openspaces.admin.application.deploy.AbstractApplicationCommand
-
- setDisableInfoLogging(boolean) - Static method in class org.openspaces.pu.container.servicegrid.deploy.Deploy
-
- setDisableRollback(boolean) - Method in class org.openspaces.core.transaction.manager.JiniTransactionHolder
-
- setDisableTransactionValidation(boolean) - Method in class org.openspaces.events.AbstractEventListenerContainer
-
Should transaction validation be enabled or not (verify and fail if transaction manager is
provided and the GigaSpace is not transactional).
- setDiscoveredMachinesCache(DiscoveredMachinesCache) - Method in class org.openspaces.grid.gsm.machines.AbstractMachinesSlaPolicy
-
- setDiscoveryPort(String) - Method in class org.openspaces.core.gateway.GatewayLookup
-
Sets the gateway's lookup LUS port (Component's discovery port).
- setDiscoveryServices(Class...) - Method in class org.openspaces.admin.AdminFactory
-
Set the service types that will be monitored
- setDistributedTransactionConsolidationFailureAction(String) - Method in class org.openspaces.core.gateway.GatewaySinkDistributedTransactionProcessingConfigurationFactoryBean
-
- setDistributedTransactionProcessingConfiguration(GatewaySinkDistributedTransactionProcessingConfigurationFactoryBean) - Method in class org.openspaces.core.gateway.GatewaySinkFactoryBean
-
Sets the distributed transaction processing configuration for the Sink component.
- setDistributedTransactionProcessingConfiguration(DistributedTransactionProcessingConfigurationFactoryBean) - Method in class org.openspaces.core.space.EmbeddedSpaceFactoryBean
-
- setDistributedTransactionProcessingConfiguration(DistributedTransactionProcessingConfigurationFactoryBean) - Method in class org.openspaces.core.space.InternalSpaceFactory
-
- setDistributedTransactionProcessingConfiguration(DistributedTransactionProcessingConfigurationFactoryBean) - Method in class org.openspaces.core.space.UrlSpaceFactoryBean
-
Sets the distributed transaction processing configuration for the Mirror component.
- setDistributedTransactionWaitForOperations(Long) - Method in class org.openspaces.core.transaction.DistributedTransactionProcessingConfigurationFactoryBean
-
- setDistributedTransactionWaitTimeout(Long) - Method in class org.openspaces.core.transaction.DistributedTransactionProcessingConfigurationFactoryBean
-
- setDocumentClass(String) - Method in class org.openspaces.core.config.GigaSpaceDocumentTypeDescriptorFactoryBean
-
- setDrivesCapacityInMB(Map<String, Long>) - Method in class org.openspaces.admin.pu.elastic.config.CapacityRequirementsConfig
-
- setDrivesCapacityInMB(Map<String, Long>) - Method in class org.openspaces.admin.pu.elastic.config.ManualCapacityScaleConfig
-
- setDrivesCapacityInMB(Map<String, Long>) - Method in interface org.openspaces.admin.pu.elastic.config.ScaleStrategyCapacityRequirementConfig
-
Specifies the disk and network drive capacity.
- setDurable(Boolean) - Method in class org.openspaces.events.notify.SimpleNotifyEventListenerContainer
-
Controls if notifications will sustain disconnections and failover.
- setDurableNotificationMaxDisconnectionTime(long) - Method in class com.j_spaces.core.cluster.ReplicationPolicy
-
- setDurableNotificationMaxRedologCapacity(Long) - Method in class com.j_spaces.core.cluster.ReplicationPolicy
-
- setDurableNotifications(boolean) - Method in class com.gigaspaces.events.EventSessionConfig
-
Sets whether to generate notifications that won't be lost during failover and disconnection
- setDynamicTemplate(Object) - Method in class org.openspaces.events.AbstractEventListenerContainer
-
- setDynamicTemplate(Object) - Method in class org.openspaces.events.notify.SimpleNotifyEventListenerContainer
-
- setEdges(boolean) - Method in class com.sun.jini.tool.ClassDep
-
Determines whether to include package references
that lie outside the declared set of interest.
- setElasticGridServiceAgentProvisioningProgressEventListener(ElasticGridServiceAgentProvisioningProgressChangedEventListener) - Method in class org.openspaces.grid.gsm.machines.plugins.discovered.DiscoveredMachineProvisioningBean
-
- setElasticGridServiceAgentProvisioningProgressEventListener(ElasticGridServiceAgentProvisioningProgressChangedEventListener) - Method in interface org.openspaces.grid.gsm.machines.plugins.events.ElasticGridServiceAgentProvisioningProgressEventListenerAware
-
- setElasticGridServiceAgentProvisioningProgressEventListener(ElasticGridServiceAgentProvisioningProgressChangedEventListener) - Method in class org.openspaces.grid.gsm.machines.plugins.NonBlockingElasticMachineProvisioningAdapter
-
- setElasticMachineProvisioning(NonBlockingElasticMachineProvisioning) - Method in interface org.openspaces.grid.gsm.ElasticMachineProvisioningAware
-
- setElasticMachineProvisioning(NonBlockingElasticMachineProvisioning) - Method in class org.openspaces.grid.gsm.strategy.AbstractScaleStrategyBean
-
- setElasticMachineProvisioningConfig(ElasticMachineProvisioningConfig) - Method in class org.openspaces.admin.pu.elastic.topology.DedicatedMachineProvisioningInternal
-
- setElasticMachineProvisioningConfig(ElasticMachineProvisioningConfig) - Method in class org.openspaces.admin.pu.elastic.topology.SharedMachineProvisioningInternal
-
- setElasticMachineProvisioningProgressChangedEventListener(ElasticMachineProvisioningProgressChangedEventListener) - Method in class org.openspaces.grid.gsm.machines.plugins.discovered.DiscoveredMachineProvisioningBean
-
- setElasticMachineProvisioningProgressChangedEventListener(ElasticMachineProvisioningProgressChangedEventListener) - Method in interface org.openspaces.grid.gsm.machines.plugins.events.ElasticMachineProvisioningProgressChangedEventListenerAware
-
- setElasticMachineProvisioningProgressChangedEventListener(ElasticMachineProvisioningProgressChangedEventListener) - Method in class org.openspaces.grid.gsm.machines.plugins.NonBlockingElasticMachineProvisioningAdapter
-
- setElasticProcessingUnitMachineIsolation(ElasticProcessingUnitMachineIsolation) - Method in interface org.openspaces.grid.gsm.machines.isolation.ElasticProcessingUnitMachineIsolationAware
-
- setElasticProcessingUnitMachineIsolation(ElasticProcessingUnitMachineIsolation) - Method in class org.openspaces.grid.gsm.machines.plugins.discovered.DiscoveredMachineProvisioningBean
-
- setElasticProcessingUnitMachineIsolation(ElasticProcessingUnitMachineIsolation) - Method in class org.openspaces.grid.gsm.machines.plugins.NonBlockingElasticMachineProvisioningAdapter
-
- setElasticProcessingUnitMachineIsolation(ElasticProcessingUnitMachineIsolation) - Method in class org.openspaces.grid.gsm.strategy.AbstractScaleStrategyBean
-
- setElasticProperties(Map<String, String>) - Method in class org.openspaces.admin.pu.config.ProcessingUnitConfig
-
- setElasticProperties(Map<String, String>) - Method in class org.openspaces.grid.gsm.ScaleBeanServer
-
- setElasticProperty(String, String) - Method in class org.openspaces.admin.pu.ProcessingUnitDeployment
-
- setElasticScaleStrategyEventStorage(EventsStore) - Method in class org.openspaces.grid.gsm.strategy.AbstractScaleStrategyBean
-
- setElasticScaleStrategyEventStorage(EventsStore) - Method in interface org.openspaces.grid.gsm.strategy.ElasticScaleStrategyEventStorageAware
-
- setElectionState(String) - Method in class com.j_spaces.core.client.SpaceURL
-
Deprecated.
Sets the active election state lookup attribute.
- setEmbeddedMgrProxySideInstance(boolean) - Method in class net.jini.core.transaction.server.ServerTransaction
-
- setEnabled(boolean) - Method in interface org.openspaces.admin.alert.config.AlertConfiguration
-
- setEnabled(boolean) - Method in class org.openspaces.admin.alert.config.CpuUtilizationAlertConfiguration
- setEnabled(boolean) - Method in class org.openspaces.admin.alert.config.ElasticAutoScalingAlertConfiguration
- setEnabled(boolean) - Method in class org.openspaces.admin.alert.config.ElasticGridServiceAgentProvisioningAlertConfiguration
- setEnabled(boolean) - Method in class org.openspaces.admin.alert.config.ElasticGridServiceContainerProvisioningAlertConfiguration
- setEnabled(boolean) - Method in class org.openspaces.admin.alert.config.ElasticMachineProvisioningAlertConfiguration
- setEnabled(boolean) - Method in class org.openspaces.admin.alert.config.GarbageCollectionAlertConfiguration
- setEnabled(boolean) - Method in class org.openspaces.admin.alert.config.HeapMemoryUtilizationAlertConfiguration
- setEnabled(boolean) - Method in class org.openspaces.admin.alert.config.MirrorPersistenceFailureAlertConfiguration
- setEnabled(boolean) - Method in class org.openspaces.admin.alert.config.PhysicalMemoryUtilizationAlertConfiguration
- setEnabled(boolean) - Method in class org.openspaces.admin.alert.config.ProcessingUnitInstanceMemberAliveIndicatorAlertConfiguration
- setEnabled(boolean) - Method in class org.openspaces.admin.alert.config.ProvisionFailureAlertConfiguration
- setEnabled(boolean) - Method in class org.openspaces.admin.alert.config.ReplicationChannelDisconnectedAlertConfiguration
- setEnabled(boolean) - Method in class org.openspaces.admin.alert.config.ReplicationRedoLogOverflowToDiskAlertConfiguration
- setEnabled(boolean) - Method in class org.openspaces.admin.alert.config.ReplicationRedoLogSizeAlertConfiguration
- setEnabled(boolean) - Method in class org.openspaces.admin.alert.config.SpacePartitionSplitBrainAlertConfiguration
- setEnabled(boolean) - Method in class org.openspaces.core.space.filter.AbstractFilterProviderFactoryBean
-
Is the filter enabled.
- setEnableMemberAliveIndicator(Boolean) - Method in class org.openspaces.core.space.AbstractSpaceFactoryBean
-
Should this Space bean control if the cluster member is alive or not.
- setEntry(String, String, Object) - Method in class net.jini.config.PlainConfiguration
-
- setErrorHandlingConfiguration(SinkErrorHandlingFactoryBean) - Method in class org.openspaces.core.gateway.GatewaySinkFactoryBean
-
Sets the error handling configuration instance for the Sink component.
- setEventListener(SpaceDataEventListener) - Method in class org.openspaces.events.AbstractEventListenerContainer
-
Sets the event listener implementation that will be used to delegate events to.
- setEventListenerRef(String) - Method in class org.openspaces.events.AbstractEventListenerContainer
-
Sets an event listener bean reference name that will be used to lookup the actual listener
bean (based on its name).
- setEventSessionConfig(EventSessionConfig) - Method in class com.gigaspaces.client.iterator.GSIteratorConfig
-
Sets the iterator's event session configuration.
- setEvictionPayLoad(Object) - Method in interface com.gigaspaces.server.eviction.EvictableServerEntry
-
in order to avoid searching the eviction handler data structures when an
existing entry is rendered to it by the space cache manager, the eviction-handler
may store a payload to the entry in it data structure and retrieve it later
- setEvictionStrategy(EvictionStrategy) - Method in class org.openspaces.core.map.LocalCacheSupport
-
Sets the eviction strategy for the local cache.
- setEvictionStrategy(SpaceEvictionStrategy) - Method in class org.openspaces.core.space.CustomCachePolicy
-
Sets the custom eviction strategy to be used by the space,
When using a Custom Cache Policy this property must be set.
- setException(Exception) - Method in class com.gigaspaces.security.audit.AuditLogRecord
-
- setException(RemoteException) - Method in interface net.jini.security.proxytrust.ProxyTrustIterator
-
Provides the iteration with a
RemoteException
thrown from
a remote call made while attempting to obtain a
TrustVerifier
from the object
returned by the most recent call to
next
.
- setException(RemoteException) - Method in class net.jini.security.proxytrust.SingletonProxyTrustIterator
-
- setException(Throwable) - Method in class org.openspaces.remoting.EventDrivenSpaceRemotingEntry
-
Deprecated.
- setExceptionHandler(EventExceptionHandler) - Method in class org.openspaces.events.AbstractEventListenerContainer
-
Sets an exception handler that will be invoked when an exception occurs on the listener allowing to
customize the handling of such cases.
- setExceptionThrownWhileExecutingOnAll(boolean) - Method in class org.openspaces.pu.service.InvocationResult
-
- setExceptionThrownWhileExecutingOnce(boolean) - Method in class org.openspaces.pu.service.InvocationResult
-
- setExecuteOnAllResult(Object) - Method in class org.openspaces.pu.service.InvocationResult
-
- setExecuteOnce(boolean) - Method in class org.openspaces.pu.service.InvocationResult
-
- setExecuteOnceResult(Object) - Method in class org.openspaces.pu.service.InvocationResult
-
- setExecutors(Map<String, LocalScriptExecutor>) - Method in class org.openspaces.remoting.scripting.DefaultScriptingExecutor
-
- setExpiration(long) - Method in interface com.sun.jini.landlord.LeasedResource
-
Changes the expiration time of the lease.
- setExpiration(Lease, long) - Method in class net.jini.lease.LeaseRenewalManager
-
Replaces the current desired expiration of a given lease from the
managed set with a new desired expiration time.
- setExpirationWarningListener(RemoteEventListener, long, MarshalledObject) - Method in interface net.jini.lease.LeaseRenewalSet
-
Register for the expiration warning event associated with this
set.
- setExplanation(boolean) - Static method in class com.sun.jini.tool.envcheck.Reporter
-
Set the explanation generation flag;
- setExtendedMatchCodes(short[]) - Method in class com.j_spaces.core.client.ExternalEntry
-
Deprecated.
The matching codes.
- setExternalDataSource(ManagedDataSource) - Method in class org.openspaces.core.space.EmbeddedSpaceFactoryBean
-
- setExternalDataSource(ManagedDataSource) - Method in class org.openspaces.core.space.UrlSpaceFactoryBean
-
A data source
- setExTranslator(ExceptionTranslator) - Method in class org.openspaces.core.GigaMapFactoryBean
-
Sets the exception translator that will be used by the created
GigaMap
.
- setExTranslator(ExceptionTranslator) - Method in class org.openspaces.core.GigaSpaceFactoryBean
-
Sets the exception translator that will be used by the created
GigaSpace
.
- setFailSilentlyIfMethodNotFound(boolean) - Method in class org.openspaces.events.adapter.AbstractReflectionDynamicEventTemplateProviderAdapter
-
- setFetchSize(int) - Method in class org.openspaces.persistency.hibernate.AbstractHibernateExternalDataSource
-
Deprecated.
Sets the fetch size that will be used when working with scrollable results.
- setFetchSize(int) - Method in class org.openspaces.persistency.hibernate.CriteriaHibernateSpaceDataSourceFactoryBean
-
Sets the fetch size that will be used when working with scrollable results.
- setFetchSize(int) - Method in class org.openspaces.persistency.hibernate.DefaultHibernateSpaceDataSourceFactoryBean
-
Sets the fetch size that will be used when working with scrollable results.
- setFetchSize(int) - Method in class org.openspaces.persistency.hibernate.StatelessHibernateSpaceDataSourceFactoryBean
-
Sets the fetch size that will be used when working with scrollable results.
- setFieldsNames(String[]) - Method in class com.j_spaces.core.client.ExternalEntry
-
Deprecated.
Set the entry field names.
- setFieldsTypes(String[]) - Method in class com.j_spaces.core.client.ExternalEntry
-
Deprecated.
Entry fields types to set.
- setFieldsValues(Object[]) - Method in class com.j_spaces.core.client.ExternalEntry
-
Deprecated.
Entry field values to set.
- setFieldsValues(Object[]) - Method in interface com.j_spaces.core.cluster.IReplicationFilterEntry
-
Sets the object values array.
- setFieldValue(String, Object) - Method in class com.j_spaces.core.client.ExternalEntry
-
Deprecated.
Associates the specified value with the specified field.
- setFieldValue(int, Object) - Method in class com.j_spaces.core.client.ExternalEntry
-
Deprecated.
Associates the specified value with the specified field position.
- setFieldValue(String, Object) - Method in interface com.j_spaces.core.IGSEntry
-
Associates the specified value with the specified field.
- setFieldValue(int, Object) - Method in interface com.j_spaces.core.IGSEntry
-
Associates the specified value with the specified field position.
- setFifo(boolean) - Method in class com.gigaspaces.events.EventSessionConfig
-
Set fifo order for the notifications.
- setFifo(boolean) - Method in class com.j_spaces.core.client.ExternalEntry
-
Deprecated.
Set the FIFO indication.
- setFifo(boolean) - Method in interface com.j_spaces.core.IJSpace
-
Deprecated.
- setFifo(boolean) - Method in class org.openspaces.core.space.UrlSpaceFactoryBean
-
Indicates that all take/write operations be conducted in FIFO mode.
- setFifo(boolean) - Method in class org.openspaces.events.notify.SimpleNotifyEventListenerContainer
-
Determines if events arrives in the same order they were triggered by the space "server".
- setFifo(boolean) - Method in class org.openspaces.remoting.EventDrivenSpaceRemotingProxyFactoryBean
-
Sets the remote invocation objects written to the Space to work in FIFO.
- setFifo(boolean) - Method in interface org.openspaces.remoting.SpaceRemotingEntry
-
- setFifo(boolean) - Method in class org.openspaces.remoting.SpaceRemotingServiceExporter
-
- setFifoGroupingIndexesPaths(Set<String>) - Method in class org.openspaces.core.config.GigaSpaceDocumentTypeDescriptorFactoryBean
-
- setFifoGroupingPropertyPath(String) - Method in class org.openspaces.core.config.GigaSpaceDocumentTypeDescriptorFactoryBean
-
- setFifoSupport(FifoSupport) - Method in class org.openspaces.core.config.GigaSpaceDocumentTypeDescriptorFactoryBean
-
- setFiles(boolean) - Method in class com.sun.jini.tool.ClassDep
-
Determines how to print out the fully qualified
class names.
- setFilter(String) - Method in class com.gigaspaces.security.audit.AuditLogRecord
-
- setFilter(Object) - Method in class org.openspaces.core.space.filter.AbstractFilterProviderFactoryBean
-
Sets the filter that will be used.
- setFilterClose(String) - Method in class org.openspaces.core.space.filter.MethodFilterFactoryBean
-
Method name for filter lifecycle close callback.
- setFilterInit(String) - Method in class org.openspaces.core.space.filter.MethodFilterFactoryBean
-
Method name for filter lifecycle init callback.
- setFilterProviders(FilterProviderFactory[]) - Method in class org.openspaces.core.space.EmbeddedSpaceFactoryBean
-
- setFilterProviders(FilterProviderFactory[]) - Method in class org.openspaces.core.space.InternalSpaceFactory
-
- setFilterProviders(FilterProviderFactory[]) - Method in class org.openspaces.core.space.UrlSpaceFactoryBean
-
Inject a list of filter provider factories providing the ability to
inject actual Space filters.
- setFixedProperties(SortedMap<String, String>) - Method in class org.openspaces.core.config.GigaSpaceDocumentTypeDescriptorFactoryBean
-
- setFlags(int) - Method in class org.openspaces.memcached.MemcachedEntry
-
- setFloor(String) - Method in class net.jini.lookup.entry.LocationBean
-
Set the value of the floor field in the Location object linked to by
this JavaBeans component.
- setFormatExplanation(boolean) - Method in class com.sun.jini.tool.envcheck.Reporter.Message
-
Set the flag indicating whether to format the explanation text.
- setGatewayDelegations(List<GatewayDelegation>) - Method in class org.openspaces.core.gateway.GatewayDelegatorFactoryBean
-
Sets the gateway delegations for the configured ReplicationConnectionDelegatorContainer
.
- setGatewayLookups(GatewayLookupsFactoryBean) - Method in class org.openspaces.core.gateway.AbstractGatewayComponentFactoryBean
-
- setGatewayLookups(List<GatewayLookup>) - Method in class org.openspaces.core.gateway.GatewayLookupsFactoryBean
-
Sets the gateway's lookups configuration.
- setGatewayName(String) - Method in class org.openspaces.core.gateway.GatewayLookup
-
Sets the gateway's name used for identification.
- setGatewaySources(List<GatewaySource>) - Method in class org.openspaces.core.gateway.GatewaySinkFactoryBean
-
Sets the sink component's gateway replication sources.
- setGatewaysPolicy(GatewaysPolicy) - Method in class com.j_spaces.core.cluster.ReplicationPolicy
-
- setGatewayTargets(List<GatewayTarget>) - Method in class org.openspaces.core.gateway.GatewayTargetsFactoryBean
-
Sets the gateway targets configuration.
- setGatewayTargets(GatewayTargetsFactoryBean) - Method in class org.openspaces.core.space.EmbeddedSpaceFactoryBean
-
- setGatewayTargets(GatewayTargetsFactoryBean) - Method in class org.openspaces.core.space.InternalSpaceFactory
-
- setGatewayTargets(GatewayTargetsFactoryBean) - Method in class org.openspaces.core.space.UrlSpaceFactoryBean
-
Sets the gateway replication targets to be used with the constructed space.
- setGigaSpace(GigaSpace) - Method in interface org.openspaces.core.executor.TaskGigaSpaceAware
-
Injects the space the task is executed on.
- setGigaSpace(GigaSpace) - Method in class org.openspaces.core.space.mode.SpaceModeContextLoader
-
Allows to set the GigaSpace instance that will control (based on its Space mode - PRIMARY or BACKUP)
if the context will be loaded or not.
- setGigaSpace(GigaSpace) - Method in class org.openspaces.core.space.support.WorkerAdapter
-
Deprecated.
Sets the
GigaSpace
that will be used to pass an
IJSpace
instance to the worker init method.
- setGigaSpace(GigaSpace) - Method in class org.openspaces.events.AbstractEventListenerContainer
-
Sets the GigaSpace instance to be used for space event listening operations.
- setGigaSpace(GigaSpace) - Method in class org.openspaces.jdbc.datasource.DbcpBasicDataSource
-
- setGigaSpace(GigaSpace) - Method in class org.openspaces.jdbc.datasource.SpaceDriverManagerDataSource
-
- setGigaSpace(GigaSpace) - Method in class org.openspaces.jms.GigaSpaceConnectionFactory
-
The GigaSpace instance to acquire the
IJSpace
from.
- setGigaSpace(GigaSpace) - Method in class org.openspaces.jms.GigaSpaceXAConnectionFactory
-
The GigaSpace instance to acquire the
IJSpace
from.
- setGigaSpace(GigaSpace) - Method in class org.openspaces.remoting.EventDrivenSpaceRemotingProxyFactoryBean
-
Sets the GigaSpace interface that will be used to work with the space as the transport layer
for both writing and taking
SpaceRemotingEntry
.
- setGigaSpace(GigaSpace) - Method in class org.openspaces.remoting.ExecutorSpaceRemotingProxyFactoryBean
-
Sets the GigaSpace interface that will be used to work with the space as the transport layer.
- setGlobalOneWay(boolean) - Method in class org.openspaces.remoting.EventDrivenSpaceRemotingProxyFactoryBean
-
If set to true
(defaults to false
) all of the service methods
will be invoked and the proxy will not wait for a return value.
- setGridServiceAgentsZones(String) - Method in class org.openspaces.admin.pu.elastic.config.DiscoveredMachineProvisioningConfig
-
Sets the list of zones that can be discovered and started by this machine provisioning.
- setGridServiceAgentZoneMandatory(boolean) - Method in class org.openspaces.admin.pu.elastic.config.DiscoveredMachineProvisioningConfig
-
Deprecated.
- setGridServiceAgentZones(String[]) - Method in class org.openspaces.admin.pu.elastic.config.DiscoveredMachineProvisioningConfig
-
Sets the list of zones that can be discovered and started by this machine provisioning.
- setGridServiceAgentZones(ZonesConfig) - Method in class org.openspaces.grid.gsm.machines.AbstractMachinesSlaPolicy
-
- setGridServiceAgentZonesAware(boolean) - Method in class org.openspaces.admin.pu.elastic.config.AutomaticCapacityScaleConfig
-
- setGridServiceAgentZonesAware(boolean) - Method in class org.openspaces.admin.pu.elastic.config.ManualCapacityPerZonesScaleConfig
-
- setGridServiceAgentZonesAware(boolean) - Method in class org.openspaces.admin.pu.elastic.config.ManualCapacityScaleConfig
-
- setGridServiceAgentZonesAware(boolean) - Method in interface org.openspaces.admin.pu.elastic.config.ScaleStrategyAgentZonesAwareConfig
-
By default disabled, which means that the following machines:
- Machines started due to failover of another machine
- setGridServiceContainerConfig(GridServiceContainerConfig) - Method in interface org.openspaces.grid.gsm.GridServiceContainerConfigAware
-
- setGridServiceContainerConfig(GridServiceContainerConfig) - Method in class org.openspaces.grid.gsm.strategy.AbstractCapacityScaleStrategyBean
-
- setGridServiceContainerConfig(GridServiceContainerConfig) - Method in class org.openspaces.grid.gsm.strategy.EagerScaleStrategyBean
-
- setGridServiceContainerConfig(GridServiceContainerConfig) - Method in class org.openspaces.grid.gsm.strategy.UndeployScaleStrategyBean
-
- setGroups(String[]) - Method in interface net.jini.discovery.DiscoveryGroupManagement
-
Replaces all of the group names in the managed set with names from
a new set.
- setGroups(String[]) - Method in class net.jini.discovery.LookupDiscovery
-
Change the set of groups to be discovered to correspond to the
given set.
- setGroups(String[]) - Method in class net.jini.discovery.LookupDiscoveryManager
-
Replaces all of the group names in the managed set with names from
a new set.
- setGroups(String[]) - Method in interface net.jini.discovery.LookupDiscoveryRegistration
-
Replaces all of the group names in this registration's managed set of
groups with new set of names.
- setGroups(String[]) - Method in class org.openspaces.admin.application.deploy.AbstractApplicationCommand
-
- setGroups(String[]) - Method in class org.openspaces.core.jini.JiniServiceFactoryBean
-
The groups to set
- setGroups(String[]) - Method in class org.openspaces.core.transaction.manager.LookupJiniTransactionManager
-
Sets the groups that will be used to look up the Jini transaction manager.
- setGroups(String[]) - Method in class org.openspaces.pu.container.jee.lb.apache.ApacheLoadBalancerAgent
-
- setGroups(String[]) - Method in class org.openspaces.pu.container.servicegrid.deploy.Deploy
-
- setGroups(String[]) - Method in class org.openspaces.pu.container.servicegrid.deploy.MemcachedDeploy
-
- setGroups(String[]) - Method in class org.openspaces.pu.container.servicegrid.deploy.SpaceDeploy
-
- setGroups(String[]) - Method in class org.openspaces.pu.container.servicegrid.deploy.Undeploy
-
- setGuaranteed(Boolean) - Method in class org.openspaces.events.notify.SimpleNotifyEventListenerContainer
-
- setGuaranteedNotifications(boolean) - Method in class com.gigaspaces.events.EventSessionConfig
-
- setHigh(double) - Method in class org.openspaces.pu.sla.AbstractPolicy
-
- setHigh(double) - Method in interface org.openspaces.pu.sla.Policy
-
The high threshold value of the policy.
- setHigh(double) - Method in class org.openspaces.pu.sla.requirement.RangeRequirement
-
- setHighlyAvailable(boolean) - Method in class org.openspaces.admin.pu.elastic.config.ElasticStatefulProcessingUnitConfig
-
- setHighlyAvailable(boolean) - Method in class org.openspaces.admin.space.ElasticSpaceConfig
-
- setHighThreshold(Comparable<?>) - Method in class org.openspaces.admin.pu.elastic.config.AutomaticCapacityScaleRuleConfig
-
Defines a high threshold that triggers an increase or decrease of capacity
- setHighThresholdBreachedIncrease(CapacityRequirementsConfig) - Method in class org.openspaces.admin.pu.elastic.config.AutomaticCapacityScaleRuleConfig
-
Defined Capacity Requirements that will be added once the high threshold is breached
- setHighThresholdPerc(int) - Method in class org.openspaces.admin.alert.config.CpuUtilizationAlertConfiguration
-
Set the CPU high threshold percentage value.
- setHighThresholdPerc(int) - Method in class org.openspaces.admin.alert.config.HeapMemoryUtilizationAlertConfiguration
-
Set the heap memory high threshold percentage value.
- setHighThresholdPerc(int) - Method in class org.openspaces.admin.alert.config.PhysicalMemoryUtilizationAlertConfiguration
-
Set the physical memory high threshold percentage value.
- setHighThresholdRedoLogSize(int) - Method in class org.openspaces.admin.alert.config.ReplicationRedoLogSizeAlertConfiguration
-
Set the high threshold redo-log size value - the number of packets in the redo log.
- setHistorySize(int) - Method in class org.openspaces.pu.sla.monitor.AbstractMonitor
-
The history log size that will be kept for this monitor.
- setHomedirProperty(String, boolean) - Static method in class com.gigaspaces.logger.RollingFileHandlerConfigurer
-
- setHost(String) - Method in class org.openspaces.core.gateway.GatewayLookup
-
Sets the gateway's lookup host address (locator).
- setHost(String) - Method in class org.openspaces.memcached.MemCacheDaemon
-
- setHostAddress(String) - Method in class org.openspaces.grid.gsm.machines.plugins.events.GridServiceAgentStartedEvent
-
- setHostAddress(String) - Method in class org.openspaces.grid.gsm.machines.plugins.events.GridServiceAgentStartRequestedEvent
-
- setHostAddress(String) - Method in class org.openspaces.grid.gsm.machines.plugins.events.GridServiceAgentStoppedEvent
-
- setHostAddress(String) - Method in class org.openspaces.grid.gsm.machines.plugins.events.GridServiceAgentStopRequestedEvent
-
- setHostAddress(String) - Method in class org.openspaces.grid.gsm.machines.plugins.events.MachineStartedEvent
-
- setHostAddress(String) - Method in class org.openspaces.grid.gsm.machines.plugins.events.MachineStoppedEvent
-
- setHostAddress(String) - Method in class org.openspaces.grid.gsm.machines.plugins.events.MachineStopRequestedEvent
-
- setHostAddress(String) - Method in class org.openspaces.launcher.WebLauncherConfig
-
- setHostProperty(String, boolean) - Static method in class com.gigaspaces.logger.RollingFileHandlerConfigurer
-
- setId(Integer) - Method in class org.openspaces.grid.gsm.machines.backup.MachinesState
-
- setIdleTaskExecutionLimit(int) - Method in class org.openspaces.events.polling.SimplePollingEventListenerContainer
-
Specify the limit for idle executions of a receive task, not having received any event within
its execution.
- setIdleTimeThreshold(Long) - Method in class org.openspaces.core.gateway.GatewayTarget
-
- setIdleTimeThreshold(Long) - Method in class org.openspaces.core.gateway.GatewayTargetsFactoryBean
-
- setIdProperty(SpaceIdProperty) - Method in class org.openspaces.core.config.GigaSpaceDocumentTypeDescriptorFactoryBean
-
- setIgnoreEventOnNullTake(boolean) - Method in class org.openspaces.events.notify.SimpleNotifyEventListenerContainer
-
If set to true
, will not propagate the event if the take operation returned
null
.
- setImplementationClassName(String) - Method in class org.openspaces.interop.DotnetProcessingUnitBean
-
Injects the .Net processing unit implementation class name
- setImplicitType(Class) - Method in class org.openspaces.jpa.openjpa.query.AggregationFunction
-
Set the implicit type of the value, based on how it is used in the
filter.
- setImplicitType(Class) - Method in class org.openspaces.jpa.openjpa.query.FieldPathNode
-
- setImplicitType(Class) - Method in class org.openspaces.jpa.openjpa.query.InnerQuery
-
Set the implicit type of the value, based on how it is used in the filter.
- setImplicitType(Class) - Method in class org.openspaces.jpa.openjpa.query.LiteralValueNode
-
- setImplicitType(Class) - Method in class org.openspaces.jpa.openjpa.query.NullValueNode
-
- setImplicitType(Class) - Method in class org.openspaces.jpa.openjpa.query.ParameterNode
-
- setImplicitType(Class) - Method in class org.openspaces.jpa.openjpa.query.Variable
-
- setIndex(SpaceIndexType) - Method in class org.openspaces.core.config.SpaceIdProperty
-
- setIndex(SpaceIndexType) - Method in class org.openspaces.core.config.SpaceRoutingProperty
-
- setIndex(int) - Method in class org.openspaces.jpa.openjpa.query.ParameterNode
-
- setIndexes(SpaceIndex...) - Method in class org.openspaces.core.config.GigaSpaceDocumentTypeDescriptorFactoryBean
-
- setIndexIndicators(boolean[]) - Method in class com.j_spaces.core.client.ExternalEntry
-
Deprecated.
indexed fields array indication to set.
- setInitalLoadThreadPoolSize(int) - Method in class org.openspaces.persistency.patterns.AbstractManagedDataSourceSplitter
-
Deprecated.
- setInitalLoadThreadPoolSize(int) - Method in class org.openspaces.persistency.patterns.SpaceDataSourceSplitter
-
- setInitialCapacity(CapacityRequirementsConfig) - Method in class org.openspaces.admin.pu.elastic.config.AutomaticCapacityScaleConfig
-
- setInitialLoadChunkSize(int) - Method in class org.openspaces.persistency.hibernate.AbstractHibernateExternalDataSource
-
Deprecated.
By default, the initial load process will chunk large tables and will iterate over the table (entity) per
chunk (concurrently).
- setInitialLoadChunkSize(int) - Method in class org.openspaces.persistency.hibernate.CriteriaHibernateSpaceDataSourceFactoryBean
-
By default, the initial load process will chunk large tables and will iterate over the table (entity) per
chunk (concurrently).
- setInitialLoadChunkSize(int) - Method in class org.openspaces.persistency.hibernate.DefaultHibernateSpaceDataSourceFactoryBean
-
By default, the initial load process will chunk large tables and will iterate over the table (entity) per
chunk (concurrently).
- setInitialLoadChunkSize(int) - Method in class org.openspaces.persistency.hibernate.StatelessHibernateSpaceDataSourceFactoryBean
-
By default, the initial load process will chunk large tables and will iterate over the table (entity) per
chunk (concurrently).
- setInitialLoadEntries(String...) - Method in class org.openspaces.persistency.hibernate.AbstractHibernateExternalDataSource
-
Deprecated.
- setInitialLoadEntries(String...) - Method in class org.openspaces.persistency.hibernate.CriteriaHibernateSpaceDataSourceFactoryBean
-
Sets a list of entries that will be used to perform the #initialLoad()
operation.
- setInitialLoadEntries(String...) - Method in class org.openspaces.persistency.hibernate.DefaultHibernateSpaceDataSourceFactoryBean
-
Sets a list of entries that will be used to perform the #initialLoad()
operation.
- setInitialLoadEntries(String...) - Method in class org.openspaces.persistency.hibernate.StatelessHibernateSpaceDataSourceFactoryBean
-
Sets a list of entries that will be used to perform the #initialLoad()
operation.
- setInitialLoadPercentage(Integer) - Method in class org.openspaces.core.config.CustomCachePolicyFactoryBean
-
- setInitialLoadPercentage(int) - Method in class org.openspaces.core.space.LruCachePolicy
-
When a space is running in a persistent mode (i.e. using the HibernateDataSource implementation),
The initial_load sets the % of the space cache data to be loaded (default is 50%)
maximum size.
- setInitialLoadQueryScanningBasePackages(String[]) - Method in class org.openspaces.persistency.ClusterInfoAwareSpaceDataSource
-
- setInitialLoadQueryScanningBasePackages(String...) - Method in class org.openspaces.persistency.hibernate.CriteriaHibernateSpaceDataSourceFactoryBean
-
- setInitialLoadQueryScanningBasePackages(String...) - Method in class org.openspaces.persistency.hibernate.DefaultHibernateSpaceDataSourceFactoryBean
-
- setInitialLoadQueryScanningBasePackages(String...) - Method in class org.openspaces.persistency.hibernate.StatelessHibernateSpaceDataSourceFactoryBean
-
- setInitialLoadThreadPoolSize(int) - Method in class org.openspaces.persistency.hibernate.AbstractHibernateExternalDataSource
-
Deprecated.
- setInitialLoadThreadPoolSize(int) - Method in class org.openspaces.persistency.hibernate.CriteriaHibernateSpaceDataSourceFactoryBean
-
- setInitialLoadThreadPoolSize(int) - Method in class org.openspaces.persistency.hibernate.DefaultHibernateSpaceDataSourceFactoryBean
-
- setInitialLoadThreadPoolSize(int) - Method in class org.openspaces.persistency.hibernate.StatelessHibernateSpaceDataSourceFactoryBean
-
- setInitialSize(int) - Method in class org.openspaces.jdbc.datasource.DbcpBasicDataSource
-
- setInitialSynchronizationTimeout(long) - Method in class org.openspaces.core.space.cache.LocalViewSpaceFactoryBean
-
- setInitMethod(Method) - Method in class org.openspaces.core.space.filter.FilterOperationDelegate
-
Sets an optional init method callback.
- setInnerProxyPreparer(ProxyPreparer) - Method in class com.sun.jini.start.SharedActivatableServiceDescriptor
-
Sets the
inner
ProxyPreparer
for this descriptor.
- setInputFilter(IReplicationFilter) - Method in class org.openspaces.core.space.filter.replication.DefaultReplicationFilterProviderFactory
-
Sets the input replication filter.
- setInstanceId(Integer) - Method in class org.openspaces.core.cluster.ClusterInfo
-
Sets the instance id of the specific cluster member.
- setInstanceId(String) - Method in class org.openspaces.core.space.SpaceProxyFactoryBean
-
- setInstanceId(int) - Method in class org.openspaces.pu.service.InvocationResult
-
- setInstanceId(Integer) - Method in class org.openspaces.pu.sla.InstanceSLA
-
- setInstanceId(Integer) - Method in class org.openspaces.remoting.EventDrivenSpaceRemotingEntry
-
Deprecated.
- setInstanceId(Integer) - Method in interface org.openspaces.remoting.SpaceRemotingEntry
-
- setInstanceSLAs(List<InstanceSLA>) - Method in class org.openspaces.pu.sla.SLA
-
- setInstancesStatistics(InstancesStatisticsConfig) - Method in class org.openspaces.admin.pu.statistics.ProcessingUnitStatisticsId
-
- setInstanceUid(String) - Method in class org.openspaces.admin.pu.statistics.SingleInstanceStatisticsConfig
-
- setInterceptor(SynchronizationEndpointInterceptor) - Method in class org.openspaces.core.gateway.GatewaySinkSyncEndpointInterceptorFactoryBean
-
Sets a custom synchronization endpoint interceptor that can be used provide custom behavior upon incoming replication events.
- setInvocation(Boolean) - Method in class org.openspaces.remoting.EventDrivenSpaceRemotingEntry
-
Deprecated.
- setInvocation(Boolean) - Method in interface org.openspaces.remoting.SpaceRemotingEntry
-
- setInvocationDelay(long) - Method in class org.openspaces.pu.sla.MemberAliveIndicator
-
How often an instance will be checked and verfied to be alive.
- setIp(String) - Method in class org.openspaces.pu.sla.requirement.HostRequirement
-
- setIsolationLevel(CountModifiers) - Method in class com.gigaspaces.client.CountModifiers
-
Creates a new modifiers instance with the specified isolation level set
and any other isolation level unset.
- setIsolationLevel(ReadModifiers) - Method in class com.gigaspaces.client.ReadModifiers
-
Creates a new modifiers instance with the specified isolation level set
and any other isolation level unset.
- setIsolationLevelModifier(int, int) - Static method in class com.j_spaces.core.client.ReadModifiers
-
- setIteratorScope(IteratorScope) - Method in class com.gigaspaces.client.iterator.GSIteratorConfig
-
Sets the iterator's iteration scope.
- setJarsDirectoryOrZip(File) - Method in class org.openspaces.admin.application.config.ApplicationConfig
-
- setJiniHolder(JiniTransactionHolder, boolean) - Method in class org.openspaces.core.transaction.manager.AbstractJiniTransactionManager.JiniTransactionObject
-
- setJoinedFieldName(String) - Method in class org.openspaces.jpa.openjpa.query.FieldPathNode
-
In a JOIN statement - sets the JOINED property name.
- setKeepNonPublicRoots(boolean) - Method in class com.sun.jini.tool.PreferredListGen
-
Set the flag controlling whether non-public classes should be retained
in the set of roots used for performing dependency analysis.
- setKey(String) - Method in class org.openspaces.admin.pu.config.ContextPropertyConfig
-
- setKey(Key) - Method in class org.openspaces.memcached.MemcachedEntry
-
- setKey(byte[]) - Method in class org.openspaces.memcached.protocol.CommandMessage
-
- setKeys(Iterable<byte[]>) - Method in class org.openspaces.memcached.protocol.CommandMessage
-
- setLandlord(Landlord) - Method in class com.sun.jini.landlord.LandlordLease
-
- setLease(long) - Method in class net.jini.core.transaction.server.ServerTransaction
-
- setLeaseDuration(long) - Method in class com.gigaspaces.client.iterator.GSIteratorConfig
-
Sets the iterator's lease duration.
- setLeaseListener(LeaseListener) - Method in class org.openspaces.core.transaction.manager.TransactionLeaseRenewalConfig
-
Sets an optional renew listener to be notified on renew events.
- setLeaseListener(LeaseListener) - Method in class org.openspaces.events.notify.SimpleNotifyEventListenerContainer
-
- setLeaseRenewalConfig(TransactionLeaseRenewalConfig) - Method in class org.openspaces.core.transaction.manager.AbstractJiniTransactionManager
-
Sets the transaction lease renewal configuration.
- setLevel(int) - Static method in class com.sun.jini.tool.envcheck.Reporter
-
Set the reporting level.
- setLifeCycle(LifeCycle) - Method in class com.sun.jini.start.NonActivatableServiceDescriptor
-
Sets the LifeCycle
object for this
descriptor.
- setListener(AsyncFutureListener<T>) - Method in interface com.gigaspaces.async.AsyncFuture
-
- setListenerLease(long) - Method in class org.openspaces.events.notify.SimpleNotifyEventListenerContainer
-
- setLocalCacheSupport(LocalCacheSupport) - Method in class org.openspaces.core.map.MapFactoryBean
-
If set, will use local cache with this map.
- setLocale(Locale) - Method in class com.gigaspaces.metrics.reporters.ConsoleReporterFactory
-
- setLocalGatewayName(String) - Method in class org.openspaces.core.gateway.AbstractGatewayComponentFactoryBean
-
Sets the component's local gateway name used for identifying the component.
- setLocalGatewayName(String) - Method in class org.openspaces.core.gateway.GatewayTargetsFactoryBean
-
Sets the local gateway name used for identification.
- setLocality(String) - Method in class net.jini.lookup.entry.AddressBean
-
Set the value of the locality field in the Address object linked to
by this JavaBeans component.
- setLocalSpaceLookupTimeout(Long) - Method in class org.openspaces.core.gateway.GatewaySinkFactoryBean
-
Sets the lookup timeout for finding the local cluster the Sink works against.
- setLocalSpaceUrl(String) - Method in class org.openspaces.core.gateway.GatewaySinkFactoryBean
-
Sets the local space URL the sink component operates against.
- setLocalViewMaxDisconnectionTime(long) - Method in class com.j_spaces.core.cluster.ReplicationPolicy
-
- setLocalViewMaxRedologCapacity(Long) - Method in class com.j_spaces.core.cluster.ReplicationPolicy
-
- setLocalViewMaxRedologRecoveryCapacity(Long) - Method in class com.j_spaces.core.cluster.ReplicationPolicy
-
- setLocalViews(List<Object>) - Method in class org.openspaces.core.space.cache.LocalViewSpaceFactoryBean
-
Sets an array of filters/views that define what portion of the data from the master space
will be streamed to this local view.
- setLocation(Resource) - Method in class org.openspaces.core.space.mode.SpaceModeContextLoader
-
The location of the Spring xml context application to be loaded.
- setLocators(LookupLocator[]) - Method in interface net.jini.discovery.DiscoveryLocatorManagement
-
Replaces all of the locators in the managed set with locators from
a new set, and discards any already-discovered lookup service that
corresponds to a locator that is removed from the managed set
as a result of an invocation of this method.
- setLocators(LookupLocator[]) - Method in class net.jini.discovery.LookupDiscoveryManager
-
Replaces all of the locators in the managed set with locators from
a new set, and discards any already-discovered lookup service that
corresponds to a locator that is removed from the managed set
as a result of an invocation of this method.
- setLocators(LookupLocator[]) - Method in interface net.jini.discovery.LookupDiscoveryRegistration
-
Replaces all of the locators in this registration's managed set of
locators with a new set of LookupLocator objects.
- setLocators(LookupLocator[]) - Method in class net.jini.discovery.LookupLocatorDiscovery
-
Replaces all of the locators in the managed set with locators from a new
set, and discards any already-discovered lookup service that corresponds
to a locator that is removed from the managed set as a result of an
invocation of this method.
- setLocators(String) - Method in class org.openspaces.admin.application.deploy.AbstractApplicationCommand
-
- setLocators(String[]) - Method in class org.openspaces.core.jini.JiniServiceFactoryBean
-
Sets the locators.
- setLocators(String[]) - Method in class org.openspaces.core.transaction.manager.LookupJiniTransactionManager
-
Sets specific locators to find the jini transaction manger.
- setLocators(String) - Method in class org.openspaces.pu.container.jee.lb.apache.ApacheLoadBalancerAgent
-
- setLocators(String) - Method in class org.openspaces.pu.container.servicegrid.deploy.Deploy
-
- setLocators(String) - Method in class org.openspaces.pu.container.servicegrid.deploy.MemcachedDeploy
-
- setLocators(String) - Method in class org.openspaces.pu.container.servicegrid.deploy.SpaceDeploy
-
- setLocators(String) - Method in class org.openspaces.pu.container.servicegrid.deploy.Undeploy
-
- setLogAbandoned(boolean) - Method in class org.openspaces.jdbc.datasource.DbcpBasicDataSource
-
Deprecated.
- setLogger(Log) - Method in class org.openspaces.grid.gsm.machines.BinPackingSolver
-
Sets the processing unit specific logger
- setLoginTimeout(int) - Method in class org.openspaces.jdbc.datasource.DbcpBasicDataSource
-
Set the login timeout (in seconds) for connecting to the database.
- setLogWriter(PrintWriter) - Method in class org.openspaces.jdbc.datasource.DbcpBasicDataSource
-
Set the log writer being used by this data source.
- setLongGcPausePeriod(long, TimeUnit) - Method in class org.openspaces.admin.alert.config.GarbageCollectionAlertConfiguration
-
Set the period of time a long GC pause alert should be raised for.
- setLookupAttribute(String, Entry) - Method in class com.j_spaces.core.client.SpaceURL
-
Deprecated.
- setLookupGroup(String) - Method in class org.openspaces.core.gateway.GatewayLookupsFactoryBean
-
Sets the gateway's lookup group.
- setLookupGroups(String[]) - Method in class com.sun.jini.mahalo.TxnManagerImpl
-
- setLookupGroups(String[]) - Method in class com.sun.jini.reggie.GigaRegistrar
-
- setLookupGroups(String[]) - Method in interface net.jini.admin.JoinAdmin
-
Replace the list of groups to join with a new list.
- setLookupGroups(String) - Method in class org.openspaces.core.space.EmbeddedSpaceFactoryBean
-
- setLookupGroups(String) - Method in class org.openspaces.core.space.SpaceProxyFactoryBean
-
- setLookupGroups(String) - Method in class org.openspaces.core.space.UrlSpaceFactoryBean
-
The Jini Lookup Service group to find container or space using multicast (jini protocol).
- setLookupLocators(LookupLocator[]) - Method in class com.sun.jini.mahalo.TxnManagerImpl
-
- setLookupLocators(LookupLocator[]) - Method in class com.sun.jini.reggie.GigaRegistrar
-
- setLookupLocators(LookupLocator[]) - Method in interface net.jini.admin.JoinAdmin
-
Replace the list of locators of specific lookup services to join
with a new list.
- setLookupLocators(String) - Method in class org.openspaces.core.space.EmbeddedSpaceFactoryBean
-
- setLookupLocators(String) - Method in class org.openspaces.core.space.SpaceProxyFactoryBean
-
- setLookupLocators(String) - Method in class org.openspaces.core.space.UrlSpaceFactoryBean
-
The Jini Lookup locators for the Space.
- setLookupName(String) - Method in class org.openspaces.remoting.EventDrivenSpaceRemotingEntry
-
Deprecated.
- setLookupName(String) - Method in interface org.openspaces.remoting.SpaceRemotingEntry
-
- setLookupTimeout(int) - Method in class org.openspaces.admin.application.deploy.AbstractApplicationCommand
-
- setLookupTimeout(int) - Method in class org.openspaces.core.space.EmbeddedSpaceFactoryBean
-
- setLookupTimeout(int) - Method in class org.openspaces.core.space.SpaceProxyFactoryBean
-
- setLookupTimeout(Integer) - Method in class org.openspaces.core.space.UrlSpaceFactoryBean
-
The max timeout in milliseconds to find a Container or Space using multicast (jini
protocol).
- setLookupTimeout(Long) - Method in class org.openspaces.core.transaction.manager.LookupJiniTransactionManager
-
Sets the lookupTimeout for the transaction manager lookup operation.
- setLookupTimeout(int) - Method in class org.openspaces.pu.container.servicegrid.deploy.Deploy
-
- setLookupTimeout(int) - Method in class org.openspaces.pu.container.servicegrid.deploy.MemcachedDeploy
-
- setLookupTimeout(int) - Method in class org.openspaces.pu.container.servicegrid.deploy.SpaceDeploy
-
- setLookupTimeout(int) - Method in class org.openspaces.pu.container.servicegrid.deploy.Undeploy
-
- setLow(double) - Method in class org.openspaces.pu.sla.AbstractPolicy
-
- setLow(double) - Method in interface org.openspaces.pu.sla.Policy
-
The low threshold value of the policy.
- setLow(double) - Method in class org.openspaces.pu.sla.requirement.RangeRequirement
-
- setLowerDampener(long) - Method in class org.openspaces.pu.sla.AbstractPolicy
-
Sets the lower dampener for this policy.
- setLowerDampener(long) - Method in interface org.openspaces.pu.sla.Policy
-
The lower dampener acts as a time window where if the lower threshold
has been cleared (after it has been breached), it won't cause the policy action to happen.
- setLowThreshold(Comparable<?>) - Method in class org.openspaces.admin.pu.elastic.config.AutomaticCapacityScaleRuleConfig
-
Defines a low threshold that triggers an increase or decrease of capacity
- setLowThresholdBreachedDecrease(CapacityRequirementsConfig) - Method in class org.openspaces.admin.pu.elastic.config.AutomaticCapacityScaleRuleConfig
-
Defined Capacity Requirements that will be decreases once the low threshold is breached
- setLowThresholdPerc(int) - Method in class org.openspaces.admin.alert.config.CpuUtilizationAlertConfiguration
-
Set the CPU low threshold percentage value.
- setLowThresholdPerc(int) - Method in class org.openspaces.admin.alert.config.HeapMemoryUtilizationAlertConfiguration
-
Set the heap memory low threshold percentage value.
- setLowThresholdPerc(int) - Method in class org.openspaces.admin.alert.config.PhysicalMemoryUtilizationAlertConfiguration
-
Set the physical memory low threshold percentage value.
- setLowThresholdRedoLogSize(int) - Method in class org.openspaces.admin.alert.config.ReplicationRedoLogSizeAlertConfiguration
-
Set the low threshold redo-log size value.
- setMachineDiscoveryQuiteMode(boolean) - Method in class org.openspaces.grid.gsm.strategy.AbstractScaleStrategyBean
-
- setMachineIsolation(ElasticProcessingUnitMachineIsolation) - Method in class org.openspaces.grid.gsm.machines.AbstractMachinesSlaPolicy
-
- setMachineIsolation(MachinesSlaEnforcementState.StateKey, ElasticProcessingUnitMachineIsolation) - Method in class org.openspaces.grid.gsm.machines.MachinesSlaEnforcementState
-
- setMachineProvisioning(ElasticMachineProvisioningConfig) - Method in class org.openspaces.admin.pu.elastic.config.ElasticStatefulProcessingUnitConfig
-
- setMachineProvisioning(ElasticMachineProvisioningConfig) - Method in class org.openspaces.admin.pu.elastic.config.ElasticStatelessProcessingUnitConfig
-
- setMachineProvisioning(ElasticMachineProvisioningConfig) - Method in class org.openspaces.admin.space.ElasticSpaceConfig
-
- setMachineProvisioning(NonBlockingElasticMachineProvisioning) - Method in class org.openspaces.grid.gsm.machines.AbstractMachinesSlaPolicy
-
- setMachinesSlaEnforcementEndpoint(MachinesSlaEnforcementEndpoint) - Method in interface org.openspaces.grid.gsm.machines.MachinesSlaEnforcementEndpointAware
-
- setMachinesSlaEnforcementEndpoint(MachinesSlaEnforcementEndpoint) - Method in class org.openspaces.grid.gsm.strategy.AbstractCapacityScaleStrategyBean
-
- setMachinesSlaEnforcementEndpoint(MachinesSlaEnforcementEndpoint) - Method in class org.openspaces.grid.gsm.strategy.EagerScaleStrategyBean
-
- setMachinesSlaEnforcementEndpoint(MachinesSlaEnforcementEndpoint) - Method in class org.openspaces.grid.gsm.strategy.UndeployScaleStrategyBean
-
- setMachinesStateBackup(MachinesStateBackup) - Method in interface org.openspaces.grid.gsm.machines.backup.MachinesStateBackupAware
-
- setMachinesStateBackup(MachinesStateBackup) - Method in class org.openspaces.grid.gsm.strategy.AbstractScaleStrategyBean
-
- setManaged(boolean) - Method in class org.openspaces.admin.application.deploy.AbstractApplicationCommand
-
- setManagedEntries(String...) - Method in class org.openspaces.persistency.hibernate.AbstractHibernateExternalDataSource
-
Deprecated.
Sets all the entries this Hibernate data source will work with.
- setManagedEntries(String...) - Method in class org.openspaces.persistency.hibernate.CriteriaHibernateSpaceDataSourceFactoryBean
-
Sets all the entries this Hibernate data source will work with.
- setManagedEntries(String...) - Method in class org.openspaces.persistency.hibernate.DefaultHibernateSpaceDataSourceFactoryBean
-
Sets all the entries this Hibernate data source will work with.
- setManagedEntries(String...) - Method in class org.openspaces.persistency.hibernate.DefaultHibernateSpaceSynchronizationEndpointFactoryBean
-
Sets all the entries this Hibernate synchronization endpoint interceptor will work with.
- setManagedEntries(String...) - Method in class org.openspaces.persistency.hibernate.StatelessHibernateSpaceDataSourceFactoryBean
-
Sets all the entries this Hibernate data source will work with.
- setManagedEntries(String...) - Method in class org.openspaces.persistency.hibernate.StatelessHibernateSpaceSynchronizationEndpointFactoryBean
-
Sets all the entries this Hibernate synchronization endpoint interceptor will work with.
- setManifestUrls(Iterable<URL>) - Method in class org.openspaces.pu.container.jee.JeeProcessingUnitContainerProvider
-
- setManifestUrls(Iterable<URL>) - Method in class org.openspaces.pu.container.ProcessingUnitContainerProvider
-
- setManufacturer(String) - Method in class net.jini.lookup.entry.ServiceInfoBean
-
Set the value of the manufacturer field in the ServiceInfo
object linked to by this JavaBeans component.
- setMap(IMap) - Method in class org.openspaces.core.GigaMapFactoryBean
-
Sets the map that will be used by the created
GigaMap
.
- setMatches(ServiceMatchesWrapper) - Method in class net.jini.core.lookup.RegistrarEventRegistration
-
- setMaxActive(int) - Method in class org.openspaces.jdbc.datasource.DbcpBasicDataSource
-
- setMaxAllocatedMemoryCapacityOfPuInMB(long) - Method in class org.openspaces.grid.gsm.machines.BinPackingSolver
-
Sets the maximum total memory that can be allocated for PU
- setMaxAllocatedMemoryCapacityOfPuPerMachineInMB(long) - Method in class org.openspaces.grid.gsm.machines.BinPackingSolver
-
Sets the maximum total memory that can be allocated for PU on a single machine
- setMaxCapacity(CapacityRequirementsConfig) - Method in class org.openspaces.admin.pu.elastic.config.AutomaticCapacityScaleConfig
-
Sets the maximum scale capacity that the @{link
ProcessingUnit
is deployed with.
- setMaxCapacity(CapacityRequirements) - Method in class org.openspaces.grid.gsm.autoscaling.AutoScalingSlaPolicy
-
- setMaxCapacityPerZone(CapacityRequirementsConfig) - Method in class org.openspaces.admin.pu.elastic.config.AutomaticCapacityScaleConfig
-
Sets the maximum scale capacity per agent zone that the @{link
ProcessingUnit
is deployed with.
- setMaxConcurrentConsumers(int) - Method in class org.openspaces.events.polling.SimplePollingEventListenerContainer
-
Specify the maximum number of concurrent consumers to create.
- setMaxConcurrentRelocationsPerMachine(int) - Method in class org.openspaces.admin.pu.elastic.config.AutomaticCapacityScaleConfig
-
- setMaxConcurrentRelocationsPerMachine(int) - Method in class org.openspaces.admin.pu.elastic.config.EagerScaleConfig
-
- setMaxConcurrentRelocationsPerMachine(int) - Method in class org.openspaces.admin.pu.elastic.config.ManualCapacityPerZonesScaleConfig
-
- setMaxConcurrentRelocationsPerMachine(int) - Method in class org.openspaces.admin.pu.elastic.config.ManualCapacityScaleConfig
-
- setMaxConcurrentRelocationsPerMachine(int) - Method in interface org.openspaces.admin.pu.elastic.config.ScaleStrategyConfig
-
Specifies the number of processing unit instance relocations each machine can handle concurrently.
- setMaxConnPool(int) - Method in class com.gigaspaces.config.lrmi.nio.NIOConfiguration
-
- setMaxDisconnectionDuration(long) - Method in class org.openspaces.core.space.cache.AbstractLocalCacheSpaceFactoryBean
-
- setMaxEntries(int) - Method in class org.openspaces.events.polling.receive.MultiExclusiveReadReceiveOperationHandler
-
Sets the max entries the initial take multiple operation will perform.
- setMaxEntries(int) - Method in class org.openspaces.events.polling.receive.MultiReadReceiveOperationHandler
-
Sets the max entries the initial take multiple operation will perform.
- setMaxEntries(int) - Method in class org.openspaces.events.polling.receive.MultiTakeReceiveOperationHandler
-
Sets the max entries the initial take multiple operation will perform.
- setMaxEventsPerTask(int) - Method in class org.openspaces.events.polling.SimplePollingEventListenerContainer
-
Specify the maximum number of events to process in one task.
- setMaxIdle(int) - Method in class org.openspaces.jdbc.datasource.DbcpBasicDataSource
-
- setMaximumNumberOfConcurrentRelocationsPerMachine(int) - Method in class org.openspaces.grid.gsm.rebalancing.RebalancingSlaPolicy
-
- setMaximumNumberOfContainersPerMachine(int) - Method in class org.openspaces.grid.gsm.machines.AbstractMachinesSlaPolicy
-
- setMaximumNumberOfMachines(int) - Method in class org.openspaces.grid.gsm.machines.AbstractMachinesSlaPolicy
-
- setMaximumRetriesOnTransactionLock(Integer) - Method in class org.openspaces.core.gateway.SinkErrorHandlingFactoryBean
-
Sets the maximum retries number of a failed operation due to transaction lock.
- setMaximumTimeWindowSeconds(long) - Method in class org.openspaces.admin.pu.statistics.AbstractTimeWindowStatisticsConfig
-
- setMaxInstances(int) - Method in class org.openspaces.pu.sla.ScaleUpPolicy
-
The maximum number of processing instances this scale up policy will scale
up to.
- setMaxInstancesPerMachine(Integer) - Method in class org.openspaces.admin.memcached.config.MemcachedConfig
-
- setMaxInstancesPerMachine(Integer) - Method in class org.openspaces.admin.pu.config.ProcessingUnitConfig
-
- setMaxInstancesPerMachine(Integer) - Method in class org.openspaces.admin.space.config.SpaceConfig
-
- setMaxInstancesPerMachine(int) - Method in class org.openspaces.pu.sla.SLA
-
Sets the maximum number of instances of the processing unit allowed to run
on the same machine, regardless of the number of grid containers running on it.
- setMaxInstancesPerVM(Integer) - Method in class org.openspaces.admin.memcached.config.MemcachedConfig
-
- setMaxInstancesPerVM(Integer) - Method in class org.openspaces.admin.pu.config.ProcessingUnitConfig
-
- setMaxInstancesPerVM(Integer) - Method in class org.openspaces.admin.space.config.SpaceConfig
-
- setMaxInstancesPerVM(int) - Method in class org.openspaces.pu.sla.SLA
-
Sets the maximum number of instances of the processing unit allowed to run within
the same grid container.
- setMaxInstancesPerZone(Map<String, Integer>) - Method in class org.openspaces.admin.memcached.config.MemcachedConfig
-
- setMaxInstancesPerZone(String, int) - Method in class org.openspaces.admin.memcached.config.MemcachedConfig
-
- setMaxInstancesPerZone(Map<String, Integer>) - Method in class org.openspaces.admin.pu.config.ProcessingUnitConfig
-
- setMaxInstancesPerZone(String, int) - Method in class org.openspaces.admin.pu.config.ProcessingUnitConfig
-
- setMaxInstancesPerZone(Map<String, Integer>) - Method in class org.openspaces.admin.space.config.SpaceConfig
-
- setMaxInstancesPerZone(String, int) - Method in class org.openspaces.admin.space.config.SpaceConfig
-
- setMaxInstancesPerZone(Map<String, Integer>) - Method in class org.openspaces.pu.sla.SLA
-
- setMaxInstancesPerZoneAsString(String) - Method in class org.openspaces.pu.sla.SLA
-
- setMaxInstancesPerZoneConfig(MaxInstancesPerZoneConfig) - Method in class org.openspaces.admin.memcached.config.MemcachedConfig
-
- setMaxInstancesPerZoneConfig(MaxInstancesPerZoneConfig) - Method in class org.openspaces.admin.pu.config.ProcessingUnitConfig
-
- setMaxInstancesPerZoneConfig(MaxInstancesPerZoneConfig) - Method in class org.openspaces.admin.space.config.SpaceConfig
-
- setMaxMemoryCapacityInMB(long) - Method in class org.openspaces.admin.pu.elastic.config.ElasticStatefulProcessingUnitConfig
-
- setMaxMemoryCapacityInMB(long) - Method in class org.openspaces.admin.space.ElasticSpaceConfig
-
- setMaxNumberOfContainers(int) - Method in interface org.openspaces.admin.pu.elastic.config.MaxNumberOfContainersScaleConfig
-
Defines a maximum for the total number of containers.
- setMaxNumberOfContainersPerMachine(int) - Method in interface org.openspaces.admin.pu.elastic.config.MaxNumberOfContainersPerMachineScaleConfig
-
Limits the maximum number of containers per machine to the specified value.
- setMaxNumberOfCpuCores(double) - Method in class org.openspaces.admin.pu.elastic.config.ElasticStatefulProcessingUnitConfig
-
- setMaxNumberOfCpuCores(double) - Method in class org.openspaces.admin.space.ElasticSpaceConfig
-
- setMaxNumberOfInstances(int) - Method in class org.openspaces.admin.pu.config.MaxInstancesPerZoneConfig
-
- setMaxOpenPreparedStatements(int) - Method in class org.openspaces.jdbc.datasource.DbcpBasicDataSource
-
- setMaxProcessingUnitInstancesFromSamePartitionPerMachine(int) - Method in class org.openspaces.admin.pu.elastic.config.ElasticStatefulProcessingUnitConfig
-
- setMaxRedoLogCapacity(long) - Method in class com.j_spaces.core.cluster.ReplicationPolicy
-
- setMaxRedoLogCapacity(Long) - Method in class org.openspaces.core.gateway.GatewayTarget
-
Sets limited redo log capacity for this gateway
- setMaxRedoLogCapacity(Long) - Method in class org.openspaces.core.gateway.GatewayTargetsFactoryBean
-
Sets limited redo log capacity for this gateway
- setMaxRedoLogMemoryCapacity(long) - Method in class com.j_spaces.core.cluster.ReplicationPolicy
-
- setMaxRedoLogRecoveryCapacity(long) - Method in class com.j_spaces.core.cluster.ReplicationPolicy
-
- setMaxTimeToLive(long) - Method in class org.openspaces.core.space.cache.LocalCacheSpaceFactoryBean
-
- setMaxWait(long) - Method in class org.openspaces.jdbc.datasource.DbcpBasicDataSource
-
- setMeasurementPeriod(long, TimeUnit) - Method in class org.openspaces.admin.alert.config.CpuUtilizationAlertConfiguration
-
Set the period of time a CPU alert should be triggered if it's reading is
above/below the threshold setting.
- setMeasurementPeriod(long, TimeUnit) - Method in class org.openspaces.admin.alert.config.HeapMemoryUtilizationAlertConfiguration
-
Set the period of time a heap memory alert should be triggered if it's reading is
above/below the threshold setting.
- setMeasurementPeriod(long, TimeUnit) - Method in class org.openspaces.admin.alert.config.PhysicalMemoryUtilizationAlertConfiguration
-
Set the period of time a physical memory alert should be triggered if it's reading is
above/below the threshold setting.
- setMemberAliveIndicator(MemberAliveIndicator) - Method in class org.openspaces.pu.sla.SLA
-
- setMemberGroups(String[]) - Method in class com.sun.jini.reggie.GigaRegistrar
-
- setMemberGroups(String[]) - Method in interface net.jini.lookup.DiscoveryAdmin
-
Replaces the set whose elements are the names of the groups in which
the lookup service is currently a member with the given set of group
names.
- setMemoryCapacityInMB(long) - Method in class org.openspaces.admin.pu.elastic.config.CapacityRequirementsConfig
-
- setMemoryCapacityInMB(long) - Method in class org.openspaces.admin.pu.elastic.config.ManualCapacityScaleConfig
-
- setMemoryCapacityInMB(long) - Method in interface org.openspaces.admin.pu.elastic.config.ScaleStrategyCapacityRequirementConfig
-
Specifies the total memory capacity.
- setMemoryCapacityPerContainerInMB(long) - Method in class org.openspaces.admin.pu.elastic.config.ElasticStatefulProcessingUnitConfig
-
- setMemoryCapacityPerContainerInMB(long) - Method in class org.openspaces.admin.pu.elastic.config.ElasticStatelessProcessingUnitConfig
-
- setMemoryCapacityPerContainerInMB(long) - Method in class org.openspaces.admin.space.ElasticSpaceConfig
-
- setMerge(boolean) - Method in class com.sun.jini.tool.PreferredListGen
-
Select the behavior for processing non-target JAR files which do not
contain preferred lists.
- setMergedBeanLevelProperties(Properties) - Method in class org.openspaces.core.gateway.AbstractGatewayComponentFactoryBean
-
- setMergedBeanLevelProperties(Properties) - Method in interface org.openspaces.core.properties.BeanLevelMergedPropertiesAware
-
Sets the merged properties using
mergedProperties
and the bean
name that the bean implementing this interface is associated with.
- setMergedBeanLevelProperties(Properties) - Method in class org.openspaces.core.space.EmbeddedSpaceFactoryBean
-
- setMergedBeanLevelProperties(Properties) - Method in class org.openspaces.core.space.SpaceProxyFactoryBean
-
- setMergedBeanLevelProperties(Properties) - Method in class org.openspaces.core.space.UrlSpaceFactoryBean
-
Externally managed override properties using open spaces extended config support.
- setMessageConverter(IMessageConverter) - Method in class org.openspaces.jms.GigaSpaceConnectionFactory
-
An optional message converter allowing (for sending purposes) not to send
JMS messages to the Space, but to send a converted instance and write a
"business" entry to the Space.
- setMessageConverter(IMessageConverter) - Method in class org.openspaces.jms.GigaSpaceXAConnectionFactory
-
An optional message converter allowing (for sending purposes) not to send
JMS messages to the Space, but to send a converted instance and write a
"business" entry to the Space.
- setMetaArguments(Object[]) - Method in class org.openspaces.remoting.EventDrivenSpaceRemotingEntry
-
Deprecated.
- setMetaArguments(Object[]) - Method in interface org.openspaces.remoting.SpaceRemotingEntry
-
- setMetaArgumentsHandler(MetaArgumentsHandler) - Method in class org.openspaces.remoting.EventDrivenSpaceRemotingProxyFactoryBean
-
- setMetaArgumentsHandler(MetaArgumentsHandler) - Method in class org.openspaces.remoting.ExecutorSpaceRemotingProxyFactoryBean
-
- setMetaData(TransactionParticipantDataImpl) - Method in class net.jini.core.transaction.server.ServerTransaction
-
- setMetaData(ClassMetaData) - Method in class org.openspaces.jpa.openjpa.query.AggregationFunction
-
Associate a persistent type with this value.
- setMetaData(ClassMetaData) - Method in class org.openspaces.jpa.openjpa.query.FieldPathNode
-
- setMetaData(ClassMetaData) - Method in class org.openspaces.jpa.openjpa.query.InnerQuery
-
Associate a persistent type with this value.
- setMetaData(ClassMetaData) - Method in class org.openspaces.jpa.openjpa.query.LiteralValueNode
-
- setMetaData(ClassMetaData) - Method in class org.openspaces.jpa.openjpa.query.NullValueNode
-
- setMetaData(ClassMetaData) - Method in class org.openspaces.jpa.openjpa.query.ParameterNode
-
- setMetaData(ClassMetaData) - Method in class org.openspaces.jpa.openjpa.query.Variable
-
- setMethodName(String) - Method in class org.openspaces.events.adapter.MethodDynamicEventTemplateProviderAdapter
-
Sets the method name the event listener adapter will delegate the events to.
- setMethodName(String) - Method in class org.openspaces.events.adapter.MethodEventListenerAdapter
-
Sets the method name the event listener adapter will delegate the events to.
- setMethodName(String) - Method in class org.openspaces.events.config.MethodEventAdapterFactoryBean
-
- setMethodName(String) - Method in class org.openspaces.remoting.EventDrivenSpaceRemotingEntry
-
Deprecated.
- setMethodParamIndex(Map<String, Integer>) - Method in class org.openspaces.remoting.MethodParamRemoteRoutingHandler
-
Configures per method parameter index (starting from 0) that wil be used as the
hash code to compute the routing index.
- setMetric(String) - Method in class org.openspaces.admin.pu.statistics.ProcessingUnitStatisticsId
-
- setMetric(String) - Method in class org.openspaces.ui.AbstractBasicWidget
-
- setMetricGroups(List<MetricGroup>) - Method in class org.openspaces.ui.UserInterface
-
- setMetricRegistrator(MetricRegistrator) - Method in class org.openspaces.pu.container.ProcessingUnitContainerConfig
-
- setMetricRegistrator(MetricRegistrator) - Method in class org.openspaces.pu.container.ProcessingUnitContainerProvider
-
- setMetrics(List<T>) - Method in class org.openspaces.ui.MetricGroup
-
- setMinCapacity(CapacityRequirementsConfig) - Method in class org.openspaces.admin.pu.elastic.config.AutomaticCapacityScaleConfig
-
Sets the minimum scale capacity that the @{link
ProcessingUnit
is deployed with.
- setMinCapacity(CapacityRequirements) - Method in class org.openspaces.grid.gsm.autoscaling.AutoScalingSlaPolicy
-
- setMinCapacityPerZone(CapacityRequirementsConfig) - Method in class org.openspaces.admin.pu.elastic.config.AutomaticCapacityScaleConfig
-
Sets the minimum scale capacity per agent zone that the @{link
ProcessingUnit
is deployed with.
- setMinEvictableIdleTimeMillis(long) - Method in class org.openspaces.jdbc.datasource.DbcpBasicDataSource
-
- setMinIdle(int) - Method in class org.openspaces.jdbc.datasource.DbcpBasicDataSource
-
- setMinimumNumberOfCpuCoresPerMachine(double) - Method in class org.openspaces.admin.pu.elastic.config.DiscoveredMachineProvisioningConfig
-
Sets an assessment for the minimum number of CPU cores per machine.
- setMinimumNumberOfDeployedInstances(int) - Method in class org.openspaces.admin.pu.dependency.config.ProcessingUnitDependencyConfig
-
- setMinimumNumberOfDeployedInstancesPerPartition(int) - Method in class org.openspaces.admin.pu.dependency.config.ProcessingUnitDependencyConfig
-
- setMinimumNumberOfInstancesPerPartition(int) - Method in class org.openspaces.grid.gsm.rebalancing.RebalancingSlaPolicy
-
- setMinimumNumberOfMachines(int) - Method in class org.openspaces.grid.gsm.machines.AbstractMachinesSlaPolicy
-
- setMinimumNumberOfMachines(int) - Method in class org.openspaces.grid.gsm.machines.BinPackingSolver
-
Used for high availability purposes to calculate maximum cpu and memory per machine.
- setMinimumTimeWindowSeconds(long) - Method in class org.openspaces.admin.pu.statistics.AbstractTimeWindowStatisticsConfig
-
- setMinNumberOfContainers(int) - Method in interface org.openspaces.admin.pu.elastic.config.MinNumberOfContainersScaleConfig
-
Defines a minimum for the total number of containers.
- setMinNumberOfContainersPerMachine(int) - Method in interface org.openspaces.admin.pu.elastic.config.MinNumberOfContainersPerMachineScaleConfig
-
Starts at least the specified number of containers per machine.
- setMinNumberOfCpuCoresPerMachine(double) - Method in class org.openspaces.admin.pu.elastic.config.ElasticStatefulProcessingUnitConfig
-
Deprecated.
- setMirror(boolean) - Method in class org.openspaces.core.space.UrlSpaceFactoryBean
-
When setting this URL property to true
it will allow the space to connect to
the Mirror service to push its data and operations for asynchronous persistency.
- setMirrored(boolean) - Method in class org.openspaces.core.space.EmbeddedSpaceFactoryBean
-
- setMirrorServiceConfig(MirrorServiceConfig) - Method in class com.j_spaces.core.cluster.ReplicationPolicy
-
- setModel(String) - Method in class net.jini.lookup.entry.ServiceInfoBean
-
Set the value of the model field in the ServiceInfo object
linked to by this JavaBeans component.
- setModifier(int) - Method in class com.gigaspaces.events.NotifyActionType
-
- setModifierName(String) - Method in class org.openspaces.core.config.modifiers.AbstractSpaceProxyOperationModifierFactoryBean
-
- setMonitor(String) - Method in class org.openspaces.admin.pu.statistics.ProcessingUnitStatisticsId
-
- setMonitor(String) - Method in class org.openspaces.pu.sla.AbstractPolicy
-
- setMonitor(String) - Method in interface org.openspaces.pu.sla.Policy
-
- setMonitorPendingOperationsMemory(Boolean) - Method in class org.openspaces.core.transaction.DistributedTransactionProcessingConfigurationFactoryBean
-
- setMonitors(List<Monitor>) - Method in class org.openspaces.pu.sla.SLA
-
Sets a list of monitors can be used to monitor different runtime aspects
of the processing unit.
- setMultipleUIDs(String[]) - Method in class com.j_spaces.core.client.ExternalEntry
-
Deprecated.
Array of Entry UIDs to read.
- setName(String) - Method in class net.jini.lookup.entry.NameBean
-
Set the value of the name field in the object linked to by this
JavaBeans component.
- setName(String) - Method in class net.jini.lookup.entry.ServiceInfoBean
-
Set the value of the name field in the ServiceInfo object
linked to by this JavaBeans component.
- setName(String) - Method in class org.openspaces.admin.application.config.ApplicationConfig
-
- setName(String) - Method in class org.openspaces.admin.memcached.config.MemcachedConfig
-
- setName(String) - Method in class org.openspaces.admin.pu.config.ProcessingUnitConfig
-
- setName(String) - Method in interface org.openspaces.admin.pu.topology.ProcessingUnitConfigHolder
-
- setName(String) - Method in class org.openspaces.admin.space.config.SpaceConfig
-
- setName(String) - Method in class org.openspaces.admin.space.ElasticSpaceConfig
-
- setName(String) - Method in class org.openspaces.core.cluster.ClusterInfo
-
- setName(String) - Method in class org.openspaces.core.DefaultGigaSpace
-
- setName(String) - Method in class org.openspaces.core.gateway.GatewaySource
-
Sets the gateway's source name used for identification.
- setName(String) - Method in class org.openspaces.core.gateway.GatewayTarget
-
Sets the gateway's target name used for identification.
- setName(String) - Method in class org.openspaces.core.space.EmbeddedSpaceFactoryBean
-
- setName(String) - Method in class org.openspaces.core.space.SpaceProxyFactoryBean
-
- setName(String) - Method in class org.openspaces.jms.GigaSpaceQueue
-
The queue name for this JMS queue.
- setName(String) - Method in class org.openspaces.jms.GigaSpaceTopic
-
The topic name for this JMS topic.
- setName(String) - Method in class org.openspaces.pu.sla.monitor.AbstractMonitor
-
Sets the name of the monitor.
- setName(String) - Method in class org.openspaces.pu.sla.requirement.SystemRequirement
-
- setName(String) - Method in class org.openspaces.ui.MetricGroup
-
- setName(String) - Method in class org.openspaces.ui.WidgetGroup
-
- setNameIndex(Map<String, Integer>) - Method in class com.gigaspaces.query.aggregators.DistinctPropertiesKey
-
- setNameIndex(Map<String, Integer>) - Method in class com.gigaspaces.query.aggregators.GroupByKey
-
- setNameIndex(Map<String, Integer>) - Method in class com.gigaspaces.query.aggregators.OrderByKey
-
- setNameState(String, int) - Method in class com.sun.jini.loader.pref.internal.PreferredResources
-
Enable MarshalInputStream to optimize preference information:
permits complete name expressions to be added for names that
only match wild-card expressions.
- setNewContainerConfig(GridServiceContainerConfig) - Method in class org.openspaces.grid.gsm.containers.ContainersSlaPolicy
-
- setNonBlocking(boolean) - Method in class org.openspaces.events.polling.receive.AbstractNonBlockingReceiveOperationHandler
-
Allows to configure the take operation to be performed in a non blocking manner.
- setNonBlockingFactor(int) - Method in class org.openspaces.events.polling.receive.AbstractNonBlockingReceiveOperationHandler
-
The factor (number of times) to perform the receive operation when working in non blocking mode within
the given receive timeout.
- setNonBlockingSleep(long) - Method in class org.openspaces.archive.ArchivePollingContainer
-
In case the space is a proxy to a remote clustered space we use non-blocking take operation for polling.
- setNonThreadSafeCopmiledScriptCache(CompiledScriptCache) - Method in class org.openspaces.remoting.scripting.DefaultScriptingExecutor
-
Sets a compiled script cache for compiled scripts taht are not thread safe (the same script can not
be executed by different threads).
- setNotifyAll(Boolean) - Method in class org.openspaces.events.notify.SimpleNotifyEventListenerContainer
-
Turns on notifications for all operations.
- setNotifyFilter(INotifyDelegatorFilter) - Method in class org.openspaces.events.notify.SimpleNotifyEventListenerContainer
-
Allows to register a filter on the server side that can filter out or modify notifications
that will be sent by the space "server".
- setNotifyLeaseExpire(Boolean) - Method in class org.openspaces.events.notify.SimpleNotifyEventListenerContainer
-
Turns on notification for least expiration.
- setNotifyMatchedUpdate(Boolean) - Method in class org.openspaces.events.notify.SimpleNotifyEventListenerContainer
-
Turns on notifications for matched templates (a template that matches an entry after the entry was updated and not before).
- setNotifyRematchedUpdate(Boolean) - Method in class org.openspaces.events.notify.SimpleNotifyEventListenerContainer
-
Turns on notifications for re-matched templates (a template that matches an entry before and after the entry was updated).
- setNotifyTake(Boolean) - Method in class org.openspaces.events.notify.SimpleNotifyEventListenerContainer
-
Turns on notifications for take operations.
- setNotifyUnmatched(Boolean) - Method in class org.openspaces.events.notify.SimpleNotifyEventListenerContainer
-
Turns on notifications for unmatched templates (a template that matched an entry
but not it does not).
- setNotifyUpdate(Boolean) - Method in class org.openspaces.events.notify.SimpleNotifyEventListenerContainer
-
Turns on notifications for update operations.
- setNotifyWrite(Boolean) - Method in class org.openspaces.events.notify.SimpleNotifyEventListenerContainer
-
Turns on notifications for write operations.
- setNoWriteLease(boolean) - Method in class org.openspaces.core.space.UrlSpaceFactoryBean
-
If true
- Lease object would not return from the write/writeMultiple
operations.
- setNOWriteLeaseMode(boolean) - Method in class com.j_spaces.core.client.ExternalEntry
-
Deprecated.
Set true
do not return Lease object after write,
false
return Lease object after write.
- setNumberOfBackupInstancesPerPartition(int) - Method in class org.openspaces.admin.pu.elastic.config.ElasticStatefulProcessingUnitConfig
-
- setNumberOfBackupInstancesPerPartition(int) - Method in class org.openspaces.admin.space.ElasticSpaceConfig
-
- setNumberOfBackups(Integer) - Method in class org.openspaces.admin.memcached.config.MemcachedConfig
-
- setNumberOfBackups(Integer) - Method in class org.openspaces.admin.pu.config.ProcessingUnitConfig
-
- setNumberOfBackups(Integer) - Method in class org.openspaces.admin.space.config.SpaceConfig
-
- setNumberOfBackups(Integer) - Method in class org.openspaces.core.cluster.ClusterInfo
-
Sets the number of backups that each primary instance will have in a cluster.
- setNumberOfBackups(int) - Method in class org.openspaces.pu.sla.SLA
-
Sets the number of backups that each primary instance will have in a cluster.
- setNumberOfCpuCores(double) - Method in class org.openspaces.admin.pu.elastic.config.CapacityRequirementsConfig
-
- setNumberOfCpuCores(double) - Method in class org.openspaces.admin.pu.elastic.config.ManualCapacityScaleConfig
-
- setNumberOfCpuCores(double) - Method in interface org.openspaces.admin.pu.elastic.config.ScaleStrategyCapacityRequirementConfig
-
Specifies the total CPU cores.
- setNumberOfInstances(Integer) - Method in class org.openspaces.admin.memcached.config.MemcachedConfig
-
- setNumberOfInstances(Integer) - Method in class org.openspaces.admin.pu.config.ProcessingUnitConfig
-
- setNumberOfInstances(Integer) - Method in class org.openspaces.admin.space.config.SpaceConfig
-
- setNumberOfInstances(Integer) - Method in class org.openspaces.core.cluster.ClusterInfo
-
Sets the number of primary instances that are running within the cluster.
- setNumberOfInstances(int) - Method in class org.openspaces.pu.sla.SLA
-
Sets the number of primary instances that are running within the cluster.
- setNumberOfPartitions(int) - Method in class org.openspaces.admin.pu.elastic.config.ElasticStatefulProcessingUnitConfig
-
- setNumberOfPartitions(int) - Method in class org.openspaces.admin.space.ElasticSpaceConfig
-
- setNumInstances(int) - Method in class com.sun.jini.reggie.EntryClass
-
Set the number of instances of this class
- setNumTemplates(int) - Method in class com.sun.jini.reggie.EntryClass
-
Set the number of templates of this class
- setNumTestsPerEvictionRun(int) - Method in class org.openspaces.jdbc.datasource.DbcpBasicDataSource
-
- setOldPlan(CapacityRequirements) - Method in exception org.openspaces.grid.gsm.autoscaling.exceptions.AutoScalingThresholdBreachedException
-
- setOneWay(Boolean) - Method in class org.openspaces.remoting.EventDrivenSpaceRemotingEntry
-
Deprecated.
- setOneWay(Boolean) - Method in interface org.openspaces.remoting.SpaceRemotingEntry
-
- setOnMissingPackets(MissingPacketsPolicy) - Method in class com.j_spaces.core.cluster.ReplicationPolicy
-
- setOnRedoLogCapacityExceeded(RedoLogCapacityExceededPolicy) - Method in class com.j_spaces.core.cluster.ReplicationPolicy
-
- setOnRedoLogCapacityExceeded(RedoLogCapacityExceededPolicy) - Method in class org.openspaces.core.gateway.GatewayTarget
-
Sets the behavior once the defined redo log capacity is exceeded, irrelevant if the capacity is unlimited.
- setOnRedoLogCapacityExceeded(RedoLogCapacityExceededPolicy) - Method in class org.openspaces.core.gateway.GatewayTargetsFactoryBean
-
Sets the behavior once the defined redo log capacity is exceeded, irrelevant if the capacity is unlimited.
- SetOperation - Class in com.gigaspaces.sync.change
-
- setOperationCodes(int[]) - Method in class org.openspaces.core.space.filter.SpaceFilterProviderFactory
-
Sets a list of the operation codes mapping to filter operations.
- setOperationCodesNames(String[]) - Method in class org.openspaces.core.space.filter.SpaceFilterProviderFactory
-
Sets the possible names for the given operation code.
- setOptimisticLock(boolean) - Method in class org.openspaces.core.config.GigaSpaceDocumentTypeDescriptorFactoryBean
-
- setOptimisticLocking(boolean) - Method in interface com.j_spaces.core.IJSpace
-
Enable/Disable Optimistic Lock protocol.
- setOrder(int) - Method in class org.openspaces.remoting.RemotingAnnotationBeanPostProcessor
-
- setOrganization(String) - Method in class net.jini.lookup.entry.AddressBean
-
Set the value of the organization field in the Address object linked to
by this JavaBeans component.
- setOrganizationalUnit(String) - Method in class net.jini.lookup.entry.AddressBean
-
Set the value of the organizationalUnit field in the Address object
linked to by this JavaBeans component.
- setOutput(PrintStream) - Method in class com.gigaspaces.metrics.reporters.ConsoleReporterFactory
-
- setOutputFilter(IReplicationFilter) - Method in class org.openspaces.core.space.filter.replication.DefaultReplicationFilterProviderFactory
-
Sets the output replication filter.
- setParameter(int, Object) - Method in class com.j_spaces.core.client.SQLQuery
-
Set the query parameter value.
- setParameters(Object...) - Method in class com.j_spaces.core.client.SQLQuery
-
- setParameters(Map<String, Object>) - Method in class org.openspaces.core.space.UrlSpaceFactoryBean
-
Sets the parameters the
IJSpace
will be created with.
- setParameters(Map<String, Object>) - Method in class org.openspaces.remoting.scripting.DefaultScriptingExecutor
-
Sets parameters that will be added to each script.
- setParameterTypes(Map<String, Class<?>>) - Method in class org.openspaces.remoting.scripting.DefaultScriptingExecutor
-
Sets parameter types for parameters that will be added to each script.
- setParentContext(ApplicationContext) - Method in class org.openspaces.pu.container.integrated.IntegratedProcessingUnitContainerProvider
-
Sets Spring parent
ApplicationContext
that will be used
when constructing this processing unit application context.
- setParentContext(ApplicationContext) - Method in class org.openspaces.pu.container.jee.JeeProcessingUnitContainerProvider
-
Sets Spring parent
ApplicationContext
that will be used
when constructing this processing unit application context.
- setPassArrayAsIs(boolean) - Method in class org.openspaces.events.notify.SimpleNotifyEventListenerContainer
-
When batching is turned on, should the batch of events be passed as an Object[]
to
the listener.
- setPassArrayAsIs(boolean) - Method in class org.openspaces.events.polling.SimplePollingEventListenerContainer
-
If set to
true
will pass an array value returned from a
ReceiveOperationHandler
directly to the listener without "serializing" it as one array element
each time.
- setPassword(String) - Method in class com.gigaspaces.security.directory.User
-
Set an encrypted password (new user or one with an updated password).
- setPassword(String) - Method in class org.openspaces.admin.pu.config.UserDetailsConfig
-
- setPassword(String) - Method in class org.openspaces.core.space.SecurityConfig
-
Sets the password to connect to the Space with.
- setPath(String) - Method in class com.gigaspaces.query.aggregators.AbstractPathAggregator
-
- setPath(String) - Method in class com.gigaspaces.query.aggregators.CountAggregator
-
- setPath(String) - Method in class org.openspaces.core.config.SpaceIndex
-
- setPathSeparator(String) - Method in class com.gigaspaces.metrics.MetricReporterFactory
-
- setPendingOperationThreshold(Integer) - Method in class org.openspaces.core.gateway.GatewayTarget
-
- setPendingOperationThreshold(Integer) - Method in class org.openspaces.core.gateway.GatewayTargetsFactoryBean
-
- setPercentile(double) - Method in class org.openspaces.admin.pu.statistics.PercentileInstancesStatisticsConfig
-
- setPercentile(double) - Method in class org.openspaces.admin.pu.statistics.PercentileTimeWindowStatisticsConfig
-
- setPerformOrderById(boolean) - Method in class org.openspaces.persistency.hibernate.AbstractHibernateExternalDataSource
-
Deprecated.
When performing initial load, this flag indicates if the generated query will order to results by
the id.
- setPerformOrderById(boolean) - Method in class org.openspaces.persistency.hibernate.CriteriaHibernateSpaceDataSourceFactoryBean
-
When performing initial load, this flag indicates if the generated query will order to results by
the id.
- setPerformOrderById(boolean) - Method in class org.openspaces.persistency.hibernate.DefaultHibernateSpaceDataSourceFactoryBean
-
When performing initial load, this flag indicates if the generated query will order to results by
the id.
- setPerformOrderById(boolean) - Method in class org.openspaces.persistency.hibernate.StatelessHibernateSpaceDataSourceFactoryBean
-
When performing initial load, this flag indicates if the generated query will order to results by
the id.
- setPerformSnapshot(boolean) - Method in class org.openspaces.events.AbstractEventListenerContainer
-
If set to true
will perform snapshot operation on the provided template
before invoking registering as an event listener.
- setPerformTakeOnNotify(boolean) - Method in class org.openspaces.events.notify.SimpleNotifyEventListenerContainer
-
If set to true
will remove the event from the space using take operation.
- setPeriod(long) - Method in class org.openspaces.pu.sla.monitor.AbstractMonitor
-
The period this monitor will be sampled (in milliseconds).
- setPermittedOperations(List<ReplicationOperationType>) - Method in class com.j_spaces.core.cluster.ReplicationPolicy
-
- setPersistent(Boolean) - Method in class org.openspaces.core.config.BlobStoreDataPolicyFactoryBean
-
- setPersistent(Boolean) - Method in class org.openspaces.core.space.BlobStoreDataCachePolicy
-
- setPidProperty(String, boolean) - Static method in class com.gigaspaces.logger.RollingFileHandlerConfigurer
-
- setPlannedCapacity(CapacityRequirementsPerZones) - Method in class org.openspaces.grid.gsm.strategy.AbstractCapacityScaleStrategyBean
-
- setPlannedCapacity(ScaleStrategyCapacityRequirementConfig) - Method in class org.openspaces.grid.gsm.strategy.AbstractCapacityScaleStrategyBean
-
- setPlannedCapacity(CapacityRequirementsPerZonesConfig) - Method in class org.openspaces.grid.gsm.strategy.AbstractCapacityScaleStrategyBean
-
- setPlannedCapacity(CapacityRequirementsPerZonesConfig) - Method in class org.openspaces.grid.gsm.strategy.AutomaticCapacityScaleStrategyBean
-
- setPolicy(ClassLoader, Policy) - Method in class com.sun.jini.start.AggregatePolicyProvider
-
Changes sub-policy association with given class loader.
- setPolicy(Policy) - Method in class org.openspaces.pu.sla.SLA
-
Sets the policy associated with the SLA controlling the runtime policy on the
action needed to be taken when the monitor associated with the policy breaks the
policy thresholds.
- setPollingIntervalSeconds(int) - Method in class org.openspaces.admin.pu.elastic.config.AutomaticCapacityScaleConfig
-
- setPollingIntervalSeconds(int) - Method in class org.openspaces.admin.pu.elastic.config.EagerScaleConfig
-
- setPollingIntervalSeconds(int) - Method in class org.openspaces.admin.pu.elastic.config.ManualCapacityPerZonesScaleConfig
-
- setPollingIntervalSeconds(int) - Method in class org.openspaces.admin.pu.elastic.config.ManualCapacityScaleConfig
-
- setPollingIntervalSeconds(int) - Method in interface org.openspaces.admin.pu.elastic.config.ScaleStrategyConfig
-
Sets the polling interval in which the scale strategy SLA is monitored and enforced.
- setPoolPreparedStatements(boolean) - Method in class org.openspaces.jdbc.datasource.DbcpBasicDataSource
-
Sets whether to pool statements or not.
- setPoolSize(int) - Method in class org.openspaces.core.transaction.manager.TransactionLeaseRenewalConfig
-
The pool size value of lease renewal managers (responsible for renewing transactions).
- setPort(int) - Method in class org.openspaces.launcher.WebLauncherConfig
-
- setPort(int) - Method in class org.openspaces.memcached.MemCacheDaemon
-
- setPortOffset(int) - Method in class org.openspaces.pu.container.jee.PortGenerator
-
- setPortRetries(int) - Method in class org.openspaces.memcached.MemCacheDaemon
-
- setPostalCode(String) - Method in class net.jini.lookup.entry.AddressBean
-
Set the value of the postalCode field in the Address object linked to
by this JavaBeans component.
- setPrevious(WebRequestsServiceMonitors, long) - Method in class org.openspaces.pu.container.jee.stats.WebRequestsServiceMonitors
-
- setPrimaryBackupListener(ISpaceModeListener) - Method in class org.openspaces.core.space.AbstractSpaceFactoryBean
-
Sets a custom primary backup listener
- setPrimaryKeyName(String) - Method in class com.j_spaces.core.client.ExternalEntry
-
Deprecated.
Sets the field name representing the primary key.
- setPrimarySpaceSelector(PrimarySpaceSelector) - Method in class com.j_spaces.core.cluster.ReplicationPolicy
-
- setPrimaryZone(String) - Method in class org.openspaces.admin.pu.config.ProcessingUnitConfig
-
- setPrimaryZone(String) - Method in class org.openspaces.admin.space.config.SpaceConfig
-
- setPrimaryZone(String) - Method in class org.openspaces.pu.sla.PrimaryZoneController
-
- setPrimaryZone(String) - Method in class org.openspaces.pu.sla.SLA
-
- setPrint(boolean) - Method in class com.sun.jini.tool.PreferredListGen
-
Set the flag controlling whether a preferred list is to be printed.
- setPrintTraces(boolean) - Static method in class com.sun.jini.tool.envcheck.Reporter
-
Set the flag controlling printing of stack traces.
- setPriority(int) - Method in class org.openspaces.core.space.filter.AbstractFilterProviderFactoryBean
-
The filter priority.
- setPrivilege(String) - Method in class com.gigaspaces.security.audit.AuditLogRecord
-
- setProcessingType(ReplicationProcessingType) - Method in class com.j_spaces.core.cluster.ReplicationPolicy
-
- setProcessingUnit(String) - Method in class org.openspaces.admin.pu.config.ProcessingUnitConfig
-
- setProcessingUnit(InternalProcessingUnit) - Method in class org.openspaces.grid.gsm.autoscaling.AutomaticCapacityCooldownValidator
-
- setProcessingUnit(ProcessingUnit) - Method in class org.openspaces.grid.gsm.machines.plugins.discovered.DiscoveredMachineProvisioningBean
-
- setProcessingUnit(ProcessingUnit) - Method in interface org.openspaces.grid.gsm.ProcessingUnitAware
-
- setProcessingUnit(ProcessingUnit) - Method in class org.openspaces.grid.gsm.strategy.AbstractScaleStrategyBean
-
- setProcessingUnitContainerContext(ProcessingUnitContainerContext) - Method in class org.openspaces.events.AbstractEventListenerContainer
-
- setProcessingUnitContainerContext(ProcessingUnitContainerContext) - Method in interface org.openspaces.pu.container.ProcessingUnitContainerContextAware
-
Sets the processing unit container context.
- setProcessingUnitElasticProperties(String, Map<String, String>) - Method in interface org.openspaces.grid.esm.ESM
-
- setProcessingUnitElasticProperties(String, Map<String, String>) - Method in class org.openspaces.grid.esm.ESMImpl
-
- setProcessingUnitElasticProperties(String, Map<String, String>) - Method in class org.openspaces.grid.esm.ESMProxy
-
- setProcessingUnitFile(String) - Method in class org.openspaces.admin.pu.elastic.config.ElasticStatefulProcessingUnitConfig
-
- setProcessingUnitFile(String) - Method in class org.openspaces.admin.pu.elastic.config.ElasticStatelessProcessingUnitConfig
-
- setProcessingUnitMonitorInterval(long, TimeUnit) - Method in interface org.openspaces.admin.Admin
-
Sets the processing unit monitor (not statistics) interval.
- setProcessingUnitName(String) - Method in class org.openspaces.admin.pu.elastic.config.ElasticStatefulProcessingUnitConfig
-
- setProcessingUnitName(String) - Method in class org.openspaces.admin.pu.elastic.config.ElasticStatelessProcessingUnitConfig
-
- setProcessingUnits(ProcessingUnitConfigHolder[]) - Method in class org.openspaces.admin.application.config.ApplicationConfig
-
- setProcessingUnitScaleStrategy(String, ScaleStrategyConfig) - Method in interface org.openspaces.grid.esm.ESM
-
- setProcessingUnitScaleStrategy(String, ScaleStrategyConfig) - Method in class org.openspaces.grid.esm.ESMImpl
-
- setProcessingUnitScaleStrategy(String, ScaleStrategyConfig) - Method in class org.openspaces.grid.esm.ESMProxy
-
- setProcessingUnitSchema(ProcessingUnitSchemaConfig) - Method in class org.openspaces.grid.gsm.machines.plugins.discovered.DiscoveredMachineProvisioningBean
-
- setProcessingUnitSchema(ProcessingUnitSchemaConfig) - Method in interface org.openspaces.grid.gsm.ProcessingUnitAware
-
- setProcessingUnitSchema(ProcessingUnitSchemaConfig) - Method in class org.openspaces.grid.gsm.strategy.AbstractScaleStrategyBean
-
- setProjections(String...) - Method in class com.gigaspaces.query.IdQuery
-
Sets projection properties which specifies that a result for an operation using this query should
contain data for the specified projection properties.
- setProjections(String...) - Method in class com.gigaspaces.query.IdsQuery
-
Sets projection properties which specifies that a result for an operation using this query should
contain data for the specified projection properties.
- setProjections(String...) - Method in class com.j_spaces.core.client.SQLQuery
-
Sets projection properties which specifies that a result for an operation using this query should
contain data for the specified projection properties.
- setProjections(String) - Method in class org.openspaces.core.config.SQLQueryFactoryBean
-
- setProperties(Map<String, String>) - Method in class org.openspaces.admin.alert.config.CpuUtilizationAlertConfiguration
-
Set with String key-value pairs to configure properties belonging to this bean.
- setProperties(Map<String, String>) - Method in class org.openspaces.admin.alert.config.ElasticAutoScalingAlertConfiguration
-
Set with String key-value pairs to configure properties belonging to this bean.
- setProperties(Map<String, String>) - Method in class org.openspaces.admin.alert.config.ElasticGridServiceAgentProvisioningAlertConfiguration
-
Set with String key-value pairs to configure properties belonging to this bean.
- setProperties(Map<String, String>) - Method in class org.openspaces.admin.alert.config.ElasticGridServiceContainerProvisioningAlertConfiguration
-
Set with String key-value pairs to configure properties belonging to this bean.
- setProperties(Map<String, String>) - Method in class org.openspaces.admin.alert.config.ElasticMachineProvisioningAlertConfiguration
-
Set with String key-value pairs to configure properties belonging to this bean.
- setProperties(Map<String, String>) - Method in class org.openspaces.admin.alert.config.GarbageCollectionAlertConfiguration
-
Set with String key-value pairs to configure properties belonging to this bean.
- setProperties(Map<String, String>) - Method in class org.openspaces.admin.alert.config.HeapMemoryUtilizationAlertConfiguration
-
Set with String key-value pairs to configure properties belonging to this bean.
- setProperties(Map<String, String>) - Method in class org.openspaces.admin.alert.config.MirrorPersistenceFailureAlertConfiguration
-
Set with String key-value pairs to configure properties belonging to this bean.
- setProperties(Map<String, String>) - Method in class org.openspaces.admin.alert.config.PhysicalMemoryUtilizationAlertConfiguration
-
Set with String key-value pairs to configure properties belonging to this bean.
- setProperties(Map<String, String>) - Method in class org.openspaces.admin.alert.config.ProcessingUnitInstanceMemberAliveIndicatorAlertConfiguration
-
Set with String key-value pairs to configure properties belonging to this bean.
- setProperties(Map<String, String>) - Method in class org.openspaces.admin.alert.config.ProvisionFailureAlertConfiguration
-
Set with String key-value pairs to configure properties belonging to this bean.
- setProperties(Map<String, String>) - Method in class org.openspaces.admin.alert.config.ReplicationChannelDisconnectedAlertConfiguration
-
Set with String key-value pairs to configure properties belonging to this bean.
- setProperties(Map<String, String>) - Method in class org.openspaces.admin.alert.config.ReplicationRedoLogOverflowToDiskAlertConfiguration
-
Set with String key-value pairs to configure properties belonging to this bean.
- setProperties(Map<String, String>) - Method in class org.openspaces.admin.alert.config.ReplicationRedoLogSizeAlertConfiguration
-
Set with String key-value pairs to configure properties belonging to this bean.
- setProperties(Map<String, String>) - Method in class org.openspaces.admin.alert.config.SpacePartitionSplitBrainAlertConfiguration
-
Set with String key-value pairs to configure properties belonging to this bean.
- setProperties(Map<String, String>) - Method in interface org.openspaces.admin.bean.BeanConfig
-
Set with String key-value pairs to configure properties belonging to this bean.
- setProperties(Map<String, String>) - Method in class org.openspaces.admin.config.AbstractConfig
-
- setProperties(Map<String, String>) - Method in class org.openspaces.admin.pu.elastic.config.AutomaticCapacityScaleConfig
-
- setProperties(Map<String, String>) - Method in class org.openspaces.admin.pu.elastic.config.CapacityRequirementsConfig
-
- setProperties(Map<String, String>) - Method in class org.openspaces.admin.pu.elastic.config.DiscoveredMachineProvisioningConfig
-
- setProperties(Map<String, String>) - Method in class org.openspaces.admin.pu.elastic.config.EagerScaleConfig
-
- setProperties(Map<String, String>) - Method in class org.openspaces.admin.pu.elastic.config.ManualCapacityPerZonesScaleConfig
-
- setProperties(Map<String, String>) - Method in class org.openspaces.admin.pu.elastic.config.ManualCapacityScaleConfig
-
- setProperties(Map<String, String>) - Method in interface org.openspaces.core.bean.Bean
-
The bean properties supplied using a client side bean configuration object, or by plain
String key-value pairs.
- setProperties(Properties) - Method in class org.openspaces.core.space.cache.AbstractLocalCacheSpaceFactoryBean
-
Sets additional properties for the local cache.
- setProperties(Properties) - Method in class org.openspaces.core.space.EmbeddedSpaceFactoryBean
-
- setProperties(Properties) - Method in class org.openspaces.core.space.SpaceProxyFactoryBean
-
- setProperties(Properties) - Method in class org.openspaces.core.space.UrlSpaceFactoryBean
-
Same as
parameters
just with properties for simpler
configuration.
- setProperties(Map<String, String>) - Method in class org.openspaces.grid.gsm.ElasticConfigBean
-
- setProperties(DocumentProperties) - Method in class org.openspaces.grid.gsm.machines.backup.MachinesState
-
- setProperties(Map<String, String>) - Method in class org.openspaces.grid.gsm.machines.plugins.discovered.DiscoveredMachineProvisioningBean
-
- setProperties(Map<String, String>) - Method in class org.openspaces.grid.gsm.strategy.AbstractScaleStrategyBean
-
- setPropertiesForSpaceProxy(IJSpace) - Method in class com.j_spaces.core.client.SpaceURL
-
Deprecated.
Set SpaceURL properties for desired space proxy.
- setPropertiesPrefix(String, String, String, String) - Method in class com.j_spaces.core.client.SpaceURL
-
Deprecated.
Sets the space url "left"/prefix part of the url.
- setProperty(String, Object) - Method in class com.gigaspaces.document.DocumentProperties
-
Set document property
- setProperty(String, Object) - Method in class com.gigaspaces.document.SpaceDocument
- setProperty(String, String) - Method in class com.j_spaces.core.admin.SpaceConfig
- setProperty(String, String) - Method in class com.j_spaces.core.client.SpaceURL
-
Deprecated.
An overwrite method to set a SpaceURL property.
- setPropertyName(String) - Method in class org.openspaces.core.config.SpaceIdProperty
-
- setPropertyName(String) - Method in class org.openspaces.core.config.SpaceRoutingProperty
-
- setPropertyName(String) - Method in class org.openspaces.pu.sla.monitor.BeanPropertyMonitor
-
Sets the property name of the given bean that will be monitored.
- setProtocol(String) - Method in class org.openspaces.memcached.MemCacheDaemon
-
- setPutFirst(boolean) - Method in class org.openspaces.core.map.LocalCacheSupport
-
When performing a put operation, you may perform the put operation both into the local cache and the master
space.
- setQueryExpressions(QueryExpressions) - Method in class org.openspaces.jpa.openjpa.query.InnerQuery
-
Set the parsed subquery.
- setQuiesceToken(QuiesceToken) - Method in class com.j_spaces.core.SpaceContext
-
- setQuiesceToken(QuiesceToken) - Method in class org.openspaces.core.DefaultGigaSpace
-
- setQuiesceToken(QuiesceToken) - Method in interface org.openspaces.core.GigaSpace
-
- setRangeValues(Object[]) - Method in class com.j_spaces.core.client.ExternalEntry
-
Deprecated.
Entry range values to set.
- setRawEntryConverter(RawEntryConverter) - Method in class com.gigaspaces.query.aggregators.GroupByAggregator
-
- setRawEntryConverter(RawEntryConverter) - Method in class com.gigaspaces.query.aggregators.SpaceEntriesAggregator
-
- setReadModifiers(int) - Method in class com.gigaspaces.client.iterator.GSIteratorConfig
-
Sets the read modifiers the iterator will use to read entries.
- setReadModifiers(int) - Method in interface com.j_spaces.core.IJSpace
-
Sets the read mode modifiers for proxy level.
- setReadSelectorThreads(int) - Method in class com.gigaspaces.config.lrmi.nio.NIOConfiguration
-
- setRebalancingSlaEnforcementEndpoint(RebalancingSlaEnforcementEndpoint) - Method in interface org.openspaces.grid.gsm.rebalancing.RebalancingSlaEnforcementEndpointAware
-
- setRebalancingSlaEnforcementEndpoint(RebalancingSlaEnforcementEndpoint) - Method in class org.openspaces.grid.gsm.strategy.AbstractCapacityScaleStrategyBean
-
- setRebalancingSlaEnforcementEndpoint(RebalancingSlaEnforcementEndpoint) - Method in class org.openspaces.grid.gsm.strategy.EagerScaleStrategyBean
-
- setReceiveOperationHandler(ReceiveOperationHandler) - Method in class org.openspaces.events.polling.SimplePollingEventListenerContainer
-
Allows to set a receive operation handler that will perform the actual receive operation.
- setReceiveTimeout(long) - Method in class org.openspaces.events.asyncpolling.SimpleAsyncPollingEventListenerContainer
-
Set the timeout to use for receive calls, in milliseconds.
- setReceiveTimeout(long) - Method in class org.openspaces.events.polling.SimplePollingEventListenerContainer
-
Set the timeout to use for receive calls, in milliseconds.
- setRecoveryChunkSize(int) - Method in class com.j_spaces.core.cluster.ReplicationPolicy
-
- setRecoveryInterval(long) - Method in class org.openspaces.events.polling.SimplePollingEventListenerContainer
-
Specify the interval between recovery attempts, in milliseconds.
- setRecoveryThreadPoolSize(int) - Method in class com.j_spaces.core.cluster.ReplicationPolicy
-
- setRef(String) - Method in class org.openspaces.pu.sla.monitor.BeanPropertyMonitor
-
Sets the registered bean reference that will be monitored.
- setRef(String) - Method in class org.openspaces.remoting.ServiceRef
-
- setRegisterForSpaceModeNotifications(boolean) - Method in class org.openspaces.core.space.AbstractSpaceFactoryBean
-
Sets if the space should register for primary backup (mode) notifications.
- setRegisterSpaceModeListener(boolean) - Method in class org.openspaces.events.AbstractEventListenerContainer
-
- setReliableAsyncCompletionNotifierInterval(long) - Method in class com.j_spaces.core.cluster.ReplicationPolicy
-
- setReliableAsyncCompletionNotifierPacketsThreshold(long) - Method in class com.j_spaces.core.cluster.ReplicationPolicy
-
- setReliableAsyncRepl(boolean) - Method in class com.j_spaces.core.cluster.ReplicationPolicy
-
Sets the async-replication 'reliable' indicator; default false
- setRelocateIfWrongPorts(boolean) - Method in class org.openspaces.core.gateway.AbstractGatewayComponentFactoryBean
-
Sets whether this component containing processing unit instance should start and relocate it self to a new GSC if
the required ports for this processing unit in the currently deployed GSC are wrong.
- setRemoteInvocationAspect(RemoteInvocationAspect) - Method in class org.openspaces.remoting.EventDrivenSpaceRemotingProxyFactoryBean
-
- setRemoteInvocationAspect(RemoteInvocationAspect) - Method in class org.openspaces.remoting.ExecutorSpaceRemotingProxyFactoryBean
-
- setRemoteResultReducer(RemoteResultReducer) - Method in class org.openspaces.remoting.ExecutorSpaceRemotingProxyFactoryBean
-
When using broadcast set to true
, allows to plug a custom reducer that can
reduce the array of result objects into another response object.
- setRemoteRoutingHandler(RemoteRoutingHandler) - Method in class org.openspaces.remoting.EventDrivenSpaceRemotingProxyFactoryBean
-
In case of remote invocation over a partitioned space the default partitioned routing index
will be random (the hashCode of the newly created
SpaceRemotingEntry
class).
- setRemoteRoutingHandler(RemoteRoutingHandler) - Method in class org.openspaces.remoting.ExecutorSpaceRemotingProxyFactoryBean
-
In case of remote invocation over a partitioned space the default partitioned routing index
will be random.
- setRemoveAbandoned(boolean) - Method in class org.openspaces.jdbc.datasource.DbcpBasicDataSource
-
Deprecated.
- setRemoveAbandonedTimeout(int) - Method in class org.openspaces.jdbc.datasource.DbcpBasicDataSource
-
Deprecated.
- setRenewalFailureListener(RemoteEventListener, MarshalledObject) - Method in interface net.jini.lease.LeaseRenewalSet
-
Register for the renewal failure event associated with this set.
- setRenewDuration(long) - Method in class org.openspaces.core.transaction.manager.TransactionLeaseRenewalConfig
-
Controls how often a transaction will be renewed (which should be lower than
the transaction timeout).
- setRenewDuration(long) - Method in class org.openspaces.events.notify.SimpleNotifyEventListenerContainer
-
- setRenewExpiration(long) - Method in class org.openspaces.events.notify.SimpleNotifyEventListenerContainer
-
- setRenewRTT(long) - Method in class org.openspaces.core.transaction.manager.TransactionLeaseRenewalConfig
-
Controls the expected round trip time to the server.
- setRenewRTT(long) - Method in class org.openspaces.events.notify.SimpleNotifyEventListenerContainer
-
- setReplaceJar(boolean) - Method in class com.sun.jini.tool.PreferredListGen
-
Set the flag controlling whether a preferred list is to be placed
in the target JAR file.
- setReplicable(boolean) - Method in class org.openspaces.core.config.GigaSpaceDocumentTypeDescriptorFactoryBean
-
- setReplicatable(boolean) - Method in class com.j_spaces.core.client.ExternalEntry
-
Deprecated.
Set the replicatable indication value.
- setReplicateChangeAsUpdate(Boolean) - Method in class org.openspaces.core.gateway.GatewayTarget
-
Sets whether change operations should be replicated as full update.
- setReplicateChangeAsUpdate(Boolean) - Method in class org.openspaces.core.gateway.GatewayTargetsFactoryBean
-
Sets whether change operations should be replicated as full update.
- setReplicatedOriginalState(boolean) - Method in class com.j_spaces.core.cluster.ReplicationPolicy
-
- setReplicateFullTake(boolean) - Method in class com.j_spaces.core.cluster.ReplicationPolicy
-
- setReplicateLeaseExpirations(boolean) - Method in class com.j_spaces.core.cluster.ReplicationPolicy
-
- setReplicateNotifyTemplate(boolean) - Method in class com.gigaspaces.events.EventSessionConfig
-
- setReplicateNotifyTemplate(boolean) - Method in class org.openspaces.events.notify.SimpleNotifyEventListenerContainer
-
If using a replicated space controls if the listener will be replicated between all the
replicated cluster members.
- setReplicateOnePhaseCommit(boolean) - Method in class com.j_spaces.core.cluster.ReplicationPolicy
-
- setReplicationFilterProvider(ReplicationFilterProviderFactory) - Method in class org.openspaces.core.space.EmbeddedSpaceFactoryBean
-
- setReplicationFilterProvider(ReplicationFilterProviderFactory) - Method in class org.openspaces.core.space.InternalSpaceFactory
-
- setReplicationFilterProvider(ReplicationFilterProviderFactory) - Method in class org.openspaces.core.space.UrlSpaceFactoryBean
-
Injects a replication provider allowing to directly inject actual replication
filters.
- setRequiredProcessingUnitName(String) - Method in class org.openspaces.admin.pu.dependency.config.ProcessingUnitDependencyConfig
-
- setRequirements(List<Requirement>) - Method in class org.openspaces.pu.sla.InstanceSLA
-
- setRequirements(List<Requirement>) - Method in class org.openspaces.pu.sla.SLA
-
Sets a list of requirements that control if a certain processing unit instance will be
deployed to a grid container.
- setRequiresBootstrap(boolean) - Method in class org.openspaces.core.gateway.GatewaySinkFactoryBean
-
Sets whether bootstrap is required for the Sink component.
- setRequiresIsolation(Boolean) - Method in class org.openspaces.admin.memcached.config.MemcachedConfig
-
- setRequiresIsolation(Boolean) - Method in class org.openspaces.admin.pu.config.ProcessingUnitConfig
-
- setRequiresIsolation(Boolean) - Method in class org.openspaces.admin.space.config.SpaceConfig
-
- setRequiresIsolation(boolean) - Method in class org.openspaces.pu.sla.SLA
-
- setReservedCapacityPerMachine(CapacityRequirements) - Method in class org.openspaces.admin.pu.elastic.config.DiscoveredMachineProvisioningConfig
-
Sets the expected amount of memory, cpu, drive space (per machine) that is reserved for processes other than processing units.
- setReservedCpuCapacityPerMachineInMB(double) - Method in class org.openspaces.admin.pu.elastic.config.DiscoveredMachineProvisioningConfig
-
Sets the expected CPU cores per machine that is reserved for processes other than grid containers.
- setReservedDriveCapacityPerMachineInMB(Map<String, Long>) - Method in class org.openspaces.admin.pu.elastic.config.DiscoveredMachineProvisioningConfig
-
Sets the expected amount of disk drive size per machine that is reserved for processes other than grid containers.
- setReservedMemoryCapacityPerMachineInMB(long) - Method in class org.openspaces.admin.pu.elastic.config.DiscoveredMachineProvisioningConfig
-
Sets the expected amount of memory per machine that is reserved for processes other than grid containers.
- setReservedMemoryCapacityPerManagementMachineInMB(long) - Method in class org.openspaces.admin.pu.elastic.config.DiscoveredMachineProvisioningConfig
-
Sets the expected amount of memory per management machine that is reserved for processes other than grid containers.
- setRestartCommand(String) - Method in class org.openspaces.pu.container.jee.lb.apache.ApacheLoadBalancerAgent
-
- setResult(Object) - Method in class org.openspaces.remoting.EventDrivenSpaceRemotingEntry
-
Deprecated.
- setResultMap(Map<OrderByKey, ArrayList<RawEntry>>) - Method in class com.gigaspaces.query.aggregators.OrderByAggregator.OrderByScanResult
-
- setResults(Object[]) - Method in exception com.j_spaces.core.multiple.query.QueryMultiplePartialFailureException
-
Deprecated.
- setRetryCount(int) - Method in class org.openspaces.pu.sla.MemberAliveIndicator
-
Once a member has been indicated as not alive, how many times to check it before giving
up on it.
- setRetryCountOnFailure(int) - Method in class org.openspaces.core.jini.JiniServiceFactoryBean
-
Sets the number of successive method invocation lookup retry count in case of a
failure.
- setRetryTimeout(long) - Method in class org.openspaces.pu.sla.MemberAliveIndicator
-
Once a member has been indicated as not alive, what is the retry timeout interval.
- setReturnFirstResult(boolean) - Method in class org.openspaces.remoting.ExecutorSpaceRemotingProxyFactoryBean
-
When set to true
(defaults to true
) will return the first result
when using broadcast.
- setReturnOnlyUids(boolean) - Method in class com.j_spaces.core.client.ExternalEntry
-
Deprecated.
set the ReturnOnlyUids indication.
- setRollbackOnly() - Method in class org.openspaces.core.transaction.manager.AbstractJiniTransactionManager.JiniTransactionObject
-
- setRollbackTimeout(Long) - Method in class org.openspaces.core.transaction.manager.AbstractJiniTransactionManager
-
Sets an optional timeout when performing rollback/abort in milliseconds.
- setRoom(String) - Method in class net.jini.lookup.entry.LocationBean
-
Set the value of the room field in the Location object linked to by this
JavaBeans component.
- setRouting(Object) - Method in class com.j_spaces.core.client.SQLQuery
-
Sets the routing value of this query.
- setRouting(Object) - Method in class org.openspaces.remoting.EventDrivenSpaceRemotingEntry
-
Deprecated.
- setRouting(Object) - Method in interface org.openspaces.remoting.SpaceRemotingEntry
-
- setRoutingFieldName(String) - Method in class com.j_spaces.core.client.ExternalEntry
-
Deprecated.
Set the routing field name that was selected to be the first index for partition.
- setRoutingProperty(SpaceRoutingProperty) - Method in class org.openspaces.core.config.GigaSpaceDocumentTypeDescriptorFactoryBean
-
- setRules(AutomaticCapacityScaleRuleConfig[]) - Method in class org.openspaces.admin.pu.elastic.config.AutomaticCapacityScaleConfig
-
- setRules(AutomaticCapacityScaleRuleConfig[]) - Method in class org.openspaces.grid.gsm.autoscaling.AutoScalingSlaPolicy
-
- setScaleStrategy(ScaleStrategyConfig) - Method in class org.openspaces.admin.pu.elastic.config.ElasticStatefulProcessingUnitConfig
-
- setScaleStrategy(ScaleStrategyConfig) - Method in class org.openspaces.admin.pu.elastic.config.ElasticStatelessProcessingUnitConfig
-
- setScaleStrategy(ScaleStrategyConfig) - Method in class org.openspaces.admin.space.ElasticSpaceConfig
-
- setScaleStrategyConfig(ScaleStrategyConfig) - Method in class org.openspaces.grid.gsm.strategy.AbstractCapacityScaleStrategyBean
-
- setSchedulerCorePoolSize(int) - Method in interface org.openspaces.admin.Admin
-
The Admin API uses a shared scheduler thread pool to perform *all* scheduled operations (monitoring,
statistics monitoring).
- setSchema(String) - Method in class org.openspaces.core.cluster.ClusterInfo
-
Sets the schema the cluster operates under.
- setSchema(String) - Method in class org.openspaces.core.space.EmbeddedSpaceFactoryBean
-
- setSchema(String) - Method in class org.openspaces.core.space.UrlSpaceFactoryBean
-
The space instance is created using a space schema file which can be used as a template
configuration file for creating a space.
- setSchemaAlias(String) - Method in class org.openspaces.jpa.openjpa.query.FieldPathNode
-
- setSchemaConfig(ProcessingUnitSchemaConfig) - Method in class org.openspaces.grid.gsm.rebalancing.RebalancingSlaPolicy
-
- setSchemaPath(String) - Method in class com.j_spaces.core.admin.SpaceConfig
-
Sets space schema file path
- setSecured(Boolean) - Method in class org.openspaces.admin.application.deploy.AbstractApplicationCommand
-
- setSecured(boolean) - Method in class org.openspaces.admin.application.deploy.AbstractApplicationCommand
-
- setSecured(Boolean) - Method in class org.openspaces.admin.memcached.config.MemcachedConfig
-
- setSecured(Boolean) - Method in class org.openspaces.admin.pu.config.ProcessingUnitConfig
-
- setSecured(Boolean) - Method in class org.openspaces.admin.pu.elastic.config.ElasticStatefulProcessingUnitConfig
-
- setSecured(Boolean) - Method in class org.openspaces.admin.pu.elastic.config.ElasticStatelessProcessingUnitConfig
-
- setSecured(Boolean) - Method in interface org.openspaces.admin.pu.topology.ProcessingUnitConfigHolder
-
- setSecured(Boolean) - Method in class org.openspaces.admin.space.config.SpaceConfig
-
- setSecured(Boolean) - Method in class org.openspaces.admin.space.ElasticSpaceConfig
-
- setSecured(boolean) - Method in class org.openspaces.core.space.EmbeddedSpaceFactoryBean
-
- setSecured(boolean) - Method in class org.openspaces.core.space.UrlSpaceFactoryBean
-
Sets the space as secured.
- setSecured(Boolean) - Method in class org.openspaces.pu.container.integrated.IntegratedProcessingUnitContainerProvider
-
- setSecured(boolean) - Method in class org.openspaces.pu.container.servicegrid.deploy.Deploy
-
- setSecured(boolean) - Method in class org.openspaces.pu.container.servicegrid.deploy.MemcachedDeploy
-
- setSecured(boolean) - Method in class org.openspaces.pu.container.servicegrid.deploy.SpaceDeploy
-
- setSecurityConfig(SecurityConfig) - Method in class org.openspaces.core.gateway.AbstractGatewayComponentFactoryBean
-
Sets the security configuration which holds login information for this component.
- setSecurityConfig(SecurityConfig) - Method in class org.openspaces.core.space.AbstractSpaceFactoryBean
-
Sets security configuration for the Space.
- setSecurityConfig(SecurityConfig) - Method in class org.openspaces.core.space.EmbeddedSpaceFactoryBean
-
- setSecurityConfig(SecurityConfig) - Method in class org.openspaces.core.space.InternalSpaceFactory
-
- setSecurityConfig(SecurityConfig) - Method in class org.openspaces.core.space.SpaceProxyFactoryBean
-
- setSecurityConfig(SecurityConfig) - Method in class org.openspaces.core.space.UrlSpaceFactoryBean
-
- setSecurityConfig(SecurityConfig) - Method in class org.openspaces.pu.sla.PrimaryZoneController
-
- setSecurityFilter(boolean) - Method in class org.openspaces.core.space.filter.AbstractFilterProviderFactoryBean
-
Is this filter a security filter.
- setSeparator(String) - Method in class org.openspaces.pu.container.jee.SharedContextFactory
-
- setSequenceNumberProperty(String) - Method in class org.openspaces.core.config.GigaSpaceDocumentTypeDescriptorFactoryBean
-
- setSerialFormat(int) - Method in class com.sun.jini.lease.AbstractLease
-
Set the serialization format for the expiration.
- setSerialFormat(int) - Method in interface net.jini.core.lease.Lease
-
Sets the format to use when serializing the lease.
- setSerialNumber(String) - Method in class net.jini.lookup.entry.ServiceInfoBean
-
Set the value of the serialNumber field in the ServiceInfo object
linked to by this JavaBeans component.
- setServerProperties(Properties) - Method in class org.openspaces.persistency.utils.HsqlServerBean
-
- setServiceClass(Class<?>) - Method in class org.openspaces.core.jini.JiniServiceFactoryBean
-
- setServiceExecutionAspect(ServiceExecutionAspect) - Method in class org.openspaces.remoting.SpaceRemotingServiceExporter
-
Allows to inject a service execution callback.
- setServiceExporter(SpaceRemotingServiceExporter) - Method in class org.openspaces.remoting.ExecutorRemotingTask
-
- setServiceName(String) - Method in class org.openspaces.core.jini.JiniServiceFactoryBean
-
- setServicePreparer(ProxyPreparer) - Method in class com.sun.jini.start.NonActivatableServiceDescriptor
-
Sets the ProxyPreparer
for this descriptor.
- setServiceProperty(String, boolean) - Static method in class com.gigaspaces.logger.RollingFileHandlerConfigurer
-
- setServices(List<Object>) - Method in class org.openspaces.remoting.SpaceRemotingServiceExporter
-
Sets the list of services that will be exported as remote services.
- setSessionFactory(SessionFactory) - Method in class org.openspaces.persistency.hibernate.AbstractHibernateExternalDataSource
-
Deprecated.
Injects the Hibernate SessionFactory to be used with this external data source.
- setSessionFactory(SessionFactory) - Method in class org.openspaces.persistency.hibernate.CriteriaHibernateSpaceDataSourceFactoryBean
-
Injects the Hibernate SessionFactory to be used with this data source.
- setSessionFactory(SessionFactory) - Method in class org.openspaces.persistency.hibernate.DefaultHibernateSpaceDataSourceFactoryBean
-
Injects the Hibernate SessionFactory to be used with this data source.
- setSessionFactory(SessionFactory) - Method in class org.openspaces.persistency.hibernate.DefaultHibernateSpaceSynchronizationEndpointFactoryBean
-
Injects the Hibernate SessionFactory to be used with this synchronization endpoint interceptor.
- setSessionFactory(SessionFactory) - Method in class org.openspaces.persistency.hibernate.StatelessHibernateSpaceDataSourceFactoryBean
-
Injects the Hibernate SessionFactory to be used with this data source.
- setSessionFactory(SessionFactory) - Method in class org.openspaces.persistency.hibernate.StatelessHibernateSpaceSynchronizationEndpointFactoryBean
-
Injects the Hibernate SessionFactory to be used with this synchronization endpoint interceptor.
- setSessionId(String) - Method in class com.gigaspaces.security.audit.AuditLogRecord
-
- setSeverity(StatusType) - Method in class net.jini.lookup.entry.StatusBean
-
Set the value of the severity field of the Status object to
which this JavaBeans component is linked.
- setSharedMachineProvisioning(SharedMachineProvisioningInternal) - Method in class org.openspaces.admin.pu.elastic.config.ElasticStatefulProcessingUnitConfig
-
Parse the shared-machine-provisioning bean, get its data and apply them to the relevant methods to enable shared machine provisioning
- setSharedMachineProvisioning(SharedMachineProvisioningInternal) - Method in class org.openspaces.admin.pu.elastic.config.ElasticStatelessProcessingUnitConfig
-
Parse the shared-machine-provisioning bean, get its data and apply them to the relevant methods to enable shared machine provisioning
- setSharedMachineProvisioning(SharedMachineProvisioningInternal) - Method in class org.openspaces.admin.space.ElasticSpaceConfig
-
Parse the shared-machine-provisioning bean, get its data and apply them to the relevant methods to enable shared machine provisioning
- setSharingId(String) - Method in class org.openspaces.admin.pu.elastic.topology.SharedMachineProvisioningInternal
-
- setShortGcPausePeriod(long, TimeUnit) - Method in class org.openspaces.admin.alert.config.GarbageCollectionAlertConfiguration
-
Set the period of time a GC pause alert should be resolved for.
- setShutdownSpaceOnInitFailure(boolean) - Method in class com.j_spaces.core.cluster.ReplicationFilterProvider
-
true
if the space should shutdown on filter init failure.
- setShutdownSpaceOnInitFailure(boolean) - Method in class org.openspaces.core.space.filter.AbstractFilterProviderFactoryBean
-
Should the space shutdown in case the init method fails (throws an exception).
- setShutdownSpaceOnInitFailure(boolean) - Method in class org.openspaces.core.space.filter.replication.AbstractReplicationFilterProviderFactory
-
- setSingleMachineDeployment(boolean) - Method in class org.openspaces.admin.pu.elastic.config.ElasticStatefulProcessingUnitConfig
-
- setSingleMachineDeployment(boolean) - Method in class org.openspaces.admin.space.ElasticSpaceConfig
-
- setSize(int) - Method in class net.jini.io.OptimizedByteArrayOutputStream
-
Set the buffer size.
- setSize(Integer) - Method in class org.openspaces.core.config.CustomCachePolicyFactoryBean
-
- setSize(int) - Method in class org.openspaces.core.space.cache.LocalCacheSpaceFactoryBean
-
Sets the local cache size.
- setSize(Integer) - Method in class org.openspaces.core.space.LruCachePolicy
-
The number of entries to keep in the space.
- setSizeLimit(int) - Method in class org.openspaces.core.map.LocalCacheSupport
-
Sets the size limit of the local cache.
- setSlaLocation(String) - Method in class org.openspaces.admin.memcached.config.MemcachedConfig
-
- setSlaLocation(String) - Method in class org.openspaces.admin.pu.config.ProcessingUnitConfig
-
- setSlaLocation(String) - Method in class org.openspaces.admin.space.config.SpaceConfig
-
- setSlowConsumerLatency(int) - Method in class com.gigaspaces.config.lrmi.nio.NIOConfiguration
-
- setSlowConsumerReadTimeout(int) - Method in class com.gigaspaces.config.lrmi.nio.NIOConfiguration
-
- setSlowConsumerRetries(int) - Method in class com.gigaspaces.config.lrmi.nio.NIOConfiguration
-
- setSlowConsumerThroughput(int) - Method in class com.gigaspaces.config.lrmi.nio.NIOConfiguration
-
- setSmartProxy(boolean) - Method in class org.openspaces.core.jini.JiniServiceFactoryBean
-
Sets if this proxy will be a smart proxy.
- setSocketConnectTimeout(long) - Method in class com.gigaspaces.config.lrmi.nio.NIOConfiguration
-
- setSout(boolean) - Method in class org.openspaces.admin.application.deploy.AbstractApplicationCommand
-
- setSout(boolean) - Static method in class org.openspaces.pu.container.servicegrid.deploy.Deploy
-
- setSout(boolean) - Static method in class org.openspaces.pu.container.servicegrid.deploy.MemcachedDeploy
-
- setSout(boolean) - Static method in class org.openspaces.pu.container.servicegrid.deploy.SpaceDeploy
-
- setSpace(IJSpace) - Method in class org.openspaces.core.GigaSpaceFactoryBean
-
Sets the space that will be used by the created
GigaSpace
.
- setSpace(IJSpace) - Method in class org.openspaces.core.map.MapFactoryBean
-
Sets the Space the Map will be built on top.
- setSpace(IJSpace) - Method in class org.openspaces.core.space.cache.AbstractLocalCacheSpaceFactoryBean
-
Sets the master space that a local cache will be built on top.
- setSpace(IJSpace) - Method in class org.openspaces.jdbc.datasource.DbcpBasicDataSource
-
- setSpace(IJSpace) - Method in class org.openspaces.jdbc.datasource.SpaceDriverManagerDataSource
-
- setSpace(IJSpace) - Method in class org.openspaces.jpa.OpenSpacesJpaVendorAdapter
-
- setSpace(IJSpace) - Method in class org.openspaces.jpa.OpenSpacesPersistenceProvider
-
Sets the space instance which will be injected to the EntityManagerFactory
instance.
- setSpace(GigaSpace) - Method in class org.openspaces.memcached.MemCacheDaemon
-
- setSpaceDataSource(SpaceDataSource) - Method in class org.openspaces.core.space.EmbeddedSpaceFactoryBean
-
- setSpaceDataSource(SpaceDataSource) - Method in class org.openspaces.core.space.UrlSpaceFactoryBean
-
Sets the
SpaceDataSource
which will be used as a data source for the space.
- setSpaceEvictionStrategy(SpaceEvictionStrategy) - Method in class org.openspaces.core.config.CustomCachePolicyFactoryBean
-
- setSpaceMonitorInterval(long, TimeUnit) - Method in interface org.openspaces.admin.Admin
-
Sets the Space monitor (not statistics) interval.
- setSpaceName(String) - Method in class com.j_spaces.core.admin.SpaceConfig
-
Set the space name.
- setSpaceName(String) - Method in class com.j_spaces.core.client.SpaceURL
-
Deprecated.
Sets space name in SpaceURL and into the Name Entry which is later used in LookupFinder.
- setSpaceName(String) - Method in class org.openspaces.core.space.EmbeddedSpaceFactoryBean
-
- setSpaceName(String) - Method in class org.openspaces.core.space.SpaceProxyFactoryBean
-
- setSpaceProxy(IJSpace) - Method in class com.gigaspaces.events.batching.BatchRemoteEvent
-
Used internally to set the proxy for all the events
- setSpaceProxy(IJSpace) - Method in class com.j_spaces.core.client.EntryArrivedRemoteEvent
-
- setSpaceProxyUuid(Uuid) - Method in class com.j_spaces.core.client.EntryArrivedRemoteEvent
-
- setSpaceSynchronizationEndpoint(SpaceSynchronizationEndpoint) - Method in class org.openspaces.core.space.EmbeddedSpaceFactoryBean
-
- setSpaceSynchronizationEndpoint(SpaceSynchronizationEndpoint) - Method in class org.openspaces.core.space.UrlSpaceFactoryBean
-
- setSpaceTypes(SpaceTypeDescriptor[]) - Method in class org.openspaces.core.space.EmbeddedSpaceFactoryBean
-
- setSpaceTypes(SpaceTypeDescriptor[]) - Method in class org.openspaces.core.space.UrlSpaceFactoryBean
-
Inject a list of space types.
- setSpaceUrl(String) - Method in class org.openspaces.admin.memcached.config.MemcachedConfig
-
- setStartEmbeddedLus(boolean) - Method in class org.openspaces.core.gateway.AbstractGatewayComponentFactoryBean
-
Sets whether an embedded LUS service will be started upon the component's initialization.
- setStateOrProvince(String) - Method in class net.jini.lookup.entry.AddressBean
-
Set the value of the stateOrProvince field in the Address object
linked to by this JavaBeans component.
- setStatistics(ProcessingUnitStatisticsId) - Method in class org.openspaces.admin.pu.elastic.config.AutomaticCapacityScaleRuleConfig
-
Defines the statistics that is compared against the high and low thresholds
- setStatisticsHistorySize(int) - Method in interface org.openspaces.admin.application.Application
-
- setStatisticsHistorySize(int) - Method in interface org.openspaces.admin.StatisticsMonitor
-
Sets the history size of number of statistics stored.
- setStatisticsInterval(long, TimeUnit) - Method in interface org.openspaces.admin.StatisticsMonitor
-
Sets the statistics interval, automatically updating the monitoring scheduled tasks if
monitoring is enabled.
- setStatisticsPollingIntervalSeconds(int) - Method in class org.openspaces.admin.pu.elastic.config.AutomaticCapacityScaleConfig
-
Sets the polling rate in which statistics are gathered.
- setStatisticsSamplingRate(long) - Method in interface com.j_spaces.core.admin.StatisticsAdmin
-
Set statistics sampling rate.
- setStorageLocation(String) - Method in interface com.sun.jini.admin.StorageLocationAdmin
-
Sets the location of the service's persistent storage,
moving all current persistent storage from the current
location to the specified new location.
- setStorageType(StorageType) - Method in class org.openspaces.core.config.GigaSpaceDocumentTypeDescriptorFactoryBean
-
- setStoreHandler(AttributeStore) - Method in class org.openspaces.core.config.AttributeStoreFactoryBean
-
- setStreet(String) - Method in class net.jini.lookup.entry.AddressBean
-
Set the value of the street field in the Address object linked to by
this JavaBeans component.
- setSubqAlias(String) - Method in class org.openspaces.jpa.openjpa.query.InnerQuery
-
Set the candidate alias for this subquery.
- setSubqueryContext(Context, String) - Method in class org.openspaces.jpa.openjpa.query.FieldPathNode
-
- setSubType(String) - Method in class org.openspaces.interop.DotnetContainerServiceDetails
-
- setSuperClassesNames(String[]) - Method in class com.j_spaces.core.client.ExternalEntry
-
Deprecated.
set the Super Classes Names Array.
- setSuperType(SpaceTypeDescriptor) - Method in class org.openspaces.core.config.GigaSpaceDocumentTypeDescriptorFactoryBean
-
- setSyncEndpointInterceptorConfiguration(GatewaySinkSyncEndpointInterceptorFactoryBean) - Method in class org.openspaces.core.gateway.GatewaySinkFactoryBean
-
Sets the synchronization endpoint interceptor configuration for the sink component.
- setSystemProperty(String, String) - Static method in class com.j_spaces.kernel.SystemProperties
-
- setTarget(String) - Method in class org.openspaces.core.gateway.GatewayDelegation
-
Sets the delegation target name.
- setTaskExecutor(TaskExecutor) - Method in class org.openspaces.events.adapter.TaskExecutorEventListenerAdapter
-
Sets the task executor to be used to delegate the execution of the
delegate
listener.
- setTaskExecutor(TaskExecutor) - Method in class org.openspaces.events.polling.SimplePollingEventListenerContainer
-
Set the Spring
TaskExecutor
to use for running the
listener threads.
- setTempDirPath(String) - Method in class org.openspaces.launcher.WebLauncherConfig
-
- setTemplate(Object) - Method in class org.openspaces.core.config.SQLQueryFactoryBean
-
- setTemplate(ServiceTemplate) - Method in class org.openspaces.core.jini.JiniServiceFactoryBean
-
- setTemplate(Object) - Method in class org.openspaces.events.AbstractEventListenerContainer
-
Sets the specified template to be used with the polling space operation.
- setTemplateLookupName(String) - Method in class org.openspaces.remoting.SpaceRemotingServiceExporter
-
Allows to narrow down the async polling container to perform a lookup only on specific lookup
name (which is usually the interface that will be used to proxy it on the client side).
- setterMethodFor(Method) - Method in class org.openspaces.persistency.support.ProcedureCache
-
- setTestOnBorrow(boolean) - Method in class org.openspaces.jdbc.datasource.DbcpBasicDataSource
-
- setTestOnReturn(boolean) - Method in class org.openspaces.jdbc.datasource.DbcpBasicDataSource
-
- setTestWhileIdle(boolean) - Method in class org.openspaces.jdbc.datasource.DbcpBasicDataSource
-
- setThreaded(boolean) - Method in class org.openspaces.memcached.MemCacheDaemon
-
- setThreadName(String) - Method in class com.sun.jini.thread.TaskManager
-
- setThreadPoolIdleTimeout(long) - Method in class com.gigaspaces.config.lrmi.nio.NIOConfiguration
-
- setThreadSafeCompiledScriptCache(CompiledScriptCache) - Method in class org.openspaces.remoting.scripting.DefaultScriptingExecutor
-
Sets a compiled script cache for compiled scripts taht are thread safe (the same script can
be executed by different threads).
- setTimeBetweenEvictionRunsMillis(long) - Method in class org.openspaces.jdbc.datasource.DbcpBasicDataSource
-
- setTimeout(long) - Method in class org.openspaces.admin.application.deploy.AbstractApplicationCommand
-
- setTimeout(long) - Method in class org.openspaces.core.jini.JiniServiceFactoryBean
-
The timeout to wait looking up the service
- setTimeout(long) - Method in class org.openspaces.remoting.EventDrivenSpaceRemotingProxyFactoryBean
-
Sets the timeout that will be used to wait for the remote invocation response.
- setTimeout(long) - Method in class org.openspaces.remoting.ExecutorSpaceRemotingProxyFactoryBean
-
Sets the timeout that will be used to wait for the remote invocation response.
- setTimeToLive(long) - Method in class com.j_spaces.core.client.ExternalEntry
-
Deprecated.
Set the time left for this entry to live.
- setTimeToLive(long) - Method in interface com.j_spaces.core.cluster.IReplicationFilterEntry
-
Sets the lease time.
- setTimeToLive(long) - Method in interface com.j_spaces.map.IMap
-
Sets the duration that entries will stay in the cache.
- setTimeWindowSeconds(long) - Method in class org.openspaces.admin.pu.statistics.AbstractTimeWindowStatisticsConfig
-
- setTimeWindowStatistics(TimeWindowStatisticsConfig) - Method in class org.openspaces.admin.pu.statistics.ProcessingUnitStatisticsId
-
- setTimeZone(TimeZone) - Method in class com.gigaspaces.metrics.reporters.ConsoleReporterFactory
-
- SettlerTask - Class in com.sun.jini.mahalo
-
A SettlerTask
is scheduled task, which
causes an unsettled transaction to settle.
- SettlerTask(TaskManager, WakeupManager, TransactionManager, Object) - Constructor for class com.sun.jini.mahalo.SettlerTask
-
Constructs a SettlerTask
.
- setTotalDummyObj(int) - Method in interface com.j_spaces.core.SpaceCopyStatus
-
- setTransaction(Transaction) - Method in interface com.j_spaces.map.IMap
-
- setTransactionalContext(Object) - Method in class org.openspaces.core.transaction.manager.AbstractJiniTransactionManager
-
- setTransactionIsolationLevel(int) - Method in class org.openspaces.events.AbstractEventListenerContainer
-
Specify the transaction isolation to use for transactional wrapping.
- setTransactionIsolationLevelName(String) - Method in class org.openspaces.events.AbstractEventListenerContainer
-
Specify the transaction isolation to use for transactional wrapping.
- setTransactionLockRetryInterval(Integer) - Method in class org.openspaces.core.gateway.SinkErrorHandlingFactoryBean
-
Sets the time interval between failed operations retry attempts.
- setTransactionManager(PlatformTransactionManager) - Method in class org.openspaces.core.GigaMapFactoryBean
-
Set the transaction manager to enable transactional operations.
- setTransactionManager(PlatformTransactionManager) - Method in class org.openspaces.core.GigaSpaceFactoryBean
-
Set the transaction manager to enable transactional operations.
- setTransactionManager(TransactionManager) - Method in class org.openspaces.core.transaction.manager.DirectJiniTransactionManager
-
- setTransactionManager(PlatformTransactionManager) - Method in class org.openspaces.events.AbstractEventListenerContainer
-
- setTransactionManagerName(String) - Method in class org.openspaces.core.transaction.manager.LookupJiniTransactionManager
-
Sets the transaction manager name to perform the lookup by.
- setTransactionName(String) - Method in class org.openspaces.events.AbstractEventListenerContainer
-
Specify the transaction name to use for transactional wrapping.
- setTransactionTimeout(int) - Method in class com.j_spaces.core.client.XAResourceImpl
-
- setTransactionTimeout(Long) - Method in class org.openspaces.core.gateway.GatewaySinkFactoryBean
-
Sets the transaction timeout for the operations made by the Sink against the local cluster.
- setTransactionTimeout(int) - Method in class org.openspaces.events.AbstractEventListenerContainer
-
Specify the transaction timeout to use for transactional wrapping, in seconds.
- setTransient(boolean) - Method in class com.gigaspaces.document.SpaceDocument
- setTransient(boolean) - Method in class com.j_spaces.core.client.ExternalEntry
-
Deprecated.
Sets the entry to be transient (true) or persistent (false).
- setTriggerNotifyTemplate(boolean) - Method in class com.gigaspaces.events.EventSessionConfig
-
- setTriggerNotifyTemplate(boolean) - Method in class org.openspaces.events.notify.SimpleNotifyEventListenerContainer
-
If using a replicated space controls if the listener that are replicated to cluster members
will raise notifications.
- setTriggerOperationHandler(TriggerOperationHandler) - Method in class org.openspaces.events.polling.SimplePollingEventListenerContainer
-
- setTtile(String) - Method in class org.openspaces.ui.WidgetGroup
-
- setTxProvider(TransactionProvider) - Method in class org.openspaces.core.GigaMapFactoryBean
-
Sets the transaction provider that will be used by the created
GigaMap
.
- setTxProvider(TransactionProvider) - Method in class org.openspaces.core.GigaSpaceFactoryBean
-
Sets the transaction provider that will be used by the created
GigaSpace
.
- setType(Class<Object>) - Method in class org.openspaces.core.config.SQLQueryFactoryBean
-
- setTypeName(String) - Method in class com.gigaspaces.document.SpaceDocument
- setTypeName(String) - Method in class org.openspaces.core.config.GigaSpaceDocumentTypeDescriptorFactoryBean
-
- setUID(String) - Method in class com.j_spaces.core.client.ExternalEntry
-
Deprecated.
Set Entry UID.
- setUnallocatedCapacity(CapacityRequirementsPerAgent) - Method in class org.openspaces.grid.gsm.machines.BinPackingSolver
-
Sets the remaining unallocated capacity on existing agents.
- setUnicastPort(int) - Method in class com.sun.jini.reggie.GigaRegistrar
-
- setUnicastPort(int) - Method in interface net.jini.lookup.DiscoveryAdmin
-
Changes the number of the port on which the lookup service is currently
listening for unicast discovery queries to the given port number.
- setUnique() - Method in class org.openspaces.core.config.SpaceIndex
-
- setUnique(boolean) - Method in class org.openspaces.pu.container.jee.SharedContextFactory
-
- setUnlimitedRedoLogCapacity() - Method in class org.openspaces.core.gateway.GatewayTarget
-
Sets unlimited replication redo log capacity for this gateway.
- setUpdateInterval(int) - Method in class org.openspaces.pu.container.jee.lb.apache.ApacheLoadBalancerAgent
-
- setUpdateMode(int) - Method in class org.openspaces.core.map.LocalCacheSupport
-
- setUpdateMode(int) - Method in class org.openspaces.core.space.cache.LocalCacheSpaceFactoryBean
-
- setUpdateMode(LocalCacheSpaceConfigurer.UpdateMode) - Method in class org.openspaces.core.space.cache.LocalCacheSpaceFactoryBean
-
- setUpdateModeName(String) - Method in class org.openspaces.core.map.LocalCacheSupport
-
Allows to set the local cache update mode using a descriptive name instead of integer
constants using
localCacheUpdateMode
.
- setUpdateModeName(String) - Method in class org.openspaces.core.space.cache.LocalCacheSpaceFactoryBean
-
Allows to set the local cache update mode using a descriptive name instead of integer
constants using
localCacheUpdateMode
.
- setUpdateModifiers(int) - Method in interface com.j_spaces.core.IJSpace
-
Sets the update mode modifiers for proxy level.
- setUpdateOrWrite(boolean) - Method in class org.openspaces.events.adapter.AbstractResultEventListenerAdapter
-
Sets if the write operation will perform an update in case the entry result already exists in
the space.
- setUpdateOrWrite(Boolean) - Method in class org.openspaces.events.config.AbstractResultEventAdapterFactoryBean
-
- setUpdateTimeout(long) - Method in class org.openspaces.events.adapter.AbstractResultEventListenerAdapter
-
- setUpdateTimeout(Long) - Method in class org.openspaces.events.config.AbstractResultEventAdapterFactoryBean
-
- setupOptions(String[]) - Method in class com.sun.jini.tool.ClassDep
-
Convenience method for initializing an instance with specific
command line arguments.
- setUpperDampener(long) - Method in class org.openspaces.pu.sla.AbstractPolicy
-
- setUpperDampener(long) - Method in interface org.openspaces.pu.sla.Policy
-
The upper dampener acts as a time window where if the upper threshold
has been cleared (after it has been breached), it won't cause the policy action to happen.
- setUrl(String) - Method in class org.openspaces.core.space.UrlSpaceFactoryBean
-
Sets the url the
IJSpace
will be created with.
- setUrlProperties(Properties) - Method in class org.openspaces.core.space.UrlSpaceFactoryBean
-
Sets the url properties.
- setUrlSpaceFactoryBean(UrlSpaceFactoryBean) - Method in class org.openspaces.core.space.UrlSpaceConfigurer
-
- setUseClientMode(boolean) - Method in class com.gigaspaces.lrmi.nio.filters.IOSSLFilter
-
- setUseFastReflection(boolean) - Method in class org.openspaces.events.adapter.AbstractReflectionDynamicEventTemplateProviderAdapter
-
Controls if the listener will be invoked using fast reflection or not.
- setUseFastReflection(boolean) - Method in class org.openspaces.events.adapter.AbstractReflectionEventListenerAdapter
-
Controls if the listener will be invoked using fast reflection or not.
- setUseFastReflection(boolean) - Method in class org.openspaces.remoting.SpaceRemotingServiceExporter
-
Controls if executing the service should use fast reflection or not.
- setUseFifoGrouping(boolean) - Method in class org.openspaces.archive.ArchivePollingContainer
-
Enables take operations that are performed with FIFO Grouping enabled
- setUseFifoGrouping(boolean) - Method in class org.openspaces.events.polling.receive.AbstractFifoGroupingReceiveOperationHandler
-
Allows to configure the take/read operation to be performed in a Fifo Grouping manner.
- setUseMemoryOnlySearch(boolean) - Method in class org.openspaces.events.polling.receive.AbstractMemoryOnlySearchReceiveOperationHandler
-
Allows to configure the take/read operation to be performed in a memory only search manner.
- setUseMerge(boolean) - Method in class org.openspaces.persistency.hibernate.DefaultHibernateExternalDataSource
-
Deprecated.
If set to true
, will use Hibernate merge
to perform the create/update, and will
merge before calling delete.
- setUseMerge(boolean) - Method in class org.openspaces.persistency.hibernate.DefaultHibernateSpaceSynchronizationEndpointFactoryBean
-
If set to true
, will use Hibernate merge
to perform the create/update, and will
merge before calling delete.
- setUserDetails(UserDetails) - Method in class org.openspaces.admin.application.deploy.AbstractApplicationCommand
-
- setUserDetails(String, String) - Method in class org.openspaces.admin.application.deploy.AbstractApplicationCommand
-
- setUserDetails(UserDetailsConfig) - Method in class org.openspaces.admin.memcached.config.MemcachedConfig
-
- setUserDetails(UserDetailsConfig) - Method in class org.openspaces.admin.pu.config.ProcessingUnitConfig
-
- setUserDetails(UserDetailsConfig) - Method in class org.openspaces.admin.pu.elastic.config.ElasticStatefulProcessingUnitConfig
-
- setUserDetails(UserDetailsConfig) - Method in class org.openspaces.admin.pu.elastic.config.ElasticStatelessProcessingUnitConfig
-
- setUserDetails(UserDetailsConfig) - Method in interface org.openspaces.admin.pu.topology.ProcessingUnitConfigHolder
-
- setUserDetails(UserDetailsConfig) - Method in class org.openspaces.admin.space.config.SpaceConfig
-
- setUserDetails(UserDetailsConfig) - Method in class org.openspaces.admin.space.ElasticSpaceConfig
-
- setUserDetails(UserDetails) - Method in class org.openspaces.core.gateway.AbstractGatewayComponentFactoryBean
-
Initializes security configuration for this component with the provided
UserDetails
instance.
- setUserDetails(UserDetails) - Method in class org.openspaces.core.space.AbstractSpaceFactoryBean
-
Sets the security configuration with the provided custom user details.
- setUserDetails(UserDetails) - Method in class org.openspaces.pu.container.integrated.IntegratedProcessingUnitContainerProvider
-
Deprecated.
- setUserDetails(String, String) - Method in class org.openspaces.pu.container.integrated.IntegratedProcessingUnitContainerProvider
-
Deprecated.
- setUserDetails(UserDetails) - Method in class org.openspaces.pu.container.servicegrid.deploy.Deploy
-
Deprecated.
- setUserDetails(String, String) - Method in class org.openspaces.pu.container.servicegrid.deploy.Deploy
-
Deprecated.
- setUserDetails(UserDetails) - Method in class org.openspaces.pu.container.servicegrid.deploy.MemcachedDeploy
-
Deprecated.
- setUserDetails(String, String) - Method in class org.openspaces.pu.container.servicegrid.deploy.MemcachedDeploy
-
Deprecated.
- setUserDetails(UserDetails) - Method in class org.openspaces.pu.container.servicegrid.deploy.SpaceDeploy
-
Deprecated.
- setUserDetails(String, String) - Method in class org.openspaces.pu.container.servicegrid.deploy.SpaceDeploy
-
Deprecated.
- setUsername(String) - Method in class com.gigaspaces.security.audit.AuditLogRecord
-
- setUsername(String) - Method in class org.openspaces.admin.pu.config.UserDetailsConfig
-
- setUsername(String) - Method in class org.openspaces.core.space.SecurityConfig
-
Sets the username to connect to the Space with.
- setUseScrollableResultSet(boolean) - Method in class org.openspaces.persistency.hibernate.AbstractHibernateExternalDataSource
-
Deprecated.
Controls if scrollable resultsets will be used with initial load operation.
- setUseScrollableResultSet(boolean) - Method in class org.openspaces.persistency.hibernate.CriteriaHibernateSpaceDataSourceFactoryBean
-
Controls if scrollable result sets will be used with initial load operation.
- setUseScrollableResultSet(boolean) - Method in class org.openspaces.persistency.hibernate.DefaultHibernateSpaceDataSourceFactoryBean
-
Controls if scrollable result sets will be used with initial load operation.
- setUseScrollableResultSet(boolean) - Method in class org.openspaces.persistency.hibernate.StatelessHibernateSpaceDataSourceFactoryBean
-
Controls if scrollable result sets will be used with initial load operation.
- setUseTriggerAsTemplate(boolean) - Method in class org.openspaces.events.polling.trigger.ReadTriggerOperationHandler
-
- setValidationQuery(String) - Method in class org.openspaces.jdbc.datasource.DbcpBasicDataSource
-
- setValue(String) - Method in class org.openspaces.admin.pu.config.ContextPropertyConfig
-
- setValue(Object) - Method in class org.openspaces.jpa.openjpa.query.LiteralValueNode
-
- setValue(byte[]) - Method in class org.openspaces.memcached.MemcachedEntry
-
- setVendor(String) - Method in class net.jini.lookup.entry.ServiceInfoBean
-
Set the value of the vendor field in the ServiceInfo object
linked to by this JavaBeans component.
- setVersion(int) - Method in class com.gigaspaces.document.SpaceDocument
- setVersion(int) - Method in class com.j_spaces.core.client.ExternalEntry
-
Deprecated.
- setVersion(String) - Method in class net.jini.lookup.entry.ServiceInfoBean
-
Set the value of the version field in the ServiceInfo object
linked to by this JavaBeans component.
- setVersion(Long) - Method in class org.openspaces.grid.gsm.machines.backup.MachinesState
-
- setVersion(int) - Method in class org.openspaces.memcached.MemcachedEntry
-
- setVersioned(boolean) - Method in interface com.j_spaces.map.IMap
-
Sets optimistic locking mode.
- setVersioned(boolean) - Method in class org.openspaces.core.map.LocalCacheSupport
-
Controls if this local cache will be versioned or not.
- setVersioned(boolean) - Method in class org.openspaces.core.space.EmbeddedSpaceFactoryBean
-
- setVersioned(boolean) - Method in class org.openspaces.core.space.SpaceProxyFactoryBean
-
- setVersioned(boolean) - Method in class org.openspaces.core.space.UrlSpaceFactoryBean
-
When false
, optimistic lock is disabled.
- setVersionID(int) - Method in class com.j_spaces.core.client.ExternalEntry
-
Deprecated.
Entry Version ID.
- setVoidOneWay(boolean) - Method in class org.openspaces.remoting.EventDrivenSpaceRemotingProxyFactoryBean
-
If set to true
(defaults to false
) service methods that return
void will be invoked and the proxy will not wait for a return value.
- setWaitForDeploymentToComplete(boolean) - Method in class org.openspaces.admin.pu.dependency.config.ProcessingUnitDependencyConfig
-
- setWaitForResponse(long) - Method in interface com.j_spaces.map.IMap
-
- setWarFilePath(String) - Method in class org.openspaces.launcher.WebLauncherConfig
-
- setWatch(String) - Method in class org.openspaces.pu.sla.requirement.RangeRequirement
-
- setWatchdogIdleConnectionTimeout(long) - Method in class com.gigaspaces.config.lrmi.nio.NIOConfiguration
-
- setWatchdogListeningTimeout(long) - Method in class com.gigaspaces.config.lrmi.nio.NIOConfiguration
-
- setWatchdogRequestTimeout(long) - Method in class com.gigaspaces.config.lrmi.nio.NIOConfiguration
-
- setWhere(String) - Method in class org.openspaces.core.config.SQLQueryFactoryBean
-
- setWidgetGroups(List<WidgetGroup>) - Method in class org.openspaces.ui.UserInterface
-
- setWidgets(List<Widget>) - Method in class org.openspaces.ui.WidgetGroup
-
- setWorker(IWorker) - Method in class org.openspaces.core.space.support.WorkerAdapter
-
Deprecated.
Provides the worker implementation that will be run.
- setWorkerName(String) - Method in class org.openspaces.core.space.support.WorkerAdapter
-
Deprecated.
Sets the worker name that will be used as the second parameter to the worker init method.
- setWriteLease(long) - Method in class org.openspaces.events.adapter.AbstractResultEventListenerAdapter
-
The lease time the result will be written under (in milliseconds).
- setWriteLease(Long) - Method in class org.openspaces.events.config.AbstractResultEventAdapterFactoryBean
-
- setZone(String) - Method in class org.openspaces.admin.pu.config.MaxInstancesPerZoneConfig
-
- setZone(String) - Method in class org.openspaces.pu.sla.requirement.ZoneRequirement
-
- setZones(String[]) - Method in class org.openspaces.admin.memcached.config.MemcachedConfig
-
- setZones(String[]) - Method in class org.openspaces.admin.pu.config.ProcessingUnitConfig
-
- setZones(String[]) - Method in class org.openspaces.admin.space.config.SpaceConfig
-
- setZones(Set<String>) - Method in class org.openspaces.admin.zone.config.AbstractZonesConfig
-
- setZones(Set<String>) - Method in interface org.openspaces.admin.zone.config.ZonesConfig
-
- setZonesConfig(ZonesConfig) - Method in class org.openspaces.grid.gsm.autoscaling.AutoScalingSlaPolicy
-
- SEVERE - Static variable in class org.openspaces.admin.alert.AlertSeverity
-
SEVERE is an alert severity indicating a serious failure/situation.
- severity - Variable in class net.jini.lookup.entry.Status
-
The severity level of this status object.
- severity(AlertSeverity) - Method in class org.openspaces.admin.alert.AlertFactory
-
Severity - the defined severity of the alert.
- shallowClone() - Method in class org.openspaces.admin.pu.statistics.ProcessingUnitStatisticsId
-
- SHARED - Static variable in class org.openspaces.pu.container.jee.JeeServiceDetails.Attributes
-
- SharedActivatableServiceDescriptor - Class in com.sun.jini.start
-
Class used to launch shared, activatable services.
- SharedActivatableServiceDescriptor(String, String, String, String, String, String[], boolean) - Constructor for class com.sun.jini.start.SharedActivatableServiceDescriptor
-
Convenience constructor.
- SharedActivatableServiceDescriptor(String, String, String, String, String, String[], ProxyPreparer, ProxyPreparer, boolean) - Constructor for class com.sun.jini.start.SharedActivatableServiceDescriptor
-
Convenience constructor.
- SharedActivatableServiceDescriptor(String, String, String, String, String, String[], boolean, String, int) - Constructor for class com.sun.jini.start.SharedActivatableServiceDescriptor
-
Convenience constructor.
- SharedActivatableServiceDescriptor(String, String, String, String, String, String[], ProxyPreparer, ProxyPreparer, boolean, String, int) - Constructor for class com.sun.jini.start.SharedActivatableServiceDescriptor
-
Main constructor.
- SharedActivatableServiceDescriptor.Created - Class in com.sun.jini.start
-
- SharedActivationGroupDescriptor - Class in com.sun.jini.start
-
Class used to create a shared activation group.
- SharedActivationGroupDescriptor(String, String, String, String, String[], String[]) - Constructor for class com.sun.jini.start.SharedActivationGroupDescriptor
-
Trivial constructor.
- SharedActivationGroupDescriptor(String, String, String, String, String[], String[], String, int) - Constructor for class com.sun.jini.start.SharedActivationGroupDescriptor
-
Trivial constructor.
- SharedActivationPolicyPermission - Class in com.sun.jini.start
-
Permission
class used by the
service starter
package.
- SharedActivationPolicyPermission(String) - Constructor for class com.sun.jini.start.SharedActivationPolicyPermission
-
Constructor that creates a
SharedActivationPolicyPermission
with the specified name.
- SharedActivationPolicyPermission(String, String) - Constructor for class com.sun.jini.start.SharedActivationPolicyPermission
-
Constructor that creates a
SharedActivationPolicyPermission
with the specified name.
- SharedContextFactory - Class in org.openspaces.pu.container.jee
-
A helper to construct web context path.
- SharedContextFactory() - Constructor for class org.openspaces.pu.container.jee.SharedContextFactory
-
- SharedMachineIsolation - Class in org.openspaces.grid.gsm.machines.isolation
-
Indicates that the processing unit does not require dedicated machines.
- SharedMachineIsolation(String) - Constructor for class org.openspaces.grid.gsm.machines.isolation.SharedMachineIsolation
-
- sharedMachineProvisioning(String, ElasticMachineProvisioningConfig) - Method in class org.openspaces.admin.pu.elastic.ElasticStatefulProcessingUnitDeployment
-
- sharedMachineProvisioning(String, ElasticMachineProvisioningConfig) - Method in class org.openspaces.admin.pu.elastic.ElasticStatelessProcessingUnitDeployment
-
- sharedMachineProvisioning(String, ElasticMachineProvisioningConfig) - Method in interface org.openspaces.admin.pu.elastic.topology.ElasticDeploymentTopology
-
Configure the server side bean that starts and stops machines automatically.
- sharedMachineProvisioning(String, ElasticMachineProvisioningConfig) - Method in class org.openspaces.admin.space.ElasticSpaceDeployment
-
- SharedMachineProvisioningInternal - Class in org.openspaces.admin.pu.elastic.topology
-
Internal use only.
- SharedMachineProvisioningInternal() - Constructor for class org.openspaces.admin.pu.elastic.topology.SharedMachineProvisioningInternal
-
- SharedMachineProvisioningParser - Class in org.openspaces.admin.pu.elastic.topology
-
- SharedMachineProvisioningParser() - Constructor for class org.openspaces.admin.pu.elastic.topology.SharedMachineProvisioningParser
-
- sharingId - Variable in class org.openspaces.admin.pu.elastic.topology.SharedMachineProvisioningInternal
-
- SHORT_GC_PAUSE_PERIOD_MILLISECONDS_KEY - Static variable in class org.openspaces.admin.alert.config.GarbageCollectionAlertConfiguration
-
Period of time (in milliseconds) the JVM has spent on garbage collection, for which to
resolve an alert.
- ShortHelper - Class in org.openspaces.core.util.numbers
-
- ShortHelper() - Constructor for class org.openspaces.core.util.numbers.ShortHelper
-
- shouldBroadcast() - Method in interface org.openspaces.remoting.BroadcastIndicator
-
Return true
if broadcast should be enabled or not.
- shouldBroadcast() - Method in class org.openspaces.remoting.scripting.ResourceLazyLoadingScript
-
- shouldBroadcast() - Method in class org.openspaces.remoting.scripting.StaticScript
-
- shouldCache() - Method in class org.openspaces.remoting.scripting.ResourceLazyLoadingScript
-
Returns if this script should be cached or not.
- shouldCache() - Method in interface org.openspaces.remoting.scripting.Script
-
Should this script be cached or not.
- shouldCache() - Method in class org.openspaces.remoting.scripting.StaticScript
-
Returns if this script should be cached or not.
- shouldGenerateId() - Method in class org.openspaces.core.gateway.config.GatewayTargetBeanDefinitionParser
-
- shouldGenerateIdAsFallback() - Method in class org.openspaces.core.config.xmlparser.XmlBeanDefinitionParser
-
Auto generating bean ids to avoid the error
Configuration problem: Id is required for element when used as a top-level tag
- shouldIgnoreTypeWithoutIdProtectiveMode(String) - Static method in class com.gigaspaces.client.protective.ProtectiveMode
-
- shouldIgnoreWrongRoutingProtectiveMode(String) - Static method in class com.gigaspaces.client.protective.ProtectiveMode
-
- shouldLog(ListenerExecutionFailedException, long) - Method in class org.openspaces.archive.DefaultArchivePollingContainerExceptionHandler
-
- shouldReplicate(ReplicationOperationType) - Method in class com.j_spaces.core.cluster.ReplicationPolicy
-
- shutdown() - Method in interface com.gigaspaces.datasource.ManagedDataSource
-
Deprecated.
Close the data source and clean any used resources.
- shutdown() - Static method in class com.gigaspaces.lrmi.LRMIManager
-
Shutdown the LRMI runtime, once invoked the LRMI runtime is permanently destroyed and cannot be reused in the
current class loader which it was created in.
- shutdown() - Method in class com.sun.jini.thread.ReadyState
-
Marks the service as shutting down, waiting if it is initializing,
and throwing NoSuchObjectException
if it is already
shutting down.
- shutdown() - Method in interface org.openspaces.admin.gsa.GridServiceAgent
-
Shuts down the GSA.
- shutdown() - Method in class org.openspaces.core.executor.juc.DefaultTaskExecutorService
-
- shutdown() - Method in class org.openspaces.events.AbstractEventListenerContainer
-
- shutdown() - Method in class org.openspaces.persistency.hibernate.AbstractHibernateExternalDataSource
-
Deprecated.
Shuts down the data source.
- shutdown() - Method in class org.openspaces.persistency.patterns.AbstractManagedDataSourceDelegator
-
Deprecated.
- shutdown() - Method in class org.openspaces.persistency.patterns.AbstractManagedDataSourceSplitter
-
Deprecated.
- shutdownNow() - Method in class org.openspaces.core.executor.juc.DefaultTaskExecutorService
-
- shutdownSpaceOnInitFailure - Variable in class com.j_spaces.core.cluster.ReplicationPolicy.ReplicationPolicyDescription
-
- SigarCpuMetricFactory - Class in com.gigaspaces.metrics.factories
-
- SigarCpuMetricFactory() - Constructor for class com.gigaspaces.metrics.factories.SigarCpuMetricFactory
-
- SigarMemoryMetricFactory - Class in com.gigaspaces.metrics.factories
-
- SigarMemoryMetricFactory() - Constructor for class com.gigaspaces.metrics.factories.SigarMemoryMetricFactory
-
- SigarNetworkMetricFactory - Class in com.gigaspaces.metrics.factories
-
- SigarNetworkMetricFactory() - Constructor for class com.gigaspaces.metrics.factories.SigarNetworkMetricFactory
-
- SigarProcessMetricFactory - Class in com.gigaspaces.metrics.factories
-
- SigarProcessMetricFactory() - Constructor for class com.gigaspaces.metrics.factories.SigarProcessMetricFactory
-
- SigarSwapMetricFactory - Class in com.gigaspaces.metrics.factories
-
- SigarSwapMetricFactory() - Constructor for class com.gigaspaces.metrics.factories.SigarSwapMetricFactory
-
- SimpleAsyncPollingContainerConfigurer - Class in org.openspaces.events.asyncpolling
-
- SimpleAsyncPollingContainerConfigurer(GigaSpace) - Constructor for class org.openspaces.events.asyncpolling.SimpleAsyncPollingContainerConfigurer
-
- SimpleAsyncPollingEventListenerContainer - Class in org.openspaces.events.asyncpolling
-
Async polling event container uses the space async operation capabilities (such as
GigaSpace.asyncTake(Object)
in order to simulate events
(optionally transactional).
- SimpleAsyncPollingEventListenerContainer() - Constructor for class org.openspaces.events.asyncpolling.SimpleAsyncPollingEventListenerContainer
-
- simpleCaseExpression(Value, Expression[], Value) - Method in class org.openspaces.jpa.openjpa.query.QueryExpressionFactory
-
Return a simple case expression
- SimpleDelegatingDistributedTask<T extends Serializable,R> - Class in org.openspaces.core.executor.support
-
A simple implementation of delegating distributed task that accepts the task to delegate to.
- SimpleDelegatingDistributedTask() - Constructor for class org.openspaces.core.executor.support.SimpleDelegatingDistributedTask
-
- SimpleDelegatingDistributedTask(DistributedTask<T, R>) - Constructor for class org.openspaces.core.executor.support.SimpleDelegatingDistributedTask
-
- SimpleDelegatingDistributedTask(DistributedTask<T, R>, AsyncResultFilter<T>) - Constructor for class org.openspaces.core.executor.support.SimpleDelegatingDistributedTask
-
- SimpleDelegatingTask<T extends Serializable> - Class in org.openspaces.core.executor.support
-
A simple implementation of delegating task that accepts the task to delegate to.
- SimpleDelegatingTask() - Constructor for class org.openspaces.core.executor.support.SimpleDelegatingTask
-
- SimpleDelegatingTask(Task<T>) - Constructor for class org.openspaces.core.executor.support.SimpleDelegatingTask
-
Constructs a new simple delegating task with the task to delegate to.
- SimpleLogFile - Class in com.sun.jini.mahalo.log
-
An implementation of a re-usable Log
.
- SimpleLogFile(String, MultiLogManager.LogRemovalManager) - Constructor for class com.sun.jini.mahalo.log.SimpleLogFile
-
Creates a read-only SimpleLogFile
To be used for read-only access to a named Log
.
- SimpleLogFile(String, long, MultiLogManager.LogRemovalManager) - Constructor for class com.sun.jini.mahalo.log.SimpleLogFile
-
Creates a SimpleLogFile
.
- SimpleNotifyContainerConfigurer - Class in org.openspaces.events.notify
-
- SimpleNotifyContainerConfigurer(GigaSpace) - Constructor for class org.openspaces.events.notify.SimpleNotifyContainerConfigurer
-
- SimpleNotifyEventListenerContainer - Class in org.openspaces.events.notify
-
A simple notification based container allowing to register a
SpaceDataEventListener
that will be triggered by notifications.
- SimpleNotifyEventListenerContainer() - Constructor for class org.openspaces.events.notify.SimpleNotifyEventListenerContainer
-
- SimplePollingContainerConfigurer - Class in org.openspaces.events.polling
-
- SimplePollingContainerConfigurer(GigaSpace) - Constructor for class org.openspaces.events.polling.SimplePollingContainerConfigurer
-
- SimplePollingEventListenerContainer - Class in org.openspaces.events.polling
-
Event listener container variant that uses plain Space take API, specifically a loop of
GigaSpace.take(Object,long)
calls that also allow for transactional
reception of messages.
- SimplePollingEventListenerContainer() - Constructor for class org.openspaces.events.polling.SimplePollingEventListenerContainer
-
- SingleInstanceStatisticsConfig - Class in org.openspaces.admin.pu.statistics
-
Defines that statistics are not aggregated but for a specific instance.
- SingleInstanceStatisticsConfig() - Constructor for class org.openspaces.admin.pu.statistics.SingleInstanceStatisticsConfig
-
- SingleInstanceStatisticsConfig(Map<String, String>) - Constructor for class org.openspaces.admin.pu.statistics.SingleInstanceStatisticsConfig
-
- SingleInstanceStatisticsConfigurer - Class in org.openspaces.admin.pu.statistics
-
- SingleInstanceStatisticsConfigurer() - Constructor for class org.openspaces.admin.pu.statistics.SingleInstanceStatisticsConfigurer
-
- singleMachineDeployment() - Method in class org.openspaces.admin.pu.elastic.ElasticStatefulProcessingUnitDeployment
-
- singleMachineDeployment() - Method in interface org.openspaces.admin.pu.elastic.topology.AdvancedStatefulDeploymentTopology
-
Allows deployment of the processing unit on a single machine, by lifting the limitation
for primary and backup processing unit instances from the same partition to be deployed on different machines.
- singleMachineDeployment() - Method in class org.openspaces.admin.space.ElasticSpaceDeployment
-
- SingleReadAsyncOperationHandler - Class in org.openspaces.events.asyncpolling.receive
-
- SingleReadAsyncOperationHandler() - Constructor for class org.openspaces.events.asyncpolling.receive.SingleReadAsyncOperationHandler
-
- SingleReadReceiveOperationHandler - Class in org.openspaces.events.polling.receive
-
- SingleReadReceiveOperationHandler() - Constructor for class org.openspaces.events.polling.receive.SingleReadReceiveOperationHandler
-
- singleResponseException(Exception, InetAddress, int) - Method in class com.sun.jini.discovery.internal.MultiIPDiscovery
-
- SingleTakeAsyncOperationHandler - Class in org.openspaces.events.asyncpolling.receive
-
- SingleTakeAsyncOperationHandler() - Constructor for class org.openspaces.events.asyncpolling.receive.SingleTakeAsyncOperationHandler
-
- SingleTakeReceiveOperationHandler - Class in org.openspaces.events.polling.receive
-
- SingleTakeReceiveOperationHandler() - Constructor for class org.openspaces.events.polling.receive.SingleTakeReceiveOperationHandler
-
- singleThreadedEventListeners() - Method in class org.openspaces.admin.AdminFactory
-
- SingleThreadedPollingLog - Class in org.openspaces.grid.gsm
-
A log that silently discards some log entries if they have been printed
in the past minute already.
- SingleThreadedPollingLog(Log) - Constructor for class org.openspaces.grid.gsm.SingleThreadedPollingLog
-
- SingleThreadedPollingLog(Log, long, TimeUnit) - Constructor for class org.openspaces.grid.gsm.SingleThreadedPollingLog
-
- SINGLETON_ID - Static variable in class org.openspaces.grid.gsm.machines.backup.MachinesStateBackupToSpace
-
- SingletonProxyTrustIterator - Class in net.jini.security.proxytrust
-
A simple ProxyTrustIterator
that produces a single object
as the only element of the iteration.
- SingletonProxyTrustIterator(Object) - Constructor for class net.jini.security.proxytrust.SingletonProxyTrustIterator
-
Creates an instance with the specified object to use as the only
element of the iteration.
- SingleValueAggregator<T extends Serializable & Comparable> - Class in com.gigaspaces.query.aggregators
-
- SingleValueAggregator() - Constructor for class com.gigaspaces.query.aggregators.SingleValueAggregator
-
- SinkErrorHandlingBeanDefinitionParser - Class in org.openspaces.core.gateway.config
-
- SinkErrorHandlingBeanDefinitionParser() - Constructor for class org.openspaces.core.gateway.config.SinkErrorHandlingBeanDefinitionParser
-
- SinkErrorHandlingFactoryBean - Class in org.openspaces.core.gateway
-
A factory bean used for configuring the Sink component error handling
configuration.
- SinkErrorHandlingFactoryBean() - Constructor for class org.openspaces.core.gateway.SinkErrorHandlingFactoryBean
-
- size() - Method in class com.gigaspaces.document.DocumentProperties
- size(int) - Static method in class com.gigaspaces.log.LogEntryMatchers
-
- size() - Method in class com.gigaspaces.query.aggregators.DistinctResult
-
- size() - Method in class com.gigaspaces.query.aggregators.GroupByResult
-
- size() - Method in class com.gigaspaces.query.CompoundResult
-
- size() - Method in interface com.j_spaces.javax.cache.Cache
-
Deprecated.
Returns the size of this map.
- size() - Method in class com.sun.jini.lease.AbstractLeaseMap
-
- size() - Method in class net.jini.io.OptimizedByteArrayOutputStream
-
Returns the current size of the buffer.
- size() - Method in class org.openspaces.core.DefaultGigaMap
-
- size(int) - Method in class org.openspaces.core.space.cache.LocalCacheSpaceConfigurer
-
- size(int) - Method in class org.openspaces.core.space.LruCachePolicy
-
The number of entries to keep in the space.
- size() - Method in class org.openspaces.core.util.ConcurrentHashSet
-
Returns the number of elements in this set (its cardinality).
- size(Value) - Method in class org.openspaces.jpa.openjpa.query.QueryExpressionFactory
-
Return an expression representing the given condition.
- size() - Method in class org.openspaces.jpa.openjpa.query.SpaceProjectionResultObjectProvider
-
- size() - Method in class org.openspaces.jpa.openjpa.query.SpaceResultObjectProvider
-
- size() - Method in class org.openspaces.memcached.LocalCacheElement
-
- size - Variable in class org.openspaces.persistency.hibernate.iterator.AbstractScrollableDataIterator
-
- size - Variable in class org.openspaces.persistency.hibernate.iterator.DefaultListQueryDataIterator
-
- size - Variable in class org.openspaces.persistency.hibernate.iterator.StatelessListQueryDataIterator
-
- SIZE_ROLLING_POLICY_DEFAULT - Static variable in class com.gigaspaces.logger.RollingFileHandler
-
- SIZE_ROLLING_POLICY_PROP - Static variable in class com.gigaspaces.logger.RollingFileHandler
-
- SizeLogEntryMatcher - Class in com.gigaspaces.log
-
A matcher that returns only stores the last N entries but does not break (basically,
will return the last N elements processed).
- SizeLogEntryMatcher(int) - Constructor for class com.gigaspaces.log.SizeLogEntryMatcher
-
- skip(long) - Method in class com.sun.jini.reliableLog.LogInputStream
-
Skips n bytes of input.
- skip(long) - Method in class net.jini.io.OptimizedByteArrayInputStream
-
Skips n
bytes of input from this input stream.
- SLA - Class in org.openspaces.pu.sla
-
A set of definitions controlling the nature of a processing unit deployment
on the Service Grid.
- SLA() - Constructor for class org.openspaces.pu.sla.SLA
-
- SLABeanDefinitionParser - Class in org.openspaces.pu.sla.config
-
A bean definition builder for
SLA
.
- SLABeanDefinitionParser() - Constructor for class org.openspaces.pu.sla.config.SLABeanDefinitionParser
-
- SlaEnforcementDecision - Interface in org.openspaces.grid.gsm.sla.exceptions
-
An exception decoration that indicates it should be reported as an SLA decision
- SlaEnforcementFailure - Interface in org.openspaces.grid.gsm.sla.exceptions
-
An exception decoration that indicates it should be reported as a failure
- SlaEnforcementInProgressException - Exception in org.openspaces.grid.gsm.sla.exceptions
-
- SlaEnforcementInProgressException(ProcessingUnit, String) - Constructor for exception org.openspaces.grid.gsm.sla.exceptions.SlaEnforcementInProgressException
-
- SlaEnforcementInProgressException(ProcessingUnit, String, Throwable) - Constructor for exception org.openspaces.grid.gsm.sla.exceptions.SlaEnforcementInProgressException
-
- SlaEnforcementInProgressException(String, String) - Constructor for exception org.openspaces.grid.gsm.sla.exceptions.SlaEnforcementInProgressException
-
- SlaEnforcementInProgressException(String, String, Throwable) - Constructor for exception org.openspaces.grid.gsm.sla.exceptions.SlaEnforcementInProgressException
-
- SlaEnforcementLoggerBehavior - Interface in org.openspaces.grid.gsm.sla.exceptions
-
- slaLocation(String) - Method in class org.openspaces.admin.memcached.MemcachedDeployment
-
Sets an external SLA definition location to be loaded.
- slaLocation(File) - Method in class org.openspaces.admin.memcached.MemcachedDeployment
-
Sets an external SLA definition location to be loaded.
- slaLocation(String) - Method in class org.openspaces.admin.pu.ProcessingUnitDeployment
-
Sets an external SLA definition location to be loaded.
- slaLocation(File) - Method in class org.openspaces.admin.pu.ProcessingUnitDeployment
-
Sets an external SLA definition location to be loaded.
- slaLocation(String) - Method in class org.openspaces.admin.space.SpaceDeployment
-
Sets an external SLA definition location to be loaded.
- slaLocation(File) - Method in class org.openspaces.admin.space.SpaceDeployment
-
Sets an external SLA definition location to be loaded.
- SLANamespaceHandler - Class in org.openspaces.pu.sla.config
-
A namespace handler for sla
namespace.
- SLANamespaceHandler() - Constructor for class org.openspaces.pu.sla.config.SLANamespaceHandler
-
- sleepInbetweenRecoveryAttempts() - Method in class org.openspaces.events.polling.SimplePollingEventListenerContainer
-
Sleep according to the specified recovery interval.
- snapshot(Object) - Method in interface com.gigaspaces.client.IPojoSpace
-
- snapshot(long) - Method in class com.gigaspaces.metrics.MetricRegistry
-
- snapshot() - Method in class com.j_spaces.core.client.GSIterator
-
Returns a snapshot, as defined in section JS.2.6 of the JavaSpaces
specification, of the entry returned by the last next call.
- snapshot(OutputStream) - Method in class com.sun.jini.reliableLog.LogHandler
-
Writes the snapshot to a stream.
- snapshot() - Method in class com.sun.jini.reliableLog.ReliableLog
-
Records the client-defined current snapshot by invoking the client
supplied snapshot callback, and then empties the log of incremental
updates.
- snapshot(Entry) - Method in interface net.jini.space.JavaSpace
-
The process of serializing an entry for transmission to a JavaSpaces
service will be identical if the same entry is used twice.
- snapshot(Object) - Method in class org.openspaces.core.DefaultGigaSpace
-
- snapshot(Object) - Method in interface org.openspaces.core.GigaSpace
-
- snapshotSize() - Method in class com.sun.jini.reliableLog.ReliableLog
-
Returns the size of the current snapshot file in bytes;
- socketCloseException(IOException) - Method in class com.sun.jini.discovery.internal.MultiIPDiscovery
-
- SoftCache - Class in com.sun.jini.collection
-
Map of keys to softly-referenced values which automatically removes mappings
for garbage-collected values.
- SoftCache() - Constructor for class com.sun.jini.collection.SoftCache
-
- SoftValue(WeakSoftTable.WeakKey, Object) - Constructor for class com.sun.jini.collection.WeakSoftTable.SoftValue
-
Creates a value for the associated key that retains a soft reference
to value.
- SoftValue(WeakSoftTable.SoftValue, ReferenceQueue) - Constructor for class com.sun.jini.collection.WeakSoftTable.SoftValue
-
Creates a copy of the value registered with the queue.
- solveManualCapacityScaleIn(CapacityRequirements) - Method in class org.openspaces.grid.gsm.machines.BinPackingSolver
-
- solveManualCapacityScaleOut(CapacityRequirements) - Method in class org.openspaces.grid.gsm.machines.BinPackingSolver
-
- solveNumberOfMachines(int) - Method in class org.openspaces.grid.gsm.machines.BinPackingSolver
-
- SomeProcessingUnitsHaveNotCompletedStateRecoveryException - Exception in org.openspaces.grid.gsm.machines.exceptions
-
- SomeProcessingUnitsHaveNotCompletedStateRecoveryException(ProcessingUnit, List<ProcessingUnit>) - Constructor for exception org.openspaces.grid.gsm.machines.exceptions.SomeProcessingUnitsHaveNotCompletedStateRecoveryException
-
- sort(Collection<SpaceTypeDescriptor>) - Static method in class org.openspaces.persistency.support.TypeDescriptorUtils
-
- sort(Map<String, SpaceTypeDescriptorContainer>) - Static method in class org.openspaces.persistency.support.TypeDescriptorUtils
-
- sortAllContainersByNumberOfInstancesAboveMinimum(ProcessingUnit, GridServiceContainer[]) - Static method in class org.openspaces.grid.gsm.rebalancing.RebalancingUtils
-
Sorts all of the admin containers based on
(number of instances from the specified pu - min number of instances)
If the container is not in the specified approved container list then min=0, meaning
it will get a higher weight in the sort.
- sortAndFilterAgents(GridServiceAgent[], ElasticMachineProvisioningConfig, Log) - Static method in class org.openspaces.grid.gsm.machines.MachinesSlaUtils
-
- sortMachinesByNumberOfPrimaryInstancesPerCpuCore(ProcessingUnit, Machine[], CapacityRequirementsPerAgent) - Static method in class org.openspaces.grid.gsm.rebalancing.RebalancingUtils
-
- sortManagementFirst(Collection<GridServiceAgent>) - Static method in class org.openspaces.grid.gsm.machines.MachinesSlaUtils
-
Sort all agents, place management machines first.
- source - Variable in class net.jini.core.event.EventRegistration
-
The event source.
- source - Variable in class net.jini.core.event.RemoteEvent
-
The event source.
- SOURCE_CPU_UTILIZATION - Static variable in class org.openspaces.admin.alert.alerts.ReplicationChannelDisconnectedAlert
-
- SOURCE_HEAP_UTILIZATION - Static variable in class org.openspaces.admin.alert.alerts.ReplicationChannelDisconnectedAlert
-
- SOURCE_HOST_ADDRESS - Static variable in class org.openspaces.admin.alert.alerts.ReplicationChannelDisconnectedAlert
-
- SOURCE_HOST_NAME - Static variable in class org.openspaces.admin.alert.alerts.ReplicationChannelDisconnectedAlert
-
- SOURCE_SPACE - Static variable in class org.openspaces.core.config.MirrorSpaceBeanDefinitionParser
-
- SOURCE_UID - Static variable in class org.openspaces.admin.alert.alerts.ReplicationChannelDisconnectedAlert
-
- SOURCE_VIRTUAL_MACHINE_UID - Static variable in class org.openspaces.admin.alert.alerts.ReplicationChannelDisconnectedAlert
-
- sourceMemberRecovery - Variable in class com.j_spaces.core.cluster.ReplicationPolicy.ReplicationPolicyDescription
-
- SPACE - Static variable in class com.j_spaces.core.client.SpaceURL
-
Deprecated.
Space name
- Space - Interface in org.openspaces.admin.space
-
A space is composed of several
SpaceInstance
s the form a
topology.
- SPACE - Static variable in class org.openspaces.core.config.AbstractLocalCacheSpaceBeanDefinitionParser
-
- SPACE - Static variable in class org.openspaces.core.config.GigaSpaceBeanDefinitionParser
-
- SPACE - Static variable in class org.openspaces.core.config.LocalTxManagerBeanDefinitionParser
-
Deprecated.
- SPACE - Static variable in class org.openspaces.core.config.MapBeanDefinitionParser
-
- space() - Method in class org.openspaces.core.space.AbstractSpaceConfigurer
-
- space() - Method in class org.openspaces.core.space.cache.LocalCacheSpaceConfigurer
-
- space() - Method in class org.openspaces.core.space.cache.LocalViewSpaceConfigurer
-
- space() - Method in interface org.openspaces.core.space.SpaceConfigurer
-
- space() - Method in class org.openspaces.core.space.UrlSpaceConfigurer
-
- SPACE - Static variable in class org.openspaces.memcached.MemcachedServiceDetails.Attributes
-
- SPACE_NAME - Static variable in class org.openspaces.admin.alert.alerts.SpacePartitionSplitBrainAlert
-
- SPACE_PARTITION_ID - Static variable in class org.openspaces.admin.alert.alerts.SpacePartitionSplitBrainAlert
-
- SPACE_STARTUP_STATE_ENABLED - Static variable in class com.j_spaces.kernel.SystemProperties
-
Replication secure restart property
- SPACE_SYNC_ENDPOINT - Static variable in class org.openspaces.core.config.MirrorSpaceBeanDefinitionParser
-
- SPACE_URL - Static variable in class org.openspaces.core.space.SpaceServiceDetails.Attributes
-
- spaceAdded(Space) - Method in class org.openspaces.admin.samples.TestEventSampler
-
- spaceAdded(Space) - Method in interface org.openspaces.admin.space.events.SpaceAddedEventListener
-
A callback indicating that a Space was added.
- SpaceAddedEventListener - Interface in org.openspaces.admin.space.events
-
An event listener allowing to listen for
Space
additions.
- SpaceAddedEventManager - Interface in org.openspaces.admin.space.events
-
- SpaceAfterBackupListener - Interface in org.openspaces.core.space.mode
-
Enables beans implementing this interface to get notified after a space changes its mode to
SpaceMode.BACKUP
.
- SpaceAfterPrimaryListener - Interface in org.openspaces.core.space.mode
-
Enables beans implementing this interface to get notified after a space changes its mode to
SpaceMode.PRIMARY
.
- SpaceAlreadyStartedException - Exception in com.j_spaces.core.exception
-
Copyright (c) 2010 GigaSpaces Technologies Ltd.
- SpaceAlreadyStartedException(String) - Constructor for exception com.j_spaces.core.exception.SpaceAlreadyStartedException
-
Constructs a SpaceAlreadyStartedException
with the specified
detail message.
- SpaceAlreadyStoppedException - Exception in com.j_spaces.core.exception
-
This exception is thrown in case where there is an attempt to stop
already stopped space.
- SpaceAlreadyStoppedException(String, String) - Constructor for exception com.j_spaces.core.exception.SpaceAlreadyStoppedException
-
Constructs a SpaceAlreadyStoppedException
with the specified
detail message.
- SpaceAuthority - Class in com.gigaspaces.security.authorities
-
Defines an Authority for operating on Space (stored) data, with the specified privilege.
- SpaceAuthority(SpaceAuthority.SpacePrivilege) - Constructor for class com.gigaspaces.security.authorities.SpaceAuthority
-
An authority with the specified privilege.
- SpaceAuthority(SpaceAuthority.SpacePrivilege, SpaceAuthority.Filter) - Constructor for class com.gigaspaces.security.authorities.SpaceAuthority
-
An authority with the specified privilege.
- SpaceAuthority.ClassFilter - Class in com.gigaspaces.security.authorities
-
Class filter accepting only the defined class-name.
- SpaceAuthority.Filter<T> - Interface in com.gigaspaces.security.authorities
-
interface for data access filtering.
- SpaceAuthority.NegateClassFilter - Class in com.gigaspaces.security.authorities
-
Class filter accepting only classes not of the defined class-name.
- SpaceAuthority.NegateFilter<T> - Interface in com.gigaspaces.security.authorities
-
interface for restrictive data access filtering.
- SpaceAuthority.NegatePackageFilter - Class in com.gigaspaces.security.authorities
-
Package filter accepting only packages not of the defined package.
- SpaceAuthority.NegateRegexFilter - Class in com.gigaspaces.security.authorities
-
Negate a regular expression filter.
- SpaceAuthority.PackageFilter - Class in com.gigaspaces.security.authorities
-
Package filter accepting only the defined package
- SpaceAuthority.RegexFilter - Class in com.gigaspaces.security.authorities
-
Regular expression filter, using a regular expression as a pattern of characters that
describes a set of strings.
- SpaceAuthority.SpacePrivilege - Enum in com.gigaspaces.security.authorities
-
Defines operation privileges
- SpaceAuthority.WildcardExpressionToFilterConverter - Class in com.gigaspaces.security.authorities
-
Convert a wildcard expression to a filter instance.
- SpaceBeforeBackupListener - Interface in org.openspaces.core.space.mode
-
Enables beans implementing this interface to get notified before a space changes its mode to
SpaceMode.BACKUP
.
- SpaceBeforePrimaryListener - Interface in org.openspaces.core.space.mode
-
Enables beans implementing this interface to get notified before a space changes its mode to
SpaceMode.PRIMARY
.
- SpaceCache - Class in org.openspaces.memcached
-
- SpaceCache(GigaSpace) - Constructor for class org.openspaces.memcached.SpaceCache
-
- SpaceCache.DeleteResponse - Enum in org.openspaces.memcached
-
Enum defining responses statuses from removal commands
- SpaceCache.StoreResponse - Enum in org.openspaces.memcached
-
Enum defining response statuses from set/add type commands
- SpaceClass - Annotation Type in com.gigaspaces.annotation.pojo
-
Defines a class annotation of Entry/POJO
objects.
- SpaceClass.IncludeProperties - Enum in com.gigaspaces.annotation.pojo
-
- SpaceCleanedException - Exception in com.j_spaces.core.exception
-
This exception is thrown in case where there is an attempt to perform
another space operation such as write, read or take while "clean" is still in
progress.
- SpaceCleanedException(String, String) - Constructor for exception com.j_spaces.core.exception.SpaceCleanedException
-
Constructs a SpaceCleanedException
with the specified
detail message.
- SpaceClosedException - Exception in org.openspaces.core
-
Thrown when operation is performed while space is closing its resources.
- SpaceClosedException(ClosedResourceException) - Constructor for exception org.openspaces.core.SpaceClosedException
-
- SpaceConfig - Class in com.j_spaces.core.admin
-
This structure contains all information about space configuration.
- SpaceConfig() - Constructor for class com.j_spaces.core.admin.SpaceConfig
-
- SpaceConfig(String, String) - Constructor for class com.j_spaces.core.admin.SpaceConfig
-
Creates SpaceConfig with the provided space name.
- SpaceConfig(String, Properties, String, String) - Constructor for class com.j_spaces.core.admin.SpaceConfig
-
Creates SpaceConfig with the provided space name, using the given
Properties
.
- SpaceConfig - Class in org.openspaces.admin.space.config
-
- SpaceConfig() - Constructor for class org.openspaces.admin.space.config.SpaceConfig
-
- SpaceConfiguration - Class in org.openspaces.jpa.openjpa
-
Holds OpenJPA's configuration properties & GigaSpaces resources.
- SpaceConfiguration() - Constructor for class org.openspaces.jpa.openjpa.SpaceConfiguration
-
- SpaceConfigurationException - Exception in com.j_spaces.core.exception
-
This exception is thrown in case of space configuration issues.
- SpaceConfigurationException() - Constructor for exception com.j_spaces.core.exception.SpaceConfigurationException
-
Constructs a SpaceConfigurationException
.
- SpaceConfigurationException(String) - Constructor for exception com.j_spaces.core.exception.SpaceConfigurationException
-
Constructs a SpaceConfigurationException
with the specified
detail message.
- SpaceConfigurationException(String, Throwable) - Constructor for exception com.j_spaces.core.exception.SpaceConfigurationException
-
Constructs a SpaceConfigurationException
with the specified detail
message and cause.
- SpaceConfigurer - Interface in org.openspaces.core.space
-
A generic interface for space configurers.
- SpaceConnectionDetails - Interface in org.openspaces.admin.space
-
Aggregated connection details of all the currently discovered
SpaceInstance
s.
- SPACECONTAINERNAME - Static variable in class org.openspaces.core.space.SpaceServiceDetails.Attributes
-
- SpaceContext - Class in com.j_spaces.core
-
The SpaceContext class defines context info passed from the proxy to the space.
- SpaceContext() - Constructor for class com.j_spaces.core.SpaceContext
-
Empty constructor for Externalizable impl.
- SpaceContext(SecurityContext) - Constructor for class com.j_spaces.core.SpaceContext
-
- SpaceContext(boolean) - Constructor for class com.j_spaces.core.SpaceContext
-
- spaceCopy(String, Object, boolean, int) - Method in interface com.j_spaces.core.admin.IRemoteJSpaceAdmin
-
Given Url of a remote space, Copy all entries/notify templates
from the space.
- spaceCopy(IJSpace, Object, boolean, int) - Method in interface com.j_spaces.core.admin.IRemoteJSpaceAdmin
-
- SpaceCopyStatus - Interface in com.j_spaces.core
-
Contains all information about space copy operation.
- SpaceDataEvent - Annotation Type in org.openspaces.events.adapter
-
A space data event annotation allowing to mark methods as delegates to be executed when an event
occurs.
- SpaceDataEventListener<T> - Interface in org.openspaces.events
-
A Space data event listener interface allowing for reception of events triggered by different
container types.
- SpaceDataSource - Class in com.gigaspaces.datasource
-
A
SpaceDataSource
is used for reading data into the Space upon a request from the Space or on Space initialization.
- SpaceDataSource() - Constructor for class com.gigaspaces.datasource.SpaceDataSource
-
- spaceDataSource(SpaceDataSource) - Method in class org.openspaces.core.space.EmbeddedSpaceConfigurer
-
- spaceDataSource(SpaceDataSource) - Method in class org.openspaces.core.space.UrlSpaceConfigurer
-
- SpaceDataSourceExceptionHandler - Class in org.openspaces.persistency.patterns
-
- SpaceDataSourceExceptionHandler(SpaceDataSource, PersistencyExceptionHandler) - Constructor for class org.openspaces.persistency.patterns.SpaceDataSourceExceptionHandler
-
- SpaceDataSourceSplitter - Class in org.openspaces.persistency.patterns
-
A space data source that redirects the query operations to the given data source that
can handle the given type.
- SpaceDataSourceSplitter(ManagedEntriesSpaceDataSource[]) - Constructor for class org.openspaces.persistency.patterns.SpaceDataSourceSplitter
-
- SpaceDeploy - Class in org.openspaces.pu.container.servicegrid.deploy
-
- SpaceDeploy() - Constructor for class org.openspaces.pu.container.servicegrid.deploy.SpaceDeploy
-
- SpaceDeployment - Class in org.openspaces.admin.space
-
A deployment of a pure
Space
processing unit (comes built in
under
[GS ROOT]/deploy/templates/datagrid
).
- SpaceDeployment(String) - Constructor for class org.openspaces.admin.space.SpaceDeployment
-
Constructs a new Space deployment with the space name that will be created (it will also
be the processing unit name).
- SpaceDocument - Class in com.gigaspaces.document
-
Represents a document which can be stored and retrieved from the space.
- SpaceDocument() - Constructor for class com.gigaspaces.document.SpaceDocument
-
Creates a space document of type java.lang.Object.
- SpaceDocument(String) - Constructor for class com.gigaspaces.document.SpaceDocument
-
Creates a space document of the specified type.
- SpaceDocument(String, Map<String, Object>) - Constructor for class com.gigaspaces.document.SpaceDocument
-
Creates a space document of the specified type with the specified properties.
- SpaceDocumentSupport - Enum in com.gigaspaces.metadata
-
Determines behavior when an object is converted to/from a
SpaceDocument
.
- SpaceDriverManagerDataSource - Class in org.openspaces.jdbc.datasource
-
- SpaceDriverManagerDataSource() - Constructor for class org.openspaces.jdbc.datasource.SpaceDriverManagerDataSource
-
- SpaceDriverManagerDataSource(IJSpace) - Constructor for class org.openspaces.jdbc.datasource.SpaceDriverManagerDataSource
-
- SpaceDynamicProperties - Annotation Type in com.gigaspaces.annotation.pojo
-
Indicates that the annotated property will be used to store and retrieve dynamic properties.
- SpaceEntriesAggregator<T extends Serializable> - Class in com.gigaspaces.query.aggregators
-
- SpaceEntriesAggregator() - Constructor for class com.gigaspaces.query.aggregators.SpaceEntriesAggregator
-
- SpaceEntriesAggregatorContext - Class in com.gigaspaces.query.aggregators
-
- SpaceEntriesAggregatorContext(Collection<SpaceEntriesAggregator>) - Constructor for class com.gigaspaces.query.aggregators.SpaceEntriesAggregatorContext
-
- SpaceEvictionManager - Interface in com.gigaspaces.server.eviction
-
- SpaceEvictionStrategy - Class in com.gigaspaces.server.eviction
-
Base class for space eviction strategy implementations.
- SpaceEvictionStrategy() - Constructor for class com.gigaspaces.server.eviction.SpaceEvictionStrategy
-
- SpaceEvictionStrategyConfig - Class in com.gigaspaces.server.eviction
-
Encapsulates configuration settings for space eviction strategy.
- SpaceEvictionStrategyConfig(int) - Constructor for class com.gigaspaces.server.eviction.SpaceEvictionStrategyConfig
-
- SpaceExclude - Annotation Type in com.gigaspaces.annotation.pojo
-
- SpaceFifoGroupingIndex - Annotation Type in com.gigaspaces.annotation.pojo
-
Defines a space fifo grouping index.
- SpaceFifoGroupingProperty - Annotation Type in com.gigaspaces.annotation.pojo
-
Defines a space fifo grouping property.
- SpaceFilterBeanDefinitionParser - Class in org.openspaces.core.config
-
- SpaceFilterBeanDefinitionParser() - Constructor for class org.openspaces.core.config.SpaceFilterBeanDefinitionParser
-
- SpaceFilterProviderFactory - Class in org.openspaces.core.space.filter
-
A
FilterProvider
factory that accepts
a concrete
ISpaceFilter
implementation
in addition to all the operation codes it will listen to.
- SpaceFilterProviderFactory() - Constructor for class org.openspaces.core.space.filter.SpaceFilterProviderFactory
-
- SpaceId - Annotation Type in com.gigaspaces.annotation.pojo
-
To designate a property as the entity's primary key.
- SpaceIdProperty - Class in org.openspaces.core.config
-
- SpaceIdProperty() - Constructor for class org.openspaces.core.config.SpaceIdProperty
-
- SpaceIndex - Annotation Type in com.gigaspaces.annotation.pojo
-
Defines a space index.
- SpaceIndex - Interface in com.gigaspaces.metadata.index
-
Encapsulates information about an index of a space type.
- SpaceIndex - Class in org.openspaces.core.config
-
Super class for space indexes
- SpaceIndex() - Constructor for class org.openspaces.core.config.SpaceIndex
-
- SpaceIndex(String) - Constructor for class org.openspaces.core.config.SpaceIndex
-
- SpaceIndex(boolean) - Constructor for class org.openspaces.core.config.SpaceIndex
-
- SpaceIndex(String, boolean) - Constructor for class org.openspaces.core.config.SpaceIndex
-
- SpaceIndexes - Annotation Type in com.gigaspaces.annotation.pojo
-
Defines multiple @SpaceIndex annotation for a single object property.
- SpaceIndexFactory - Class in com.gigaspaces.metadata.index
-
Factory which provides methods to create space indexes.
- SpaceIndexFactory() - Constructor for class com.gigaspaces.metadata.index.SpaceIndexFactory
-
- SpaceIndexType - Enum in com.gigaspaces.metadata.index
-
Determines a Space index type.
- SpaceInitialLoadQuery - Annotation Type in com.gigaspaces.annotation.pojo
-
- SpaceInQuiesceModeException - Exception in org.openspaces.core
-
op' rejected-space in quiesce mode
- SpaceInQuiesceModeException(String) - Constructor for exception org.openspaces.core.SpaceInQuiesceModeException
-
- SpaceInQuiesceModeException(String, Throwable) - Constructor for exception org.openspaces.core.SpaceInQuiesceModeException
-
- SpaceInstance - Interface in org.openspaces.admin.space
-
A Space Instance is a single instance of a space running as a part of a
Space
.
- spaceInstanceAdded(SpaceInstance) - Method in class org.openspaces.admin.samples.TestEventSampler
-
- spaceInstanceAdded(SpaceInstance) - Method in interface org.openspaces.admin.space.events.SpaceInstanceAddedEventListener
-
A callback indicating that a Space Instance was added.
- SpaceInstanceAddedEventListener - Interface in org.openspaces.admin.space.events
-
An event listener allowing to listen for
SpaceInstance
additions.
- SpaceInstanceAddedEventManager - Interface in org.openspaces.admin.space.events
-
- SpaceInstanceConnectionDetails - Interface in org.openspaces.admin.space
-
- SpaceInstanceLifecycleEventListener - Interface in org.openspaces.admin.space.events
-
A simple lifecyle event listener that implements both the Space Instance added and Space Instance removed event listeners.
- spaceInstanceRemoved(SpaceInstance) - Method in class org.openspaces.admin.samples.TestEventSampler
-
- spaceInstanceRemoved(SpaceInstance) - Method in interface org.openspaces.admin.space.events.SpaceInstanceRemovedEventListener
-
A callback indicating that a Space Instance was removed.
- SpaceInstanceRemovedEventListener - Interface in org.openspaces.admin.space.events
-
- SpaceInstanceRemovedEventManager - Interface in org.openspaces.admin.space.events
-
- SpaceInstanceRuntimeDetails - Interface in org.openspaces.admin.space
-
API for accessing Space runtime details - classes, templates, count, etc.
- SpaceInstanceStatistics - Interface in org.openspaces.admin.space
-
- spaceInstanceStatisticsChanged(SpaceInstanceStatisticsChangedEvent) - Method in interface org.openspaces.admin.space.events.SpaceInstanceStatisticsChangedEventListener
-
A callback indicating the statistics have changed.
- SpaceInstanceStatisticsChangedEvent - Class in org.openspaces.admin.space.events
-
An event indicating that a Space Instance level statistics has changed.
- SpaceInstanceStatisticsChangedEvent(SpaceInstance, SpaceInstanceStatistics) - Constructor for class org.openspaces.admin.space.events.SpaceInstanceStatisticsChangedEvent
-
- SpaceInstanceStatisticsChangedEventListener - Interface in org.openspaces.admin.space.events
-
An event listener called when statistics have changed.
- SpaceInstanceStatisticsChangedEventManager - Interface in org.openspaces.admin.space.events
-
- SpaceInstanceTransactionDetails - Interface in org.openspaces.admin.space
-
- SpaceInternalBlobStoreMemoryShortageException - Exception in com.j_spaces.core.cache.offHeap
-
Exception class that is thrown when BlobStore crossed the designated memory threshold .
- SpaceInternalBlobStoreMemoryShortageException(String, String, String, long, long, BlobStoreMemoryShortageException) - Constructor for exception com.j_spaces.core.cache.offHeap.SpaceInternalBlobStoreMemoryShortageException
-
- SpaceInterruptedException - Exception in org.openspaces.core
-
Indicates an interrupted exception that is thrown from the Space.
- SpaceInterruptedException(String) - Constructor for exception org.openspaces.core.SpaceInterruptedException
-
- SpaceInterruptedException(String, InterruptedException) - Constructor for exception org.openspaces.core.SpaceInterruptedException
-
- SpaceIterator<T> - Class in com.gigaspaces.client.iterator
-
- SpaceIterator(ISpaceProxy, Object, Transaction, int, ReadModifiers) - Constructor for class com.gigaspaces.client.iterator.SpaceIterator
-
- SpaceIteratorConsumer<T> - Interface in com.gigaspaces.client.iterator
-
- SpaceLeaseExpiration - Annotation Type in com.gigaspaces.annotation.pojo
-
Indicates the property that holds the entity lease expiration.
- SpaceLifecycleEventListener - Interface in org.openspaces.admin.space.events
-
A simple lifecyle event listener that implements both the Space added and Space removed event listeners.
- SpaceMemberAliveIndicator - Class in org.openspaces.core.cluster
-
- SpaceMemberAliveIndicator(IJSpace, Boolean) - Constructor for class org.openspaces.core.cluster.SpaceMemberAliveIndicator
-
- SpaceMemoryShortageException - Exception in org.openspaces.core
-
This Exception indicates that the space server process reached
the predefined percentage usage ratio.
- SpaceMemoryShortageException(MemoryShortageException) - Constructor for exception org.openspaces.core.SpaceMemoryShortageException
-
- SpaceMetadataException - Exception in com.gigaspaces.metadata
-
- SpaceMetadataException(String) - Constructor for exception com.gigaspaces.metadata.SpaceMetadataException
-
- SpaceMetadataException(String, Throwable) - Constructor for exception com.gigaspaces.metadata.SpaceMetadataException
-
- SpaceMetadataException - Exception in org.openspaces.core
-
Thrown when a metadata error is detected.
- SpaceMetadataException(String) - Constructor for exception org.openspaces.core.SpaceMetadataException
-
- SpaceMetadataException(String, Throwable) - Constructor for exception org.openspaces.core.SpaceMetadataException
-
- SpaceMetadataValidationException - Exception in com.gigaspaces.metadata
-
Thrown to indicate an invalid metadata on a user object.
- SpaceMetadataValidationException(String, String) - Constructor for exception com.gigaspaces.metadata.SpaceMetadataValidationException
-
- SpaceMetadataValidationException(Class<?>, String) - Constructor for exception com.gigaspaces.metadata.SpaceMetadataValidationException
-
- SpaceMetadataValidationException(Class<?>, SpacePropertyInfo, String) - Constructor for exception com.gigaspaces.metadata.SpaceMetadataValidationException
-
- SpaceMetadataValidationException(Class<?>, SpacePropertyInfo, String, Throwable) - Constructor for exception com.gigaspaces.metadata.SpaceMetadataValidationException
-
- SpaceMetadataValidationException(Class<?>, String, Throwable) - Constructor for exception com.gigaspaces.metadata.SpaceMetadataValidationException
-
- SpaceMetadataValidationException(String, PropertyInfo, String) - Constructor for exception com.gigaspaces.metadata.SpaceMetadataValidationException
-
- SpaceMetadataValidationException(String, String, String) - Constructor for exception com.gigaspaces.metadata.SpaceMetadataValidationException
-
- spaceModeChanged(SpaceModeChangedEvent) - Method in class org.openspaces.admin.samples.TestEventSampler
-
- spaceModeChanged(SpaceModeChangedEvent) - Method in interface org.openspaces.admin.space.events.SpaceModeChangedEventListener
-
Callback indicating that a space mode changed event has occured.
- SpaceModeChangedEvent - Class in org.openspaces.admin.space.events
-
An event indicating that a
SpaceInstance
mode was changed (for example,
form primary to backup).
- SpaceModeChangedEvent(SpaceInstance, SpaceMode, SpaceMode) - Constructor for class org.openspaces.admin.space.events.SpaceModeChangedEvent
-
- SpaceModeChangedEventListener - Interface in org.openspaces.admin.space.events
-
- SpaceModeChangedEventManager - Interface in org.openspaces.admin.space.events
-
- SpaceModeContextLoader - Class in org.openspaces.core.space.mode
-
A Space mode based Spring context loader allows to load Spring application context if the Space
is in PRIMARY
mode.
- SpaceModeContextLoader() - Constructor for class org.openspaces.core.space.mode.SpaceModeContextLoader
-
- SPACENAME - Static variable in class org.openspaces.core.space.SpaceServiceDetails.Attributes
-
- SpaceOptimisticLockingFailureException - Exception in org.openspaces.core
-
This exception is thrown when update/take/change/clear operation is rejected
as a result of optimistic locking version conflict.
- SpaceOptimisticLockingFailureException(EntryVersionConflictException) - Constructor for exception org.openspaces.core.SpaceOptimisticLockingFailureException
-
- SpacePartition - Interface in org.openspaces.admin.space
-
A Space partition mainly make sense with partitioned topologies and holds all the
SpaceInstance
s that form the partition.
- SpacePartitionSplitBrainAlert - Class in org.openspaces.admin.alert.alerts
-
A Space partition split-brain alert triggered when two primaries are detected in the same partition.
- SpacePartitionSplitBrainAlert() - Constructor for class org.openspaces.admin.alert.alerts.SpacePartitionSplitBrainAlert
-
required by java.io.Externalizable
- SpacePartitionSplitBrainAlert(Alert) - Constructor for class org.openspaces.admin.alert.alerts.SpacePartitionSplitBrainAlert
-
- SpacePartitionSplitBrainAlertConfiguration - Class in org.openspaces.admin.alert.config
-
A Space partition split-brain alert configuration.
- SpacePartitionSplitBrainAlertConfiguration() - Constructor for class org.openspaces.admin.alert.config.SpacePartitionSplitBrainAlertConfiguration
-
Constructs an empty alert configuration.
- SpacePartitionSplitBrainAlertConfigurer - Class in org.openspaces.admin.alert.config
-
A Space partition split-brain alert configurer.
- SpacePartitionSplitBrainAlertConfigurer() - Constructor for class org.openspaces.admin.alert.config.SpacePartitionSplitBrainAlertConfigurer
-
Constructs an empty alert configuration.
- SpacePersist - Annotation Type in com.gigaspaces.annotation.pojo
-
Indicate if the instance is persist.
- SpaceProjectionResultObjectProvider - Class in org.openspaces.jpa.openjpa.query
-
A wrapper for holding JPQL projection query result set (aggregation...)
- SpaceProjectionResultObjectProvider(Object[][]) - Constructor for class org.openspaces.jpa.openjpa.query.SpaceProjectionResultObjectProvider
-
- SpaceProperty - Annotation Type in com.gigaspaces.annotation.pojo
-
Defines a method annotation type with full meta-data of POJO fields.
- SpaceProperty.IndexType - Enum in com.gigaspaces.annotation.pojo
-
Deprecated.
- SpacePropertyDescriptor - Interface in com.gigaspaces.metadata
-
Encapsulates information about a property of a space type.
- SpaceProxyBeanDefinitionParser - Class in org.openspaces.core.config
-
- SpaceProxyBeanDefinitionParser() - Constructor for class org.openspaces.core.config.SpaceProxyBeanDefinitionParser
-
- SpaceProxyConfigurer - Class in org.openspaces.core.space
-
- SpaceProxyConfigurer(String) - Constructor for class org.openspaces.core.space.SpaceProxyConfigurer
-
- SpaceProxyFactoryBean - Class in org.openspaces.core.space
-
- SpaceProxyFactoryBean() - Constructor for class org.openspaces.core.space.SpaceProxyFactoryBean
-
- SpaceProxyFactoryBean(String) - Constructor for class org.openspaces.core.space.SpaceProxyFactoryBean
-
- SpaceProxyOperationModifierBeanDefinitionParser - Class in org.openspaces.core.config.modifiers
-
A bean definition parser for xxxxx-modifier elements defined in a giga-space element.
- SpaceProxyOperationModifierBeanDefinitionParser() - Constructor for class org.openspaces.core.config.modifiers.SpaceProxyOperationModifierBeanDefinitionParser
-
- SpaceProxyOperationModifiers - Class in com.gigaspaces.client
-
Base class for space proxy operations modifiers.
- SpaceProxyOperationModifiers() - Constructor for class com.gigaspaces.client.SpaceProxyOperationModifiers
-
- SpaceProxyOperationModifiers(int) - Constructor for class com.gigaspaces.client.SpaceProxyOperationModifiers
-
- SpaceProxyOperationModifiers(SpaceProxyOperationModifiers, SpaceProxyOperationModifiers) - Constructor for class com.gigaspaces.client.SpaceProxyOperationModifiers
-
- SpaceProxyOperationModifiers(SpaceProxyOperationModifiers, SpaceProxyOperationModifiers, SpaceProxyOperationModifiers) - Constructor for class com.gigaspaces.client.SpaceProxyOperationModifiers
-
- SpaceProxyOperationModifiers(SpaceProxyOperationModifiers...) - Constructor for class com.gigaspaces.client.SpaceProxyOperationModifiers
-
- SpaceRecoveryAfterRelocationException - Exception in org.openspaces.grid.gsm.rebalancing.exceptions
-
- SpaceRecoveryAfterRelocationException(ProcessingUnitInstance, Set<ProcessingUnitInstance>) - Constructor for exception org.openspaces.grid.gsm.rebalancing.exceptions.SpaceRecoveryAfterRelocationException
-
- SpaceRemoteEvent - Class in com.gigaspaces.events
-
Base class for space remote events.
- SpaceRemoteEvent() - Constructor for class com.gigaspaces.events.SpaceRemoteEvent
-
Required for Externalizable
- SpaceRemoteEvent(Object, long, long, MarshalledObject) - Constructor for class com.gigaspaces.events.SpaceRemoteEvent
-
Constructs a SpaceRemoteEvent object.
- SpaceRemoteExecutionException - Exception in org.openspaces.remoting
-
- SpaceRemoteExecutionException(SpaceRemotingInvocation, String, Throwable) - Constructor for exception org.openspaces.remoting.SpaceRemoteExecutionException
-
- SpaceRemoteExecutionException(SpaceRemotingInvocation, SpaceRemotingResult) - Constructor for exception org.openspaces.remoting.SpaceRemoteExecutionException
-
- SpaceRemotingEntry - Interface in org.openspaces.remoting
-
- SpaceRemotingEntryFactory - Interface in org.openspaces.remoting
-
- SpaceRemotingEntryMetadataFactory - Class in org.openspaces.remoting
-
- SpaceRemotingEntryMetadataFactory() - Constructor for class org.openspaces.remoting.SpaceRemotingEntryMetadataFactory
-
Deprecated.
- SpaceRemotingEntryPojoFactory - Class in org.openspaces.remoting
-
SpaceRemotingEntryFactory for Pojo classes.
- SpaceRemotingEntryPojoFactory() - Constructor for class org.openspaces.remoting.SpaceRemotingEntryPojoFactory
-
- SpaceRemotingInvocation - Interface in org.openspaces.remoting
-
Represents a remote invocation.
- SpaceRemotingResult<T> - Interface in org.openspaces.remoting
-
A remote invocation result holding either an exception (that occurred during the execution of
remote service) or the actual result data.
- SpaceRemotingServiceExporter - Class in org.openspaces.remoting
-
Exports a list of services (beans) as remote services with the Space as the transport layer.
- SpaceRemotingServiceExporter() - Constructor for class org.openspaces.remoting.SpaceRemotingServiceExporter
-
- spaceRemoved(Space) - Method in class org.openspaces.admin.samples.TestEventSampler
-
- spaceRemoved(Space) - Method in interface org.openspaces.admin.space.events.SpaceRemovedEventListener
-
A callback indicating that a Space was removed.
- SpaceRemovedEventListener - Interface in org.openspaces.admin.space.events
-
An event listener allowing to listen for
Space
removals.
- SpaceRemovedEventManager - Interface in org.openspaces.admin.space.events
-
- SpaceReplicationFilterBeanDefinitionParser - Class in org.openspaces.core.config
-
- SpaceReplicationFilterBeanDefinitionParser() - Constructor for class org.openspaces.core.config.SpaceReplicationFilterBeanDefinitionParser
-
- SpaceReplicationManager - Interface in org.openspaces.admin.space
-
A replication manager for a single
Space
.
- SpaceResultObjectProvider - Class in org.openspaces.jpa.openjpa.query
-
A wrapper for holding JPQL queries result set.
- SpaceResultObjectProvider(ClassMetaData, Object[], StoreManager) - Constructor for class org.openspaces.jpa.openjpa.query.SpaceResultObjectProvider
-
- SpaceRouting - Annotation Type in com.gigaspaces.annotation.pojo
-
Indicate which the member of the POJO is the routing index for partial.
- SpaceRoutingProperty - Class in org.openspaces.core.config
-
- SpaceRoutingProperty() - Constructor for class org.openspaces.core.config.SpaceRoutingProperty
-
- SpaceRuntimeDetails - Interface in org.openspaces.admin.space
-
Aggregated runtime details of all the currently discovered
SpaceInstance
s.
- SpaceRuntimeInfo - Class in com.j_spaces.core.admin
-
This class describes the content of the space,
on com.j_spaces.core.admin.IRemoteJSpaceAdmin.getRuntimeInfo()
call.
- SpaceRuntimeInfo() - Constructor for class com.j_spaces.core.admin.SpaceRuntimeInfo
-
Empty constructor.
- SpaceRuntimeInfo(List<String>, List<Integer>, List<Integer>) - Constructor for class com.j_spaces.core.admin.SpaceRuntimeInfo
-
Constructor.
- Spaces - Interface in org.openspaces.admin.space
-
Spaces holds all the currently discovered
Space
s.
- SpaceSequenceNumber - Annotation Type in com.gigaspaces.annotation.pojo
-
Designate a property as a sequence number .
- SpaceServiceDetails - Class in org.openspaces.core.space
-
A Space service defined within a processing unit.
- SpaceServiceDetails() - Constructor for class org.openspaces.core.space.SpaceServiceDetails
-
- SpaceServiceDetails(IJSpace) - Constructor for class org.openspaces.core.space.SpaceServiceDetails
-
- SpaceServiceDetails(String, IJSpace) - Constructor for class org.openspaces.core.space.SpaceServiceDetails
-
- SpaceServiceDetails.Attributes - Class in org.openspaces.core.space
-
- SpaceStatistics - Interface in org.openspaces.admin.space
-
An aggregated statistics of all the currently discovered
SpaceInstance
s.
- spaceStatisticsChanged(SpaceStatisticsChangedEvent) - Method in interface org.openspaces.admin.space.events.SpaceStatisticsChangedEventListener
-
A callback indicating the statistics have changed.
- SpaceStatisticsChangedEvent - Class in org.openspaces.admin.space.events
-
An event indicating that a Space level statistics has changed.
- SpaceStatisticsChangedEvent(Space, SpaceStatistics) - Constructor for class org.openspaces.admin.space.events.SpaceStatisticsChangedEvent
-
- SpaceStatisticsChangedEventListener - Interface in org.openspaces.admin.space.events
-
An event listener called when statistics have changed.
- SpaceStatisticsChangedEventManager - Interface in org.openspaces.admin.space.events
-
- SpaceStoppedException - Exception in com.j_spaces.core.exception
-
This exception is thrown in case when an attempt to perform any operations
on stopped space.
- SpaceStoppedException(String, String) - Constructor for exception com.j_spaces.core.exception.SpaceStoppedException
-
Constructs a SpaceStoppedException
with the specified
detail message.
- SpaceStorageType - Annotation Type in com.gigaspaces.annotation.pojo
-
- SpaceSynchronizationEndpoint - Class in com.gigaspaces.sync
-
A space synchronization endpoint used to intercept incoming replication events which were originated from a space and do custom behavior when this events occur.
- SpaceSynchronizationEndpoint() - Constructor for class com.gigaspaces.sync.SpaceSynchronizationEndpoint
-
- spaceSynchronizationEndpoint(SpaceSynchronizationEndpoint) - Method in class org.openspaces.core.space.EmbeddedSpaceConfigurer
-
- spaceSynchronizationEndpoint(SpaceSynchronizationEndpoint) - Method in class org.openspaces.core.space.UrlSpaceConfigurer
-
- SpaceSynchronizationEndpointExceptionHandler - Class in org.openspaces.persistency.patterns
-
- SpaceSynchronizationEndpointExceptionHandler(SpaceSynchronizationEndpoint, PersistencyExceptionHandler) - Constructor for class org.openspaces.persistency.patterns.SpaceSynchronizationEndpointExceptionHandler
-
- SpaceSynchronizationEndpointSplitter - Class in org.openspaces.persistency.patterns
-
- SpaceSynchronizationEndpointSplitter(ManagedEntriesSpaceSynchronizationEndpoint[]) - Constructor for class org.openspaces.persistency.patterns.SpaceSynchronizationEndpointSplitter
-
- SpaceTimeoutException - Exception in org.openspaces.core
-
A general timeout operation exception
- SpaceTimeoutException(String) - Constructor for exception org.openspaces.core.SpaceTimeoutException
-
- SpaceTimeoutException(String, Throwable) - Constructor for exception org.openspaces.core.SpaceTimeoutException
-
- SpaceTransactionDetails - Interface in org.openspaces.admin.space
-
Aggregated transaction details of all the currently discovered
SpaceInstance
s.
- SPACETYPE - Static variable in class org.openspaces.core.space.SpaceServiceDetails.Attributes
-
- SpaceType - Enum in org.openspaces.core.space
-
The type of a space.
- SpaceTypeDescriptor - Interface in com.gigaspaces.metadata
-
Encapsulates information about a space type.
- SpaceTypeDescriptorBuilder - Class in com.gigaspaces.metadata
-
- SpaceTypeDescriptorBuilder(String) - Constructor for class com.gigaspaces.metadata.SpaceTypeDescriptorBuilder
-
Initialize a type descriptor builder using the specified type name.
- SpaceTypeDescriptorBuilder(String, SpaceTypeDescriptor) - Constructor for class com.gigaspaces.metadata.SpaceTypeDescriptorBuilder
-
Initialize a type descriptor builder using the specified type name and super type descriptor.
- SpaceTypeDescriptorBuilder(Class<?>, SpaceTypeDescriptor) - Constructor for class com.gigaspaces.metadata.SpaceTypeDescriptorBuilder
-
- SpaceTypeDescriptorContainer - Class in org.openspaces.persistency.support
-
- SpaceTypeDescriptorContainer() - Constructor for class org.openspaces.persistency.support.SpaceTypeDescriptorContainer
-
Required for Externalizable
- SpaceTypeDescriptorContainer(SpaceTypeDescriptor) - Constructor for class org.openspaces.persistency.support.SpaceTypeDescriptorContainer
-
- SpaceUnavailableException - Exception in com.j_spaces.core.exception
-
This exception is thrown in case when space is unavailable.
- SpaceUnavailableException(String, String) - Constructor for exception com.j_spaces.core.exception.SpaceUnavailableException
-
Constructs a SpaceUnavailableException
with the specified
detail message.
- SpaceUnavailableException - Exception in org.openspaces.core
-
This exception is thrown in case when space is unavailable.
- SpaceUnavailableException(SpaceUnavailableException) - Constructor for exception org.openspaces.core.SpaceUnavailableException
-
- SpaceURL - Class in com.j_spaces.core.client
-
Deprecated.
- SpaceURL() - Constructor for class com.j_spaces.core.client.SpaceURL
-
Deprecated.
constructor.
- spaceUrlProperty(String) - Static method in class org.openspaces.core.util.SpaceUtils
-
- SpaceUtils - Class in org.openspaces.core.util
-
- SpaceUtils() - Constructor for class org.openspaces.core.util.SpaceUtils
-
- SpaceVersion - Annotation Type in com.gigaspaces.annotation.pojo
-
Indicates the property that holds the optimistic locking version.
- SPRING_SECURITY_CONFIG_LOCATION - Static variable in class org.openspaces.security.spring.SpringSecurityManager
-
- SpringSecurityManager - Class in org.openspaces.security.spring
-
- SpringSecurityManager() - Constructor for class org.openspaces.security.spring.SpringSecurityManager
-
- SQLDataProvider<T> - Interface in com.gigaspaces.datasource
-
- SQLDataProviderExceptionHandler - Class in org.openspaces.persistency.patterns
-
- SQLDataProviderExceptionHandler(ManagedDataSource, ExceptionHandler) - Constructor for class org.openspaces.persistency.patterns.SQLDataProviderExceptionHandler
-
Deprecated.
- SQLDataProviderSplitter - Class in org.openspaces.persistency.patterns
-
- SQLDataProviderSplitter(ManagedDataSourceEntriesProvider[]) - Constructor for class org.openspaces.persistency.patterns.SQLDataProviderSplitter
-
Deprecated.
- SQLExecutor() - Constructor for class org.openspaces.jpa.openjpa.StoreManagerSQLQuery.SQLExecutor
-
- SQLQuery<T> - Class in com.j_spaces.core.client
-
The SQLQuery class is used to query the space using the SQL syntax.
- SQLQuery() - Constructor for class com.j_spaces.core.client.SQLQuery
-
Empty constructor.
- SQLQuery(String, String) - Constructor for class com.j_spaces.core.client.SQLQuery
-
Creates a SQLQuery using the specified type and expression.
- SQLQuery(String, String, QueryResultType) - Constructor for class com.j_spaces.core.client.SQLQuery
-
Creates a SQLQuery using the specified type, expression and result type.
- SQLQuery(String, String, Object...) - Constructor for class com.j_spaces.core.client.SQLQuery
-
Creates a SQLQuery using the specified type, expression and parameters.
- SQLQuery(String, String, QueryResultType, Object...) - Constructor for class com.j_spaces.core.client.SQLQuery
-
Creates a SQLQuery using the specified type, expression, result type and parameters.
- SQLQuery(Class<T>, String) - Constructor for class com.j_spaces.core.client.SQLQuery
-
Creates a SQLQuery using the specified type and expression.
- SQLQuery(Class<T>, String, QueryResultType) - Constructor for class com.j_spaces.core.client.SQLQuery
-
Creates a SQLQuery using the specified type, expression and result type.
- SQLQuery(Class<T>, String, Object...) - Constructor for class com.j_spaces.core.client.SQLQuery
-
Creates a SQLQuery using the specified type, expression and parameters.
- SQLQuery(Class<T>, String, QueryResultType, Object...) - Constructor for class com.j_spaces.core.client.SQLQuery
-
Creates a SQLQuery using the specified type, expression, result type and parameters.
- SQLQuery(T, String) - Constructor for class com.j_spaces.core.client.SQLQuery
-
- sqlQuery - Variable in class org.openspaces.persistency.hibernate.iterator.AbstractChunkDataIterator
-
- sqlQuery - Variable in class org.openspaces.persistency.hibernate.iterator.AbstractScrollableDataIterator
-
- sqlQuery - Variable in class org.openspaces.persistency.hibernate.iterator.DefaultListQueryDataIterator
-
- sqlQuery - Variable in class org.openspaces.persistency.hibernate.iterator.StatelessListQueryDataIterator
-
- SQLQueryBeanDefinitionParser - Class in org.openspaces.core.config
-
- SQLQueryBeanDefinitionParser() - Constructor for class org.openspaces.core.config.SQLQueryBeanDefinitionParser
-
- SQLQueryFactoryBean - Class in org.openspaces.core.config
-
A helper factory beans for
SQLQuery
so namespace based
configuration will be simpler.
- SQLQueryFactoryBean() - Constructor for class org.openspaces.core.config.SQLQueryFactoryBean
-
- sqrt(Value) - Method in class org.openspaces.jpa.openjpa.query.QueryExpressionFactory
-
Return the square root of the given value.
- SSLFilterFactory - Class in com.gigaspaces.lrmi.nio.filters
-
A factory class used to load SSL network filter
- SSLFilterFactory() - Constructor for class com.gigaspaces.lrmi.nio.filters.SSLFilterFactory
-
- SSLFilterFactory(String, String) - Constructor for class com.gigaspaces.lrmi.nio.filters.SSLFilterFactory
-
- SSLPORT - Static variable in class org.openspaces.pu.container.jee.JeeServiceDetails.Attributes
-
- StandaloneContainerRunnable - Class in org.openspaces.pu.container.standalone
-
A standalone container runnable allowing to start a Spring based application context based on the
provided parameters (
BeanLevelProperties
,
ClusterInfo
, and a list of config locations).
- StandaloneContainerRunnable(BeanLevelProperties, ClusterInfo, List<String>) - Constructor for class org.openspaces.pu.container.standalone.StandaloneContainerRunnable
-
Constructs a new standalone container runnable based on the provided configuration set
parameters.
- StandaloneProcessingUnitContainer - Class in org.openspaces.pu.container.standalone
-
- StandaloneProcessingUnitContainer(StandaloneContainerRunnable) - Constructor for class org.openspaces.pu.container.standalone.StandaloneProcessingUnitContainer
-
- StandaloneProcessingUnitContainerProvider - Class in org.openspaces.pu.container.standalone
-
- StandaloneProcessingUnitContainerProvider(String) - Constructor for class org.openspaces.pu.container.standalone.StandaloneProcessingUnitContainerProvider
-
Constructs a new standalone container provider using the provided location as the location of
the processing unit archive (either an exploded archive or a jar/zip archive).
- start(Xid, int) - Method in class com.j_spaces.core.client.XAResourceImpl
-
- start() - Method in class com.sun.jini.thread.InProgress
-
Signal the start of the operation this object bounds.
- start() - Method in class org.openspaces.events.AbstractEventListenerContainer
-
Start this container.
- start() - Method in class org.openspaces.pu.container.jee.lb.apache.ApacheLoadBalancerAgent
-
- START_EMBEDDED_LOOKUP - Static variable in class com.j_spaces.kernel.SystemProperties
-
- START_EMBEDDED_LOOKUP_DEFAULT - Static variable in class com.j_spaces.kernel.SystemProperties
-
- START_EMBEDDED_LUS - Static variable in class org.openspaces.core.gateway.config.GatewayDelegatorBeanDefinitionParser
-
- START_EMBEDDED_LUS - Static variable in class org.openspaces.core.gateway.config.GatewaySinkBeanDefinitionParser
-
- START_EMBEDDED_MAHALO - Static variable in class com.j_spaces.kernel.SystemProperties
-
- START_EMBEDDED_MAHALO_DEFAULT - Static variable in class com.j_spaces.kernel.SystemProperties
-
- STARTED - Static variable in interface com.j_spaces.core.ISpaceState
-
Service is started.
- started - Variable in class org.openspaces.memcached.SpaceCache
-
- StartedGridServiceAgent - Class in org.openspaces.grid.gsm.machines
-
- StartedGridServiceAgent(GridServiceAgent, Object) - Constructor for class org.openspaces.grid.gsm.machines.StartedGridServiceAgent
-
- StartedTooManyMachinesException - Exception in org.openspaces.grid.gsm.machines.exceptions
-
- StartedTooManyMachinesException(ProcessingUnit, Collection<GridServiceAgent>) - Constructor for exception org.openspaces.grid.gsm.machines.exceptions.StartedTooManyMachinesException
-
- startGridService(GridServiceManagerOptions) - Method in interface org.openspaces.admin.gsa.GridServiceAgent
-
- startGridService(ElasticServiceManagerOptions) - Method in interface org.openspaces.admin.gsa.GridServiceAgent
-
- startGridService(GridServiceContainerOptions) - Method in interface org.openspaces.admin.gsa.GridServiceAgent
-
- startGridService(LookupServiceOptions) - Method in interface org.openspaces.admin.gsa.GridServiceAgent
-
- startGridService(GridServiceOptions) - Method in interface org.openspaces.admin.gsa.GridServiceAgent
-
Starts a generic process of a given type.
- startGridServiceAndWait(GridServiceManagerOptions) - Method in interface org.openspaces.admin.gsa.GridServiceAgent
-
Starts a
GridServiceManager
based on the provided options and waits
indefinitely until it is discovered by the admin, which is then returned.
- startGridServiceAndWait(GridServiceManagerOptions, long, TimeUnit) - Method in interface org.openspaces.admin.gsa.GridServiceAgent
-
Starts a
GridServiceManager
based on the provided options and waits
for the given timeout (in time unit) until it is discovered by the admin, which is then returned.
- startGridServiceAndWait(ElasticServiceManagerOptions) - Method in interface org.openspaces.admin.gsa.GridServiceAgent
-
Starts a
ElasticServiceManager
based on the provided options and waits
indefinitely until it is discovered by the admin, which is then returned.
- startGridServiceAndWait(ElasticServiceManagerOptions, long, TimeUnit) - Method in interface org.openspaces.admin.gsa.GridServiceAgent
-
Starts a
ElasticServiceManager
based on the provided options and waits
for the given timeout (in time unit) until it is discovered by the admin, which is then returned.
- startGridServiceAndWait(GridServiceContainerOptions) - Method in interface org.openspaces.admin.gsa.GridServiceAgent
-
Starts a
GridServiceContainer
based on the provided options and waits
indefinitely until it is discovered by the admin, which is then returned.
- startGridServiceAndWait(GridServiceContainerOptions, long, TimeUnit) - Method in interface org.openspaces.admin.gsa.GridServiceAgent
-
Starts a
GridServiceContainer
based on the provided options and waits
for the given timeout (in time unit) until it is discovered by the admin, which is then returned.
- startGridServiceAndWait(LookupServiceOptions) - Method in interface org.openspaces.admin.gsa.GridServiceAgent
-
Starts a
LookupService
based on the provided options and waits
indefinitely until it is discovered by the admin, which is then returned.
- startGridServiceAndWait(LookupServiceOptions, long, TimeUnit) - Method in interface org.openspaces.admin.gsa.GridServiceAgent
-
Starts a
LookupService
based on the provided options and waits
for the given timeout (in time unit) until it is discovered by the admin, which is then returned.
- startIn(Xid, int, boolean) - Method in class com.j_spaces.core.client.XAResourceImpl
-
- STARTING - Static variable in interface com.j_spaces.core.ISpaceState
-
Service is starting.
- startMachine(ExactZonesConfig, GSAReservationId, FailedGridServiceAgent, long, TimeUnit) - Method in interface org.openspaces.grid.gsm.machines.plugins.ElasticMachineProvisioning
-
Starts a new machine with a new grid service agent and injects specific zones into it.
- startMachinesAsync(CapacityRequirements, ExactZonesConfig, FailedGridServiceAgent[], long, TimeUnit) - Method in class org.openspaces.grid.gsm.machines.plugins.discovered.DiscoveredMachineProvisioningBean
-
- startMachinesAsync(CapacityRequirements, ExactZonesConfig, FailedGridServiceAgent[], long, TimeUnit) - Method in interface org.openspaces.grid.gsm.machines.plugins.NonBlockingElasticMachineProvisioning
-
Starts a new machine with a new grid service agent with the specified grid service agent zones.
- startMachinesAsync(CapacityRequirements, ExactZonesConfig, FailedGridServiceAgent[], long, TimeUnit) - Method in class org.openspaces.grid.gsm.machines.plugins.NonBlockingElasticMachineProvisioningAdapter
-
- startStatisticsMonitor() - Method in interface org.openspaces.admin.StatisticsMonitor
-
Starts the statistics monitor, starting a scheduled monitor that polls for statistics.
- startsWith(Value, Value) - Method in class org.openspaces.jpa.openjpa.query.QueryExpressionFactory
-
Return whether the first string starts with the second.
- startTime() - Method in class com.sun.jini.thread.RetryTask
-
Return the time this task was created, or the last
time
reset
was called.
- stat(String) - Method in class org.openspaces.memcached.SpaceCache
-
- STATE - Static variable in class com.j_spaces.core.client.SpaceURL
-
Deprecated.
The state attribute is used to define specified space state.
- state - Variable in class org.openspaces.memcached.protocol.SessionStatus
-
- STATE_STARTED - Static variable in class com.j_spaces.core.client.SpaceURL
-
Deprecated.
A STATE parameter value,
means that the space state is started.
- STATE_STOPPED - Static variable in class com.j_spaces.core.client.SpaceURL
-
Deprecated.
A STATE parameter value,
means that the space state is stopped.
- StateKey(ProcessingUnit, ZonesConfig) - Constructor for class org.openspaces.grid.gsm.machines.MachinesSlaEnforcementState.StateKey
-
- StatelessChunkListDataIterator - Class in org.openspaces.persistency.hibernate.iterator
-
- StatelessChunkListDataIterator(String, SessionFactory, int, boolean, int) - Constructor for class org.openspaces.persistency.hibernate.iterator.StatelessChunkListDataIterator
-
Constructs a list iterator over the given entity name.
- StatelessChunkListDataIterator(SQLQuery, SessionFactory, int, boolean, int) - Constructor for class org.openspaces.persistency.hibernate.iterator.StatelessChunkListDataIterator
-
Constructs a list iterator over the given GigaSpaces SQLQuery
.
- StatelessChunkListDataIterator(String, SessionFactory, int, int) - Constructor for class org.openspaces.persistency.hibernate.iterator.StatelessChunkListDataIterator
-
Constructs a list iterator over the given hibernate query string.
- StatelessChunkScrollableDataIterator - Class in org.openspaces.persistency.hibernate.iterator
-
- StatelessChunkScrollableDataIterator(String, SessionFactory, int, boolean, int) - Constructor for class org.openspaces.persistency.hibernate.iterator.StatelessChunkScrollableDataIterator
-
Constructs a scrollable iterator over the given entity name.
- StatelessChunkScrollableDataIterator(SQLQuery, SessionFactory, int, boolean, int) - Constructor for class org.openspaces.persistency.hibernate.iterator.StatelessChunkScrollableDataIterator
-
Constructs a scrollable iterator over the given GigaSpaces SQLQuery
.
- StatelessChunkScrollableDataIterator(String, SessionFactory, int, int) - Constructor for class org.openspaces.persistency.hibernate.iterator.StatelessChunkScrollableDataIterator
-
Constructs a scrollable iterator over the given hibernate query string.
- StatelessHibernateExternalDataSource - Class in org.openspaces.persistency.hibernate
-
- StatelessHibernateExternalDataSource() - Constructor for class org.openspaces.persistency.hibernate.StatelessHibernateExternalDataSource
-
Deprecated.
- StatelessHibernateSpaceDataSource - Class in org.openspaces.persistency.hibernate
-
- StatelessHibernateSpaceDataSource(SessionFactory, Set<String>, int, boolean, String[], int, int, boolean, String[], boolean, ClusterInfo) - Constructor for class org.openspaces.persistency.hibernate.StatelessHibernateSpaceDataSource
-
- StatelessHibernateSpaceDataSourceConfigurer - Class in org.openspaces.persistency.hibernate
-
- StatelessHibernateSpaceDataSourceConfigurer() - Constructor for class org.openspaces.persistency.hibernate.StatelessHibernateSpaceDataSourceConfigurer
-
- StatelessHibernateSpaceDataSourceFactoryBean - Class in org.openspaces.persistency.hibernate
-
- StatelessHibernateSpaceDataSourceFactoryBean() - Constructor for class org.openspaces.persistency.hibernate.StatelessHibernateSpaceDataSourceFactoryBean
-
- StatelessHibernateSpaceSynchronizationEndpoint - Class in org.openspaces.persistency.hibernate
-
A SynchronizationEndpointInterceptor
implementation based on Hibernate StatelessSession
.
- StatelessHibernateSpaceSynchronizationEndpoint(SessionFactory, Set<String>) - Constructor for class org.openspaces.persistency.hibernate.StatelessHibernateSpaceSynchronizationEndpoint
-
- StatelessHibernateSpaceSynchronizationEndpointConfigurer - Class in org.openspaces.persistency.hibernate
-
- StatelessHibernateSpaceSynchronizationEndpointConfigurer() - Constructor for class org.openspaces.persistency.hibernate.StatelessHibernateSpaceSynchronizationEndpointConfigurer
-
- StatelessHibernateSpaceSynchronizationEndpointFactoryBean - Class in org.openspaces.persistency.hibernate
-
- StatelessHibernateSpaceSynchronizationEndpointFactoryBean() - Constructor for class org.openspaces.persistency.hibernate.StatelessHibernateSpaceSynchronizationEndpointFactoryBean
-
- StatelessListQueryDataIterator - Class in org.openspaces.persistency.hibernate.iterator
-
A simple iterator that iterates over a
SQLQuery
by creating
an Hiberante query using Hibernate
StatelessSession
and listing it.
- StatelessListQueryDataIterator(SQLQuery, SessionFactory) - Constructor for class org.openspaces.persistency.hibernate.iterator.StatelessListQueryDataIterator
-
- StatelessListQueryDataIterator(SQLQuery, SessionFactory, int, int) - Constructor for class org.openspaces.persistency.hibernate.iterator.StatelessListQueryDataIterator
-
- StatelessListQueryDataIterator(String, SessionFactory) - Constructor for class org.openspaces.persistency.hibernate.iterator.StatelessListQueryDataIterator
-
- StatelessListQueryDataIterator(String, SessionFactory, int, int) - Constructor for class org.openspaces.persistency.hibernate.iterator.StatelessListQueryDataIterator
-
- StatelessListQueryDataIterator(DataSourceSQLQuery, SessionFactory) - Constructor for class org.openspaces.persistency.hibernate.iterator.StatelessListQueryDataIterator
-
- StatelessScrollableDataIterator - Class in org.openspaces.persistency.hibernate.iterator
-
A stateless scrollable result based on Hibernate StatelessSession
.
- StatelessScrollableDataIterator(String, SessionFactory, int, boolean) - Constructor for class org.openspaces.persistency.hibernate.iterator.StatelessScrollableDataIterator
-
Constructs a scrollable iterator over the given entity name.
- StatelessScrollableDataIterator(String, SessionFactory, int, boolean, int, int) - Constructor for class org.openspaces.persistency.hibernate.iterator.StatelessScrollableDataIterator
-
Constructs a scrollable iterator over the given entity name.
- StatelessScrollableDataIterator(SQLQuery, SessionFactory, int, boolean) - Constructor for class org.openspaces.persistency.hibernate.iterator.StatelessScrollableDataIterator
-
Constructs a scrollable iterator over the given GigaSpaces SQLQuery
.
- StatelessScrollableDataIterator(SQLQuery, SessionFactory, int, boolean, int, int) - Constructor for class org.openspaces.persistency.hibernate.iterator.StatelessScrollableDataIterator
-
Constructs a scrollable iterator over the given GigaSpaces SQLQuery
.
- StatelessScrollableDataIterator(String, SessionFactory, int) - Constructor for class org.openspaces.persistency.hibernate.iterator.StatelessScrollableDataIterator
-
Constructs a scrollable iterator over the given hibernate query string.
- StatelessScrollableDataIterator(String, SessionFactory, int, int, int) - Constructor for class org.openspaces.persistency.hibernate.iterator.StatelessScrollableDataIterator
-
Constructs a scrollable iterator over the given hibernate query string.
- stateOrProvince - Variable in class net.jini.lookup.entry.Address
-
Full name or standard postal abbreviation of a state or
province.
- STATIC_PARTITION_NUMBER - Static variable in interface com.gigaspaces.datasource.ManagedDataSource
-
Deprecated.
use this constant to get from the Properties the partition number
- StaticResourceScript - Class in org.openspaces.remoting.scripting
-
A static script that uses Spring
Resource
and
ResourceLoader
to load
a given script (for example, from the classpath).
- StaticResourceScript() - Constructor for class org.openspaces.remoting.scripting.StaticResourceScript
-
- StaticResourceScript(String, String, String) - Constructor for class org.openspaces.remoting.scripting.StaticResourceScript
-
- StaticScript - Class in org.openspaces.remoting.scripting
-
A script that holds the actual script as a String.
- StaticScript() - Constructor for class org.openspaces.remoting.scripting.StaticScript
-
Constructs a new static script.
- StaticScript(String, String, String) - Constructor for class org.openspaces.remoting.scripting.StaticScript
-
Constructs a new static script.
- statistics(ProcessingUnitStatisticsId) - Method in class org.openspaces.admin.pu.elastic.config.AutomaticCapacityScaleRuleConfigurer
-
- StatisticsAdmin - Interface in com.j_spaces.core.admin
-
Provides a space statistics API.
- StatisticsContext - Class in com.j_spaces.core.filters
-
Representation of an operation statistics object.
- StatisticsContext() - Constructor for class com.j_spaces.core.filters.StatisticsContext
-
Default constructor.
- StatisticsMonitor - Interface in org.openspaces.admin
-
Components implement this interface indicating that they can be monitored for statistics.
- StatisticsNotAvailable - Exception in com.j_spaces.core.exception
-
This exception is thrown in case when space statistics are not available.
- StatisticsNotAvailable(String) - Constructor for exception com.j_spaces.core.exception.StatisticsNotAvailable
-
Constructs a SpaceStoppedException
with the specified
detail message.
- statisticsPollingInterval(long, TimeUnit) - Method in class org.openspaces.admin.pu.elastic.config.AutomaticCapacityScaleConfigurer
-
- StatisticsUtils - Class in org.openspaces.admin.support
-
- StatisticsUtils() - Constructor for class org.openspaces.admin.support.StatisticsUtils
-
- stats - Variable in class org.openspaces.memcached.protocol.ResponseMessage
-
- Status - Class in net.jini.lookup.entry
-
The base class from which other status-related entry classes may be
derived.
- Status() - Constructor for class net.jini.lookup.entry.Status
-
Construct an empty Status object.
- Status(StatusType) - Constructor for class net.jini.lookup.entry.Status
-
Construct a Status object with the given severity.
- status(AlertStatus) - Method in class org.openspaces.admin.alert.AlertFactory
-
Status - the status of this alert.
- STATUS - Static variable in class org.openspaces.events.EventContainerServiceMonitors.Attributes
-
- StatusBean - Class in net.jini.lookup.entry
-
A JavaBeans(TM) component that encapsulates a Status object.
- StatusBean() - Constructor for class net.jini.lookup.entry.StatusBean
-
Unlike other EntryBean constructors, this one does not
establish a link to a new object.
- StatusType - Class in net.jini.lookup.entry
-
Information pertaining to the severity of a Status object.
- stop() - Method in class com.sun.jini.mahalo.Job
-
Halt all of the work being performed by
the Job
- stop() - Method in class com.sun.jini.thread.InProgress
-
Signal the stop of the operation this object bounds.
- stop() - Method in class com.sun.jini.thread.WakeupManager
-
Stop executing.
- stop() - Method in class org.openspaces.events.AbstractEventListenerContainer
-
Stop this container.
- stop() - Method in class org.openspaces.pu.container.jee.lb.apache.ApacheLoadBalancerAgent
-
- stop(boolean) - Method in class org.openspaces.pu.container.servicegrid.PUServiceBeanImpl
-
- stop() - Method in class org.openspaces.pu.container.standalone.StandaloneContainerRunnable
-
Stop this currently running container runnable.
- stopMachine(StartedGridServiceAgent, long, TimeUnit) - Method in interface org.openspaces.grid.gsm.machines.plugins.ElasticMachineProvisioning
-
Shuts down the grid service agent and the machine.
- stopMachineAsync(GridServiceAgent, long, TimeUnit) - Method in class org.openspaces.grid.gsm.machines.plugins.discovered.DiscoveredMachineProvisioningBean
-
- stopMachineAsync(GridServiceAgent, long, TimeUnit) - Method in interface org.openspaces.grid.gsm.machines.plugins.NonBlockingElasticMachineProvisioning
-
Shuts down the grid service agent and the machine.
- stopMachineAsync(GridServiceAgent, long, TimeUnit) - Method in class org.openspaces.grid.gsm.machines.plugins.NonBlockingElasticMachineProvisioningAdapter
-
- STOPPED - Static variable in interface com.j_spaces.core.ISpaceState
-
Service is stopped.
- stopStatisticsMonitor() - Method in interface org.openspaces.admin.StatisticsMonitor
-
Stops the statistics monitor.
- StorableObject - Class in com.sun.jini.mahalo
-
This class holds a MarshalledObject
that can be stored
persistently.
- StorableObject(Object) - Constructor for class com.sun.jini.mahalo.StorableObject
-
Create a StorableObject
that will hold obj
in a MarshalledObject
.
- STORAGE_TYPE_SERIALIZATION_CACHED_BUFFER_EXPUNGE_RATIO - Static variable in class com.j_spaces.kernel.SystemProperties
-
Set the ratio that if the currently used buffer size * current cached buffer size is below, the cached buffer expunge threshold counter will be increases
- STORAGE_TYPE_SERIALIZATION_CACHED_BUFFER_EXPUNGE_RATIO_DEFAULT - Static variable in class com.j_spaces.kernel.SystemProperties
-
- STORAGE_TYPE_SERIALIZATION_CACHED_BUFFER_EXPUNGE_TIMES_THRESHOLD - Static variable in class com.j_spaces.kernel.SystemProperties
-
Set the number of time the cached buffer has failed the expunge ratio test after which the cached buffer is expunged.
- STORAGE_TYPE_SERIALIZATION_CACHED_BUFFER_EXPUNGE_TIMES_THRESHOLD_DEFAULT - Static variable in class com.j_spaces.kernel.SystemProperties
-
- STORAGE_TYPE_SERIALIZATION_MAX_CACHED_BUFFER_SIZE - Static variable in class com.j_spaces.kernel.SystemProperties
-
Set the maximum used buffer size that may be cached for storage type serialization
- STORAGE_TYPE_SERIALIZATION_MAX_CACHED_BUFFER_SIZE_DEFAULT - Static variable in class com.j_spaces.kernel.SystemProperties
-
- STORAGE_TYPE_SERIALIZATION_MAX_POOL_MEMORY_SIZE - Static variable in class com.j_spaces.kernel.SystemProperties
-
Set the maximum pool memory size of buffers that may be cached for storage type serialization
- STORAGE_TYPE_SERIALIZATION_MAX_POOL_MEMORY_SIZE_DEFAULT - Static variable in class com.j_spaces.kernel.SystemProperties
-
- STORAGE_TYPE_SERIALIZATION_MAX_POOL_RESOURCE_COUNT_SIZE - Static variable in class com.j_spaces.kernel.SystemProperties
-
Set the maximum pool number of buffers that may be cached for storage type serialization
- STORAGE_TYPE_SERIALIZATION_MAX_POOL_RESOURCE_COUNT_SIZE_DEFAULT - Static variable in class com.j_spaces.kernel.SystemProperties
-
- StorageLocationAdmin - Interface in com.sun.jini.admin
-
Admin interface for controlling the location of a service's persistent
storage.
- storageType(StorageType) - Method in class com.gigaspaces.metadata.SpaceTypeDescriptorBuilder
-
Sets type's storage type
- StorageType - Enum in com.gigaspaces.metadata
-
- store(OutputStream, String) - Method in class org.openspaces.core.util.StringProperties
-
- store(Map<String, String>, OutputStream, String) - Static method in class org.openspaces.core.util.StringPropertiesUtils
-
- storeKey(SecretKey, File) - Static method in class com.gigaspaces.security.encoding.KeyFactory
-
Stores the secret key to the provided file.
- storeLastException(ListenerExecutionFailedException, long) - Method in class org.openspaces.archive.DefaultArchivePollingContainerExceptionHandler
-
- StoreManager - Class in org.openspaces.jpa
-
A GigaSpaces back-end implementation for OpenJPA.
- StoreManager() - Constructor for class org.openspaces.jpa.StoreManager
-
- StoreManagerQuery - Class in org.openspaces.jpa.openjpa
-
Executes select queries.
- StoreManagerQuery(ExpressionParser, StoreManager) - Constructor for class org.openspaces.jpa.openjpa.StoreManagerQuery
-
- StoreManagerSQLQuery - Class in org.openspaces.jpa.openjpa
-
Executes native SQLQueries and task
- StoreManagerSQLQuery(StoreManager) - Constructor for class org.openspaces.jpa.openjpa.StoreManagerSQLQuery
-
- StoreManagerSQLQuery.SQLExecutor - Class in org.openspaces.jpa.openjpa
-
Executes the filter as a SQL query.
- StreamLogEntryMatcher - Interface in com.gigaspaces.log
-
A marker interface indicating that a log entry matcher can be used for streaming (i.e. used repeatedly).
- StreamPlugThread - Class in com.sun.jini.thread
-
StreamPlugThread
is a utility class that "plugs" two streams,
one input stream and one output stream, together by creating a thread that
repeatedly reads any data available from the input stream and writes it to
the output stream.
- StreamPlugThread(InputStream, OutputStream) - Constructor for class com.sun.jini.thread.StreamPlugThread
-
- street - Variable in class net.jini.lookup.entry.Address
-
Street address.
- stringLength(Value) - Method in class org.openspaces.jpa.openjpa.query.QueryExpressionFactory
-
Returns the number of characters in the String value.
- stringLiteral(String) - Static method in class com.sun.jini.config.ConfigUtil
-
Returns a
String
whose characters, if parsed by a
ConfigurationFile
, would yield a
String
equivalent to the passed argument.
- StringProperties - Class in org.openspaces.core.util
-
- StringProperties() - Constructor for class org.openspaces.core.util.StringProperties
-
- StringProperties(Properties) - Constructor for class org.openspaces.core.util.StringProperties
-
- StringProperties(Map<String, String>) - Constructor for class org.openspaces.core.util.StringProperties
-
- StringPropertiesUtils - Class in org.openspaces.core.util
-
- StringPropertiesUtils() - Constructor for class org.openspaces.core.util.StringPropertiesUtils
-
- sub(Number, Number) - Method in class org.openspaces.core.util.numbers.BigDecimalHelper
-
- sub(Number, Number) - Method in class org.openspaces.core.util.numbers.BigIntegerHelper
-
- sub(Number, Number) - Method in class org.openspaces.core.util.numbers.DoubleHelper
-
- sub(Number, Number) - Method in class org.openspaces.core.util.numbers.FloatHelper
-
- sub(Number, Number) - Method in class org.openspaces.core.util.numbers.IntegerHelper
-
- sub(Number, Number) - Method in class org.openspaces.core.util.numbers.LongHelper
-
- sub(Number, Number) - Method in interface org.openspaces.core.util.numbers.NumberHelper
-
Substracts the two numbers (can be of any Number type) and returns the type result
that the number helper handles.
- sub(Number, Number) - Method in class org.openspaces.core.util.numbers.ShortHelper
-
- submit(Callable<T>) - Method in class org.openspaces.core.executor.juc.DefaultTaskExecutorService
-
- submit(Callable<T>, Object) - Method in class org.openspaces.core.executor.juc.DefaultTaskExecutorService
-
- submit(Runnable) - Method in class org.openspaces.core.executor.juc.DefaultTaskExecutorService
-
- submit(Runnable, T) - Method in class org.openspaces.core.executor.juc.DefaultTaskExecutorService
-
- submit(Callable<T>, Object) - Method in interface org.openspaces.core.executor.juc.TaskExecutorService
-
Submits a callabale to to be executed on the Space using the provided routing.
- substituteParams(String, List<Integer>) - Static method in class org.openspaces.jpa.openjpa.StoreManagerSQLQuery
-
Utility method to substitute '?
- substring(Value, Value) - Method in class org.openspaces.jpa.openjpa.query.QueryExpressionFactory
-
- subtract(CapacityRequirement) - Method in class org.openspaces.grid.gsm.capacity.AbstractCapacityRequirement
-
- subtract(CapacityRequirement) - Method in interface org.openspaces.grid.gsm.capacity.CapacityRequirement
-
- subtract(CapacityRequirements) - Method in class org.openspaces.grid.gsm.capacity.CapacityRequirements
-
- subtract(CapacityRequirement) - Method in class org.openspaces.grid.gsm.capacity.CapacityRequirements
-
- subtract(String, CapacityRequirements) - Method in class org.openspaces.grid.gsm.capacity.CapacityRequirementsPerAgent
-
- subtract(CapacityRequirementsPerAgent) - Method in class org.openspaces.grid.gsm.capacity.CapacityRequirementsPerAgent
-
- subtract(ZonesConfig, CapacityRequirements) - Method in class org.openspaces.grid.gsm.capacity.CapacityRequirementsPerZones
-
- subtract(CapacityRequirementsPerZones) - Method in class org.openspaces.grid.gsm.capacity.CapacityRequirementsPerZones
-
- subtract(CapacityRequirement) - Method in class org.openspaces.grid.gsm.capacity.CpuCapacityRequirement
-
- subtract(Value, Value) - Method in class org.openspaces.jpa.openjpa.query.QueryExpressionFactory
-
Return a value representing the second value subtracted from the first.
- subtractAgent(String) - Method in class org.openspaces.grid.gsm.capacity.CapacityRequirementsPerAgent
-
- subtractOrZero(CapacityRequirement) - Method in class org.openspaces.grid.gsm.capacity.AbstractCapacityRequirement
-
- subtractOrZero(CapacityRequirement) - Method in interface org.openspaces.grid.gsm.capacity.CapacityRequirement
-
- subtractOrZero(CapacityRequirement) - Method in class org.openspaces.grid.gsm.capacity.CapacityRequirements
-
- subtractOrZero(CapacityRequirements) - Method in class org.openspaces.grid.gsm.capacity.CapacityRequirements
-
- subtractOrZero(String, CapacityRequirements) - Method in class org.openspaces.grid.gsm.capacity.CapacityRequirementsPerAgent
-
- subtractOrZero(ZonesConfig, CapacityRequirements) - Method in class org.openspaces.grid.gsm.capacity.CapacityRequirementsPerZones
-
- subtractOrZero(CapacityRequirement) - Method in class org.openspaces.grid.gsm.capacity.CpuCapacityRequirement
-
- subtractZones(ZonesConfig) - Method in class org.openspaces.grid.gsm.capacity.CapacityRequirementsPerZones
-
- SubVM - Class in com.sun.jini.tool.envcheck
-
A container for a subtask which runs in a separate and returns a
single object by writing that object to System.out
.
- SubVM() - Constructor for class com.sun.jini.tool.envcheck.SubVM
-
- SubVMTask - Interface in com.sun.jini.tool.envcheck
-
A subtask to be run in a separate VM.
- SUFFIX - Static variable in class org.openspaces.events.support.EventContainersBus
-
- SUFFIX_PROP - Static variable in class org.openspaces.core.cluster.ClusterInfoPropertyPlaceholderConfigurer
-
- sum(String) - Method in class com.gigaspaces.query.aggregators.AggregationSet
-
Sums values of paths of matching entries.
- sum(GigaSpace, ISpaceQuery, String) - Static method in class org.openspaces.extensions.QueryExtension
-
- sum(String) - Static method in class org.openspaces.extensions.QueryExtension
-
- sum(Value) - Method in class org.openspaces.jpa.openjpa.query.QueryExpressionFactory
-
Return the max of the given value for all matches.
- SumAggregator - Class in com.gigaspaces.query.aggregators
-
- SumAggregator() - Constructor for class com.gigaspaces.query.aggregators.SumAggregator
-
- SumReducer<T extends Number,R extends Number> - Class in org.openspaces.core.executor.support
-
A default implementation of a reducer that sums all types T
into a result R
.
- SumReducer(Class<R>) - Constructor for class org.openspaces.core.executor.support.SumReducer
-
- SumTask<T extends Number,R extends Number> - Class in org.openspaces.core.executor.support
-
- SumTask() - Constructor for class org.openspaces.core.executor.support.SumTask
-
- SumTask(Class<R>, Task<T>) - Constructor for class org.openspaces.core.executor.support.SumTask
-
Constructs a new sum distributed task that delegates the actual execution to
th provided task.
- SumTask(Class<R>, Task<T>, AsyncResultFilter<T>) - Constructor for class org.openspaces.core.executor.support.SumTask
-
Constructs a new sum distributed task that delegates the actual execution to
th provided task.
- superclass - Variable in class com.sun.jini.reggie.EntryClass
-
Descriptor for the superclass
- supportFifoOrder(short) - Static method in class com.j_spaces.core.client.TemplateMatchCodes
-
Deprecated.
- supportsAbort() - Method in interface com.gigaspaces.cluster.replication.gateway.conflict.DataConflictOperation
-
- supportsAsSQLQuery() - Method in interface com.gigaspaces.datasource.DataSourceQuery
-
- supportsBatchArchiving() - Method in interface org.openspaces.archive.ArchiveOperationHandler
-
What happens when the archive operation receives a batch of objects to persist and throws an exception in the middle of the archiving?
- supportsDataAsDocument() - Method in interface com.gigaspaces.sync.DataSyncOperation
-
- supportsDataAsObject() - Method in interface com.gigaspaces.sync.DataSyncOperation
-
- supportsDataStoreExecution() - Method in class org.openspaces.jpa.openjpa.StoreManagerQuery
-
- supportsDataStoreExecution() - Method in class org.openspaces.jpa.openjpa.StoreManagerSQLQuery
-
- supportsDynamicProperties() - Method in interface com.gigaspaces.metadata.SpaceTypeDescriptor
-
Returns true if this type supports dynamic properties, false otherwise.
- supportsDynamicProperties(boolean) - Method in class com.gigaspaces.metadata.SpaceTypeDescriptorBuilder
-
Sets whether or not this type supports dynamic properties.
- supportsGetSpaceId() - Method in interface com.gigaspaces.sync.DataSyncOperation
-
- supportsGetTypeDescriptor() - Method in interface com.gigaspaces.sync.DataSyncOperation
-
- supportsInheritance() - Method in class com.gigaspaces.datasource.SpaceDataSource
-
Determines whether this implementation supports types inheritance.
- supportsInheritance() - Method in class org.openspaces.persistency.hibernate.AbstractHibernateSpaceDataSource
-
- supportsInheritance() - Method in class org.openspaces.persistency.patterns.SpaceDataSourceExceptionHandler
-
- supportsOptimisticLocking() - Method in interface com.gigaspaces.metadata.SpaceTypeDescriptor
-
Returns true if this type supports optimistic locking, false otherwise.
- supportsOptimisticLocking(boolean) - Method in class com.gigaspaces.metadata.SpaceTypeDescriptorBuilder
-
Sets whether or not this type supports optimistic locking.
- supportsOverride() - Method in interface com.gigaspaces.cluster.replication.gateway.conflict.DataConflictOperation
-
- supportsParameterDeclarations() - Method in class org.openspaces.jpa.openjpa.StoreManagerSQLQuery
-
- supportsRandomAccess() - Method in class org.openspaces.jpa.openjpa.query.SpaceProjectionResultObjectProvider
-
- supportsRandomAccess() - Method in class org.openspaces.jpa.openjpa.query.SpaceResultObjectProvider
-
- supportsTemplateAsDocument() - Method in interface com.gigaspaces.datasource.DataSourceQuery
-
- supportsTemplateAsObject() - Method in interface com.gigaspaces.datasource.DataSourceQuery
-
- suppportsCustomIsolationLevel() - Method in class org.openspaces.core.transaction.manager.AbstractJiniTransactionManager
-
- suppportsCustomIsolationLevel() - Method in class org.openspaces.core.transaction.manager.DistributedJiniTransactionManager
-
- suppportsCustomIsolationLevel() - Method in class org.openspaces.core.transaction.manager.LookupJiniTransactionManager
-
- SUPPRESSED - Static variable in class org.openspaces.admin.alert.AlertStatus
-
SUPPRESSED is an alert status indicating that a raised alert has been suppressed.
- SYNC_REC_ACK_REPLICATION_MODE - Static variable in class com.j_spaces.core.cluster.ReplicationPolicy
-
- SYNC_REPLICATION_MODE - Static variable in class com.j_spaces.core.cluster.ReplicationPolicy
-
- SynchronizationSourceDetails - Interface in com.gigaspaces.sync
-
- syncVersion(OpenJPAStateManager, Object) - Method in class org.openspaces.jpa.StoreManager
-
- SYSTEM_TIME_PROVIDER - Static variable in class com.j_spaces.kernel.SystemProperties
-
- SYSTEM_TIME_PROVIDER_DEFAULT - Static variable in class com.j_spaces.kernel.SystemProperties
-
- SystemAuthority - Class in com.gigaspaces.security.authorities
-
Defines an Authority for managing of users and roles.
- SystemAuthority(SystemAuthority.SystemPrivilege) - Constructor for class com.gigaspaces.security.authorities.SystemAuthority
-
- SystemAuthority.SystemPrivilege - Enum in com.gigaspaces.security.authorities
-
Defines monitoring privileges
- SystemProperties - Class in com.j_spaces.kernel
-
This Class includes system properties used by the product.
- SystemProperties() - Constructor for class com.j_spaces.kernel.SystemProperties
-
- SystemRequirement - Class in org.openspaces.pu.sla.requirement
-
- SystemRequirement() - Constructor for class org.openspaces.pu.sla.requirement.SystemRequirement
-
- SystemRequirementBeanDefinitionParser - Class in org.openspaces.pu.sla.config
-
- SystemRequirementBeanDefinitionParser() - Constructor for class org.openspaces.pu.sla.config.SystemRequirementBeanDefinitionParser
-
- SystemTimeFixedLeasePeriodPolicy - Class in com.sun.jini.landlord
-
- SystemTimeFixedLeasePeriodPolicy(long, long) - Constructor for class com.sun.jini.landlord.SystemTimeFixedLeasePeriodPolicy
-