- 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.TransactionParticipants
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
SpaceInstances 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 Transactions.
- 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
SharedActivatableServiceDescriptors 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 TransactionParticipants 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
Uuids, 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
BeanPostProcessors.
- 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
BeanPostProcessors.
- 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
GatewayProcessingUnits, and it is in charge of
replication between different
Spaces. 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
Gateways 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 ServiceDescriptors 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
Transports.
- 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
Transports.
- 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
Spaces keyed by their names.
- getNames() - Method in interface org.openspaces.admin.zone.Zones
-
Returns a map of zone names to
Zones.
- 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
ReplicationStatusChangedEvents
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
SpaceModeChangedEvents
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
Spaces.
- 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
GridServiceManagers 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