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 a cache is partially connected, then the 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
-
Returns the object at the beginning of the Queue without removing it.
- Pessimistic - com.alachisoft.ncache.client.ClientCacheSyncMode
-
In the "Pessimistic" mode of synchronization, the 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/Sets 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.
- ProviderClassLoader - Class in com.alachisoft.ncache.runtime
- ProviderClassLoader(URL[]) - Constructor for class com.alachisoft.ncache.runtime.ProviderClassLoader
- ProviderClassLoader(URL[], ClassLoader) - Constructor for class com.alachisoft.ncache.runtime.ProviderClassLoader
- 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 in the cache 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 in the cache 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 in the cache with the specified DeliveryOption.
- 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.
- publishAsync(Message, DeliveryOption) - Method in interface com.alachisoft.ncache.runtime.caching.Topic
-
This method is used to publish a message asynchronously in the cache with the specified DeliveryOption and the option to notify the publisher if the message has failed to deliver because of expiration, eviction or internal system issue.
- publishAsync(Message, DeliveryOption, boolean) - Method in interface com.alachisoft.ncache.runtime.caching.Topic
-
This method is used to publish a message asynchronously in the cache with the specified DeliveryOption and the option to notify the publisher if the message has failed to deliver because of expiration, eviction or internal system issue.
- publishBulk(Map<Message, DeliveryOption>) - Method in interface com.alachisoft.ncache.runtime.caching.Topic
-
This method is used to publish messages to the topic with the 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 the 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