Package | Description |
---|---|
org.gcube.informationsystem.collector.stubs.metadata |
Modifier and Type | Method and Description |
---|---|
MetadataRecord.TYPE |
MetadataRecord.getType() |
static MetadataRecord.TYPE |
MetadataRecord.TYPE.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MetadataRecord.TYPE[] |
MetadataRecord.TYPE.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
MetadataRecord.setType(MetadataRecord.TYPE type) |
Constructor and Description |
---|
MetadataWriter(MetadataRecord.TYPE type,
java.lang.String source,
java.lang.Integer timeToLive,
java.lang.String groupkey,
java.lang.String key,
java.lang.String entrykey,
java.lang.String namespace,
java.lang.String publicationMode)
Creates a new writer
|