A B C D E F G H I L M N O P R S T U V W

R

RawContentLocation - Class in org.gcube.contentmanagement.baselayer
This class represents an abstract location of logical or physical location of content, e.g.
RawContentLocation() - Constructor for class org.gcube.contentmanagement.baselayer.RawContentLocation
Constructs a new location
RawContentLocation(String, String) - Constructor for class org.gcube.contentmanagement.baselayer.RawContentLocation
Constructs a new location
RawContentLocation(String, String, long) - Constructor for class org.gcube.contentmanagement.baselayer.RawContentLocation
Constructs a new location
RawContentLocationSelectionStrategy - Class in org.gcube.contentmanagement.baselayer
The content selection strategy defines in case that more than one location exists, which one should be used to operate on content.
RawContentLocationSelectionStrategy() - Constructor for class org.gcube.contentmanagement.baselayer.RawContentLocationSelectionStrategy
 
RawFileContentManager - Interface in org.gcube.contentmanagement.baselayer
Manager for raw file content
read() - Method in class org.gcube.contentmanagement.baselayer.networkFileTransfer.gfal.BufferedGFALInputStream
 
read(byte[]) - Method in class org.gcube.contentmanagement.baselayer.networkFileTransfer.gfal.BufferedGFALInputStream
 
read(byte[], int, int) - Method in class org.gcube.contentmanagement.baselayer.networkFileTransfer.gfal.BufferedGFALInputStream
 
read() - Method in class org.gcube.contentmanagement.baselayer.streamutils.FinishingActionInputStream
read(byte[], int, int) - Method in class org.gcube.contentmanagement.baselayer.streamutils.FinishingActionInputStream
read(byte[]) - Method in class org.gcube.contentmanagement.baselayer.streamutils.FinishingActionInputStream
registerProtocolHandler(String, String[], String, CredentialsProvider) - Static method in class org.gcube.contentmanagement.baselayer.BaseLayerUtils
Registers a newly instantiated protocol handler for subsequent use
registerProtocolHandler(RawFileContentManager) - Static method in class org.gcube.contentmanagement.baselayer.BaseLayerUtils
Registers a content manager as protocol handler by adding it to the end of the list of registered handlers
registerProtocolHandler(RawFileContentManager, int) - Static method in class org.gcube.contentmanagement.baselayer.BaseLayerUtils
Registers a content manager as protocol handler by adding it at a particular position of the list of registered handlers
RelationshipAndPropertyManager - Interface in org.gcube.contentmanagement.baselayer
Manager for relationships and properties.
releaseConnection(Connection) - Method in class org.gcube.contentmanagement.baselayer.rdbmsImpl.GenericJDBCDatabase
Convenience method to give a connection back to the pool including proper failure handling.
removeAllRawContentOf(String, BasicStorageHints) - Method in class org.gcube.contentmanagement.baselayer.rdbmsImpl.GenericJDBCDatabase
Unregisters all locations for the content of the information object and deltes the content physically.
removeAllRawContentOf(String, BasicStorageHints) - Method in interface org.gcube.contentmanagement.baselayer.RelationshipAndPropertyManager
Unregisters all locations for the content of the information object and deletes the content physically.
removeInfoObject(String) - Method in class org.gcube.contentmanagement.baselayer.rdbmsImpl.GenericJDBCDatabase
Deletes an information object.
removeInfoObject(String) - Method in interface org.gcube.contentmanagement.baselayer.RelationshipAndPropertyManager
Deletes an information object.
removeInfoObject(String) - Static method in class org.gcube.contentmanagement.storagelayer.StorageManager
Deletes an information object.
removeLinkContentLocation(RawContentLocation) - Method in class org.gcube.contentmanagement.baselayer.rdbmsImpl.GenericJDBCDatabase
Unregisters a location for the content of the information object
removeLinkContentLocation(RawContentLocation) - Method in interface org.gcube.contentmanagement.baselayer.RelationshipAndPropertyManager
Unregisters a location for the content of the information object
removeProtocolUsernamePasswordFromURL(String) - Static method in class org.gcube.contentmanagement.baselayer.BaseLayerUtils
Removes the protocol, username / password information that is contained inside the URL, e.g.
removeRawContent(String, BasicStorageHints) - Static method in class org.gcube.contentmanagement.storagelayer.StorageManager
Removes any raw content associated with the information object
removeReference(String, String, String, String) - Method in class org.gcube.contentmanagement.baselayer.rdbmsImpl.GenericJDBCDatabase
Deletes any reference with having the given parameters.
To insure consistency, this method will propagate any defined deletion event.
removeReference(String, String, String, String) - Method in interface org.gcube.contentmanagement.baselayer.RelationshipAndPropertyManager
Deletes any reference with having the given parameters.
CAUTION: This propagates deletion events as defined in the propagation rule of the reference.
removeReference(String, String, String, String) - Static method in class org.gcube.contentmanagement.storagelayer.StorageManager
Deletes any reference with having the given parameters.
CAUTION: This may delete also referenced information objects and cascade those deletions, depending on the propagation rules.
requestsFor(String, BasicStorageHints) - Static method in class org.gcube.contentmanagement.baselayer.BaseLayerUtils
Checks if a hint has been set and if so, if the value corresponds to the boolean true
reset() - Method in class org.gcube.contentmanagement.baselayer.networkFileTransfer.gfal.BufferedGFALInputStream
 
reset() - Method in class org.gcube.contentmanagement.baselayer.streamutils.FinishingActionInputStream
resetCount() - Method in class org.gcube.contentmanagement.baselayer.streamutils.FinishingActionInputStream
Resets the number of bytes written to zero, to start again counting.
resetCount() - Method in class org.gcube.contentmanagement.baselayer.streamutils.FinishingActionOutputStream
Resets the number of bytes written to zero, to start again counting.
resetCount() - Method in interface org.gcube.contentmanagement.baselayer.streamutils.FinishingActionStream
Resets the number of bytes written / read to zero, to start again counting.
resetExceptionBeforeFinishing() - Method in class org.gcube.contentmanagement.baselayer.streamutils.FinishingActionInputStream
Resets any exception that has been captured before executing the finishing action, such that it will not be thrown after finishing action was performed.
resetExceptionBeforeFinishing() - Method in class org.gcube.contentmanagement.baselayer.streamutils.FinishingActionOutputStream
Resets any exception that has been captured before executing the finishing action, such that it will not be thrown after finishing action was performed.
resetExceptionBeforeFinishing() - Method in interface org.gcube.contentmanagement.baselayer.streamutils.FinishingActionStream
Resets any exception that has been captured before executing the finishing action, such that it will not be thrown after finishing action was performed.
resolvableByEquivalentInstance() - Method in exception org.gcube.contentmanagement.storagelayer.StorageLayerException
Indicates whether a subsequent call to an equivalent instance with same parameters might have more luck
resolvableBySameInstance() - Method in exception org.gcube.contentmanagement.storagelayer.StorageLayerException
Indicates whether a subsequent call to the same instance with same parameters might have more luck
resourceExist(URL) - Static method in class org.gcube.contentmanagement.util.remotefile.protocols.url.http.HTTPCommunicator
Resource exist.
retrieve(URL, File) - Static method in class org.gcube.contentmanagement.util.remotefile.protocols.url.http.HTTPCommunicator
Retrieve.
retrieveChunk(URL, File, long, long) - Static method in class org.gcube.contentmanagement.util.remotefile.protocols.url.http.HTTPCommunicator
Retrieve chunk.
retrieveFromPreferredLocation(List<RawContentLocation>, BasicStorageHints) - Method in class org.gcube.contentmanagement.baselayer.RawContentLocationSelectionStrategy
Retrieves content from a location based on the strategies preferences and the given hints.
retrieveMultithreaded(URL, File, long) - Static method in class org.gcube.contentmanagement.util.remotefile.protocols.url.http.HTTPCommunicator
Retrieve multithreaded.
retrieveObjectContentLocations(String) - Method in class org.gcube.contentmanagement.baselayer.rdbmsImpl.GenericJDBCDatabase
Adds to the list all locations known for a particular object
retrieveObjectContentLocations(String) - Method in interface org.gcube.contentmanagement.baselayer.RelationshipAndPropertyManager
Retrieves all locations where the content can be accessed
retrieveObjectIDsByStorageProperty(String, String) - Static method in class org.gcube.contentmanagement.storagelayer.StorageManager
Retrieves all object IDs of information object for which a particular property value has been set
retrieveObjectProperties(String) - Method in class org.gcube.contentmanagement.baselayer.rdbmsImpl.GenericJDBCDatabase
Retrieves all properties of an information object
retrieveObjectProperties(String) - Method in interface org.gcube.contentmanagement.baselayer.RelationshipAndPropertyManager
Retrieves all properties of an information object
retrieveObjectStorageProperties(String) - Static method in class org.gcube.contentmanagement.storagelayer.StorageManager
Retrieves all properties of an information object
retrieveOIDByProperty(String, String) - Method in class org.gcube.contentmanagement.baselayer.rdbmsImpl.GenericJDBCDatabase
Deprecated. prefer #retrieveOIDByProperty(String, String, Collection) because of more effecient handling
retrieveOIDByProperty(String, String) - Method in interface org.gcube.contentmanagement.baselayer.RelationshipAndPropertyManager
Retrieves all object IDs of information object for which a particular property value has been set
retrieveReferences(String, String, String) - Method in class org.gcube.contentmanagement.baselayer.rdbmsImpl.GenericJDBCDatabase
Adds all references from this object to the list
retrieveReferences(String, String, String) - Method in interface org.gcube.contentmanagement.baselayer.RelationshipAndPropertyManager
Retrieves all references which point from this source object to some other object.
retrieveReferences(String, String, String) - Static method in class org.gcube.contentmanagement.storagelayer.StorageManager
Retrieves all references which point from this source object to some other object.
retrieveReferencesOrderedByPosition(String, String, String) - Method in class org.gcube.contentmanagement.baselayer.rdbmsImpl.GenericJDBCDatabase
Adds all references from this object to the list
retrieveReferencesOrderedByPosition(String, String, String) - Method in interface org.gcube.contentmanagement.baselayer.RelationshipAndPropertyManager
Retrieves all references which point from this source object and order those based on the position.
retrieveReferencesOrderedByPosition(String, String, String) - Static method in class org.gcube.contentmanagement.storagelayer.StorageManager
Retrieves all references which point from this source object to some other object.
retrieveReferred(String, String, String) - Method in class org.gcube.contentmanagement.baselayer.rdbmsImpl.GenericJDBCDatabase
Retrieves all references which point to this target object.
retrieveReferred(String, String, String) - Method in interface org.gcube.contentmanagement.baselayer.RelationshipAndPropertyManager
Retrieves all references which point to this target object.
retrieveReferred(String, String, String) - Static method in class org.gcube.contentmanagement.storagelayer.StorageManager
Retrieves all references which point to this target object.
retrieveReferredSourceOIDs(String, String, String) - Method in class org.gcube.contentmanagement.baselayer.rdbmsImpl.GenericJDBCDatabase
Adds all source object IDs to this object to the list
retrieveReferredSourceOIDs(String, String, String) - Method in interface org.gcube.contentmanagement.baselayer.RelationshipAndPropertyManager
Retrieves all object OIDs of information object, which have a reference to this target object.
retrieveReferredSourceOIDs(String, String, String) - Static method in class org.gcube.contentmanagement.storagelayer.StorageManager
Retrieves all object OIDs of information object, which have a reference to this target object.
retrieveReferredTargetOIDs(String, String, String) - Method in class org.gcube.contentmanagement.baselayer.rdbmsImpl.GenericJDBCDatabase
Retrieves all object OIDs of information object, which have a reference from this source object.
retrieveReferredTargetOIDs(String, String, String) - Method in interface org.gcube.contentmanagement.baselayer.RelationshipAndPropertyManager
Retrieves all object OIDs of information object, which have a reference from this source object.
retrieveReferredTargetOIDs(String, String, String) - Static method in class org.gcube.contentmanagement.storagelayer.StorageManager
Retrieves all object OIDs of information object, which have a reference from this source object.
retrieveSingleThreaded(URL, File) - Static method in class org.gcube.contentmanagement.util.remotefile.protocols.url.http.HTTPCommunicator
Retrieve single threaded.
retrieveStorageProperty(String, String) - Static method in class org.gcube.contentmanagement.storagelayer.StorageManager
Retrieves a particular property of an information object
RETURN_CODE_FILE_ACCESSIBLE - Static variable in class org.gcube.contentmanagement.baselayer.networkFileTransfer.gfal.GFALRawContentManager
constant defining file exists and is accessible

A B C D E F G H I L M N O P R S T U V W