java.lang.Object
org.apache.jena.fuseki.system.UploadDetails
Record of an upload
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic JsonValue
detailsJson
(long count, long tripleCount, long quadCount) static String
detailsStr
(long count, long tripleCount, long quadCount) long
getCount()
long
long
void
setExistedBefore
(boolean existedBefore) void
-
Field Details
-
jCount
-
jTriplesCount
-
jQuadsCount
-
-
Method Details
-
detailsStr
-
detailsStr
-
detailsJson
-
detailsJson
-
getCount
public long getCount() -
getTripleCount
public long getTripleCount() -
getQuadCount
public long getQuadCount() -
setExistedBefore
public void setExistedBefore(boolean existedBefore) -
setExistedBefore
-
getExistedBefore
-