Serialized Form
-
Package com.alachisoft.ncache.client
-
Class com.alachisoft.ncache.client.ClusterEvent extends java.util.EventObject implements Serializable
-
Serialized Fields
-
cacheId
java.lang.String cacheId
-
ip
java.lang.String ip
-
port
int port
-
type
CacheStatusNotificationType type
-
-
-
-
Package com.alachisoft.ncache.runtime.dependencies
-
Class com.alachisoft.ncache.runtime.dependencies.AggregateCacheDependency extends CacheDependency implements Serializable
-
Class com.alachisoft.ncache.runtime.dependencies.BulkExtensibleDependency extends ExtensibleDependency implements Serializable
-
Serialized Fields
-
_expired
boolean _expired
-
-
-
Class com.alachisoft.ncache.runtime.dependencies.CacheDependency extends java.lang.Object implements Serializable
-
Serialized Fields
-
_dependencies
java.util.List<CacheDependency> _dependencies
-
_startAfter
java.util.Date _startAfter
-
-
-
Class com.alachisoft.ncache.runtime.dependencies.CustomDependency extends CacheDependency implements Serializable
-
Serialized Fields
-
_parameters
java.util.Map<java.lang.String,java.lang.String> _parameters
-
_providerName
java.lang.String _providerName
-
-
-
Class com.alachisoft.ncache.runtime.dependencies.DBCacheDependency extends CacheDependency implements Serializable
-
Serialized Fields
-
_connectionString
java.lang.String _connectionString
-
_primaryKey
java.lang.String _primaryKey
-
_type
DBDependencyType _type
-
-
-
Class com.alachisoft.ncache.runtime.dependencies.ExtensibleDependency extends CacheDependency implements Serializable
-
Class com.alachisoft.ncache.runtime.dependencies.FileDependency extends CacheDependency implements Serializable
-
Serialized Fields
-
_fileNames
java.util.List<java.lang.String> _fileNames
-
_startAfterTicks
long _startAfterTicks
-
-
-
Class com.alachisoft.ncache.runtime.dependencies.KeyDependency extends CacheDependency implements Serializable
-
Serialized Fields
-
_cacheKeys
java.util.List<java.lang.String> _cacheKeys
-
_keyDependencyType
KeyDependencyType _keyDependencyType
-
_startAfterTicks
long _startAfterTicks
-
-
-
Class com.alachisoft.ncache.runtime.dependencies.OracleCacheDependency extends CacheDependency implements Serializable
-
Serialized Fields
-
_cmdParams
java.util.Map<java.lang.String,OracleCmdParams> _cmdParams
-
_cmdText
java.lang.String _cmdText
-
_cmdType
CommandType _cmdType
-
_connectionString
java.lang.String _connectionString
-
-
-
Class com.alachisoft.ncache.runtime.dependencies.SqlCacheDependency extends CacheDependency implements Serializable
-
Serialized Fields
-
_cmdParams
java.util.Map<java.lang.String,SqlCmdParams> _cmdParams
-
_cmdText
java.lang.String _cmdText
-
_cmdType
CommandType _cmdType
-
_connectionString
java.lang.String _connectionString
-
-
-
-
Package com.alachisoft.ncache.runtime.exceptions
-
Class com.alachisoft.ncache.runtime.exceptions.AggregateException extends CacheException implements Serializable
-
Serialized Fields
-
_exceptions
java.lang.Exception[] _exceptions
-
-
-
Class com.alachisoft.ncache.runtime.exceptions.AttributeIndexNotDefined extends java.lang.Exception implements Serializable
-
Class com.alachisoft.ncache.runtime.exceptions.BadResponseException extends java.lang.Exception implements Serializable
-
Class com.alachisoft.ncache.runtime.exceptions.CacheException extends java.lang.Exception implements Serializable
-
Serialized Fields
-
_stackTrace
java.lang.String _stackTrace
-
errorCode
int errorCode
Property for setting ErrorCode
-
-
-
Class com.alachisoft.ncache.runtime.exceptions.ChannelClosedException extends ChannelException implements Serializable
-
Class com.alachisoft.ncache.runtime.exceptions.ChannelException extends java.lang.Exception implements Serializable
-
Serialized Fields
-
_cause
java.lang.Exception _cause
-
-
-
Class com.alachisoft.ncache.runtime.exceptions.ChannelNotConnectedException extends ChannelException implements Serializable
-
Class com.alachisoft.ncache.runtime.exceptions.CommandException extends CacheException implements Serializable
-
Class com.alachisoft.ncache.runtime.exceptions.CompactSerializationException extends CacheException implements Serializable
-
Class com.alachisoft.ncache.runtime.exceptions.ConfigurationException extends CacheException implements Serializable
-
Class com.alachisoft.ncache.runtime.exceptions.ConnectionException extends OperationFailedException implements Serializable
-
Serialized Fields
-
_address
java.net.InetAddress _address
-
_port
int _port
-
-
-
Class com.alachisoft.ncache.runtime.exceptions.GeneralFailureException extends CacheException implements Serializable
-
Class com.alachisoft.ncache.runtime.exceptions.InternalCommandException extends CacheException implements Serializable
-
Class com.alachisoft.ncache.runtime.exceptions.InvalidReaderException extends OperationFailedException implements Serializable
-
Class com.alachisoft.ncache.runtime.exceptions.LicensingException extends CacheException implements Serializable
-
Class com.alachisoft.ncache.runtime.exceptions.LocalVerificationFailedException extends CacheException implements Serializable
-
Class com.alachisoft.ncache.runtime.exceptions.LockingException extends CacheException implements Serializable
-
Class com.alachisoft.ncache.runtime.exceptions.MaxClientReachedException extends CacheException implements Serializable
-
Class com.alachisoft.ncache.runtime.exceptions.NotSupportedException extends CacheException implements Serializable
-
Class com.alachisoft.ncache.runtime.exceptions.OperationFailedException extends CacheException implements Serializable
-
Serialized Fields
-
_isTracable
boolean _isTracable
-
-
-
Class com.alachisoft.ncache.runtime.exceptions.OperationNotSupportedException extends CacheException implements Serializable
-
Class com.alachisoft.ncache.runtime.exceptions.ParserException extends java.lang.Exception implements Serializable
-
Class com.alachisoft.ncache.runtime.exceptions.RemoteException extends java.lang.Exception implements Serializable
-
Class com.alachisoft.ncache.runtime.exceptions.SecurityException extends CacheException implements Serializable
-
Class com.alachisoft.ncache.runtime.exceptions.StateTransferInProgressException extends java.lang.RuntimeException implements Serializable
-
Serialized Fields
-
_stackTrace
java.lang.String _stackTrace
-
-
-
Class com.alachisoft.ncache.runtime.exceptions.StreamAlreadyLockedException extends CacheException implements Serializable
-
Class com.alachisoft.ncache.runtime.exceptions.StreamCloseException extends StreamException implements Serializable
-
Class com.alachisoft.ncache.runtime.exceptions.StreamException extends CacheException implements Serializable
-
Class com.alachisoft.ncache.runtime.exceptions.StreamInvalidLockException extends StreamException implements Serializable
-
Class com.alachisoft.ncache.runtime.exceptions.StreamNotFoundException extends CacheException implements Serializable
-
Class com.alachisoft.ncache.runtime.exceptions.TypeIndexNotDefined extends java.lang.Exception implements Serializable
-
-
Package com.alachisoft.ncache.runtime.exceptions.runtime
-
Class com.alachisoft.ncache.runtime.exceptions.runtime.AggregateRuntimeException extends CacheRuntimeException implements Serializable
-
Serialized Fields
-
_isTracable
boolean _isTracable
-
-
-
Class com.alachisoft.ncache.runtime.exceptions.runtime.CacheRuntimeException extends java.lang.RuntimeException implements Serializable
-
Serialized Fields
-
_stackTrace
java.lang.String _stackTrace
-
errorCode
int errorCode
Property for setting ErrorCode
-
-
-
Class com.alachisoft.ncache.runtime.exceptions.runtime.ConfigurationRuntimeException extends CacheRuntimeException implements Serializable
-
Serialized Fields
-
_isTracable
boolean _isTracable
-
-
-
Class com.alachisoft.ncache.runtime.exceptions.runtime.ConnectionRuntimeException extends CacheRuntimeException implements Serializable
-
Serialized Fields
-
_isTracable
boolean _isTracable
-
-
-
Class com.alachisoft.ncache.runtime.exceptions.runtime.GeneralFailureRuntimeException extends CacheRuntimeException implements Serializable
-
Serialized Fields
-
_isTracable
boolean _isTracable
-
-
-
Class com.alachisoft.ncache.runtime.exceptions.runtime.InvalidReaderRuntimeException extends CacheRuntimeException implements Serializable
-
Serialized Fields
-
_isTracable
boolean _isTracable
-
-
-
Class com.alachisoft.ncache.runtime.exceptions.runtime.LicensingRuntimeException extends CacheRuntimeException implements Serializable
-
Serialized Fields
-
_isTracable
boolean _isTracable
-
-
-
Class com.alachisoft.ncache.runtime.exceptions.runtime.OperationFailedRuntimeException extends CacheRuntimeException implements Serializable
-
Serialized Fields
-
_isTracable
boolean _isTracable
-
-
-
Class com.alachisoft.ncache.runtime.exceptions.runtime.OperationNotSupportedRuntimeException extends CacheRuntimeException implements Serializable
-
Serialized Fields
-
_isTracable
boolean _isTracable
-
-
-
Class com.alachisoft.ncache.runtime.exceptions.runtime.SecurityRuntimeException extends CacheRuntimeException implements Serializable
-
Serialized Fields
-
_isTracable
boolean _isTracable
-
-
-
Class com.alachisoft.ncache.runtime.exceptions.runtime.StateTransferInProgressRuntimeException extends CacheRuntimeException implements Serializable
-
Serialized Fields
-
_isTracable
boolean _isTracable
-
-
-
-
Package com.alachisoft.ncache.runtime.JSON
-
Class com.alachisoft.ncache.runtime.JSON.JsonArray extends JsonValueBase implements Serializable
-
Serialized Fields
-
_jsonItems
java.util.List<JsonValueBase> _jsonItems
-
-
-
Class com.alachisoft.ncache.runtime.JSON.JsonNull extends JsonValueBase implements Serializable
-
Class com.alachisoft.ncache.runtime.JSON.JsonObject extends JsonValueBase implements Serializable
-
Serialized Fields
-
_propertyMap
java.util.Map<java.lang.String,JsonValueBase> _propertyMap
-
type
java.lang.String type
-
-
-
Class com.alachisoft.ncache.runtime.JSON.JsonValue extends JsonValueBase implements Serializable
-
Class com.alachisoft.ncache.runtime.JSON.JsonValueBase extends java.lang.Object implements Serializable
-
Serialized Fields
-
_dataType
JsonDataType _dataType
Type of the JSON object -
_inMemorySize
int _inMemorySize
In memory size of the object -
_size
int _size
Size of the object -
_value
java.lang.Object _value
Value of the object
-
-
-
-
Package com.alachisoft.ncache.runtime.util
-
Class com.alachisoft.ncache.runtime.util.JvDateFormatter extends java.text.SimpleDateFormat implements Serializable
-
Class com.alachisoft.ncache.runtime.util.TimeSpan extends java.lang.Object implements Serializable
-
Serialized Fields
-
_ticks
long _ticks
-
-
-