Uses of Class
org.apache.ignite.internal.processors.datastructures.DataStructureType
-
Packages that use DataStructureType Package Description org.apache.ignite.internal.processors.datastructures -
-
Uses of DataStructureType in org.apache.ignite.internal.processors.datastructures
Methods in org.apache.ignite.internal.processors.datastructures that return DataStructureType Modifier and Type Method Description static @Nullable DataStructureTypeDataStructureType. fromOrdinal(int ord)abstract DataStructureTypeAtomicDataStructureValue. type()DataStructureTypeDistributedCollectionMetadata. type()DataStructureTypeGridCacheAtomicLongValue. type()DataStructureTypeGridCacheAtomicReferenceValue. type()DataStructureTypeGridCacheAtomicSequenceValue. type()DataStructureTypeGridCacheAtomicStampedValue. type()DataStructureTypeGridCacheCountDownLatchValue. type()DataStructureTypeGridCacheLockState. type()DataStructureTypeGridCacheSemaphoreState. type()static DataStructureTypeDataStructureType. valueOf(String name)Returns the enum constant of this type with the specified name.static DataStructureType[]DataStructureType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.ignite.internal.processors.datastructures with parameters of type DataStructureType Constructor Description DistributedCollectionMetadata(DataStructureType type, CollectionConfiguration cfg, String cacheName)
-