| Package | Description |
|---|---|
| org.apache.nifi.controller.repository |
| Modifier and Type | Method and Description |
|---|---|
ContentClaim |
ContentRepository.clone(ContentClaim original,
boolean lossTolerant)
Clones the content for the given content claim and returns content claim
of the new object
|
ContentClaim |
ContentRepository.create(boolean lossTolerant)
Creates a new content claim
|
ContentClaim |
FlowFileRecord.getContentClaim() |
ContentClaim |
RepositoryRecord.getCurrentClaim() |
ContentClaim |
RepositoryRecord.getOriginalClaim() |
| Modifier and Type | Method and Description |
|---|---|
List<ContentClaim> |
RepositoryRecord.getTransientClaims() |
| Modifier and Type | Method and Description |
|---|---|
ContentClaim |
ContentRepository.clone(ContentClaim original,
boolean lossTolerant)
Clones the content for the given content claim and returns content claim
of the new object
|
int |
ContentRepository.decrementClaimantCount(ContentClaim claim)
Reduces the number of claimants for the given claim.
|
long |
ContentRepository.exportTo(ContentClaim claim,
OutputStream destination)
Exports the content of the given claim to the given destination.
|
long |
ContentRepository.exportTo(ContentClaim claim,
OutputStream destination,
long offset,
long length)
Exports a subset of the content of the given claim, starting at offset
and copying length bytes, to the given destination.
|
long |
ContentRepository.exportTo(ContentClaim claim,
Path destination,
boolean append)
Exports the content of the given claim to the given destination.
|
long |
ContentRepository.exportTo(ContentClaim claim,
Path destination,
boolean append,
long offset,
long length)
Exports the content of the given claim to the given destination.
|
int |
ContentRepository.getClaimantCount(ContentClaim claim)
Obtains the current number of claimants for the given claim
|
long |
ContentRepository.importFrom(InputStream content,
ContentClaim claim)
Imports content from the given stream creating a new content object and
claim within the repository.
|
long |
ContentRepository.importFrom(Path content,
ContentClaim claim)
Imports content from the given path creating a new content object and
claim within the repository.
|
int |
ContentRepository.incrementClaimaintCount(ContentClaim claim)
Increments the number of claimants for the given claim
|
boolean |
ContentRepository.isAccessible(ContentClaim contentClaim) |
long |
ContentRepository.merge(Collection<ContentClaim> claims,
ContentClaim destination,
byte[] header,
byte[] footer,
byte[] demarcator)
Deprecated.
|
InputStream |
ContentRepository.read(ContentClaim claim)
Provides access to the input stream for the given claim
|
boolean |
ContentRepository.remove(ContentClaim claim)
Removes the content indicated by the given claim
|
long |
ContentRepository.size(ContentClaim claim) |
OutputStream |
ContentRepository.write(ContentClaim claim)
Obtains an OutputStream to the content for the given claim.
|
| Modifier and Type | Method and Description |
|---|---|
long |
ContentRepository.merge(Collection<ContentClaim> claims,
ContentClaim destination,
byte[] header,
byte[] footer,
byte[] demarcator)
Deprecated.
|
Copyright © 2023 Apache NiFi Project. All rights reserved.