• Webinars
  • Docs
  • Download
  • Blogs
  • Contact Us
Try Free
Show / Hide Table of Contents

Interface IDataTypeManager

This interface contains create and get operations for the ICounter and remove operation for all distributed data structures.

Inherited Members
ICollectionManager.CreateList<T>(String)
ICollectionManager.CreateList<T>(String, DataTypeAttributes, WriteThruOptions)
ICollectionManager.CreateQueue<T>(String)
ICollectionManager.CreateQueue<T>(String, DataTypeAttributes, WriteThruOptions)
ICollectionManager.CreateDictionary<String, TValue>(String)
ICollectionManager.CreateDictionary<String, TValue>(String, DataTypeAttributes, WriteThruOptions)
ICollectionManager.CreateHashSet<T>(String)
ICollectionManager.CreateHashSet<T>(String, DataTypeAttributes, WriteThruOptions)
ICollectionManager.GetList<T>(String, ReadThruOptions)
ICollectionManager.GetQueue<T>(String, ReadThruOptions)
ICollectionManager.GetDictionary<String, TValue>(String, ReadThruOptions)
ICollectionManager.GetHashSet<T>(String, ReadThruOptions)
Assembly: Alachisoft.NCache.Client.dll
Syntax
public interface IDataTypeManager : ICollectionManager

Methods

Name Description
CreateCounter(String, DataTypeAttributes, Int64, WriteThruOptions)

Creates the counter against the provided name and configures it according to the provided user configuration as attributes.

CreateCounter(String, Int64)

Creates the counter against the provided name.

GetCounter(String, ReadThruOptions)

Returns instance of the counter specified with backing source Read Thru option.

Remove(String, WriteThruOptions)

Remove the specified data type.

Back to top Copyright © 2017 Alachisoft