public class LocalBinaryStoreEntry extends BasicCacheEntry
| Constructor and Description |
|---|
LocalBinaryStoreEntry(org.modeshape.jcr.value.binary.BinaryStore store,
javax.jcr.Property property) |
| Modifier and Type | Method and Description |
|---|---|
protected org.modeshape.jcr.value.BinaryKey |
binaryKey() |
boolean |
equals(java.lang.Object other)
Two LowLevelCacheEntries are the same if they have the same key,
come from the same BinaryStore,
and have the same underlying store configuration
|
java.lang.String |
getExternalIdentifier()
Generate a human-readable identifier for the location of this entry
|
java.io.InputStream |
getInputStream()
Get a raw input stream from the underlying store
|
int |
hashCode() |
protected javax.jcr.Property |
property() |
checkFixitypublic LocalBinaryStoreEntry(org.modeshape.jcr.value.binary.BinaryStore store,
javax.jcr.Property property)
store - a Modeshape BinaryStoreproperty - the property we're interested inpublic java.io.InputStream getInputStream()
throws javax.jcr.RepositoryException
javax.jcr.RepositoryExceptionpublic java.lang.String getExternalIdentifier()
public boolean equals(java.lang.Object other)
equals in class java.lang.Objectother - public int hashCode()
hashCode in class java.lang.Objectprotected javax.jcr.Property property()
protected org.modeshape.jcr.value.BinaryKey binaryKey()
Copyright © 2013-2014 DuraSpace, Inc.. All Rights Reserved.