|
Data Structures |
| class | AllConnectionsInUseException |
| class | AlreadyConnectedException |
| class | ASExcludeAttribute |
| class | ASIncludeAttribute |
| class | AssertionException |
| class | AttributesFactory |
| class | AttributesMutator |
| class | AuthenticationFailedException |
| class | AuthenticationRequiredException |
| class | BufferSizeExceededException |
| class | Cache |
| class | CacheableArrayList |
| class | CacheableBoolean |
| class | CacheableByte |
| class | CacheableBytes |
| class | CacheableCharacter |
| class | CacheableDate |
| class | CacheableDouble |
| class | CacheableDoubleArray |
| class | CacheableFileName |
| class | CacheableFloat |
| class | CacheableFloatArray |
| class | CacheableHashMap |
| class | CacheableHashSet |
| class | CacheableHashTable |
| class | CacheableIdentityHashMap |
| class | CacheableInt16 |
| class | CacheableInt16Array |
| class | CacheableInt32 |
| class | CacheableInt32Array |
| class | CacheableInt64 |
| class | CacheableInt64Array |
| class | CacheableKey |
| class | CacheableLinkedHashSet |
| class | CacheableObject |
| class | CacheableObjectArray |
| class | CacheableObjectXml |
| class | CacheableStack |
| class | CacheableString |
| class | CacheableStringArray |
| class | CacheableUndefined |
| class | CacheableVector |
| class | CacheAttributes |
| class | CacheAttributesFactory |
| class | CacheClosedException |
| class | CacheExistsException |
| class | CacheFactory |
| class | CacheListenerAdapter |
| class | CacheListenerException |
| class | CacheLoader |
| class | CacheLoaderException |
| class | CacheProxyException |
| class | CacheServerException |
| class | CacheStatistics |
| class | CacheWriterAdapter |
| class | CacheWriterException |
| class | CacheXmlException |
| class | ClassCastException |
| class | ConcurrentModificationException |
| class | CqAttributes |
| class | CqAttributesFactory |
| class | CqAttributesMutator |
| class | CqClosedException |
| class | CqEvent |
| class | CqException |
| class | CqExistsException |
| class | CqInvalidException |
| class | CqListener |
| class | CqQuery |
| class | CqQueryException |
| class | CqServiceStatistics |
| class | CqState |
| class | CqStatistics |
| class | DataInput |
| class | DataOutput |
| class | DiskCorruptException |
| class | DiskFailureException |
| class | DiskPolicy |
| class | DistributedSystem |
| class | DuplicateDurableClientException |
| class | EntryDestroyedException |
| class | EntryEvent |
| class | EntryExistsException |
| class | EntryNotFoundException |
| class | Execution |
| class | Expiration |
| class | FatalInternalException |
| class | FileNotFoundException |
| class | FunctionExecutionException |
| class | FunctionService |
| class | GemFireClassIds |
| class | GemFireConfigException |
| class | GemFireException |
| class | GemFireIOException |
| interface | IAuthInitialize |
| interface | ICacheableKey |
| interface | ICacheListener |
| interface | ICacheLoader |
| interface | ICacheWriter |
| interface | ICqEvent |
| interface | ICqListener |
| interface | IGFSerializable |
| class | IllegalArgumentException |
| class | IllegalStateException |
| class | InitFailedException |
| class | InterruptedException |
| interface | IResultCollector |
| interface | ISelectResults |
| class | LeaseExpiredException |
| class | LicenseException |
| class | Log |
| class | MessageException |
| class | NoAvailableLocatorsException |
| class | NoSystemException |
| class | NotAuthorizedException |
| class | NotConnectedException |
| class | NotOwnerException |
| class | NullPointerException |
| class | OutOfMemoryException |
| class | OutOfRangeException |
| class | Pool |
| class | PoolFactory |
| class | PoolManager |
| class | Properties |
| class | Query |
| class | QueryException |
| class | QueryService |
| class | RedundancyException |
| class | Region |
| class | RegionAttributes |
| class | RegionCreationFailedException |
| class | RegionDestroyedException |
| class | RegionEntry |
| class | RegionEvent |
| class | RegionExistsException |
| class | ResultCollector |
| class | ResultSet |
| class | Scope |
| class | SelectResultsIterator |
| class | Serializable |
| class | ShutdownFailedException |
| class | StatisticsDisabledException |
| class | Struct |
| class | StructSet |
| class | SystemProperties |
| class | TimeoutException |
| class | UnknownException |
| class | UnsupportedOperationException |
| class | WrongRegionScopeException |
Namespaces |
| namespace | Internal |
| | This namespace contains internal GemFire non-public .NET classes.
|
Enumerations |
| enum | CqOperationType |
| enum | CqStateType |
| enum | DiskPolicyType { None = 0,
Overflows
} |
| enum | ExpirationAction {
Invalidate = 0,
LocalInvalidate,
Destroy,
LocalDestroy,
InvalidAction
} |
| enum | LogLevel {
Null = 0,
Error,
Warning,
Info,
Default,
Config,
Fine,
Finer,
Finest,
Debug,
All
} |
| enum | ScopeType {
Local = 0,
DistributedNoAck,
DistributedAck,
Global,
Invalid
} |
Functions |
delegate
GemFireException^ | CreateException (const gemfire::Exception &nativeEx, Exception^ innerException) |
| public delegate void | PropertyVisitor (ICacheableKey^ key, IGFSerializable^ value) |
public delegate
IGFSerializable^ | TypeFactoryMethod () |
delegate
gemfire::Serializable * | TypeFactoryNativeMethod () |
| delegate IGFSerializable^ | WrapperDelegate (gemfire::Serializable *obj) |