Package | Description |
---|---|
com.bigdata.counters.format | |
com.bigdata.rdf.sail.webapp |
Modifier and Type | Field and Description |
---|---|
static CounterSetFormat |
CounterSetFormat.HTML
XML properties file using
text/html and UTF-8 . |
static CounterSetFormat |
CounterSetFormat.TEXT
Text properties file using
text/plain and
UTF-8 . |
static CounterSetFormat |
CounterSetFormat.XML
XML properties file using
application/xml and
UTF-8 . |
Modifier and Type | Method and Description |
---|---|
static CounterSetFormat |
CounterSetFormat.forMIMEType(String mimeType)
Tries to determine the appropriate file format based on the a MIME type
that describes the content type.
|
static CounterSetFormat |
CounterSetFormat.forMIMEType(String mimeType,
CounterSetFormat fallback)
Tries to determine the appropriate file format based on the a MIME type
that describes the content type.
|
Modifier and Type | Method and Description |
---|---|
static Iterator<CounterSetFormat> |
CounterSetFormat.getFormats()
Alternative static method signature.
|
Iterator<CounterSetFormat> |
CounterSetFormat.iterator()
A thread-safe iterator that will visit all known formats (declared by
Iterable ). |
Modifier and Type | Method and Description |
---|---|
static CounterSetFormat |
CounterSetFormat.forMIMEType(String mimeType,
CounterSetFormat fallback)
Tries to determine the appropriate file format based on the a MIME type
that describes the content type.
|
static void |
CounterSetFormat.register(CounterSetFormat format)
Registers the specified format.
|
Modifier and Type | Method and Description |
---|---|
CounterSetFormat |
ConnegUtil.getCounterSetFormat()
Return the best
CounterSetFormat from the Accept
header, where "best" is measured by the q parameter. |
CounterSetFormat |
ConnegUtil.getCounterSetFormat(CounterSetFormat fallback)
Return the best
RDCountersFormatFFormat from the
Accept header, where "best" is measured by the
q parameter. |
Modifier and Type | Method and Description |
---|---|
CounterSetFormat |
ConnegUtil.getCounterSetFormat(CounterSetFormat fallback)
Return the best
RDCountersFormatFFormat from the
Accept header, where "best" is measured by the
q parameter. |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.