- serialize(WSRSSessionToken) - Static method in class org.gcube.common.searchservice.searchlibrary.resultset.elements.WSRSSessionToken
-
serialize the given session token
- setAccess(int) - Method in class org.gcube.common.searchservice.searchlibrary.resultset.elements.ResultSetRef
-
Sets whether or not this RS offeres erasure of parts
- setAccessReads(int) - Method in class org.gcube.common.searchservice.searchlibrary.resultset.elements.CreationParams
-
Set the access leasing
- setAll_properties(String) - Method in class org.gcube.common.searchservice.searchlibrary.resultset.elements.CreationParams
-
Set all properties
- setAttrName(String) - Method in class org.gcube.common.searchservice.searchlibrary.resultset.elements.RecordAttribute
-
Sets the atribute name
- setAttrValue(String) - Method in class org.gcube.common.searchservice.searchlibrary.resultset.elements.RecordAttribute
-
Sets the atribute value
- setBean(Object) - Method in class org.gcube.common.searchservice.searchlibrary.resultset.elements.ResultElementBean
-
Sets the bean to serialize
- setBean(Object) - Method in class org.gcube.common.searchservice.searchlibrary.resultset.elements.ResultElementXBean
-
Sets the bean to serialize
- setContentOfBLOB(InputStream) - Method in class org.gcube.common.searchservice.searchlibrary.resultset.elements.ResultElementBLOBBase
-
sets the blob content
- setContentOfBLOB(InputStream) - Method in class org.gcube.common.searchservice.searchlibrary.resultset.elements.ResultElementBLOBGeneric
-
- setCurrentHeader(HeaderRef) - Method in class org.gcube.common.searchservice.searchlibrary.resultset.elements.ResultSetRef
-
Sets the header info that is current
- setCurrentHeaderName(String) - Method in class org.gcube.common.searchservice.searchlibrary.resultset.elements.ResultSetRef
-
Sets the current header file name
- setDataflow(boolean) - Method in class org.gcube.common.searchservice.searchlibrary.resultset.elements.CreationParams
-
set the data flow property
- setDataFlow(boolean) - Method in class org.gcube.common.searchservice.searchlibrary.resultset.elements.ResultSetRef
-
Sets whether or not this RS offeres on demand production of results
- setExpire_date(Date) - Method in class org.gcube.common.searchservice.searchlibrary.resultset.elements.CreationParams
-
Set the time leasing for the RS
- setExpire_date(Date) - Method in class org.gcube.common.searchservice.searchlibrary.resultset.elements.ResultSetRef
-
Set the time leasing
- setExpireDate(Document, Date) - Static method in class org.gcube.common.searchservice.searchlibrary.resultset.helpers.RSXMLHelper
-
Returns if the RS is populated with results forward
- setForward(boolean) - Method in class org.gcube.common.searchservice.searchlibrary.resultset.elements.CreationParams
-
Set the forward only property
- setForward(boolean) - Method in class org.gcube.common.searchservice.searchlibrary.resultset.elements.ResultSetRef
-
Set the forward property
- setForward(Document, boolean) - Static method in class org.gcube.common.searchservice.searchlibrary.resultset.helpers.RSXMLHelper
-
Set forward only access to this RS
- setForward(boolean) - Method in class org.gcube.common.searchservice.searchlibrary.resultset.ResultSet
-
Set an RS to be forward
- setHead(String) - Method in class org.gcube.common.searchservice.searchlibrary.resultset.elements.ResultSetRef
-
Sets the head file part of the chain
- setHmnemonic(HeadMnemonic) - Method in class org.gcube.common.searchservice.searchlibrary.resultset.elements.ResultSetRef
-
Set security properties
- setInWrap(String) - Method in class org.gcube.common.searchservice.searchlibrary.resultset.elements.ResultSetRef
-
Set that the payload to be persisted should be done wrapping the provided file
- setIsHead(String) - Method in class org.gcube.common.searchservice.searchlibrary.resultset.elements.HeaderRef
-
Sets the isHead propety
- setLocalName(String) - Method in class org.gcube.common.searchservice.searchlibrary.resultset.elements.HeaderRef
-
Sets the name of the file that holds this header
- setMnemonic(Mnemonic) - Method in class org.gcube.common.searchservice.searchlibrary.resultset.elements.ResultSetRef
-
Set security properties
- setNext(String) - Method in class org.gcube.common.searchservice.searchlibrary.resultset.elements.HeaderRef
-
Sets the name of the file that holds the next header
- setPKey(PublicKey) - Method in class org.gcube.common.searchservice.searchlibrary.resultset.elements.CreationParams
-
Set the Private key of the RS
- setPrev(String) - Method in class org.gcube.common.searchservice.searchlibrary.resultset.elements.HeaderRef
-
Sets the name of the file that holds the previous header
- setProperties(ArrayList<String>) - Method in class org.gcube.common.searchservice.searchlibrary.resultset.elements.CreationParams
-
Set the Element properties of the RS
- setRecordAttributes(RecordAttribute[]) - Method in class org.gcube.common.searchservice.searchlibrary.resultset.elements.ResultElementBase
-
Sets the record Attributes
- setResults(Vector<String>) - Method in class org.gcube.common.searchservice.searchlibrary.resultset.elements.ResultSetRef
-
Sets the underlying buffer to hold the provided records
- setType(String) - Method in class org.gcube.common.searchservice.searchlibrary.resultset.elements.PropertyElementBase
-
Sets the Type of the current property element
- sleepMax - Static variable in class org.gcube.common.searchservice.searchlibrary.resultset.helpers.RSConstants
-
The maximum amount of time a Thread will wait for the next part to be produced unless otherwise specified
- sleepOnIt - Static variable in class org.gcube.common.searchservice.searchlibrary.resultset.helpers.RSConstants
-
Used to notify about new part creation
- sleepTime - Static variable in class org.gcube.common.searchservice.searchlibrary.resultset.helpers.RSConstants
-
The maximum amount of time a Thread will block on a wait call
- splitClear() - Method in class org.gcube.common.searchservice.searchlibrary.resultset.ResultSet
-
- splitEncoded() - Method in class org.gcube.common.searchservice.searchlibrary.resultset.ResultSet
-
Splits the current payload part in sized defined by the
RSConstants.partSize
property and encdes
them using Base64 encoding
- splitFile(String) - Static method in class org.gcube.common.searchservice.searchlibrary.resultset.helpers.RSFileHelper
-
- startNewPart() - Method in class org.gcube.common.searchservice.searchlibrary.resultset.ResultSet
-
Starts a new part in the chain of parts, making the part that was currently authored available
- StreamManager - Class in org.gcube.common.searchservice.searchlibrary.resultset.elements
-
Listens to a predefined port and transfers result set parts to requestors
- StreamManager(int, boolean) - Constructor for class org.gcube.common.searchservice.searchlibrary.resultset.elements.StreamManager
-
Creates a new instance
- StreamWorker - Class in org.gcube.common.searchservice.searchlibrary.resultset.elements
-
Serves result set parts to requesting socket
- StreamWorker(Socket) - Constructor for class org.gcube.common.searchservice.searchlibrary.resultset.elements.StreamWorker
-
Initializes a new instance