Uses of Class
com.hazelcast.core.Instance.InstanceType

Packages that use Instance.InstanceType
com.hazelcast.core   
 

Uses of Instance.InstanceType in com.hazelcast.core
 

Methods in com.hazelcast.core that return Instance.InstanceType
 Instance.InstanceType Instance.getInstanceType()
          Returns instance type such as map, set, list, lock, topic, multimap, id generator
 Instance.InstanceType InstanceEvent.getInstanceType()
           
 Instance.InstanceType InstanceDestroyedException.getType()
           
static Instance.InstanceType Instance.InstanceType.valueOf(int typeId)
           
static Instance.InstanceType Instance.InstanceType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Instance.InstanceType[] Instance.InstanceType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in com.hazelcast.core with parameters of type Instance.InstanceType
InstanceDestroyedException(Instance.InstanceType type, String name)
           
 



Copyright © 2008-2012 Hazel Ltd. All Rights Reserved.