public class IndexMeta extends Object
| Constructor and Description | 
|---|
IndexMeta(String correlationId, String filename, long timestamp)Default constructor  | 
IndexMeta(String correlationId, String filename, long timestamp, List<String> tags)Construct the parameters  | 
IndexMeta(String correlationId, String filename, long timestamp, List<String> tags, Map<String,Object> properties)Construct the parameters  | 
IndexMeta(String correlationId, String filename, long timestamp, List<String> tags, Map<String,Object> properties, String fallbackCRSString)Construct the parameters  | 
IndexMeta(String correlationId, String filename, long timestamp, List<String> tags, String fallbackCRSString)Construct the parameters  | 
| Modifier and Type | Method and Description | 
|---|---|
String | getCorrelationId()  | 
String | getFallbackCRSString()  | 
String | getFilename()  | 
Map<String,Object> | getProperties()  | 
List<String> | getTags()  | 
long | getTimestamp()  | 
public IndexMeta(String correlationId, 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(String correlationId, String filename, long timestamp, List<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(String correlationId, String filename, long timestamp, List<String> tags, Map<String,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(String correlationId, String filename, long timestamp, List<String> tags, 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(String correlationId, String filename, long timestamp, List<String> tags, Map<String,Object> properties, 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 String getCorrelationId()
public String getFilename()
public long getTimestamp()
public Map<String,Object> getProperties()
public String getFallbackCRSString()