Class PlatformDotNetCacheStoreFactoryNative
- java.lang.Object
- 
- org.apache.ignite.platform.dotnet.PlatformDotNetCacheStoreFactoryNative
 
- 
- All Implemented Interfaces:
- Serializable,- javax.cache.configuration.Factory<org.apache.ignite.internal.processors.platform.dotnet.PlatformDotNetCacheStore>
 
 public class PlatformDotNetCacheStoreFactoryNative extends Object implements javax.cache.configuration.Factory<org.apache.ignite.internal.processors.platform.dotnet.PlatformDotNetCacheStore> Cache store factory that wraps native factory object.- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description PlatformDotNetCacheStoreFactoryNative(Object nativeFactory)Ctor.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.ignite.internal.processors.platform.dotnet.PlatformDotNetCacheStorecreate()ObjectgetNativeFactory()Gets the wrapped factory object.
 
- 
- 
- 
Constructor Detail- 
PlatformDotNetCacheStoreFactoryNativepublic PlatformDotNetCacheStoreFactoryNative(Object nativeFactory) Ctor.- Parameters:
- nativeFactory- Native factory object.
 
 
- 
 - 
Method Detail- 
getNativeFactorypublic Object getNativeFactory() Gets the wrapped factory object.- Returns:
- Factory object.
 
 - 
createpublic org.apache.ignite.internal.processors.platform.dotnet.PlatformDotNetCacheStore create() - Specified by:
- createin interface- javax.cache.configuration.Factory<org.apache.ignite.internal.processors.platform.dotnet.PlatformDotNetCacheStore>
 
 
- 
 
-