public interface ResourceClaim extends Comparable<ResourceClaim>
Represents a resource that can be provided by a ContentRepository
MUST BE THREAD-SAFE!
Modifier and Type | Method and Description |
---|---|
String |
getContainer() |
String |
getId() |
String |
getSection() |
boolean |
isInUse()
Indicates whether or not the Resource Claim is in use.
|
boolean |
isLossTolerant() |
boolean |
isWritable() |
compareTo
String getId()
String getContainer()
String getSection()
boolean isLossTolerant()
boolean isWritable()
true
if the Resource Claim may still be written to, false
if the Resource Claim
will no longer be written toboolean isInUse()
true
if the Resource Claim is in use, false
otherwiseCopyright © 2016 Apache NiFi Project. All rights reserved.