Class GetBlobResponse
- java.lang.Object
-
- org.apache.jackrabbit.oak.segment.standby.codec.GetBlobResponse
-
public class GetBlobResponse extends Object
-
-
Constructor Summary
Constructors Constructor Description GetBlobResponse(String clientId, String blobId, InputStream in, long length)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getBlobId()
String
getClientId()
InputStream
getInputStream()
long
getLength()
-
-
-
Constructor Detail
-
GetBlobResponse
public GetBlobResponse(String clientId, String blobId, InputStream in, long length)
-
-
Method Detail
-
getClientId
public String getClientId()
-
getBlobId
public String getBlobId()
-
getInputStream
public InputStream getInputStream()
-
getLength
public long getLength()
-
-