IPersistenceManagerTKey, TValue Interface |
Namespace: GemStone.GemFire.Cache.Generic
The IPersistenceManagerTKey, TValue type exposes the following members.
Name | Description | |
---|---|---|
![]() | Close |
Closes the persistence manager instance.
|
![]() | Destroy |
Destroys the entry specified by the key in the argument.
|
![]() | Init | |
![]() | Read |
Reads the value for the key from the disk.
|
![]() | ReadAll |
Reads all the values from the region.
|
![]() | Write |
Writes a key, value pair of region to the disk. The actual file or database related write operations should be implemented
in this method by the class implementing this method.
|
![]() | WriteAll |
Writes all the entries for a region. Refer persistance requirement doc for the use case.
|