- activated(Version) - Method in class com.kabira.platform.switchconfig.ConfigurationListener
-
Called when a configuration version has been activated for a registered
configuration type.
- active(String) - Method in class com.kabira.platform.highavailability.NodeNotifier
-
Called when a node becomes active.
- active(Version) - Method in class com.kabira.platform.switchconfig.Notifier
-
Deprecated.
Specified version being made active
- ActiveNodeIndex - Static variable in class com.kabira.platform.highavailability.Partition
-
Index to the active node in the nodes array
- add(String, Object) - Method in class com.kabira.platform.KeyFieldValueList
-
Adds a field value pair.
- add(String, Object, KeyComparisonOperator) - Method in class com.kabira.platform.KeyFieldValueRangeList
-
Adds a field that is part of a range query.
- addRow(String[]) - Method in class com.kabira.platform.management.Target
-
Add a row to the result set
- Allocator - Class in com.kabira.platform.osstats
-
Shared Memory Allocation Statistics
- Allocator() - Constructor for class com.kabira.platform.osstats.Allocator
-
Create a new Allocator
- Asynchronous - Annotation Type in com.kabira.platform.annotation
-
Annotation to indicate whether a method should be executed
asynchronously.
- audit(Version) - Method in class com.kabira.platform.switchconfig.Notifier
-
Deprecated.
Audit activating a configuration version
- auditActivate(Version) - Method in class com.kabira.platform.switchconfig.ConfigurationListener
-
Called before a configuration version is activated for a registered
configuration type.
- auditDeactivate(Version) - Method in class com.kabira.platform.switchconfig.ConfigurationListener
-
Called before a configuration version is deactivated for a registered
configuration type.
- auditInactive(Version) - Method in class com.kabira.platform.switchconfig.Notifier
-
Deprecated.
Audit a configuration version that is being
deactivated
- auditLoad(Version) - Method in class com.kabira.platform.switchconfig.ConfigurationListener
-
Called when a configuration version is loaded for a registered
configuration type.
- auditLoad(Version, OutParameter<Config[]>) - Method in class com.kabira.platform.switchconfig.Notifier
-
Deprecated.
Audit a configuration being loaded
- auditRemove(Version) - Method in class com.kabira.platform.switchconfig.ConfigurationListener
-
Called before a configuration version is removed
for a registered configuration type.
- auditRemove(Version) - Method in class com.kabira.platform.switchconfig.Notifier
-
Deprecated.
Audit a configuration version that is being
removed
- auditReplace(Version, Version) - Method in class com.kabira.platform.switchconfig.ConfigurationListener
-
Called before a configuration version is replacing the active version
for a registered configuration type.
- auditReplace(Version, Version) - Method in class com.kabira.platform.switchconfig.Notifier
-
Deprecated.
Audit replacing an active version
- CacheGroup - Annotation Type in com.kabira.platform.annotation
-
Deprecated.
Use partitions to control where data is replicated.
- cancel(String) - Method in class com.kabira.platform.swtimer.TimerNotifier
-
Cancel the timer
- cardinality() - Method in class com.kabira.platform.KeyQuery
-
Returns the number of instances of the given key.
- cardinality(Class<?>) - Static method in class com.kabira.platform.ManagedObject
-
Returns the number of instances of the given class.
- clear() - Method in class com.kabira.platform.KeyFieldValueList
-
Removes all fields from the list.
- clear() - Method in class com.kabira.platform.KeyFieldValueRangeList
-
Removes all fields from the list.
- close() - Method in class com.kabira.platform.logging.Handler
-
Close the log handler
- com.kabira.datagrid.annotation - package com.kabira.datagrid.annotation
-
Annotation types for Data Grid backed types.
- com.kabira.platform - package com.kabira.platform
-
Managed Object Services
- com.kabira.platform.annotation - package com.kabira.platform.annotation
-
Annotation types.
- com.kabira.platform.component - package com.kabira.platform.component
-
Component support.
- com.kabira.platform.highavailability - package com.kabira.platform.highavailability
-
High Availability
- com.kabira.platform.kcs - package com.kabira.platform.kcs
-
Configuration File Service
- com.kabira.platform.logging - package com.kabira.platform.logging
-
Logging Service
- com.kabira.platform.management - package com.kabira.platform.management
-
System Management
- com.kabira.platform.osstats - package com.kabira.platform.osstats
-
Runtime Statistics
- com.kabira.platform.swbuiltin - package com.kabira.platform.swbuiltin
-
Runtime services
- com.kabira.platform.switchconfig - package com.kabira.platform.switchconfig
-
Configuration Service
- com.kabira.platform.swtimer - package com.kabira.platform.swtimer
-
Transactional timer service
- com.kabira.test.management - package com.kabira.test.management
-
Management Test Support classes
- Command - Annotation Type in com.kabira.platform.management
-
Indicate that this method should be exposed as an command.
- commandComplete() - Method in class com.kabira.platform.management.Target
-
Indicate that the command has completed successfully.
- commandFailed(String) - Method in class com.kabira.platform.management.Target
-
Indicate that the command has failed.
- CommandFailed - Exception in com.kabira.test.management
-
This exception indicates that a problem occurred while executing a command.
- CompensationTrigger - Interface in com.kabira.platform
-
Indicate that this class implements a compensation trigger.
- ComponentException - Exception in com.kabira.platform.component
-
Component load failed exception.
- ComponentException(String) - Constructor for exception com.kabira.platform.component.ComponentException
-
Create a load failed exception.
- ComponentException(String, Throwable) - Constructor for exception com.kabira.platform.component.ComponentException
-
Create a load failed exception.
- Config - Class in com.kabira.platform.switchconfig
-
Base class for all configuration data.
- Config() - Constructor for class com.kabira.platform.switchconfig.Config
-
Create a new Config
- Configuration - Class in com.kabira.platform.kcs
-
Configuration types which extend
from this type are supported automatically
by the kcs configuration loader.
- Configuration() - Constructor for class com.kabira.platform.kcs.Configuration
-
Create a new Configuration
- ConfigurationException - Exception in com.kabira.platform.switchconfig
-
Specialization of OperationFailed that uses the detail message
and cause constructor parameters to set the value of the
OperationFailed.reason field.
- ConfigurationException() - Constructor for exception com.kabira.platform.switchconfig.ConfigurationException
-
Constructs a new exception with null as
its detail message.
- ConfigurationException(String) - Constructor for exception com.kabira.platform.switchconfig.ConfigurationException
-
Constructs a new exception with the specified detail message.
- ConfigurationException(String, Throwable) - Constructor for exception com.kabira.platform.switchconfig.ConfigurationException
-
Constructs a new exception with the specified detail message,
cause.
- ConfigurationException(Throwable) - Constructor for exception com.kabira.platform.switchconfig.ConfigurationException
-
Constructs a new exception with the specified cause
and a detail message of (cause==null ? null :
cause.toString()) (which typically contains the
class and detail message of cause).
- ConfigurationListener - Class in com.kabira.platform.switchconfig
-
Listener for lifecycle changes to configuration versions.
- ConfigurationListener(String) - Constructor for class com.kabira.platform.switchconfig.ConfigurationListener
-
Create an instance to listen for configuration lifecycle events.
- ConfigurationState - Enum in com.kabira.test.management
-
- Configure - Class in com.kabira.platform.swtimer
-
- Configure() - Constructor for class com.kabira.platform.swtimer.Configure
-
Create a new Configure
- Const - Class in com.kabira.platform.swtimer
-
Constant definitions for com.kabira.platform.swtimer package.
- createdInTransaction(Object) - Static method in class com.kabira.platform.swbuiltin.ObjectServices
-
Determine if object was created in
the current transaction.
- createKeyQuery(Class<T>, String) - Method in class com.kabira.platform.KeyManager
-
Returns a new instance of a KeyQuery class.
- getActiveNode() - Method in class com.kabira.platform.highavailability.Partition
-
Get the active node for the partition.
- getActivePrincipalName() - Method in class com.kabira.platform.management.Target
-
Retrieve the name of the currently active Principal.
- getActiveTransactionProperties() - Static method in class com.kabira.platform.Transaction
-
Returns the transaction properties for the current transaction.
- getActiveVersion() - Method in class com.kabira.platform.switchconfig.Group
-
Returns the active version of this
configuration, or null if no version
is active.
- getAudit() - Method in class com.kabira.platform.highavailability.PartitionMapper.Properties
-
Get the audit value.
- getBooleanValue() - Method in class com.kabira.platform.Parameter
-
Returns the boolean value of this Parameter.
- getByteValue() - Method in class com.kabira.platform.Parameter
-
Returns the byte value of this Parameter.
- getCharValue() - Method in class com.kabira.platform.Parameter
-
Returns the char value of this Parameter.
- getConfigGroupKind() - Method in class com.kabira.platform.switchconfig.Config
-
get the groupKind for this config object
- getConfigs() - Method in class com.kabira.platform.switchconfig.Version
-
Obtains all related Config instances
- getCurrentState() - Method in class com.kabira.platform.highavailability.Partition
-
Get the current state for the partition.
- getDoubleValue() - Method in class com.kabira.platform.Parameter
-
Returns the double value of this Parameter.
- getEngineInstance() - Static method in class com.kabira.platform.swbuiltin.EngineServices
-
Access engine instance
- getEngineName() - Static method in class com.kabira.platform.swbuiltin.EngineServices
-
Get the name of this engine.
- getField(String) - Method in class com.kabira.platform.ManagedObjectStreamClass
-
Get a field of this managed class by name.
- getFields() - Method in class com.kabira.platform.ManagedObjectStreamClass
-
Return an array of the fields of this managed class.
- getFloatValue() - Method in class com.kabira.platform.Parameter
-
Returns the float value of this Parameter.
- getForceReplication() - Method in class com.kabira.platform.highavailability.Partition.Properties
-
Get the current forceReplication property value.
- getGroupKind() - Method in class com.kabira.platform.kcs.Configuration
-
Deprecated.
This operation has been replaced by getType().
To preserve backwards compatibility, the configuration
service continues to call getGroupKind() but the
default implementation of getGroupKind() has been
updated to call getType(). For future compatibility,
move implementations of getGroupKind(), if any, to
getType(), and remove getGroupKind().
- getIdentifier() - Static method in class com.kabira.platform.Transaction
-
Returns the transaction identifier for the current transaction.
- getIntValue() - Method in class com.kabira.platform.Parameter
-
Returns the int value of this Parameter.
- getIsolationLevel() - Method in class com.kabira.platform.Transaction.Properties
-
Get the isolation level.
- getLastStateChangeTime() - Method in class com.kabira.platform.highavailability.Partition
-
Get the last time the state for the partition was updated
- getLongValue() - Method in class com.kabira.platform.Parameter
-
Returns the long value of this Parameter.
- getMaximumResult(LockMode) - Method in class com.kabira.platform.KeyQuery
-
Returns the maximum value for the given ordered key.
- getMemorySize() - Method in class com.kabira.platform.osstats.Allocator
-
Returns the size of shared memory.
- getMemoryUtilization() - Method in class com.kabira.platform.osstats.Allocator
-
Returns the current percentage
of allocated shared memory.
- getMinimumResult(LockMode) - Method in class com.kabira.platform.KeyQuery
-
Returns the mininum value for the given ordered key.
- getName() - Method in class com.kabira.platform.highavailability.Partition
-
Get the partition name.
- getName() - Method in class com.kabira.platform.ManagedObjectStreamClass
-
Returns the name of the class described by this descriptor.
- getName() - Method in class com.kabira.platform.switchconfig.Version
-
Returns the named configuration to which
this version belongs.
- getNames() - Method in class com.kabira.platform.switchconfig.GroupKind
-
Returns the named configurations that are
associated with this type.
- getNodeList() - Method in class com.kabira.platform.highavailability.Partition
-
Get the complete node list for the partition.
- getNodeName() - Method in class com.kabira.platform.highavailability.ReplicaNode
-
Get the Replica node name.
- getNodeName() - Static method in class com.kabira.platform.swbuiltin.EngineServices
-
Node name for shared memory
- getNumberDeadlocks() - Method in class com.kabira.platform.Transaction
-
Returns the number of deadlocks detected and replayed for the last
call to execute().
- getObjectPartition(Object) - Static method in class com.kabira.platform.highavailability.PartitionManager
-
Get the partition an object is in.
- getObjectsLockedPerTransaction() - Method in class com.kabira.platform.highavailability.Partition.Properties
-
Get the current objectsLockedPerTransaction property value.
- getObjectValue() - Method in class com.kabira.platform.Parameter
-
Returns a String object containing the
string value of this Parameter.
- getOrCreateSingleResult(LockMode, KeyFieldValueList) - Method in class com.kabira.platform.KeyQuery
-
Returns the instance for the given unique key.
- getPartition(String) - Static method in class com.kabira.platform.highavailability.PartitionManager
-
Find a partition by name.
- getPartition(Object) - Method in class com.kabira.platform.highavailability.PartitionMapper
-
Determine which partition a given object is associated with.
- getPartitions() - Static method in class com.kabira.platform.highavailability.PartitionManager
-
Find all partitions on the local node.
- getProperties() - Method in class com.kabira.platform.highavailability.Partition
-
Get the properties currently defined for the partition.
- getReplicaNode(int) - Method in class com.kabira.platform.highavailability.Partition
-
Get the ReplicaNode instance for the given replica node index.
- getReplicaNode(String) - Method in class com.kabira.platform.highavailability.Partition
-
Get the ReplicaNode instance for the given replica node name.
- getReplicaNodes() - Method in class com.kabira.platform.highavailability.Partition
-
Get the replica node list for the partition.
- getReplicationType() - Method in class com.kabira.platform.highavailability.ReplicaNode
-
Get the ReplicationType value for the replica.
- getRestoreFromNode() - Method in class com.kabira.platform.highavailability.Partition.Properties
-
Get the current restoreFromNode property value.
- getResults(LockMode) - Method in class com.kabira.platform.KeyQuery
-
Returns the results of a query.
- getResults(KeyOrderedBy, LockMode) - Method in class com.kabira.platform.KeyQuery
-
Returns the results for a query using an ordered key.
- getSerialVersionUID() - Method in class com.kabira.platform.ManagedObjectStreamClass
-
Return the serialVersionUID for this class.
- getShortValue() - Method in class com.kabira.platform.Parameter
-
Returns the short value of this Parameter.
- getSingleResult(LockMode) - Method in class com.kabira.platform.KeyQuery
-
Returns the instance matching the given unique key.
- getThrottleState() - Static method in class com.kabira.platform.swbuiltin.EngineServices
-
Check the state of throttling
- getTransactionName() - Method in class com.kabira.platform.Transaction.Properties
-
Get the transaction name.
- getType() - Method in class com.kabira.platform.kcs.Configuration
-
Returns the configuration type identifier.
- getType() - Method in class com.kabira.platform.switchconfig.Group
-
Returns the configuration type.
- getValue() - Method in class com.kabira.platform.Parameter
-
Returns the value of this Parameter.
- getVersion() - Method in class com.kabira.platform.switchconfig.Config
-
Returns the version to which this
configuration instance belongs.
- getVersions() - Method in class com.kabira.platform.switchconfig.Group
-
Returns the versions of this configuration
that are currently available.
- Group - Class in com.kabira.platform.switchconfig
-
Representation of a named configuration.
- Group() - Constructor for class com.kabira.platform.switchconfig.Group
-
Create a new Group
- groupId - Variable in class com.kabira.platform.switchconfig.Config
-
Group identifier
- groupId - Variable in class com.kabira.platform.switchconfig.Group
-
Group identifier.
- groupId - Variable in class com.kabira.platform.switchconfig.Version
-
Group identifier
- groupKind - Variable in class com.kabira.platform.switchconfig.Group
-
Group kind identifier
- GroupKind - Class in com.kabira.platform.switchconfig
-
Navigable representation of a configuration type.
- GroupKind(String) - Constructor for class com.kabira.platform.switchconfig.GroupKind
-
Create a new GroupKind
- groupKind - Variable in class com.kabira.platform.switchconfig.GroupKind
-
groupkind.
- groupKindId - Variable in class com.kabira.platform.switchconfig.Version
-
Group kind identifier
- Key - Annotation Type in com.kabira.platform.annotation
-
This annotation defines a single key for a Managed class.
- KeyComparisonOperator - Enum in com.kabira.platform
-
Comparison operators supported in range queries.
- KeyError - Error in com.kabira.platform
-
Base class for all key exceptions.
- KeyError() - Constructor for error com.kabira.platform.KeyError
-
Creates a KeyError exception.
- KeyError(String) - Constructor for error com.kabira.platform.KeyError
-
Creates a KeyError exception.
- KeyField - Annotation Type in com.kabira.platform.annotation
-
This annotation describes the mapping between constructor arguments
and the key field that the argument sets.
- KeyFieldValueList - Class in com.kabira.platform
-
Class used to manage field values.
- KeyFieldValueList() - Constructor for class com.kabira.platform.KeyFieldValueList
-
Creates a KeyFieldValueList instance.
- KeyFieldValueRangeList - Class in com.kabira.platform
-
Class used to manage field values with ranges.
- KeyFieldValueRangeList() - Constructor for class com.kabira.platform.KeyFieldValueRangeList
-
Creates a KeyFieldValueRangeList instance.
- KeyIllegalFieldError - Error in com.kabira.platform
-
Exception thrown when a field is used that isn't part of a key.
- KeyIllegalFieldError() - Constructor for error com.kabira.platform.KeyIllegalFieldError
-
Creates a KeyIllegalFieldError exception.
- KeyIllegalFieldError(String) - Constructor for error com.kabira.platform.KeyIllegalFieldError
-
Creates a KeyIllegalFieldError exception.
- KeyIllegalKeyTypeError - Error in com.kabira.platform
-
Exception thrown when a range query is attempted on an key
that doesn't support the operation.
- KeyIllegalKeyTypeError() - Constructor for error com.kabira.platform.KeyIllegalKeyTypeError
-
Creates a KeyIllegalKeyTypeError exception.
- KeyIllegalKeyTypeError(String) - Constructor for error com.kabira.platform.KeyIllegalKeyTypeError
-
Creates a KeyIllegalKeyTypeError exception.
- KeyIncompleteError - Error in com.kabira.platform
-
Exception thrown when an attempt is made to access a result set
before all the fields defining a key are defined.
- KeyIncompleteError() - Constructor for error com.kabira.platform.KeyIncompleteError
-
Creates a KeyIncompleteError exception.
- KeyIncompleteError(String) - Constructor for error com.kabira.platform.KeyIncompleteError
-
Creates an KeyIncompleteError exception.
- KeyList - Annotation Type in com.kabira.platform.annotation
-
This annotation is used to define multiple keys on a single Managed class.
- KeyMalformedQueryError - Error in com.kabira.platform
-
Exception thrown for queries that make no sense (i.e.
- KeyMalformedQueryError() - Constructor for error com.kabira.platform.KeyMalformedQueryError
-
Creates a KeyMalformedQueryError exception.
- KeyMalformedQueryError(String) - Constructor for error com.kabira.platform.KeyMalformedQueryError
-
Creates a KeyMalformedQueryError exception.
- KeyManager<T> - Class in com.kabira.platform
-
Factory for KeyQuery instances.
- KeyManager() - Constructor for class com.kabira.platform.KeyManager
-
Creates a KeyManager instance.
- KeyNullValueError - Error in com.kabira.platform
-
Exception thrown when a value is null.
- KeyNullValueError() - Constructor for error com.kabira.platform.KeyNullValueError
-
Creates a KeyNullValueError exception.
- KeyNullValueError(String) - Constructor for error com.kabira.platform.KeyNullValueError
-
Creates a KeyNullValueError exception.
- KeyOrderedBy - Enum in com.kabira.platform
-
Orderby values supported in range query results.
- KeyQuery<T> - Class in com.kabira.platform
-
Class used to define a query and obtain results using keys.
- KeyUnknownKeyNameError - Error in com.kabira.platform
-
Exception thrown when an annotated key name is not defined
on the class.
- KeyUnknownKeyNameError() - Constructor for error com.kabira.platform.KeyUnknownKeyNameError
-
Creates a KeyUnknownKeyNameError exception.
- KeyUnknownKeyNameError(String) - Constructor for error com.kabira.platform.KeyUnknownKeyNameError
-
Creates a KeyUnknownKeyNameError exception.
- Parameter - Annotation Type in com.kabira.platform.management
-
ManagementTarget Command parameter.
- Parameter<T> - Class in com.kabira.platform
-
Generic holder class for parameters.
- Parameter() - Constructor for class com.kabira.platform.Parameter
-
Creates an empty Parameter.
- Parameter(T) - Constructor for class com.kabira.platform.Parameter
-
Creates a Parameter containing a value.
- Partition - Class in com.kabira.platform.highavailability
-
The Partition class.
- Partition.Properties - Class in com.kabira.platform.highavailability
-
The Partition properties used when defining a partition
- Partition.Properties() - Constructor for class com.kabira.platform.highavailability.Partition.Properties
-
Default constructor.
- Partition.State - Enum in com.kabira.platform.highavailability
-
The Partition states
- PartitionManager - Class in com.kabira.platform.highavailability
-
The PartitionManager class.
- PartitionManager.DisableAction - Enum in com.kabira.platform.highavailability
-
An enumeration of the possible actions that can be taken when
disabling high availability for a node.
- PartitionManager.EnableAction - Enum in com.kabira.platform.highavailability
-
An enumeration of the possible actions that can be taken when
enabling high availability for a node.
- PartitionMapper - Class in com.kabira.platform.highavailability
-
The PartitionMapper class.
- PartitionMapper() - Constructor for class com.kabira.platform.highavailability.PartitionMapper
-
- PartitionMapper.Properties - Class in com.kabira.platform.highavailability
-
The Mapper properties used when defining a partition mapper.
- PartitionMapper.Properties() - Constructor for class com.kabira.platform.highavailability.PartitionMapper.Properties
-
Default constructor.
- PartitionMapper.Properties(PartitionMapper.Properties.Audit) - Constructor for class com.kabira.platform.highavailability.PartitionMapper.Properties
-
Constructor containing audits value.
- PartitionMapper.Properties.Audit - Enum in com.kabira.platform.highavailability
-
An enumeration of the possible audits that can be taken when
setting a PartitionMapper for a given type.
- PartitionNotFound - Error in com.kabira.platform.highavailability
-
Exception thrown when a partition cannot be found.
- PartitionNotFound() - Constructor for error com.kabira.platform.highavailability.PartitionNotFound
-
Creates a PartitionNotFound exception.
- PartitionNotFound(String) - Constructor for error com.kabira.platform.highavailability.PartitionNotFound
-
Creates a PartitionNotFound exception.
- PartitionNotifier - Class in com.kabira.platform.highavailability
-
The PartitionNotifier class.
- PartitionNotifier() - Constructor for class com.kabira.platform.highavailability.PartitionNotifier
-
- postConfigurationInitialize() - Method in class com.kabira.platform.component.Notifier
-
Called after all configuration files for the component
currently being activated have been loaded and activated.
- postConfigurationTerminate() - Method in class com.kabira.platform.component.Notifier
-
Called during component deactivation after all of the configuration
files from this component have been deactivated and unloaded.
- preConfigurationInitialize() - Method in class com.kabira.platform.component.Notifier
-
Called before any configuration files for the component
currently being activated have been loaded and activated.
- preConfigurationInitialize() - Method in class com.kabira.platform.logging.EventServiceNotifier
-
Pre configuration initialization
- preConfigurationTerminate() - Method in class com.kabira.platform.component.Notifier
-
Called during component deactivation before any of the
configuration files from this component have been deactivated
and unloaded.
- principal - Variable in class com.kabira.platform.switchconfig.Version
-
The principal who applied the state change
- publish(LogRecord) - Method in class com.kabira.platform.logging.Handler
-
Publish a log record
- readLockObject(Object) - Static method in class com.kabira.platform.Transaction
-
Establishes a read lock for the given object.
- readObjectFromStream(ManagedObjectStreamClass, ObjectInputStream) - Method in interface com.kabira.platform.ObjectMismatchTrigger
-
Called when reading data from a mismatched node.
- reason - Variable in exception com.kabira.platform.switchconfig.OperationFailed
-
Deprecated.
Textual description of the failure
- register(Class) - Static method in class com.kabira.platform.management.Target
-
Register a Target.
- registerNotifier(InOutParameter<Notifier>) - Method in class com.kabira.platform.switchconfig.GroupKind
-
Deprecated.
Notifier has been replaced by
ConfigurationListener.
- remove(Version) - Method in class com.kabira.platform.switchconfig.Notifier
-
Deprecated.
Specified version is being removed
- removed(Version) - Method in class com.kabira.platform.switchconfig.ConfigurationListener
-
Called when a configuration version has been removed.
- replace(Version, Version) - Method in class com.kabira.platform.switchconfig.Notifier
-
Deprecated.
Replace an active version with another version
- replaced(Version, Version) - Method in class com.kabira.platform.switchconfig.ConfigurationListener
-
Called when a configuration version has been activated, replacing an
existing, active, version.
- ReplicaNode - Class in com.kabira.platform.highavailability
-
Replica node entry
- ReplicaNode(String, ReplicaNode.ReplicationType) - Constructor for class com.kabira.platform.highavailability.ReplicaNode
-
Construct a ReplicaNode entry
- ReplicaNode.ReplicationType - Enum in com.kabira.platform.highavailability
-
An enumeration of how objects are sent to replica nodes.
- ReplicateAll - Static variable in annotation type com.kabira.datagrid.annotation.DataGrid
-
Replicate to all data grid nodes.
- ReplicateNone - Static variable in annotation type com.kabira.datagrid.annotation.DataGrid
-
Do not replicate.
- reset(String, int) - Method in class com.kabira.platform.swtimer.TimerNotifier
-
Reset the timer expiration time
- ResourceUnavailableException - Exception in com.kabira.platform
-
resource unavailable exception.
- ResourceUnavailableException() - Constructor for exception com.kabira.platform.ResourceUnavailableException
-
Creates a ResourceUnavailableException exception.
- ResourceUnavailableException(String) - Constructor for exception com.kabira.platform.ResourceUnavailableException
-
Creates a ResourceUnavailableException exception.
- ResourceUnavailableException(String, Throwable) - Constructor for exception com.kabira.platform.ResourceUnavailableException
-
Creates a ResourceUnavailableException exception.
- restoreFromNode(String) - Method in class com.kabira.platform.highavailability.Partition.Properties
-
Define the node that the partition should be restored from.
- Result - Enum in com.kabira.platform.swtimer
-
Result is returned from the reset operation.
- run() - Method in class com.kabira.platform.Transaction
-
User defined method that is run in the context of a transaction.
- runObjectNotifier(ObjectNotifier) - Static method in class com.kabira.platform.swbuiltin.ObjectServices
-
Run an object notifier
- serialVersionUID - Static variable in error com.kabira.platform.DataError
-
Serialization version.
- serialVersionUID - Static variable in error com.kabira.platform.Error
-
Serialization version.
- serialVersionUID - Static variable in error com.kabira.platform.highavailability.NodeMismatch
-
Serialization version.
- serialVersionUID - Static variable in error com.kabira.platform.highavailability.NotActiveNode
-
Serialization version.
- serialVersionUID - Static variable in error com.kabira.platform.highavailability.PartitionNotFound
-
Serialization version.
- serialVersionUID - Static variable in error com.kabira.platform.KeyError
-
Serialization version.
- serialVersionUID - Static variable in error com.kabira.platform.KeyIllegalFieldError
-
Serialization version.
- serialVersionUID - Static variable in error com.kabira.platform.KeyIllegalKeyTypeError
-
Serialization version.
- serialVersionUID - Static variable in error com.kabira.platform.KeyIncompleteError
-
Serialization version.
- serialVersionUID - Static variable in error com.kabira.platform.KeyMalformedQueryError
-
Serialization version.
- serialVersionUID - Static variable in error com.kabira.platform.KeyNullValueError
-
Serialization version.
- serialVersionUID - Static variable in error com.kabira.platform.KeyUnknownKeyNameError
-
Serialization version.
- serialVersionUID - Static variable in error com.kabira.platform.ManagedClassError
-
Serialization version.
- serialVersionUID - Static variable in exception com.kabira.platform.ObjectNotUniqueError
-
Serialization version.
- serialVersionUID - Static variable in exception com.kabira.platform.ResourceUnavailableException
-
Serialization version.
- serialVersionUID - Static variable in error com.kabira.platform.StateConflictError
-
Serialization version.
- serialVersionUID - Static variable in exception com.kabira.platform.switchconfig.OperationFailed
-
Deprecated.
- serialVersionUID - Static variable in error com.kabira.platform.Transaction.InvalidTransactionState
-
Serialization version.
- serialVersionUID - Static variable in exception com.kabira.platform.Transaction.InvocationRunException
-
Serialization version.
- serialVersionUID - Static variable in error com.kabira.platform.Transaction.NotTransactional
-
Serialization version.
- serialVersionUID - Static variable in exception com.kabira.platform.Transaction.Rollback
-
Serialization version.
- set(String, long, long) - Method in class com.kabira.platform.swtimer.Configure
-
- setAudit(PartitionMapper.Properties.Audit) - Method in class com.kabira.platform.highavailability.PartitionMapper.Properties
-
Set the audit value.
- setBooleanValue(boolean) - Method in class com.kabira.platform.Parameter
-
Sets the value of this Parameter to
the passed in boolean.
- setByteValue(byte) - Method in class com.kabira.platform.Parameter
-
Sets the value of this Parameter to the passed in byte.
- setCharValue(char) - Method in class com.kabira.platform.Parameter
-
Sets the value of this Parameter to the passed in char.
- setColumnNames(String[]) - Method in class com.kabira.platform.management.Target
-
Set the names of the m_columns for the result set.
- setDoubleValue(double) - Method in class com.kabira.platform.Parameter
-
Set the value of this Parameter to the passed in double.
- setFloatValue(float) - Method in class com.kabira.platform.Parameter
-
Sets the value of this Parameter to the passed in float.
- setIntValue(int) - Method in class com.kabira.platform.Parameter
-
Sets the value of this Parameter to the passed in int.
- setIsolationLevel(Transaction.IsolationLevel) - Method in class com.kabira.platform.Transaction.Properties
-
Set the isolation level.
- setLongValue(long) - Method in class com.kabira.platform.Parameter
-
Sets the value of this Parameter to the passed in long.
- setMapper(Class, PartitionMapper) - Static method in class com.kabira.platform.highavailability.PartitionManager
-
Associate a mapper to a given managed class.
- setMapper(Class, PartitionMapper, PartitionMapper.Properties) - Static method in class com.kabira.platform.highavailability.PartitionManager
-
Associate a mapper to a given managed class.
- setNotifier(PartitionNotifier) - Method in class com.kabira.platform.highavailability.Partition
-
Associated a notifier with the partition.
- setObjectsLockedPerTransaction(long) - Method in class com.kabira.platform.highavailability.Partition.Properties
-
Define the number of objects locked in a transaction when performing
a migrate() or update().
- setObjectValue(String) - Method in class com.kabira.platform.Parameter
-
Sets the value of this Parameter to the passed in String.
- setShortValue(short) - Method in class com.kabira.platform.Parameter
-
Sets the value of this Parameter to the passed in short.
- setTransactionName(String) - Method in class com.kabira.platform.Transaction.Properties
-
Set the transaction name.
- setValue(T) - Method in class com.kabira.platform.Parameter
-
Sets the value of this Parameter.
- startOneShot(int, Object) - Method in class com.kabira.platform.swtimer.TimerNotifier
-
Start a timer that fires once
- startRecurring(int, Object) - Method in class com.kabira.platform.swtimer.TimerNotifier
-
Start a timer that fires multiple times
- state - Variable in class com.kabira.platform.switchconfig.Version
-
Version state
- stateChange(String, Partition.State, Partition.State) - Method in class com.kabira.platform.highavailability.PartitionNotifier
-
Called when a partition state change happens.
- stateChangeDateTime - Variable in class com.kabira.platform.switchconfig.Version
-
Date and time version state changed
- StateConflictError - Error in com.kabira.platform
-
State conflict exception.
- StateConflictError() - Constructor for error com.kabira.platform.StateConflictError
-
Creates a StateConflictError exception.
- StateConflictError(String) - Constructor for error com.kabira.platform.StateConflictError
-
Creates a StateConflictError exception.
- stop(int) - Static method in class com.kabira.platform.swbuiltin.EngineServices
-
Schedule the current engine to exit
- stringToObject(String) - Static method in class com.kabira.platform.swbuiltin.ObjectServices
-
Convert a stringified object reference
to an Object
- Target - Class in com.kabira.platform.management
-
System management targets allow developers to extend the system
management framework.
- Target() - Constructor for class com.kabira.platform.management.Target
-
- TargetError - Error in com.kabira.platform.management
-
Thrown by the framework when a Target behaves incorrectly, or fails an
audit at registration time.
- throttle() - Static method in class com.kabira.platform.swbuiltin.EngineServices
-
Throttle incoming work if necessary
- TimerNotifier - Class in com.kabira.platform.swtimer
-
Timer Notifier
- TimerNotifier() - Constructor for class com.kabira.platform.swtimer.TimerNotifier
-
Create a new TimerNotifier
- timerNotify(String, Object) - Method in class com.kabira.platform.swtimer.TimerNotifier
-
Called when a timer fires
- toString() - Method in class com.kabira.platform.KeyQuery
-
Creates a human readable query string.
- toString() - Method in class com.kabira.platform.Parameter
-
Returns a String object representing this Parameter's value.
- toString() - Method in class com.kabira.platform.switchconfig.Group
-
Returns the configuration name.
- toString() - Method in class com.kabira.platform.switchconfig.GroupKind
-
Returns the configuration type identifier.
- toString() - Method in class com.kabira.platform.Transaction.Identifier
-
Returns a string representation of a transaction identifier.
- Transaction - Class in com.kabira.platform
-
Executes code in the context of a transaction.
- Transaction(String) - Constructor for class com.kabira.platform.Transaction
-
Creates a new transaction.
- Transaction() - Constructor for class com.kabira.platform.Transaction
-
Creates a new transaction.
- Transaction.Identifier - Class in com.kabira.platform
-
Transaction identifier.
- Transaction.InvalidTransactionState - Error in com.kabira.platform
-
Invalid transaction state exception.
- Transaction.InvocationRunException - Exception in com.kabira.platform
-
Invocation run exception.
- Transaction.InvocationRunException(String, Throwable) - Constructor for exception com.kabira.platform.Transaction.InvocationRunException
-
Creates an exception that is propagated to the caller.
- Transaction.IsolationLevel - Enum in com.kabira.platform
-
Transaction isolation levels.
- Transaction.NotTransactional - Error in com.kabira.platform
-
Not transactional exception.
- Transaction.Properties - Class in com.kabira.platform
-
The Transaction properties used when executing a transaction
- Transaction.Properties() - Constructor for class com.kabira.platform.Transaction.Properties
-
Default constructor, sets properties to default values:
- Transaction.Properties(Transaction.IsolationLevel) - Constructor for class com.kabira.platform.Transaction.Properties
-
Construct a properties instance with the given isolation level
and a null transaction name.
- Transaction.Properties(String) - Constructor for class com.kabira.platform.Transaction.Properties
-
- Transaction.Properties(String, Transaction.IsolationLevel) - Constructor for class com.kabira.platform.Transaction.Properties
-
Construct a properties instance with the given name and
isolation level.
- Transaction.Result - Enum in com.kabira.platform
-
Execute method return values.
- Transaction.Rollback - Exception in com.kabira.platform
-
Rollback exception.
- Transaction.Rollback() - Constructor for exception com.kabira.platform.Transaction.Rollback
-
Creates a rollback exception.
- Transaction.Rollback(Throwable) - Constructor for exception com.kabira.platform.Transaction.Rollback
-
Creates a rollback exception that is propagated to the caller.
- Transaction.Rollback(String, Throwable) - Constructor for exception com.kabira.platform.Transaction.Rollback
-
Creates a rollback exception that is propagated to the caller.
- TransactionNotifier - Class in com.kabira.platform.swbuiltin
-
Commit/abort notification support
- TransactionNotifier() - Constructor for class com.kabira.platform.swbuiltin.TransactionNotifier
-
Create a new TransactionNotifier
- Type - Class in com.kabira.platform.osstats
-
Object Type Statistics
- Type() - Constructor for class com.kabira.platform.osstats.Type
-
Create a new Type
- typeSize(Object, OutParameter<String>) - Method in class com.kabira.platform.osstats.Type
-
Deprecated.
This method is deprecated, please use
the Type.memoryUsage() method.
- valueOf(String) - Static method in enum com.kabira.platform.annotation.Distributed.CacheType
-
Deprecated.
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.kabira.platform.highavailability.Partition.State
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.kabira.platform.highavailability.PartitionManager.DisableAction
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.kabira.platform.highavailability.PartitionManager.EnableAction
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.kabira.platform.highavailability.PartitionMapper.Properties.Audit
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.kabira.platform.highavailability.ReplicaNode.ReplicationType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.kabira.platform.KeyComparisonOperator
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.kabira.platform.KeyOrderedBy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.kabira.platform.LockMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.kabira.platform.swbuiltin.EngineServices.ThrottleState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.kabira.platform.switchconfig.Version.State
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.kabira.platform.swtimer.Result
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.kabira.platform.Transaction.IsolationLevel
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.kabira.platform.Transaction.Result
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.kabira.test.management.ConfigurationState
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.kabira.platform.annotation.Distributed.CacheType
-
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.kabira.platform.highavailability.Partition.State
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.kabira.platform.highavailability.PartitionManager.DisableAction
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.kabira.platform.highavailability.PartitionManager.EnableAction
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.kabira.platform.highavailability.PartitionMapper.Properties.Audit
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.kabira.platform.highavailability.ReplicaNode.ReplicationType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.kabira.platform.KeyComparisonOperator
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.kabira.platform.KeyOrderedBy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.kabira.platform.LockMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.kabira.platform.swbuiltin.EngineServices.ThrottleState
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.kabira.platform.switchconfig.Version.State
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.kabira.platform.swtimer.Result
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.kabira.platform.Transaction.IsolationLevel
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.kabira.platform.Transaction.Result
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.kabira.test.management.ConfigurationState
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- Version - Class in com.kabira.platform.switchconfig
-
A single configuration version.
- Version() - Constructor for class com.kabira.platform.switchconfig.Version
-
Create a new Version
- Version.State - Enum in com.kabira.platform.switchconfig
-
State of version
- versionId - Variable in class com.kabira.platform.switchconfig.Config
-
Version identifier
- versionId - Variable in class com.kabira.platform.switchconfig.Version
-
Version identifier