Spring Boot for VMware GemFire
Package org.springframework.geode.core.io
package org.springframework.geode.core.io
-
ClassDescriptionAbstract base class providing functionality common to all
ResourceReaderimplementations.Abstract base class providing functionality common to allResourceWriterimplementations.A JavaRuntimeExceptionindicating a problem accessing (e.g.RuntimeExceptionindication that aResourcecould not be found.Interface (contract) for readers to define the algorithm and strategy for reading data from aResource, such as by using theResource'sInputStream.AResourceDataAccessExceptionand JavaRuntimeExceptionindicating a problem while reading from the targetResource.Interface defining a contract encapsulating an algorithm/strategy for resolvingResources.AResourceDataAccessExceptionand JavaRuntimeExceptionindicating a problem while writing to the targetResource.Interface (contract) for writers to define the algorithm or strategy for writing data to a targetResource, such as by using theWritableResource'sWritableResource.getOutputStream()OutputStream}.ARuntimeExceptionindicating that aResourcewas not properly handled during normal processing.