A B C D E F G H I J K L M N O P Q R S T U V W X Z _
All Classes All Packages
All Classes All Packages
All Classes All Packages
T
- TableDirect - com.alachisoft.ncache.runtime.dependencies.CommandType
-
The name of a table.
- Tag - Class in com.alachisoft.ncache.runtime.caching
-
Represents an string based identifier that can be associated with the cache items so that they are logically grouped together and can be retrieved efficiently.
- Tag(String) - Constructor for class com.alachisoft.ncache.runtime.caching.Tag
-
Initializes a new instance of Tag class.
- TagSearchOptions - Enum in com.alachisoft.ncache.client
-
Enumeration that defines the tag search options.
- Text - com.alachisoft.ncache.runtime.dependencies.CommandType
-
An SQL text command.
- Text - com.alachisoft.ncache.runtime.dependencies.OracleCommandType
-
Text SQL statement to execute against the database.
- Text - com.alachisoft.ncache.runtime.dependencies.SqlCommandType
-
An SQL text command.
- TicksPerDay - Static variable in class com.alachisoft.ncache.runtime.util.TimeSpan
-
TicksPerDay 864,000,000,000
- TicksPerHour - Static variable in class com.alachisoft.ncache.runtime.util.TimeSpan
-
TicksPerHour 36,000,000,000
- TicksPerMillisecond - Static variable in class com.alachisoft.ncache.runtime.util.TimeSpan
-
TicksPerMillisecond
- TicksPerMinute - Static variable in class com.alachisoft.ncache.runtime.util.TimeSpan
-
TicksPerMinute 600,000,000
- TicksPerSecond - Static variable in class com.alachisoft.ncache.runtime.util.TimeSpan
-
TicksPerSecond 10,000,000
- TicksPerTenthSecond - Static variable in class com.alachisoft.ncache.runtime.util.TimeSpan
-
TicksPerTenthSecond
- Time - com.alachisoft.ncache.runtime.dependencies.CmdParamsDbType
-
Time data based on a 24-hour clock.
- Time - com.alachisoft.ncache.runtime.dependencies.CmdParamsType
-
Time data based on a 24-hour clock.
- TimeSpan - Class in com.alachisoft.ncache.runtime.util
-
Represents a time interval.
- TimeSpan() - Constructor for class com.alachisoft.ncache.runtime.util.TimeSpan
-
Creates an instance of Timespan.
- TimeSpan(int, int, int) - Constructor for class com.alachisoft.ncache.runtime.util.TimeSpan
-
Initializes a new instance of the TimeSpan class to a specified number of hours, minutes, and seconds.
- TimeSpan(int, int, int, int) - Constructor for class com.alachisoft.ncache.runtime.util.TimeSpan
-
Initializes a new instance of the TimeSpan class to a specified number of days, hours, minutes, and seconds.
- TimeSpan(int, int, int, int, int) - Constructor for class com.alachisoft.ncache.runtime.util.TimeSpan
-
Initializes a new instance of the TimeSpan class to a specified number of days, hours, minutes, seconds, and milliseconds.
- TimeSpan(long) - Constructor for class com.alachisoft.ncache.runtime.util.TimeSpan
-
Initializes a new instance of the TimeSpan class to the specified number of ticks.
- Timestamp - com.alachisoft.ncache.runtime.dependencies.CmdParamsType
-
Automatically generated binary numbers, which are guaranteed to be unique within a database.
- TimeStamp - com.alachisoft.ncache.runtime.dependencies.OracleCmdParamsType
-
Get the system date and time returned in a Timestamp datatype.
- TimeStampLTZ - com.alachisoft.ncache.runtime.dependencies.OracleCmdParamsType
-
Timestamp WITH LOCAL TIME ZONE is stored in the database time zone.
- TimeStampTZ - com.alachisoft.ncache.runtime.dependencies.OracleCmdParamsType
-
Get the system date and time accroding to the timezone returned in a Timestamp datatype.
- TimeToTicks(int, int, int) - Static method in class com.alachisoft.ncache.runtime.util.TimeSpan
-
Converts the specified hour,minutes and seconds to equivalent ticks.
- TinyInt - com.alachisoft.ncache.runtime.dependencies.CmdParamsType
-
An 8-bit unsigned integer.
- toArray() - Method in interface com.alachisoft.ncache.client.datastructures.DistributedQueue
-
Returns an array containing all of the elements in this collection.
- toBoolean() - Method in class com.alachisoft.ncache.runtime.JSON.JsonValue
-
Attempts to convert JSON value to boolean.
- toByte() - Method in class com.alachisoft.ncache.runtime.JSON.JsonValue
-
Attempts to convert JSON value to byte.
- toDate() - Method in class com.alachisoft.ncache.runtime.JSON.JsonValue
-
Attempts to convert JSON value to DateTime with standard format and culture.
- toDecimal() - Method in class com.alachisoft.ncache.runtime.JSON.JsonValue
-
Attempts to convert JSON value to decimal.
- toDouble() - Method in class com.alachisoft.ncache.runtime.JSON.JsonValue
-
Attempts to convert JSON value to double.
- toFloat() - Method in class com.alachisoft.ncache.runtime.JSON.JsonValue
-
Attempts to convert JSON value to float.
- toInt16() - Method in class com.alachisoft.ncache.runtime.JSON.JsonValue
-
Attempts to convert JSON value to short.
- toInt32() - Method in class com.alachisoft.ncache.runtime.JSON.JsonValue
-
Attempts to convert JSON value to int.
- toInt64() - Method in class com.alachisoft.ncache.runtime.JSON.JsonValue
-
Attempts to convert JSON value to int 64.
- toJson() - Method in class com.alachisoft.ncache.runtime.JSON.JsonNull
-
Gets the string representation of the JsonValueBase.
- toJson() - Method in class com.alachisoft.ncache.runtime.JSON.JsonValueBase
-
Gets the string representation of the JsonValueBase.
- Topic - Interface in com.alachisoft.ncache.runtime.caching
-
The Topic interface facilitates creating subscription and publishing of messages against the topic.
- TopicDeleteEventArgs - Class in com.alachisoft.ncache.runtime.caching
-
Arguments containing deleted topic information.
- TopicDeleteEventArgs(String) - Constructor for class com.alachisoft.ncache.runtime.caching.TopicDeleteEventArgs
-
Creates TopicDeleteEventArgs instance
- TopicListener - Interface in com.alachisoft.ncache.runtime.caching
-
User needs to implement this interface in order to receive topic deleted and message delivery failure events.
- TopicPriority - Enum in com.alachisoft.ncache.runtime.caching.messaging
-
Specifies the relative priority of topics stored in the Cache.
- TopicSearchOptions - Enum in com.alachisoft.ncache.runtime.caching.messaging
-
Specifies the option through which the topic is searched by.
- TopicSubscription - Interface in com.alachisoft.ncache.runtime.caching
-
NCache provides ITopicSubscription interface which is returned against the desired topic,containing information for topic subscriptions.
- toString() - Method in class com.alachisoft.ncache.client.CacheItemVersion
-
The string representation of CacheItemVersion class.
- toString() - Method in class com.alachisoft.ncache.client.ClientInfo
-
Converts Client Info to string , contains client id , Application name ,Process id , machine name and address.
- toString() - Method in class com.alachisoft.ncache.client.ServerInfo
-
Converts the value of this instance to its equivalent string representation.
- toString() - Method in class com.alachisoft.ncache.runtime.caching.ClientInfo
-
Converts Client Info to string , contains client id , Application name ,Process id , machine name and address.
- toString() - Method in exception com.alachisoft.ncache.runtime.exceptions.ChannelClosedException
-
Returns a string representation of the object.
- toString() - Method in exception com.alachisoft.ncache.runtime.exceptions.ChannelException
- toString() - Method in exception com.alachisoft.ncache.runtime.exceptions.ChannelNotConnectedException
-
Returns a string representation of the object.
- toString() - Method in class com.alachisoft.ncache.runtime.JSON.JsonArray
-
Returns JSONArray in string representation.
- toString() - Method in class com.alachisoft.ncache.runtime.JSON.JsonNull
-
String representation of JSON Null object.
- toString() - Method in class com.alachisoft.ncache.runtime.JSON.JsonObject
-
Returns JSONObject in string representation.
- toString() - Method in class com.alachisoft.ncache.runtime.JSON.JsonValue
-
Returns a string representation of the object.
- ToString() - Method in class com.alachisoft.ncache.runtime.caching.Tag
-
Returns string representation of the tag class.
- toStringValue() - Method in class com.alachisoft.ncache.runtime.JSON.JsonValue
-
Attempts to convert JSON value to string.
- trim(int, int) - Method in interface com.alachisoft.ncache.client.datastructures.DistributedList
-
Trim an existing list so that it will contain only the specified range of elements.
- tryParseLegacyClientID(String) - Static method in class com.alachisoft.ncache.client.ClientInfo
-
TryParseLegacyClientId parse the Client id and get information about the client id in the form of ClientInfo
- tryParseLegacyClientID(String) - Static method in class com.alachisoft.ncache.runtime.caching.ClientInfo
-
Parses the Client id and get information about the client id in the form of ClientInfo.
- TypeIndexNotDefined - Exception in com.alachisoft.ncache.runtime.exceptions
-
This exception is thrown whenever Type Index is not found in case of NamedTags.
- TypeIndexNotDefined() - Constructor for exception com.alachisoft.ncache.runtime.exceptions.TypeIndexNotDefined
-
Creates a new instance of
TypeIndexNotDefined
without detail message. - TypeIndexNotDefined(String) - Constructor for exception com.alachisoft.ncache.runtime.exceptions.TypeIndexNotDefined
-
Constructs an instance of
TypeIndexNotDefined
with the specified detail message.
All Classes All Packages