public class IndexMeta
extends java.lang.Object
Constructor and Description |
---|
IndexMeta(java.lang.String correlationId, java.lang.String filename, long timestamp) Default constructor |
IndexMeta(java.lang.String correlationId, java.lang.String filename, long timestamp, java.util.List<java.lang.String> tags) Construct the parameters |
IndexMeta(java.lang.String correlationId, java.lang.String filename, long timestamp, java.util.List<java.lang.String> tags, java.util.Map<java.lang.String,java.lang.Object> properties) Construct the parameters |
IndexMeta(java.lang.String correlationId, java.lang.String filename, long timestamp, java.util.List<java.lang.String> tags, java.util.Map<java.lang.String,java.lang.Object> properties, java.lang.String fallbackCRSString) Construct the parameters |
IndexMeta(java.lang.String correlationId, java.lang.String filename, long timestamp, java.util.List<java.lang.String> tags, java.lang.String fallbackCRSString) Construct the parameters |
Modifier and Type | Method and Description |
---|---|
java.lang.String | getCorrelationId() |
java.lang.String | getFallbackCRSString() |
java.lang.String | getFilename() |
java.util.Map<java.lang.String,java.lang.Object> | getProperties() |
java.util.List<java.lang.String> | getTags() |
long | getTimestamp() |
public IndexMeta(java.lang.String correlationId, java.lang.String filename, long timestamp)
correlationId
- identifies to which specific import this meta data belongsfilename
- the name of the source file containing the chunks to be indexedtimestamp
- the timestamp for this importpublic IndexMeta(java.lang.String correlationId, java.lang.String filename, long timestamp, java.util.List<java.lang.String> tags)
correlationId
- identifies to which specific import this meta data belongsfilename
- the name of the source file containing the chunks to be indexedtimestamp
- the timestamp for this importtags
- the list of tags to attach to the chunk (may be null)public IndexMeta(java.lang.String correlationId, java.lang.String filename, long timestamp, java.util.List<java.lang.String> tags, java.util.Map<java.lang.String,java.lang.Object> properties)
correlationId
- identifies to which specific import this meta data belongsfilename
- the name of the source file containing the chunks to be indexedtimestamp
- the timestamp for this importtags
- the list of tags to attach to the chunk (may be null)properties
- the map of properties to attach to the chunk (may be null)public IndexMeta(java.lang.String correlationId, java.lang.String filename, long timestamp, java.util.List<java.lang.String> tags, java.lang.String fallbackCRSString)
correlationId
- identifies to which specific import this meta data belongsfilename
- the name of the source file containing the chunks to be indexedtimestamp
- the timestamp for this importtags
- the list of tags to attach to the chunk (may be null)fallbackCRSString
- a string representing the CRS that should be used to index the chunk to import if it does not specify a CRS itself (may be null if no CRS is available as fallback)public IndexMeta(java.lang.String correlationId, java.lang.String filename, long timestamp, java.util.List<java.lang.String> tags, java.util.Map<java.lang.String,java.lang.Object> properties, java.lang.String fallbackCRSString)
correlationId
- identifies to which specific import this meta data belongsfilename
- the name of the source file containing the chunks to be indexedtimestamp
- the timestamp for this importtags
- the list of tags to attach to the chunk (may be null)properties
- the map of properties to attach to the chunk (may be null)fallbackCRSString
- a string representing the CRS that should be used to index the chunk to import if it does not specify a CRS itself (may be null if no CRS is available as fallback)public java.lang.String getCorrelationId()
public java.lang.String getFilename()
public long getTimestamp()
public java.util.List<java.lang.String> getTags()
public java.util.Map<java.lang.String,java.lang.Object> getProperties()
public java.lang.String getFallbackCRSString()