Class DistributedCacheObject<V extends java.io.Serializable>

  • All Implemented Interfaces:
    java.io.Serializable

    public class DistributedCacheObject<V extends java.io.Serializable>
    extends java.lang.Object
    implements java.io.Serializable
    Since:
    5.2.0
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean containsProperty​(java.lang.String name)
      Contains property?
      <T> T getProperty​(java.lang.String name, java.lang.Class<T> clazz)
      Gets property.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DistributedCacheObject

        public DistributedCacheObject()
    • Method Detail

      • getProperty

        public <T> T getProperty​(java.lang.String name,
                                 java.lang.Class<T> clazz)
        Gets property.
        Type Parameters:
        T - the type parameter
        Parameters:
        name - the name
        clazz - the clazz
        Returns:
        the property
      • containsProperty

        public boolean containsProperty​(java.lang.String name)
        Contains property?
        Parameters:
        name - the name
        Returns:
        true/false