Skip navigation links
A B C D E F G H I J L N P R S T U V W 

A

abort() - Method in class ImportDryRunConcourse
 
add(String, T) - Method in class ImportDryRunConcourse
 
add(String, T, Collection<Long>) - Method in class ImportDryRunConcourse
 
add(String, T, long) - Method in class ImportDryRunConcourse
 
ANNOTATE_DATA_SOURCE_OPTION_NAME - Static variable in class Importer
The name of the key that contains the value for the --annotate-data-source CLI option.
annotateDataSource - Variable in class ImportCli.ImportOptions
 
audit(long) - Method in class ImportDryRunConcourse
 
audit(long, Timestamp) - Method in class ImportDryRunConcourse
 
audit(long, Timestamp, Timestamp) - Method in class ImportDryRunConcourse
 
audit(String, long) - Method in class ImportDryRunConcourse
 
audit(String, long, Timestamp) - Method in class ImportDryRunConcourse
 
audit(String, long, Timestamp, Timestamp) - Method in class ImportDryRunConcourse
 

B

browse(Collection<String>) - Method in class ImportDryRunConcourse
 
browse(Collection<String>, Timestamp) - Method in class ImportDryRunConcourse
 
browse(String) - Method in class ImportDryRunConcourse
 
browse(String, Timestamp) - Method in class ImportDryRunConcourse
 

C

chronologize(String, long) - Method in class ImportDryRunConcourse
 
chronologize(String, long, Timestamp) - Method in class ImportDryRunConcourse
 
chronologize(String, long, Timestamp, Timestamp) - Method in class ImportDryRunConcourse
 
clear(Collection<Long>) - Method in class ImportDryRunConcourse
 
clear(Collection<String>, Collection<Long>) - Method in class ImportDryRunConcourse
 
clear(Collection<String>, long) - Method in class ImportDryRunConcourse
 
clear(long) - Method in class ImportDryRunConcourse
 
clear(String, Collection<Long>) - Method in class ImportDryRunConcourse
 
clear(String, long) - Method in class ImportDryRunConcourse
 
close() - Method in class Importer
Close the importer and release any resources that it has open.
com.cinchapi.concourse.importer - package com.cinchapi.concourse.importer
 
com.cinchapi.concourse.importer.cli - package com.cinchapi.concourse.importer.cli
 
com.cinchapi.concourse.importer.debug - package com.cinchapi.concourse.importer.debug
 
com.cinchapi.concourse.importer.util - package com.cinchapi.concourse.importer.util
 
commit() - Method in class ImportDryRunConcourse
 
concourse - Variable in class Importer
The connection to Concourse.
copyConnection() - Method in class ImportDryRunConcourse
 
CsvImporter - Class in com.cinchapi.concourse.importer
An Importer that can handle generic CSV files that have header information in the first line.
CsvImporter(Concourse) - Constructor for class CsvImporter
Construct a new instance.

D

data - Variable in class ImportCli.ImportOptions
 
DATA_SOURCE_ANNOTATION_KEY - Static variable in class Importer
The key that contains datasource annotations.
DelimitedLineImporter - Class in com.cinchapi.concourse.importer
An Importer that splits each line of input by a DelimitedLineImporter.delimiter() to produce key/value pairs for import.
DelimitedLineImporter(Concourse) - Constructor for class DelimitedLineImporter
Construct a new instance.
delimitedStringToJsonArray(String, String, char, List<String>, Transformer) - Static method in class Importables
Given a string of lines, where is line has tokens that are separated by a delimiter character, covert each line to a JSON object and return a single string that contains a JSON array of the objects.
delimitedStringToJsonObject(String, String, char, List<String>, Transformer) - Static method in class Importables
Given a line that is separated by a delimiter character, convert each token to fields within a single JSON object.
delimitedStringToJsonObject(String, String, char, List<String>, Transformer, StringBuilder) - Static method in class Importables
Given a line that is separated by a delimiter character, convert each token to fields within a single JSON object.
delimiter() - Method in class CsvImporter
 
delimiter() - Method in class DelimitedLineImporter
The delimiter that is used to split field on each line.
delimiter() - Method in class LegacyCsvImporter
Deprecated.
 
delimiter() - Method in class LineBasedImporter
Deprecated.
The delimiter that is used to split fields on each line.
describe() - Method in class ImportDryRunConcourse
 
describe(Collection<Long>) - Method in class ImportDryRunConcourse
 
describe(Collection<Long>, Timestamp) - Method in class ImportDryRunConcourse
 
describe(long) - Method in class ImportDryRunConcourse
 
describe(long, Timestamp) - Method in class ImportDryRunConcourse
 
describe(Timestamp) - Method in class ImportDryRunConcourse
 
diff(long, Timestamp) - Method in class ImportDryRunConcourse
 
diff(long, Timestamp, Timestamp) - Method in class ImportDryRunConcourse
 
diff(String, long, Timestamp) - Method in class ImportDryRunConcourse
 
diff(String, long, Timestamp, Timestamp) - Method in class ImportDryRunConcourse
 
diff(String, Timestamp) - Method in class ImportDryRunConcourse
 
diff(String, Timestamp, Timestamp) - Method in class ImportDryRunConcourse
 
doTask() - Method in class ImportCli
 
dryRun - Variable in class ImportCli.ImportOptions
 
dump() - Method in class ImportDryRunConcourse
Dump the data that was inserted as a JSON blob.

E

exit() - Method in class ImportDryRunConcourse
 

F

find(Criteria) - Method in class ImportDryRunConcourse
 
find(Object) - Method in class ImportDryRunConcourse
 
find(String) - Method in class ImportDryRunConcourse
 
find(String, Object) - Method in class ImportDryRunConcourse
 
find(String, Object, Timestamp) - Method in class ImportDryRunConcourse
 
find(String, Operator, Object) - Method in class ImportDryRunConcourse
 
find(String, Operator, Object, Object) - Method in class ImportDryRunConcourse
 
find(String, Operator, Object, Object, Timestamp) - Method in class ImportDryRunConcourse
 
find(String, Operator, Object, Timestamp) - Method in class ImportDryRunConcourse
 
find(String, String, Object) - Method in class ImportDryRunConcourse
 
find(String, String, Object, Object) - Method in class ImportDryRunConcourse
 
find(String, String, Object, Object, Timestamp) - Method in class ImportDryRunConcourse
 
find(String, String, Object, Timestamp) - Method in class ImportDryRunConcourse
 
findOrAdd(String, T) - Method in class ImportDryRunConcourse
 
findOrInsert(Criteria, String) - Method in class ImportDryRunConcourse
 
findOrInsert(String, String) - Method in class ImportDryRunConcourse
 

G

get(Collection<String>, Collection<Long>) - Method in class ImportDryRunConcourse
 
get(Collection<String>, Collection<Long>, Timestamp) - Method in class ImportDryRunConcourse
 
get(Collection<String>, Criteria) - Method in class ImportDryRunConcourse
 
get(Collection<String>, Criteria, Timestamp) - Method in class ImportDryRunConcourse
 
get(Collection<String>, long) - Method in class ImportDryRunConcourse
 
get(Collection<String>, long, Timestamp) - Method in class ImportDryRunConcourse
 
get(Collection<String>, Object) - Method in class ImportDryRunConcourse
 
get(Collection<String>, Object, Timestamp) - Method in class ImportDryRunConcourse
 
get(Collection<String>, String) - Method in class ImportDryRunConcourse
 
get(Collection<String>, String, Timestamp) - Method in class ImportDryRunConcourse
 
get(Criteria) - Method in class ImportDryRunConcourse
 
get(Criteria, Timestamp) - Method in class ImportDryRunConcourse
 
get(Object) - Method in class ImportDryRunConcourse
 
get(Object, Timestamp) - Method in class ImportDryRunConcourse
 
get(String) - Method in class ImportDryRunConcourse
 
get(String, Collection<Long>) - Method in class ImportDryRunConcourse
 
get(String, Collection<Long>, Timestamp) - Method in class ImportDryRunConcourse
 
get(String, Criteria) - Method in class ImportDryRunConcourse
 
get(String, Criteria, Timestamp) - Method in class ImportDryRunConcourse
 
get(String, long) - Method in class ImportDryRunConcourse
 
get(String, long, Timestamp) - Method in class ImportDryRunConcourse
 
get(String, Object) - Method in class ImportDryRunConcourse
 
get(String, Object, Timestamp) - Method in class ImportDryRunConcourse
 
get(String, String) - Method in class ImportDryRunConcourse
 
get(String, String, Timestamp) - Method in class ImportDryRunConcourse
 
get(String, Timestamp) - Method in class ImportDryRunConcourse
 
getOptions() - Method in class ImportCli
 
getServerEnvironment() - Method in class ImportDryRunConcourse
 
getServerVersion() - Method in class ImportDryRunConcourse
 

H

header - Variable in class ImportCli.ImportOptions
 
header() - Method in class DelimitedLineImporter
Provide an ordered list of header columns/keys if they are not provided in the first line that is processed by this importer.
header() - Method in class LineBasedImporter
Deprecated.
This method is provided so the subclass can provide an ordered array of headers if they are not provided in the file as the first line.
Headered - Interface in com.cinchapi.concourse.importer
A marker interface for an Importer that makes use of a header to define the fields into which data is imported.

I

Importables - Class in com.cinchapi.concourse.importer.util
Helper functions to aid in the process of importing data from files or strings.
Importables() - Constructor for class Importables
 
ImportCli - Class in com.cinchapi.concourse.importer.cli
A CLI that uses the import framework to import data into Concourse.
ImportCli(String[]) - Constructor for class ImportCli
Construct a new instance.
ImportCli.ImportOptions - Class in com.cinchapi.concourse.importer.cli
Import specific Options.
ImportDryRunConcourse - Class in com.cinchapi.concourse.importer.debug
A Concourse API that holds inserted data in memory.
ImportDryRunConcourse() - Constructor for class ImportDryRunConcourse
Construct a new instance.
ImportDryRunConcourse(boolean) - Constructor for class ImportDryRunConcourse
Construct a new instance.
Importer - Class in com.cinchapi.concourse.importer
This is the base class for bringing data from flat files into Concourse.
Importer(Concourse) - Constructor for class Importer
Construct a new instance.
importFile(String) - Method in class DelimitedLineImporter
 
importFile(String, String) - Method in class DelimitedLineImporter
Import all of the lines from file into Concourse and determine the appropriate destination record(s) for each line using the resolveKey.
importFile(String) - Method in class Importer
Import the data from file into Concourse and return the record ids where the data was imported.
importFile(String) - Method in class JsonImporter
 
importFile(String) - Method in class LineBasedImporter
Deprecated.
 
importFile(String, String) - Method in class LineBasedImporter
Deprecated.
Import the data contained in file into Concourse.
importJsonString(String) - Method in class JsonImporter
Given a string of JSON data, insert it into Concourse.
ImportOptions() - Constructor for class ImportCli.ImportOptions
 
importString(String) - Method in class DelimitedLineImporter
 
importString(String, String) - Method in class DelimitedLineImporter
Import all the lines into Concourse and determine the appropriate destination record(s) for each line using the resolveKey.
importString(String) - Method in class Importer
Import data directly from a String, for instance input from stdin.
importString(String) - Method in class JsonImporter
 
insert(String) - Method in class ImportDryRunConcourse
 
insert(String, Collection<Long>) - Method in class ImportDryRunConcourse
 
insert(String, long) - Method in class ImportDryRunConcourse
 
inventory() - Method in class ImportDryRunConcourse
 
invokePlugin(String, String, Object...) - Method in class ImportDryRunConcourse
 
isValidKeyCharacter(char) - Static method in class Importables
Return true if the specified character is permitted in a key.

J

jsonify(Collection<Long>) - Method in class ImportDryRunConcourse
 
jsonify(Collection<Long>, boolean) - Method in class ImportDryRunConcourse
 
jsonify(Collection<Long>, Timestamp) - Method in class ImportDryRunConcourse
 
jsonify(Collection<Long>, Timestamp, boolean) - Method in class ImportDryRunConcourse
 
jsonify(long) - Method in class ImportDryRunConcourse
 
jsonify(long, boolean) - Method in class ImportDryRunConcourse
 
jsonify(long, Timestamp) - Method in class ImportDryRunConcourse
 
jsonify(long, Timestamp, boolean) - Method in class ImportDryRunConcourse
 
JsonImporter - Class in com.cinchapi.concourse.importer
An Importer that uses Concourse's bulk JSON insert functionality for more efficient imports.
JsonImporter(Concourse) - Constructor for class JsonImporter
Construct a new instance.
JsonImporter(Concourse, Logger) - Constructor for class JsonImporter
Construct a new instance.

L

LegacyCsvImporter - Class in com.cinchapi.concourse.importer
Deprecated.
LegacyCsvImporter(Concourse) - Constructor for class LegacyCsvImporter
Deprecated.
Construct a new instance.
LegacyCsvImporter(Concourse, Logger) - Constructor for class LegacyCsvImporter
Deprecated.
Construct a new instance.
LineBasedImporter - Class in com.cinchapi.concourse.importer
Deprecated.
LineBasedImporter(Concourse, Logger) - Constructor for class LineBasedImporter
Deprecated.
Construct a new instance.
link(String, Collection<Long>, long) - Method in class ImportDryRunConcourse
 
link(String, long, long) - Method in class ImportDryRunConcourse
 
log - Variable in class JsonImporter
 

N

navigate(Collection<String>, Collection<Long>) - Method in class ImportDryRunConcourse
 
navigate(Collection<String>, Collection<Long>, Timestamp) - Method in class ImportDryRunConcourse
 
navigate(Collection<String>, Criteria) - Method in class ImportDryRunConcourse
 
navigate(Collection<String>, Criteria, Timestamp) - Method in class ImportDryRunConcourse
 
navigate(Collection<String>, long) - Method in class ImportDryRunConcourse
 
navigate(Collection<String>, long, Timestamp) - Method in class ImportDryRunConcourse
 
navigate(Collection<String>, String) - Method in class ImportDryRunConcourse
 
navigate(Collection<String>, String, Timestamp) - Method in class ImportDryRunConcourse
 
navigate(String, Collection<Long>) - Method in class ImportDryRunConcourse
 
navigate(String, Collection<Long>, Timestamp) - Method in class ImportDryRunConcourse
 
navigate(String, Criteria) - Method in class ImportDryRunConcourse
 
navigate(String, Criteria, Timestamp) - Method in class ImportDryRunConcourse
 
navigate(String, long) - Method in class ImportDryRunConcourse
 
navigate(String, long, Timestamp) - Method in class ImportDryRunConcourse
 
navigate(String, String) - Method in class ImportDryRunConcourse
 
navigate(String, String, Timestamp) - Method in class ImportDryRunConcourse
 
numThreads - Variable in class ImportCli.ImportOptions
 

P

params - Variable in class Importer
A map of dynamic parameters that may be passed in from the ImportCli.
parseHeader(String) - Method in class DelimitedLineImporter
 
parseHeader(String) - Method in interface Headered
After parsing the line, assign each of the tokens to be the header for the Importer if and only if a header has not already been assigned or parsed.
ping(Collection<Long>) - Method in class ImportDryRunConcourse
 
ping(long) - Method in class ImportDryRunConcourse
 

R

reconcile(String, long, Collection<T>) - Method in class ImportDryRunConcourse
 
remove(String, T, Collection<Long>) - Method in class ImportDryRunConcourse
 
remove(String, T, long) - Method in class ImportDryRunConcourse
 
resolveKey - Variable in class ImportCli.ImportOptions
 
revert(Collection<String>, Collection<Long>, Timestamp) - Method in class ImportDryRunConcourse
 
revert(Collection<String>, long, Timestamp) - Method in class ImportDryRunConcourse
 
revert(String, Collection<Long>, Timestamp) - Method in class ImportDryRunConcourse
 
revert(String, long, Timestamp) - Method in class ImportDryRunConcourse
 

S

search(String, String) - Method in class ImportDryRunConcourse
 
select(Collection<Long>) - Method in class ImportDryRunConcourse
 
select(Collection<Long>, Timestamp) - Method in class ImportDryRunConcourse
 
select(Collection<String>, Collection<Long>) - Method in class ImportDryRunConcourse
 
select(Collection<String>, Collection<Long>, Timestamp) - Method in class ImportDryRunConcourse
 
select(Collection<String>, Criteria) - Method in class ImportDryRunConcourse
 
select(Collection<String>, Criteria, Timestamp) - Method in class ImportDryRunConcourse
 
select(Collection<String>, long) - Method in class ImportDryRunConcourse
 
select(Collection<String>, long, Timestamp) - Method in class ImportDryRunConcourse
 
select(Collection<String>, Object) - Method in class ImportDryRunConcourse
 
select(Collection<String>, Object, Timestamp) - Method in class ImportDryRunConcourse
 
select(Collection<String>, String) - Method in class ImportDryRunConcourse
 
select(Collection<String>, String, Timestamp) - Method in class ImportDryRunConcourse
 
select(Criteria) - Method in class ImportDryRunConcourse
 
select(Criteria, Timestamp) - Method in class ImportDryRunConcourse
 
select(long) - Method in class ImportDryRunConcourse
 
select(long, Timestamp) - Method in class ImportDryRunConcourse
 
select(Object) - Method in class ImportDryRunConcourse
 
select(Object, Timestamp) - Method in class ImportDryRunConcourse
 
select(String) - Method in class ImportDryRunConcourse
 
select(String, Collection<Long>) - Method in class ImportDryRunConcourse
 
select(String, Collection<Long>, Timestamp) - Method in class ImportDryRunConcourse
 
select(String, Criteria) - Method in class ImportDryRunConcourse
 
select(String, Criteria, Timestamp) - Method in class ImportDryRunConcourse
 
select(String, long) - Method in class ImportDryRunConcourse
 
select(String, long, Timestamp) - Method in class ImportDryRunConcourse
 
select(String, Object) - Method in class ImportDryRunConcourse
 
select(String, Object, Timestamp) - Method in class ImportDryRunConcourse
 
select(String, String) - Method in class ImportDryRunConcourse
 
select(String, String, Timestamp) - Method in class ImportDryRunConcourse
 
select(String, Timestamp) - Method in class ImportDryRunConcourse
 
set(String, Object, Collection<Long>) - Method in class ImportDryRunConcourse
 
set(String, T, long) - Method in class ImportDryRunConcourse
 
setParams(Map<String, String>) - Method in class Importer
Assign a collection of dynamic parameters to this Importer for additional configuration.
stage() - Method in class ImportDryRunConcourse
 

T

time() - Method in class ImportDryRunConcourse
 
time(String) - Method in class ImportDryRunConcourse
 
transformer() - Method in class DelimitedLineImporter
Return a Transformer to potentially alter key/value pairs seen by this importer.
transformValue(String, String) - Method in class LineBasedImporter
Deprecated.
At a minimum, this method is responsible for taking a raw source string value and converting it to a JsonElement.
type - Variable in class ImportCli.ImportOptions
 

U

unlink(String, long, long) - Method in class ImportDryRunConcourse
 
upsertJsonString(String) - Method in class JsonImporter
Given a string of JSON data, upsert it into Concourse.
useOptimizedSplitPath - Variable in class LineBasedImporter
Deprecated.
A flag that indicates whether the importer should use the optimized split path that takes advantage of the QuoteAwareStringSplitter.

V

validateFileFormat(String) - Method in class LegacyCsvImporter
Deprecated.
 
validateFileFormat(String) - Method in class LineBasedImporter
Deprecated.
Check line to determine if is valid for the the file format that is supported by the importer.
verify(String, Object, long) - Method in class ImportDryRunConcourse
 
verify(String, Object, long, Timestamp) - Method in class ImportDryRunConcourse
 
verifyAndSwap(String, Object, long, Object) - Method in class ImportDryRunConcourse
 
verifyOrSet(String, Object, long) - Method in class ImportDryRunConcourse
 

W

writeJsonValue(JsonWriter, String) - Static method in class Importables
Intelligently write the appropriate JSON representation for value to out.
A B C D E F G H I J L N P R S T U V W 
Skip navigation links