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
P
- parse(String) - Static method in class com.alachisoft.ncache.runtime.JSON.JsonValueBase
-
Parses string representation of json object and returns the parsed object.
- ParserException - Exception in com.alachisoft.ncache.runtime.exceptions
-
This exception is thrown when an exception occurs during configuration.
- ParserException() - Constructor for exception com.alachisoft.ncache.runtime.exceptions.ParserException
-
Default constructor
- ParserException(String) - Constructor for exception com.alachisoft.ncache.runtime.exceptions.ParserException
-
Overloaded constructor, takes the reason as parameter.
- ParserException(String, Throwable) - Constructor for exception com.alachisoft.ncache.runtime.exceptions.ParserException
- ParserException(Throwable) - Constructor for exception com.alachisoft.ncache.runtime.exceptions.ParserException
- PartialConnected - com.alachisoft.ncache.runtime.cachemanagement.ConnectivityStatus
-
If Cache is partially connected then connectivity status is PartialConnected.
- Partitioned - com.alachisoft.ncache.runtime.cachemanagement.CacheTopology
-
Partitioned is used for Replicated topology representation.
- PartitionReplica - com.alachisoft.ncache.runtime.cachemanagement.CacheTopology
-
ParitionReplica is used for Partitioned of Replica cache representation.
- PayLoadDeserializationJson - Class in com.alachisoft.ncache.client.util
- PayLoadDeserializationJson() - Constructor for class com.alachisoft.ncache.client.util.PayLoadDeserializationJson
- PayloadDeserializionJson(Object, Class<?>) - Method in class com.alachisoft.ncache.client.util.PayLoadDeserializationJson
- peek() - Method in interface com.alachisoft.ncache.client.datastructures.DistributedQueue
-
Retrieves, but does not remove, the head of this queue, or returns
null
if this queue is empty. - Pessimistic - com.alachisoft.ncache.client.ClientCacheSyncMode
-
In "Pessimistic" mode of synchronization, client cache always checks for the "version" of the cached item before returning it to the application.
- position() - Method in interface com.alachisoft.ncache.client.CacheStream
-
Gets the position within current stream.
- printStackTrace() - Method in exception com.alachisoft.ncache.runtime.exceptions.CacheException
- printStackTrace() - Method in exception com.alachisoft.ncache.runtime.exceptions.ChannelException
-
Prints this exception's stack trace to standard error.
- printStackTrace() - Method in exception com.alachisoft.ncache.runtime.exceptions.runtime.CacheRuntimeException
-
Prints this throwable and its backtrace to the standard error stream.
- printStackTrace() - Method in exception com.alachisoft.ncache.runtime.exceptions.StateTransferInProgressException
- Proposed - com.alachisoft.ncache.runtime.dependencies.SqlDataRowVersion
-
The row contains a proposed value.
- ProviderCacheItem - Class in com.alachisoft.ncache.runtime.datasourceprovider
-
ProviderCacheItem is just like a CacheItem , but it has some limited fields.
- ProviderCacheItem(Object) - Constructor for class com.alachisoft.ncache.runtime.datasourceprovider.ProviderCacheItem
-
Initializes an instance of ProviderCacheItem.
- ProviderDataStructureItem<TValue> - Class in com.alachisoft.ncache.runtime.datasourceprovider
-
ProviderDataStructureItem is just like a CacheItem , but it has some limited fields
- ProviderDataStructureItem(long) - Constructor for class com.alachisoft.ncache.runtime.datasourceprovider.ProviderDataStructureItem
-
Initializes an instance of counter Item.
- ProviderDataStructureItem(DistributedDataStructureType) - Constructor for class com.alachisoft.ncache.runtime.datasourceprovider.ProviderDataStructureItem
-
Initializes an instance of ProviderDataStructureItem.
- ProviderDataStructureItem(TValue) - Constructor for class com.alachisoft.ncache.runtime.datasourceprovider.ProviderDataStructureItem
-
Initializes an instance of DataStructureItem Item.
- ProviderDataStructureItem(TValue, DistributedDataStructureType) - Constructor for class com.alachisoft.ncache.runtime.datasourceprovider.ProviderDataStructureItem
-
Initializes an instance of CacheItem.
- ProviderItemBase - Class in com.alachisoft.ncache.runtime.datasourceprovider
-
ProviderCacheItem is just like a CacheItem , but it has some limited fields
- ProviderItemBase() - Constructor for class com.alachisoft.ncache.runtime.datasourceprovider.ProviderItemBase
- publish(Message, DeliveryOption) - Method in interface com.alachisoft.ncache.runtime.caching.Topic
-
This method is used to publish the message to the topic with the specified DeliveryOption.
- publish(Message, DeliveryOption, boolean) - Method in interface com.alachisoft.ncache.runtime.caching.Topic
-
This method is used to publish the message to the topic with the specified DeliveryOption.
- publish(Message, DeliveryOption, String) - Method in interface com.alachisoft.ncache.runtime.caching.Topic
-
This method is used to publish the message to the topic with the specified DeliveryOption and sequence name.Order of messages with same sequence name is retained.
- publish(Message, DeliveryOption, String, boolean) - Method in interface com.alachisoft.ncache.runtime.caching.Topic
-
This method is used to publish the message to the topic with the specified DeliveryOption and sequence name.Order of messages with same sequence name is retained.
- publishAsync(Message, DeliveryOption) - Method in interface com.alachisoft.ncache.runtime.caching.Topic
-
This method is used to Publish a message asynchronously to the topic with specified delivery option.
- publishAsync(Message, DeliveryOption, boolean) - Method in interface com.alachisoft.ncache.runtime.caching.Topic
-
This method is used to Publish a message asynchronously to the topic with specified delivery option.
- publishBulk(Map<Message, DeliveryOption>) - Method in interface com.alachisoft.ncache.runtime.caching.Topic
-
This method is used to Publish messages to the topic with specified DeliveryOption.
- publishBulk(Map<Message, DeliveryOption>, boolean) - Method in interface com.alachisoft.ncache.runtime.caching.Topic
-
This method is used to Publish messages to the topic with specified DeliveryOption.
- PullBasedCallback - com.alachisoft.ncache.runtime.events.ListenerType
-
When Client polls after specified interval for item change
- PushBasedNotification - com.alachisoft.ncache.runtime.events.ListenerType
-
When server pushes notification as soon as item is changed.
All Classes All Packages