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

$

$order() - Method in class OrderAtState
 
$order() - Method in class OrderByState
 
$prettyMapSupplier() - Method in class DataColumn
 
$prettyMapSupplier() - Method in class DataIndex
 
$prettyMapSupplier() - Method in class DataProjection
 
$prettyMapSupplier() - Method in class DataRow
 
$prettyMapSupplier() - Method in class DataTable
 
$this(Concourse) - Method in class ForwardingConcourse
Construct an instance of this ForwardingConcourse using the provided concourse connection as the proxied handle.

A

abort() - Method in class Concourse
Abort the current transaction and discard any changes that are currently staged.
abort() - Method in class ForwardingConcourse
 
abort() - Method in class NoOpConcourse
 
add(String, T) - Method in class Concourse
Append key as value in a new record.
add(String, T, Collection<Long>) - Method in class Concourse
Atomically append key as value in each of the records where it doesn't exist.
add(String, T, long) - Method in class Concourse
Append key as value in record if and only if it doesn't exist.
add(String, T) - Method in class ForwardingConcourse
 
add(String, T, Collection<Long>) - Method in class ForwardingConcourse
 
add(String, T, long) - Method in class ForwardingConcourse
 
add(Symbol) - Method in class BuiltCriteria
Add a Symbol to this Criteria.
add(String, T) - Method in class NoOpConcourse
 
add(String, T, Collection<Long>) - Method in class NoOpConcourse
 
add(String, T, long) - Method in class NoOpConcourse
 
add(Number, Number) - Static method in class Numbers
Return the sum of two numbers.
allocate() - Static method in class HeapByteBlock
Return a new HeapByteBlock in write mode with a default initial capacity.
and() - Method in class BuildableState
Build a conjunctive clause onto the Criteria that is building.
anyJsonToJava(String) - Static method in class Convert
Takes a JSON string representation of an object or an array of JSON objects and returns a list of multimaps with the corresponding data.
append(String, String) - Static method in class FileOps
Write the String content to the end of the file, preserving anything that was previously there.
append(char) - Method in class StringBuilderWriter
 
append(CharSequence) - Method in class StringBuilderWriter
 
append(CharSequence, int, int) - Method in class StringBuilderWriter
 
areEqual(Number, Number) - Static method in class Numbers
Return true if a is mathematically equal to b.
areEqualCastSafe(Object, Object) - Static method in class Numbers
Perform a cast safe equality check for two objects.
array() - Method in interface ByteBlock
Return the backing byte array.
array() - Method in class HeapByteBlock
 
asReadOnlyBuffer(ByteBuffer) - Static method in class ByteBuffers
Deprecated.
Return a ByteBuffer that is a new read-only buffer that shares the content of source and has the same byte order, but maintains a distinct position, mark and limit.
at() - Static method in class Concourse
Return a Concourse.ConnectionBuilder to iteratively describe a Concourse connection.
at(Timestamp) - Method in class BuildableState
 
at(Timestamp) - Method in class BuiltCriteria
Return this Criteria with each expression (e.g.
at(Timestamp) - Method in interface Criteria
Return this Criteria with each expression (e.g.
at(Timestamp) - Method in class OrderByState
 
at(Timestamp) - Method in class ValueState
Add the specified timestamp to the Criteria that is building.
AtomicClock - Class in com.cinchapi.concourse.time
A clock that gives as close to the current time as possible without duplicates in microseconds.
AtomicClock() - Constructor for class AtomicClock
 
audit(long) - Method in class Concourse
Deprecated.
audit(long, Timestamp) - Method in class Concourse
Deprecated.
audit(long, Timestamp, Timestamp) - Method in class Concourse
audit(String, long) - Method in class Concourse
Deprecated.
audit(String, long, Timestamp) - Method in class Concourse
audit(String, long, Timestamp, Timestamp) - Method in class Concourse
auditFromReview(Map<K, List<String>>) - Static method in class BackwardsCompatability
Transform a value returned from review methods to one that should be returned from audit methods.
available - Variable in class ConnectionPool
A FIFO queue of connections that are available to be leased.
average(String) - Method in class Calculator
Return the average of all the values stored across key.
average(String, Collection<Long>) - Method in class Calculator
This method assumes that all the values are numeric.
average(String, Collection<Long>, Timestamp) - Method in class Calculator
This method assumes that all the values are numeric.
average(String, Criteria) - Method in class Calculator
Return the average of all the values for key in each of the records that match the Criteria.
average(String, Criteria, Timestamp) - Method in class Calculator
Return the average of all the values for key in each of the records that match the Criteria.
average(String, long) - Method in class Calculator
Return the average of all the values stored for key in record.
average(String, long, Timestamp) - Method in class Calculator
This method assumes that all the values are numeric.
average(String, String) - Method in class Calculator
Return the average of all the values for key in each of the records that match the criteria.
average(String, String, Timestamp) - Method in class Calculator
Return the average of all the values at timestamp for key in each of the records that match the criteria.
average(String, Timestamp) - Method in class Calculator
Return the average of all the values stored across key at timestamp.
avg(int...) - Static method in class Integers
Return the integer casted average of all the ints.
awaitChange(String) - Static method in class FileOps
Cause the current thread to block while waiting for a change to file.
awaitChangeInterruptibly(String) - Static method in class FileOps
Cause the current thread to block while waiting for a change to file.

B

back() - Method in class NoPage
 
back() - Method in interface Page
Return the "previous" Page, if possible.
BackwardsCompatability - Class in com.cinchapi.concourse
Contains functions for preserving backwards compatibility.
blockingDrain(BlockingQueue<E>, Collection<? super E>) - Static method in class Queues
Perform the BlockingQueue.drainTo(Collection) operation, but block indefinitely until at least one element is available.
blockingDrain(BlockingQueue<E>, Collection<? super E>, long, TimeUnit) - Static method in class Queues
Perform the BlockingQueue.drainTo(Collection) operation, but block for the specified timeout until at least one element is available.
browse(Collection<String>) - Method in class Concourse
Return a view of the values from all records that are currently stored for each of the keys.
browse(Collection<String>, Timestamp) - Method in class Concourse
Return a view of the values from all records that were stored for each of the keys at timestamp.
browse(String) - Method in class Concourse
Return a view of the values from all records that are currently stored for key.
browse(String, Timestamp) - Method in class Concourse
Return a view of the values from all records that were stored for key at timestamp.
browse(Collection<String>) - Method in class ForwardingConcourse
 
browse(Collection<String>, Timestamp) - Method in class ForwardingConcourse
 
browse(String) - Method in class ForwardingConcourse
 
browse(String, Timestamp) - Method in class ForwardingConcourse
 
browse(Collection<String>) - Method in class NoOpConcourse
 
browse(Collection<String>, Timestamp) - Method in class NoOpConcourse
 
browse(String) - Method in class NoOpConcourse
 
browse(String, Timestamp) - Method in class NoOpConcourse
 
build() - Method in class BuildableState
Build and return the Criteria.
build() - Method in class BuildableOrderState
Build and return the BuiltOrder.
BuildableOrderState - Class in com.cinchapi.concourse.lang.sort
The base class for a Sort Order state that can be transformed into a complete and well-formed BuiltOrder.
BuildableOrderState(BuiltOrder) - Constructor for class BuildableOrderState
Construct a new instance.
BuildableStartState - Class in com.cinchapi.concourse.lang
A StartState that is also a BuildableState.
BuildableStartState(BuiltCriteria) - Constructor for class BuildableStartState
Construct a new instance.
BuildableState - Class in com.cinchapi.concourse.lang
The base class for a language state that can be transformed into a complete and well-formed Criteria.
BuildableState(BuiltCriteria) - Constructor for class BuildableState
Construct a new instance.
buildQueue(int) - Method in class ConnectionPool
Return the Queue that will hold the connections.
BuiltCriteria - Class in com.cinchapi.concourse.lang
BuiltCriteria() - Constructor for class BuiltCriteria
Construct a new instance.
by(String) - Static method in interface Order
Start building a new Order.
by(String) - Method in class OrderThenState
 
by(String) - Static method in class Sort
Start building a new Order.
ByteBlock - Interface in com.cinchapi.concourse.io
An elastic binary buffer that grows dynamically as bytes are added.
ByteBuffers - Class in com.cinchapi.concourse.util
Deprecated.
use ByteBuffers instead
ByteBuffers() - Constructor for class ByteBuffers
Deprecated.
 

C

calculate() - Method in class Concourse
Return a Calculator to use for calculations across data.
calculate(String, Object...) - Method in class Concourse
Perform the specified calculation method using the provided args.
Calculator - Class in com.cinchapi.concourse
The interface for Concourse's aggregation and calculation abilities.
ccl() - Method in class BuildableState
 
ccl() - Method in class BuiltCriteria
 
ccl() - Method in interface Criteria
Return a CCL string that is equivalent to this object.
chronologize(String, long) - Method in class Concourse
Return a time series that contains a snapshot of the values stored for key in record after every change made to the field.
chronologize(String, long, Timestamp) - Method in class Concourse
Return a time series between start (inclusive) and the present that contains a snapshot of the values stored for key in record after every change made to the field during the time span.
chronologize(String, long, Timestamp, Timestamp) - Method in class Concourse
Return a time series between start (inclusive) and end (non-inclusive) that contains a snapshot of the values stored for key in record after every change made to the field during the time span.
chronologize(String, long) - Method in class ForwardingConcourse
 
chronologize(String, long, Timestamp) - Method in class ForwardingConcourse
 
chronologize(String, long, Timestamp, Timestamp) - Method in class ForwardingConcourse
 
chronologize(String, long) - Method in class NoOpConcourse
 
chronologize(String, long, Timestamp) - Method in class NoOpConcourse
 
chronologize(String, long, Timestamp, Timestamp) - Method in class NoOpConcourse
 
clear(Collection<Long>) - Method in class Concourse
Atomically remove all the values stored for every key in each of the records.
clear(Collection<String>, Collection<Long>) - Method in class Concourse
Atomically remove all the values stored for each of the keys in each of the records.
clear(Collection<String>, long) - Method in class Concourse
Atomically remove all the values stored for each of the keys in record.
clear(long) - Method in class Concourse
Atomically remove all the values stored for every key in record.
clear(String, Collection<Long>) - Method in class Concourse
Atomically remove all the values stored for key in each of the records.
clear(String, long) - Method in class Concourse
Atomically remove all the values stored for key in record
clear(Collection<Long>) - Method in class ForwardingConcourse
 
clear(Collection<String>, Collection<Long>) - Method in class ForwardingConcourse
 
clear(Collection<String>, long) - Method in class ForwardingConcourse
 
clear(long) - Method in class ForwardingConcourse
 
clear(String, Collection<Long>) - Method in class ForwardingConcourse
 
clear(String, long) - Method in class ForwardingConcourse
 
clear(Collection<Long>) - Method in class NoOpConcourse
 
clear(Collection<String>, Collection<Long>) - Method in class NoOpConcourse
 
clear(Collection<String>, long) - Method in class NoOpConcourse
 
clear(long) - Method in class NoOpConcourse
 
clear(String, Collection<Long>) - Method in class NoOpConcourse
 
clear(String, long) - Method in class NoOpConcourse
 
ClientSecurity - Class in com.cinchapi.concourse.security
A collection of tools to deal with security on the client.
ClientSecurity() - Constructor for class ClientSecurity
 
clone(ByteBuffer) - Static method in class ByteBuffers
Deprecated.
Return a clone of buffer that has a copy of all its content and the same position and limit.
close() - Method in class Concourse
An alias for the Concourse.exit() method.
close() - Method in class ConnectionPool
 
close() - Method in class BuiltCriteria
Mark this Criteria as built.
close() - Method in class StringBuilderWriter
 
close() - Method in class EventingWatchService
 
close() - Method in class PollingWatchService
 
coefficient() - Method in enum Direction
Return the coefficient associated with this Direction.
collectionFactory() - Static method in class TypeAdapters
Return a TypeAdapterFactory that contains the preferred JSON de/serialization rules for Collections.
collectionFactory(boolean) - Static method in class TypeAdapters
Return a TypeAdapterFactory that contains the preferred JSON de/serialization rules for Collections.
Collections - Class in com.cinchapi.concourse.util
Yet another utility class that deals with Collections.
Column<V> - Interface in com.cinchapi.concourse.data
A Column is a mapping from records (Long to a value.
com.cinchapi.concourse - package com.cinchapi.concourse
 
com.cinchapi.concourse.annotate - package com.cinchapi.concourse.annotate
 
com.cinchapi.concourse.cache - package com.cinchapi.concourse.cache
 
com.cinchapi.concourse.config - package com.cinchapi.concourse.config
 
com.cinchapi.concourse.data - package com.cinchapi.concourse.data
 
com.cinchapi.concourse.data.sort - package com.cinchapi.concourse.data.sort
 
com.cinchapi.concourse.data.transform - package com.cinchapi.concourse.data.transform
 
com.cinchapi.concourse.etl - package com.cinchapi.concourse.etl
 
com.cinchapi.concourse.io - package com.cinchapi.concourse.io
 
com.cinchapi.concourse.lang - package com.cinchapi.concourse.lang
 
com.cinchapi.concourse.lang.paginate - package com.cinchapi.concourse.lang.paginate
 
com.cinchapi.concourse.lang.sort - package com.cinchapi.concourse.lang.sort
 
com.cinchapi.concourse.search - package com.cinchapi.concourse.search
 
com.cinchapi.concourse.security - package com.cinchapi.concourse.security
 
com.cinchapi.concourse.time - package com.cinchapi.concourse.time
 
com.cinchapi.concourse.util - package com.cinchapi.concourse.util
 
com.cinchapi.concourse.validate - package com.cinchapi.concourse.validate
 
commit() - Method in class Concourse
Attempt to permanently commit any changes that are staged in a transaction and return true if and only if all the changes can be applied.
commit() - Method in class ForwardingConcourse
 
commit() - Method in class NoOpConcourse
 
compare(Number, Number) - Static method in class Numbers
Compare a to b.
compareTo(Link) - Method in class Link
 
compareTo(Tag) - Method in class Tag
 
compareTo(Timestamp) - Method in class Timestamp
 
compareTo(Version) - Method in class Version
 
Concourse - Class in com.cinchapi.concourse
A client connection to a Concourse node or cluster.
Concourse() - Constructor for class Concourse
 
Concourse.ConnectionBuilder - Class in com.cinchapi.concourse
An iterative builder for Concourse connections.
ConcourseClientConfiguration - Class in com.cinchapi.concourse.config
A wrapper around the configuration files that can be used to configure a client connection.
ConcourseClientPreferences - Class in com.cinchapi.concourse.config
Deprecated.
ConcourseClusterSpecification - Class in com.cinchapi.concourse.config
The specification for a Concourse distributed cluster.
ConcourseCompiler - Class in com.cinchapi.concourse.lang
A CCL Compiler for Concourse.
ConcourseServerConfiguration - Class in com.cinchapi.concourse.config
A wrapper around the configuration files that can be used to configure Concourse Server.
ConcourseServerPreferences - Class in com.cinchapi.concourse.config
Deprecated.
ConcurrentLoadingQueue<E> - Class in com.cinchapi.concourse.util
A ConcurrentLinkedQueue that uses a specified supplier Callable to dynamically load elements into the queue when a read request is made and the queue is empty.
connect() - Static method in class Concourse
Create a new connection to the Concourse deployment described in ~/concourse_client.yaml (or, if the file does not exist, the default environment of the server at localhost:1717) and return a handle to facilitate interaction.
connect(ConcourseClientConfiguration) - Static method in class Concourse
Create a new connection using the information specified in the config.
connect(Path, Path...) - Static method in class Concourse
Create a new connection using the information specified in the config file.
connect(String) - Static method in class Concourse
Create a new connection to the specified environment of the Concourse deployment described in ~/concourse_client.yaml (or, if the file does not exist, the server at localhost:1717) and return a handle to facilitate interaction.
connect(String, int, String, String) - Static method in class Concourse
Create a new connection to the default environment of the specified Concourse Server and return a handle to facilitate interaction.
connect(String, int, String, String, String) - Static method in class Concourse
Create a new connection to the specified environment of the specified Concourse Server and return a handle to facilitate interaction.
connect() - Method in class Concourse.ConnectionBuilder
Connect to the Concourse deployment described by this builder.
ConnectionBuilder() - Constructor for class Concourse.ConnectionBuilder
 
ConnectionPool - Class in com.cinchapi.concourse
A ConnectionPool manages multiple concurrent connections to Concourse for a single user.
ConnectionPool(Concourse, int) - Constructor for class ConnectionPool
Construct a new instance that provides Concourse connections that copy the connection information from the provided concourse handler.
ConnectionPool(String, int, String, String, int) - Constructor for class ConnectionPool
Deprecated.
ConnectionPool(String, int, String, String, String, int) - Constructor for class ConnectionPool
Deprecated.
ConnectionPool(Supplier<Concourse>, int) - Constructor for class ConnectionPool
Construct a new instance.
connectWithPrefs(ConcourseClientPreferences) - Static method in class Concourse
connectWithPrefs(String) - Static method in class Concourse
Deprecated.
use #connect(Path) instead
consolidate(long, long) - Method in class Concourse
1) Atomically merge data from the second record into the first, 2) clear the second record and 3) replace any outgoing links to it with links to the first record.
consolidate(long, long, long...) - Method in class Concourse
1) Atomically merge data from the second and remaining records into the first, 2) clear each of the second and remaining records and 3) replace any outgoing links to them with links to the first record.
consolidate(long, long, long...) - Method in class ForwardingConcourse
 
consolidate(long, long, long...) - Method in class NoOpConcourse
 
Constants - Class in com.cinchapi.concourse
A collection of driver accessible constant definitions.
Constants() - Constructor for class Constants
 
Conversions - Class in com.cinchapi.concourse.util
A utility class that defines some Functions to perform common conversions.
Convert - Class in com.cinchapi.concourse.util
A collection of functions to convert objects.
Convert.ResolvableLink - Class in com.cinchapi.concourse.util
A special class that is used to indicate that the record(s) to which one or more links should point must be resolved by finding all records that match a criteria.
copyAndRewindSource(ByteBuffer, ByteBuffer) - Static method in class ByteBuffers
Deprecated.
Transfer the bytes from source to destination and resets source so that its position remains unchanged.
copyConnection() - Method in class Concourse
Return a new Concourse connection that is connected to the same deployment with the same credentials as this connection.
copyConnection() - Method in class ForwardingConcourse
 
copyConnection() - Method in class NoOpConcourse
 
copyExistingConnection(Concourse) - Static method in class Concourse
Create a new connecting by copying the connection information from the provided concourse handle.
count(String) - Method in class Calculator
Return the count of all the values stored across key.
count(String, Collection<Long>) - Method in class Calculator
This method assumes that all the values are numeric.
count(String, Collection<Long>, Timestamp) - Method in class Calculator
This method assumes that all the values are numeric.
count(String, Criteria) - Method in class Calculator
Return the count of all the values for key in each of the records that match the Criteria.
count(String, Criteria, Timestamp) - Method in class Calculator
Return the count of all the values for key in each of the records that match the Criteria.
count(String, long) - Method in class Calculator
Return the count of all the values stored for key in record.
count(String, long, Timestamp) - Method in class Calculator
This method assumes that all the values are numeric.
count(String, String) - Method in class Calculator
Return the count of all the values for key in each of the records that match the criteria.
count(String, String, Timestamp) - Method in class Calculator
Return the count of all the values at timestamp for key in each of the records that match the criteria.
count(String, Timestamp) - Method in class Calculator
Return the count of all the values stored across key at timestamp.
create(String) - Static method in class Tag
Return a Tag that embeds value.
create(Callable<E>) - Static method in class ConcurrentLoadingQueue
Return a new ConcurrentLoadingQueue that uses the supplier to populate the queue on demand.
create(Collection<E>, Callable<E>) - Static method in class ConcurrentLoadingQueue
Return a new ConcurrentLoadingQueue that initially contains the elements of the given collection in traversal order of the collection's iterator and uses the supplier to populate the queue on demand.
create(Criteria) - Static method in class Parsers
Deprecated.
Return a Parser for the criteria.
create(Criteria, Multimap<String, Object>) - Static method in class Parsers
Deprecated.
Return a Parser for the criteria that uses the provided data for local resolution.
create(String) - Static method in class Parsers
Deprecated.
Return a Parser for the ccl statement.
create(String, Multimap<String, Object>) - Static method in class Parsers
Deprecated.
Return a Parser for the ccl statement that uses the provided data for local resolution.
create(TCriteria) - Static method in class Parsers
Deprecated.
Return a Parser for the criteria.
create(TCriteria, Multimap<String, Object>) - Static method in class Parsers
Deprecated.
Return a Parser for the criteria that uses the provided data for local resolution.
create() - Static method in class PrettyLinkedHashMap
Return an empty Map with "pretty" string representation, using default key/value names.
create(String, String) - Static method in class PrettyLinkedHashMap
Return an empty Map with "pretty" string representation.
create() - Static method in class PrettyLinkedTableMap
Return an empty Map with "pretty" string representation, using the default identifier name.
create(String) - Static method in class PrettyLinkedTableMap
Return an empty Map with "pretty" string representation.
createUser(String, String, String) - Method in class Manager
Create a user with the specified username, password and role.
Criteria - Interface in com.cinchapi.concourse.lang
A Criteria is an object that is used to encapsulate the semantics of a complex query.
criteria - Variable in class State
A reference to the BuiltCriteria that is being built.
currentTimeMicros() - Method in interface MicrosClock
Returns the current time in microseconds since the UNIX epoch (January 1, 1970, 00:00:00 UTC).

D

data() - Method in class Keys.Key
Return the data associated with this Keys.Key.
DataColumn<F,T> - Class in com.cinchapi.concourse.data.transform
A Row based on a TObject result set, that transforms values on the fly.
DataIndex<T> - Class in com.cinchapi.concourse.data.transform
Synthetic class that represents a result set that maps records to keys to values.
DataProjection<T> - Class in com.cinchapi.concourse.data.transform
A Projection based on a TObject result set, that transforms values on the fly.
DataRow<F,T> - Class in com.cinchapi.concourse.data.transform
A Row based on a TObject result set, that transforms values on the fly.
DataServices - Class in com.cinchapi.concourse.util
A generic collection of services for dealing with the data.
DataServices() - Constructor for class DataServices
 
DataTable<F,T> - Class in com.cinchapi.concourse.data.transform
A result Table that lazily transforms values from one type to another and prettifies the string representation of the data.
DataTable(Map<Long, Map<String, F>>) - Constructor for class DataTable
Construct a new instance.
decodeFromHex(String) - Static method in class ByteBuffers
Deprecated.
Decode the hexadeciaml string and return the resulting binary data.
decrypt(ByteBuffer) - Static method in class ClientSecurity
Decrpyt the specified data buffer.
decrypt(ByteBuffer, byte[]) - Static method in class ClientSecurity
Decrpyt the specified data buffer.
DEFAULT_DATE_ONLY_FORMATTER - Static variable in class Timestamp
The default formatter that is used to display date only timestamps.
DEFAULT_FORMATTER - Static variable in class Timestamp
The default formatter that is used to display objects of this class.
DEFAULT_LIMIT - Static variable in interface Page
The default number of items to include on a Page.
DEFAULT_OFFSET - Static variable in interface Page
The default number of items to skip before adding items to a Page.
DEFAULT_POOL_SIZE - Static variable in class ConnectionPool
The default connection pool size.
defaults() - Static method in class ConcourseClusterSpecification
Return a ConcourseClusterSpecification that contains the default values.
delegate() - Method in class SortableColumn
 
delegate() - Method in class SortableSet
 
delegate() - Method in class SortableTable.ForwardingSortableTable
 
describe() - Method in class Concourse
Return all of the keys in the database.
describe(Collection<Long>) - Method in class Concourse
For each of the records, return all of the keys that have at least one value.
describe(Collection<Long>, Timestamp) - Method in class Concourse
For each of the records, return all the keys that had at least one value at timestamp.
describe(long) - Method in class Concourse
Return all the keys in record that have at least one value.
describe(long, Timestamp) - Method in class Concourse
Return all the keys in record that had at least one value at timestamp.
describe(Timestamp) - Method in class Concourse
Return all of the keys in the database at timestamp.
describe() - Method in class ForwardingConcourse
 
describe(Collection<Long>) - Method in class ForwardingConcourse
 
describe(Collection<Long>, Timestamp) - Method in class ForwardingConcourse
 
describe(long) - Method in class ForwardingConcourse
 
describe(long, Timestamp) - Method in class ForwardingConcourse
 
describe(Timestamp) - Method in class ForwardingConcourse
 
describe() - Method in class NoOpConcourse
 
describe(Collection<Long>) - Method in class NoOpConcourse
 
describe(Collection<Long>, Timestamp) - Method in class NoOpConcourse
 
describe(long) - Method in class NoOpConcourse
 
describe(long, Timestamp) - Method in class NoOpConcourse
 
describe(Timestamp) - Method in class NoOpConcourse
 
diff(long, Timestamp) - Method in class Concourse
Return the net changes made to record since start.
diff(long, Timestamp, Timestamp) - Method in class Concourse
Return the net changes made to record from start to end.
diff(String, long, Timestamp) - Method in class Concourse
List the net changes made to key in record since start.
diff(String, long, Timestamp, Timestamp) - Method in class Concourse
Return the net changes made to key in record from start to end.
diff(String, Timestamp) - Method in class Concourse
Return the net changes made to the key field across all records since start.
diff(String, Timestamp, Timestamp) - Method in class Concourse
Return the net changes made to the key field across all records from start to end.
diff(long, Timestamp) - Method in class ForwardingConcourse
 
diff(long, Timestamp, Timestamp) - Method in class ForwardingConcourse
 
diff(String, long, Timestamp) - Method in class ForwardingConcourse
 
diff(String, long, Timestamp, Timestamp) - Method in class ForwardingConcourse
 
diff(String, Timestamp) - Method in class ForwardingConcourse
 
diff(String, Timestamp, Timestamp) - Method in class ForwardingConcourse
 
diff(long, Timestamp) - Method in class NoOpConcourse
 
diff(long, Timestamp, Timestamp) - Method in class NoOpConcourse
 
diff(String, long, Timestamp) - Method in class NoOpConcourse
 
diff(String, long, Timestamp, Timestamp) - Method in class NoOpConcourse
 
diff(String, Timestamp) - Method in class NoOpConcourse
 
diff(String, Timestamp, Timestamp) - Method in class NoOpConcourse
 
Direction - Enum in com.cinchapi.concourse.lang.sort
Sort directions.
direction() - Method in class OrderComponent
Return the order direction.
disable(Class<?>) - Static method in class Logging
Disable ALL logging from clazz
divide(Number, Number) - Static method in class Numbers
Return the division of two numbers.
DoNotInvoke - Annotation Type in com.cinchapi.concourse.annotate
 
doubleValue() - Method in class Link
 
DuplicateEntryException - Exception in com.cinchapi.concourse
An exception that is thrown when attempting to conditionally add or insert data based on a condition that should be unique, but is not.
DuplicateEntryException(DuplicateEntryException) - Constructor for exception DuplicateEntryException
Construct a new instance.

E

EMPTY_TAG - Static variable in class Tag
A singleton Tag that represents the empty string.
EmptyOperationException - Exception in com.cinchapi.concourse
Thrown to indicate that an operation has no primary or side-effect on its input it's class's state or the state of anything else (e.g., the operation is a no-op).
EmptyOperationException() - Constructor for exception EmptyOperationException
 
encodeAsHex(ByteBuffer) - Static method in class ByteBuffers
Deprecated.
Encode the bytes as a hexadecimal string.
encodeAsHexString(ByteBuffer) - Static method in class ByteBuffers
Deprecated.
Encode the remaining bytes in as ByteBuffer as a hex string and maintain the current position.
encrypt(byte[], byte[]) - Static method in class ClientSecurity
Encrypt the data using the key
encrypt(ByteBuffer, byte[]) - Static method in class ClientSecurity
Encrypt the data using the key
encrypt(String) - Static method in class ClientSecurity
Encrypt the specified data string.
encrypt(String, byte[]) - Static method in class ClientSecurity
Encrypt the data string using the key
environment(String) - Method in class Concourse.ConnectionBuilder
Set the connection environment.
epoch() - Static method in class Timestamp
Return a Timestamp that corresponds to the system epoch timestamp with microsecond precision.
epochMicros() - Method in class AtomicClock
 
epochMicros() - Method in interface MicrosClock
Returns the current time in microseconds since the UNIX epoch (January 1, 1970, 00:00:00 UTC).
equals(Object) - Method in class Strainer
 
equals(Object) - Method in class BuildableState
 
equals(Object) - Method in class BuiltCriteria
 
equals(Object) - Method in class BuildableOrderState
 
equals(Object) - Method in class OrderComponent
 
equals(Object) - Method in class Link
 
equals(Object) - Method in class Tag
Return true if other of type String or Tag equals this Tag.
equals(Object) - Method in class Timestamp
 
equals(Object) - Method in class Version
 
evaluate(ConditionTree, Association) - Method in class ConcourseCompiler
Return true if the data is described by the condition encapsulated in the tree.
evaluate(ConditionTree, Multimap<String, Object>) - Method in class ConcourseCompiler
Return true if the data is described by the condition encapsulated in the tree.
EventingWatchService - Class in org.imca_cat.pollingwatchservice
An Adapter that adapts the WatchService interface to a PathWatchService.
EventingWatchService(WatchService) - Constructor for class EventingWatchService
Constructs an instance on the specified watch service.
exception(Throwable) - Method in interface PollingWatchServiceExceptionHandler
Called when an exception has been caught but not handled.
exit() - Method in class Concourse
Terminate the client's session and close this connection.
exit() - Method in class ForwardingConcourse
 
exit() - Method in class NoOpConcourse
 
expand(ByteBuffer, ByteBuffer) - Static method in class ByteBuffers
Deprecated.
Copy the remaining bytes in the source buffer to the destination, expanding if necessary in order to accommodate the bytes from source.
expandInt(ByteBuffer, int) - Static method in class ByteBuffers
Deprecated.
Put the value into destination, expanding if necessary in order to accommodate the new bytes.
expandPath(String) - Static method in class FileOps
Expand the given path so that it contains completely normalized components (e.g.
expandPath(String, String) - Static method in class FileOps
Expand the given path so that it contains completely normalized components (e.g.

F

FileOps - Class in com.cinchapi.concourse.util
Generic file utility methods that compliment and expand upon those found in Files and Files.
FileOps() - Constructor for class FileOps
 
find(Criteria) - Method in class Concourse
Return the set of records that satisfy the criteria.
find(Criteria, Order) - Method in class Concourse
Return the set of records that satisfy the criteria.
find(Criteria, Order, Page) - Method in class Concourse
Return the set of records that satisfy the criteria.
find(Criteria, Page) - Method in class Concourse
Return the set of records that satisfy the criteria.
find(Criteria, Page, Order) - Method in class Concourse
Return the set of records that satisfy the criteria.
find(String) - Method in class Concourse
Return the set of records that satisfy the ccl filter.
find(String, Object) - Method in class Concourse
Return the set of records where key equals value.
find(String, Object, Order) - Method in class Concourse
Return the set of records where key equals value.
find(String, Object, Order, Page) - Method in class Concourse
Return the set of records where key equals value.
find(String, Object, Page) - Method in class Concourse
Return the set of records where key equals value.
find(String, Object, Page, Order) - Method in class Concourse
Return the set of records where key equals value.
find(String, Object, Timestamp) - Method in class Concourse
Return the set of records where key was equal to value at timestamp.
find(String, Object, Timestamp, Order) - Method in class Concourse
Return the set of records where key was equal to value at timestamp.
find(String, Object, Timestamp, Order, Page) - Method in class Concourse
Return the set of records where key was equal to value at timestamp.
find(String, Object, Timestamp, Page) - Method in class Concourse
Return the set of records where key was equal to value at timestamp.
find(String, Object, Timestamp, Page, Order) - Method in class Concourse
Return the set of records where key was equal to value at timestamp.
find(String, Operator, Object) - Method in class Concourse
Return the set of records where the key field contains at least one value that satisfies the operator in relation to the value.
find(String, Operator, Object, Object) - Method in class Concourse
Return the set of records where the key field contains at least one value that satisfies the operator in relation to value and value2.
find(String, Operator, Object, Object, Order) - Method in class Concourse
Return the set of records where the key field contains at least one value that satisfies the operator in relation to value and value2.
find(String, Operator, Object, Object, Order, Page) - Method in class Concourse
Return the set of records where the key field contains at least one value that satisfies the operator in relation to value and value2.
find(String, Operator, Object, Object, Page) - Method in class Concourse
Return the set of records where the key field contains at least one value that satisfies the operator in relation to value and value2.
find(String, Operator, Object, Object, Page, Order) - Method in class Concourse
Return the set of records where the key field contains at least one value that satisfies the operator in relation to value and value2.
find(String, Operator, Object, Object, Timestamp) - Method in class Concourse
Return the set of records where the key field contained at least one value at timestamp that satisfies the operator in relation to value and value2.
find(String, Operator, Object, Object, Timestamp, Order) - Method in class Concourse
Return the set of records where the key field contained at least one value at timestamp that satisfies the operator in relation to value and value2.
find(String, Operator, Object, Object, Timestamp, Order, Page) - Method in class Concourse
Return the set of records where the key field contained at least one value at timestamp that satisfies the operator in relation to value and value2.
find(String, Operator, Object, Object, Timestamp, Page) - Method in class Concourse
Return the set of records where the key field contained at least one value at timestamp that satisfies the operator in relation to value and value2.
find(String, Operator, Object, Object, Timestamp, Page, Order) - Method in class Concourse
Return the set of records where the key field contained at least one value at timestamp that satisfies the operator in relation to value and value2.
find(String, Operator, Object, Order) - Method in class Concourse
Return the set of records where the key field contains at least one value that satisfies the operator in relation to the value.
find(String, Operator, Object, Order, Page) - Method in class Concourse
Return the set of records where the key field contains at least one value that satisfies the operator in relation to the value.
find(String, Operator, Object, Page) - Method in class Concourse
Return the set of records where the key field contains at least one value that satisfies the operator in relation to the value.
find(String, Operator, Object, Page, Order) - Method in class Concourse
Return the set of records where the key field contains at least one value that satisfies the operator in relation to the value.
find(String, Operator, Object, Timestamp) - Method in class Concourse
Return the set of records where the key field contained at least one value at that satisfies the operator in relation to the value.
find(String, Operator, Object, Timestamp, Order) - Method in class Concourse
Return the set of records where the key field contained at least one value at that satisfies the operator in relation to the value.
find(String, Operator, Object, Timestamp, Order, Page) - Method in class Concourse
Return the set of records where the key field contained at least one value at that satisfies the operator in relation to the value.
find(String, Operator, Object, Timestamp, Page) - Method in class Concourse
Return the set of records where the key field contained at least one value at that satisfies the operator in relation to the value.
find(String, Operator, Object, Timestamp, Page, Order) - Method in class Concourse
Return the set of records where the key field contained at least one value at that satisfies the operator in relation to the value.
find(String, Order) - Method in class Concourse
Return the set of records that satisfy the ccl filter.
find(String, Order, Page) - Method in class Concourse
Return the set of records that satisfy the ccl filter.
find(String, Page) - Method in class Concourse
Return the set of records that satisfy the ccl filter.
find(String, Page, Order) - Method in class Concourse
Return the set of records that satisfy the ccl filter.
find(String, String, Object) - Method in class Concourse
Return the set of records where the key field contains at least one value that satisfies the operator in relation to the value.
find(String, String, Object, Object) - Method in class Concourse
Return the set of records where the key field contains at least one value that satisfies the operator in relation to value and value2.
find(String, String, Object, Object, Order) - Method in class Concourse
Return the set of records where the key field contains at least one value that satisfies the operator in relation to value and value2.
find(String, String, Object, Object, Order, Page) - Method in class Concourse
Return the set of records where the key field contains at least one value that satisfies the operator in relation to value and value2.
find(String, String, Object, Object, Page) - Method in class Concourse
Return the set of records where the key field contains at least one value that satisfies the operator in relation to value and value2.
find(String, String, Object, Object, Page, Order) - Method in class Concourse
Return the set of records where the key field contains at least one value that satisfies the operator in relation to value and value2.
find(String, String, Object, Object, Timestamp) - Method in class Concourse
Return the set of records where the key field contained at least one value at timestamp that satisfies the operator in relation to value and value2.
find(String, String, Object, Object, Timestamp, Order) - Method in class Concourse
Return the set of records where the key field contained at least one value at timestamp that satisfies the operator in relation to value and value2.
find(String, String, Object, Object, Timestamp, Order, Page) - Method in class Concourse
Return the set of records where the key field contained at least one value at timestamp that satisfies the operator in relation to value and value2.
find(String, String, Object, Object, Timestamp, Page) - Method in class Concourse
Return the set of records where the key field contained at least one value at timestamp that satisfies the operator in relation to value and value2.
find(String, String, Object, Object, Timestamp, Page, Order) - Method in class Concourse
Return the set of records where the key field contained at least one value at timestamp that satisfies the operator in relation to value and value2.
find(String, String, Object, Order) - Method in class Concourse
Return the set of records where the key field contains at least one value that satisfies the operator in relation to the value.
find(String, String, Object, Order, Page) - Method in class Concourse
Return the set of records where the key field contains at least one value that satisfies the operator in relation to the value.
find(String, String, Object, Page) - Method in class Concourse
Return the set of records where the key field contains at least one value that satisfies the operator in relation to the value.
find(String, String, Object, Page, Order) - Method in class Concourse
Return the set of records where the key field contains at least one value that satisfies the operator in relation to the value.
find(String, String, Object, Timestamp) - Method in class Concourse
Return the set of records where the key field contained at least one value at timestamp that satisfies the operator in relation to the value.
find(String, String, Object, Timestamp, Order) - Method in class Concourse
Return the set of records where the key field contained at least one value at timestamp that satisfies the operator in relation to the value.
find(String, String, Object, Timestamp, Order, Page) - Method in class Concourse
Return the set of records where the key field contained at least one value at timestamp that satisfies the operator in relation to the value.
find(String, String, Object, Timestamp, Page) - Method in class Concourse
Return the set of records where the key field contained at least one value at timestamp that satisfies the operator in relation to the value.
find(String, String, Object, Timestamp, Page, Order) - Method in class Concourse
Return the set of records where the key field contained at least one value at timestamp that satisfies the operator in relation to the value.
find(Criteria) - Method in class ForwardingConcourse
 
find(Criteria, Order) - Method in class ForwardingConcourse
 
find(Criteria, Order, Page) - Method in class ForwardingConcourse
 
find(Criteria, Page) - Method in class ForwardingConcourse
 
find(String) - Method in class ForwardingConcourse
 
find(String, Object) - Method in class ForwardingConcourse
 
find(String, Object, Order) - Method in class ForwardingConcourse
 
find(String, Object, Order, Page) - Method in class ForwardingConcourse
 
find(String, Object, Page) - Method in class ForwardingConcourse
 
find(String, Object, Timestamp) - Method in class ForwardingConcourse
 
find(String, Object, Timestamp, Order) - Method in class ForwardingConcourse
 
find(String, Object, Timestamp, Order, Page) - Method in class ForwardingConcourse
 
find(String, Object, Timestamp, Page) - Method in class ForwardingConcourse
 
find(String, Operator, Object) - Method in class ForwardingConcourse
 
find(String, Operator, Object, Object) - Method in class ForwardingConcourse
 
find(String, Operator, Object, Object, Order) - Method in class ForwardingConcourse
 
find(String, Operator, Object, Object, Order, Page) - Method in class ForwardingConcourse
 
find(String, Operator, Object, Object, Page) - Method in class ForwardingConcourse
 
find(String, Operator, Object, Object, Timestamp) - Method in class ForwardingConcourse
 
find(String, Operator, Object, Object, Timestamp, Order) - Method in class ForwardingConcourse
 
find(String, Operator, Object, Object, Timestamp, Order, Page) - Method in class ForwardingConcourse
 
find(String, Operator, Object, Object, Timestamp, Page) - Method in class ForwardingConcourse
 
find(String, Operator, Object, Order) - Method in class ForwardingConcourse
 
find(String, Operator, Object, Order, Page) - Method in class ForwardingConcourse
 
find(String, Operator, Object, Page) - Method in class ForwardingConcourse
 
find(String, Operator, Object, Timestamp) - Method in class ForwardingConcourse
 
find(String, Operator, Object, Timestamp, Order) - Method in class ForwardingConcourse
 
find(String, Operator, Object, Timestamp, Order, Page) - Method in class ForwardingConcourse
 
find(String, Operator, Object, Timestamp, Page) - Method in class ForwardingConcourse
 
find(String, Order) - Method in class ForwardingConcourse
 
find(String, Order, Page) - Method in class ForwardingConcourse
 
find(String, Page) - Method in class ForwardingConcourse
 
find(String, String, Object) - Method in class ForwardingConcourse
 
find(String, String, Object, Object) - Method in class ForwardingConcourse
 
find(String, String, Object, Object, Order) - Method in class ForwardingConcourse
 
find(String, String, Object, Object, Order, Page) - Method in class ForwardingConcourse
 
find(String, String, Object, Object, Page) - Method in class ForwardingConcourse
 
find(String, String, Object, Object, Timestamp) - Method in class ForwardingConcourse
 
find(String, String, Object, Object, Timestamp, Order) - Method in class ForwardingConcourse
 
find(String, String, Object, Object, Timestamp, Order, Page) - Method in class ForwardingConcourse
 
find(String, String, Object, Object, Timestamp, Page) - Method in class ForwardingConcourse
 
find(String, String, Object, Order) - Method in class ForwardingConcourse
 
find(String, String, Object, Order, Page) - Method in class ForwardingConcourse
 
find(String, String, Object, Page) - Method in class ForwardingConcourse
 
find(String, String, Object, Timestamp) - Method in class ForwardingConcourse
 
find(String, String, Object, Timestamp, Order) - Method in class ForwardingConcourse
 
find(String, String, Object, Timestamp, Order, Page) - Method in class ForwardingConcourse
 
find(String, String, Object, Timestamp, Page) - Method in class ForwardingConcourse
 
find(Criteria) - Method in class NoOpConcourse
 
find(Criteria, Order) - Method in class NoOpConcourse
 
find(Criteria, Order, Page) - Method in class NoOpConcourse
 
find(Criteria, Page) - Method in class NoOpConcourse
 
find(String) - Method in class NoOpConcourse
 
find(String, Object) - Method in class NoOpConcourse
 
find(String, Object, Order) - Method in class NoOpConcourse
 
find(String, Object, Order, Page) - Method in class NoOpConcourse
 
find(String, Object, Page) - Method in class NoOpConcourse
 
find(String, Object, Timestamp) - Method in class NoOpConcourse
 
find(String, Object, Timestamp, Order) - Method in class NoOpConcourse
 
find(String, Object, Timestamp, Order, Page) - Method in class NoOpConcourse
 
find(String, Object, Timestamp, Page) - Method in class NoOpConcourse
 
find(String, Operator, Object) - Method in class NoOpConcourse
 
find(String, Operator, Object, Object) - Method in class NoOpConcourse
 
find(String, Operator, Object, Object, Order) - Method in class NoOpConcourse
 
find(String, Operator, Object, Object, Order, Page) - Method in class NoOpConcourse
 
find(String, Operator, Object, Object, Page) - Method in class NoOpConcourse
 
find(String, Operator, Object, Object, Timestamp) - Method in class NoOpConcourse
 
find(String, Operator, Object, Object, Timestamp, Order) - Method in class NoOpConcourse
 
find(String, Operator, Object, Object, Timestamp, Order, Page) - Method in class NoOpConcourse
 
find(String, Operator, Object, Object, Timestamp, Page) - Method in class NoOpConcourse
 
find(String, Operator, Object, Order) - Method in class NoOpConcourse
 
find(String, Operator, Object, Order, Page) - Method in class NoOpConcourse
 
find(String, Operator, Object, Page) - Method in class NoOpConcourse
 
find(String, Operator, Object, Timestamp) - Method in class NoOpConcourse
 
find(String, Operator, Object, Timestamp, Order) - Method in class NoOpConcourse
 
find(String, Operator, Object, Timestamp, Order, Page) - Method in class NoOpConcourse
 
find(String, Operator, Object, Timestamp, Page) - Method in class NoOpConcourse
 
find(String, Order) - Method in class NoOpConcourse
 
find(String, Order, Page) - Method in class NoOpConcourse
 
find(String, Page) - Method in class NoOpConcourse
 
find(String, String, Object) - Method in class NoOpConcourse
 
find(String, String, Object, Object) - Method in class NoOpConcourse
 
find(String, String, Object, Object, Order) - Method in class NoOpConcourse
 
find(String, String, Object, Object, Order, Page) - Method in class NoOpConcourse
 
find(String, String, Object, Object, Page) - Method in class NoOpConcourse
 
find(String, String, Object, Object, Timestamp) - Method in class NoOpConcourse
 
find(String, String, Object, Object, Timestamp, Order) - Method in class NoOpConcourse
 
find(String, String, Object, Object, Timestamp, Order, Page) - Method in class NoOpConcourse
 
find(String, String, Object, Object, Timestamp, Page) - Method in class NoOpConcourse
 
find(String, String, Object, Order) - Method in class NoOpConcourse
 
find(String, String, Object, Order, Page) - Method in class NoOpConcourse
 
find(String, String, Object, Page) - Method in class NoOpConcourse
 
find(String, String, Object, Timestamp) - Method in class NoOpConcourse
 
find(String, String, Object, Timestamp, Order) - Method in class NoOpConcourse
 
find(String, String, Object, Timestamp, Order, Page) - Method in class NoOpConcourse
 
find(String, String, Object, Timestamp, Page) - Method in class NoOpConcourse
 
findNearestSuccessorForTimestamp(Set<Timestamp>, Timestamp) - Static method in class Timestamps
Search the chronological set of timestamps to return the index of a contained timestamp that occurs after the sought timestamp and more closely than any others.
findNearestSuccessorForTimestamp(Set<Long>, long) - Static method in class Timestamps
Search the chronological set of timestamps to return the index of a contained timestamp that occurs on or after the sought timestamp and more closely than any others.
findOrAdd(String, T) - Method in class Concourse
Return the unique record where key equals value, or throw a DuplicateEntryException if multiple records match the condition.
findOrAdd(String, T) - Method in class ForwardingConcourse
 
findOrAdd(String, T) - Method in class NoOpConcourse
 
findOrInsert(BuildableState, Map<String, Object>) - Method in class Concourse
Return the unique record that matches the criteria, if one exist or throw a DuplicateEntryException if multiple records match.
findOrInsert(BuildableState, Multimap<String, Object>) - Method in class Concourse
Return the unique record that matches the criteria, if one exist or throw a DuplicateEntryException if multiple records match.
findOrInsert(BuildableState, String) - Method in class Concourse
Return the unique record that matches the criteria, if one exist or throw a DuplicateEntryException if multiple records match.
findOrInsert(Criteria, Map<String, Object>) - Method in class Concourse
Return the unique record that matches the criteria, if one exist or throw a DuplicateEntryException if multiple records match.
findOrInsert(Criteria, Multimap<String, Object>) - Method in class Concourse
Return the unique record that matches the criteria, if one exist or throw a DuplicateEntryException if multiple records match.
findOrInsert(Criteria, String) - Method in class Concourse
Return the unique record that matches the criteria, if one exist or throw a DuplicateEntryException if multiple records match.
findOrInsert(String, Map<String, Object>) - Method in class Concourse
Return the unique record that matches the ccl filter, if one exist or throw a DuplicateEntryException if multiple records match.
findOrInsert(String, Multimap<String, Object>) - Method in class Concourse
Return the unique record that matches the ccl filter, if one exist or throw a DuplicateEntryException if multiple records match.
findOrInsert(String, String) - Method in class Concourse
Return the unique record that matches the ccl filter, if one exist or throw a DuplicateEntryException if multiple records match.
findOrInsert(Criteria, String) - Method in class ForwardingConcourse
 
findOrInsert(String, String) - Method in class ForwardingConcourse
 
findOrInsert(Criteria, String) - Method in class NoOpConcourse
 
findOrInsert(String, String) - Method in class NoOpConcourse
 
first() - Static method in interface Page
Return the first Page
flip() - Method in interface ByteBlock
Transition from write mode to read mode.
flip() - Method in class HeapByteBlock
 
floatValue() - Method in class Link
 
flush() - Method in class StringBuilderWriter
 
forceClose() - Method in class ConnectionPool
Force the connection pool to close regardless of whether it is or is not in a closable state.
ForwardingConcourse - Class in com.cinchapi.concourse
An extensible Concourse wrapper that simply forwards method calls to another Concourse instance.
ForwardingConcourse(Concourse) - Constructor for class ForwardingConcourse
Construct a new instance.
from(Path...) - Static method in class ConcourseClientConfiguration
Return a ConcourseClientConfiguration handler that is sourced from the files.
from(Path...) - Static method in class ConcourseClientPreferences
Deprecated.
Return a ConcourseClientPreferences handler that is sourced from the files.
from(ConcourseServerConfiguration) - Static method in class ConcourseClusterSpecification
Return a ConcourseClusterSpecification that is sourced from the config.
from(Path...) - Static method in class ConcourseServerConfiguration
Return a ConcourseServerConfiguration handler that is sourced from the files.
from(Path...) - Static method in class ConcourseServerPreferences
Deprecated.
Return a ConcourseServerPreferences handler that is sourced from the files.
from(PageTree) - Static method in interface Page
Return a Page based on the parsed statement that produced the PageTree.
from(OrderTree) - Static method in interface Order
Return an Order based on the parsed statement that produced the OrderTree.
fromCurrentWorkingDirectory() - Static method in class ConcourseClientConfiguration
Return a ConcourseClientConfiguration handler that is sourced from Concourse client configuration files in the current working directory.
fromCurrentWorkingDirectory() - Static method in class ConcourseClientPreferences
Deprecated.
Return a ConcourseClientPreferences handler that is sourced from a concourse_client.prefs file in the current working directory.
fromInstant(Instant) - Static method in class Timestamp
Return a Timestamp that corresponds to the specified instant.
fromJoda(DateTime) - Static method in class Timestamp
Return the Timestamp that corresponds to the provided joda DateTime object.
fromMicros(long) - Static method in class Timestamp
Return a Timestamp that corresponds to the provided Unix timestamp with microsecond precision.
fromString(String) - Static method in class Timestamp
Take the description and return a Timestamp that can be passed to driver API methods.
fromString(String) - Static method in class ByteBuffers
Deprecated.
Return a byte buffer that has the UTF-8 encoding for string.
fromUserHomeDirectory() - Static method in class ConcourseClientConfiguration
Return a ConcourseClientConfiguration handler that is sourced from Concourse client configuration files in the user's home directory.
fromUserHomeDirectory() - Static method in class ConcourseClientPreferences
Deprecated.
Return a ConcourseClientPreferences handler that is sourced from a concourse_client.prefs file in the user's home directory.
functionFactory() - Static method in class TypeAdapters
Return a TypeAdapterFactory that contains the preferred JSON de/serialization rules for Functions.
functionFactory(boolean) - Static method in class TypeAdapters
Return a TypeAdapterFactory that contains the preferred JSON de/serialization rules for Functions.

G

generateSecretKey() - Static method in class ClientSecurity
Generate a random secret key that can be used for encryption and decryption.
get(Object...) - Method in class ReferenceCache
Return the cache value associated with the group of args or null if not value is found.
get(Collection<String>, Collection<Long>) - Method in class Concourse
For each of the keys in each of the records, return the stored value that was most recently added.
get(Collection<String>, Collection<Long>, Order) - Method in class Concourse
For each of the keys in each of the records, return the stored value that was most recently added.
get(Collection<String>, Collection<Long>, Order, Page) - Method in class Concourse
For each of the keys in each of the records, return the stored value that was most recently added.
get(Collection<String>, Collection<Long>, Page) - Method in class Concourse
For each of the keys in each of the records, return the stored value that was most recently added.
get(Collection<String>, Collection<Long>, Page, Order) - Method in class Concourse
For each of the keys in each of the records, return the stored value that was most recently added.
get(Collection<String>, Collection<Long>, Timestamp) - Method in class Concourse
For each of the keys in each of the records, return the stored value that was most recently added at timestamp.
get(Collection<String>, Collection<Long>, Timestamp, Order) - Method in class Concourse
For each of the keys in each of the records, return the stored value that was most recently added at timestamp.
get(Collection<String>, Collection<Long>, Timestamp, Order, Page) - Method in class Concourse
For each of the keys in each of the records, return the stored value that was most recently added at timestamp.
get(Collection<String>, Collection<Long>, Timestamp, Page) - Method in class Concourse
For each of the keys in each of the records, return the stored value that was most recently added at timestamp.
get(Collection<String>, Collection<Long>, Timestamp, Page, Order) - Method in class Concourse
For each of the keys in each of the records, return the stored value that was most recently added at timestamp.
get(Collection<String>, Criteria) - Method in class Concourse
For each of the keys in every record that matches the criteria, return the stored value that was most recently added.
get(Collection<String>, Criteria, Order) - Method in class Concourse
For each of the keys in every record that matches the criteria, return the stored value that was most recently added.
get(Collection<String>, Criteria, Order, Page) - Method in class Concourse
For each of the keys in every record that matches the criteria, return the stored value that was most recently added.
get(Collection<String>, Criteria, Page) - Method in class Concourse
For each of the keys in every record that matches the criteria, return the stored value that was most recently added.
get(Collection<String>, Criteria, Page, Order) - Method in class Concourse
For each of the keys in every record that matches the criteria, return the stored value that was most recently added.
get(Collection<String>, Criteria, Timestamp) - Method in class Concourse
For each of the keys in every record that matches the criteria, return the stored value that was most recently added at timestamp.
get(Collection<String>, Criteria, Timestamp, Order) - Method in class Concourse
For each of the keys in every record that matches the criteria, return the stored value that was most recently added at timestamp.
get(Collection<String>, Criteria, Timestamp, Order, Page) - Method in class Concourse
For each of the keys in every record that matches the criteria, return the stored value that was most recently added at timestamp.
get(Collection<String>, Criteria, Timestamp, Page) - Method in class Concourse
For each of the keys in every record that matches the criteria, return the stored value that was most recently added at timestamp.
get(Collection<String>, Criteria, Timestamp, Page, Order) - Method in class Concourse
For each of the keys in every record that matches the criteria, return the stored value that was most recently added at timestamp.
get(Collection<String>, long) - Method in class Concourse
For each of the keys in record, return the stored value that was most recently added.
get(Collection<String>, long, Timestamp) - Method in class Concourse
For each of the keys in record, return the stored value that was most recently added at timestamp.
get(Collection<String>, String) - Method in class Concourse
For each of the keys in every record that matches the ccl filter, return the stored value that was most recently added.
get(Collection<String>, String, Order) - Method in class Concourse
For each of the keys in every record that matches the ccl filter, return the stored value that was most recently added.
get(Collection<String>, String, Order, Page) - Method in class Concourse
For each of the keys in every record that matches the ccl filter, return the stored value that was most recently added.
get(Collection<String>, String, Page) - Method in class Concourse
For each of the keys in every record that matches the ccl filter, return the stored value that was most recently added.
get(Collection<String>, String, Page, Order) - Method in class Concourse
For each of the keys in every record that matches the ccl filter, return the stored value that was most recently added.
get(Collection<String>, String, Timestamp) - Method in class Concourse
For each of the keys in every record that matches the ccl filter, return the stored value that was most recently added at timestamp.
get(Collection<String>, String, Timestamp, Order) - Method in class Concourse
For each of the keys in every record that matches the ccl filter, return the stored value that was most recently added at timestamp.
get(Collection<String>, String, Timestamp, Order, Page) - Method in class Concourse
For each of the keys in every record that matches the ccl filter, return the stored value that was most recently added at timestamp.
get(Collection<String>, String, Timestamp, Page) - Method in class Concourse
For each of the keys in every record that matches the ccl filter, return the stored value that was most recently added at timestamp.
get(Collection<String>, String, Timestamp, Page, Order) - Method in class Concourse
For each of the keys in every record that matches the ccl filter, return the stored value that was most recently added at timestamp.
get(Criteria) - Method in class Concourse
For every key in every record that matches the criteria, return the stored value that was most recently added.
get(Criteria, Order) - Method in class Concourse
For every key in every record that matches the criteria, return the stored value that was most recently added.
get(Criteria, Order, Page) - Method in class Concourse
For every key in every record that matches the criteria, return the stored value that was most recently added.
get(Criteria, Page) - Method in class Concourse
For every key in every record that matches the criteria, return the stored value that was most recently added.
get(Criteria, Page, Order) - Method in class Concourse
For every key in every record that matches the criteria, return the stored value that was most recently added.
get(Criteria, Timestamp) - Method in class Concourse
For every key in every record that matches the criteria, return the stored value that was most recently added at timestamp .
get(Criteria, Timestamp, Order) - Method in class Concourse
For every key in every record that matches the criteria, return the stored value that was most recently added at timestamp .
get(Criteria, Timestamp, Order, Page) - Method in class Concourse
For every key in every record that matches the criteria, return the stored value that was most recently added at timestamp .
get(Criteria, Timestamp, Page) - Method in class Concourse
For every key in every record that matches the criteria, return the stored value that was most recently added at timestamp .
get(Criteria, Timestamp, Page, Order) - Method in class Concourse
For every key in every record that matches the criteria, return the stored value that was most recently added at timestamp .
get(String) - Method in class Concourse
For every key in every record that matches the ccl filter, return the stored value that was most recently added.
get(String, Collection<Long>) - Method in class Concourse
For each of the records, return the stored value in the key field that was most recently added.
get(String, Collection<Long>, Order) - Method in class Concourse
For each of the records, return the stored value in the key field that was most recently added.
get(String, Collection<Long>, Order, Page) - Method in class Concourse
For each of the records, return the stored value in the key field that was most recently added.
get(String, Collection<Long>, Page) - Method in class Concourse
For each of the records, return the stored value in the key field that was most recently added.
get(String, Collection<Long>, Page, Order) - Method in class Concourse
For each of the records, return the stored value in the key field that was most recently added.
get(String, Collection<Long>, Timestamp) - Method in class Concourse
For each of the records, return the stored value in the key field that was most recently added at timestamp
get(String, Collection<Long>, Timestamp, Order) - Method in class Concourse
For each of the records, return the stored value in the key field that was most recently added at timestamp
get(String, Collection<Long>, Timestamp, Order, Page) - Method in class Concourse
For each of the records, return the stored value in the key field that was most recently added at timestamp
get(String, Collection<Long>, Timestamp, Page) - Method in class Concourse
For each of the records, return the stored value in the key field that was most recently added at timestamp
get(String, Collection<Long>, Timestamp, Page, Order) - Method in class Concourse
For each of the records, return the stored value in the key field that was most recently added at timestamp
get(String, Criteria) - Method in class Concourse
For every record that matches the criteria, return the stored value in the key field that was most recently added.
get(String, Criteria, Order) - Method in class Concourse
For every record that matches the criteria, return the stored value in the key field that was most recently added.
get(String, Criteria, Order, Page) - Method in class Concourse
For every record that matches the criteria, return the stored value in the key field that was most recently added.
get(String, Criteria, Page) - Method in class Concourse
For every record that matches the criteria, return the stored value in the key field that was most recently added.
get(String, Criteria, Page, Order) - Method in class Concourse
For every record that matches the criteria, return the stored value in the key field that was most recently added.
get(String, Criteria, Timestamp) - Method in class Concourse
For every record that matches the criteria, return the stored value in the key field that was most recently added at timestamp.
get(String, Criteria, Timestamp, Order) - Method in class Concourse
For every record that matches the criteria, return the stored value in the key field that was most recently added at timestamp.
get(String, Criteria, Timestamp, Order, Page) - Method in class Concourse
For every record that matches the criteria, return the stored value in the key field that was most recently added at timestamp.
get(String, Criteria, Timestamp, Page) - Method in class Concourse
For every record that matches the criteria, return the stored value in the key field that was most recently added at timestamp.
get(String, Criteria, Timestamp, Page, Order) - Method in class Concourse
For every record that matches the criteria, return the stored value in the key field that was most recently added at timestamp.
get(String, long) - Method in class Concourse
Return the stored value that was most recently added for key in record.
get(String, long, Timestamp) - Method in class Concourse
Return the stored value that was most recently added for key in record at timestamp.
get(String, Long) - Method in class Concourse
Return the stored value that was most recently added for key in record.
get(String, Long, Timestamp) - Method in class Concourse
Return the stored value that was most recently added for key in record at timestamp.
get(String, Order) - Method in class Concourse
For every key in every record that matches the ccl filter, return the stored value that was most recently added.
get(String, Order, Page) - Method in class Concourse
For every key in every record that matches the ccl filter, return the stored value that was most recently added.
get(String, Page) - Method in class Concourse
For every key in every record that matches the ccl filter, return the stored value that was most recently added.
get(String, Page, Order) - Method in class Concourse
For every key in every record that matches the ccl filter, return the stored value that was most recently added.
get(String, String) - Method in class Concourse
For every record that matches the ccl filter, return the stored value in the key field that was most recently added.
get(String, String, Order) - Method in class Concourse
For every record that matches the ccl filter, return the stored value in the key field that was most recently added.
get(String, String, Order, Page) - Method in class Concourse
For every record that matches the ccl filter, return the stored value in the key field that was most recently added.
get(String, String, Page) - Method in class Concourse
For every record that matches the ccl filter, return the stored value in the key field that was most recently added.
get(String, String, Page, Order) - Method in class Concourse
For every record that matches the ccl filter, return the stored value in the key field that was most recently added.
get(String, String, Timestamp) - Method in class Concourse
For every record that matches the ccl filter, return the stored value in the key field that was most recently added at timestamp.
get(String, String, Timestamp, Order) - Method in class Concourse
For every record that matches the ccl filter, return the stored value in the key field that was most recently added at timestamp.
get(String, String, Timestamp, Order, Page) - Method in class Concourse
For every record that matches the ccl filter, return the stored value in the key field that was most recently added at timestamp.
get(String, String, Timestamp, Page) - Method in class Concourse
For every record that matches the ccl filter, return the stored value in the key field that was most recently added at timestamp.
get(String, String, Timestamp, Page, Order) - Method in class Concourse
For every record that matches the ccl filter, return the stored value in the key field that was most recently added at timestamp.
get(String, Timestamp) - Method in class Concourse
For every key in every record that matches the ccl filter, return the stored value that was most recently added.
get(String, Timestamp, Order) - Method in class Concourse
For every key in every record that matches the ccl filter, return the stored value that was most recently added.
get(String, Timestamp, Order, Page) - Method in class Concourse
For every key in every record that matches the ccl filter, return the stored value that was most recently added.
get(String, Timestamp, Page) - Method in class Concourse
For every key in every record that matches the ccl filter, return the stored value that was most recently added.
get(String, Timestamp, Page, Order) - Method in class Concourse
For every key in every record that matches the ccl filter, return the stored value that was most recently added.
get(Collection<String>, Collection<Long>) - Method in class ForwardingConcourse
 
get(Collection<String>, Collection<Long>, Order) - Method in class ForwardingConcourse
 
get(Collection<String>, Collection<Long>, Order, Page) - Method in class ForwardingConcourse
 
get(Collection<String>, Collection<Long>, Page) - Method in class ForwardingConcourse
 
get(Collection<String>, Collection<Long>, Timestamp) - Method in class ForwardingConcourse
 
get(Collection<String>, Collection<Long>, Timestamp, Order) - Method in class ForwardingConcourse
 
get(Collection<String>, Collection<Long>, Timestamp, Order, Page) - Method in class ForwardingConcourse
 
get(Collection<String>, Collection<Long>, Timestamp, Page) - Method in class ForwardingConcourse
 
get(Collection<String>, Criteria) - Method in class ForwardingConcourse
 
get(Collection<String>, Criteria, Order) - Method in class ForwardingConcourse
 
get(Collection<String>, Criteria, Order, Page) - Method in class ForwardingConcourse
 
get(Collection<String>, Criteria, Page) - Method in class ForwardingConcourse
 
get(Collection<String>, Criteria, Timestamp) - Method in class ForwardingConcourse
 
get(Collection<String>, Criteria, Timestamp, Order) - Method in class ForwardingConcourse
 
get(Collection<String>, Criteria, Timestamp, Order, Page) - Method in class ForwardingConcourse
 
get(Collection<String>, Criteria, Timestamp, Page) - Method in class ForwardingConcourse
 
get(Collection<String>, long) - Method in class ForwardingConcourse
 
get(Collection<String>, long, Timestamp) - Method in class ForwardingConcourse
 
get(Collection<String>, String) - Method in class ForwardingConcourse
 
get(Collection<String>, String, Order) - Method in class ForwardingConcourse
 
get(Collection<String>, String, Order, Page) - Method in class ForwardingConcourse
 
get(Collection<String>, String, Page) - Method in class ForwardingConcourse
 
get(Collection<String>, String, Timestamp) - Method in class ForwardingConcourse
 
get(Collection<String>, String, Timestamp, Order) - Method in class ForwardingConcourse
 
get(Collection<String>, String, Timestamp, Order, Page) - Method in class ForwardingConcourse
 
get(Collection<String>, String, Timestamp, Page) - Method in class ForwardingConcourse
 
get(Criteria) - Method in class ForwardingConcourse
 
get(Criteria, Order) - Method in class ForwardingConcourse
 
get(Criteria, Order, Page) - Method in class ForwardingConcourse
 
get(Criteria, Page) - Method in class ForwardingConcourse
 
get(Criteria, Timestamp) - Method in class ForwardingConcourse
 
get(Criteria, Timestamp, Order) - Method in class ForwardingConcourse
 
get(Criteria, Timestamp, Order, Page) - Method in class ForwardingConcourse
 
get(Criteria, Timestamp, Page) - Method in class ForwardingConcourse
 
get(String) - Method in class ForwardingConcourse
 
get(String, Collection<Long>) - Method in class ForwardingConcourse
 
get(String, Collection<Long>, Order) - Method in class ForwardingConcourse
 
get(String, Collection<Long>, Order, Page) - Method in class ForwardingConcourse
 
get(String, Collection<Long>, Page) - Method in class ForwardingConcourse
 
get(String, Collection<Long>, Timestamp) - Method in class ForwardingConcourse
 
get(String, Collection<Long>, Timestamp, Order) - Method in class ForwardingConcourse
 
get(String, Collection<Long>, Timestamp, Order, Page) - Method in class ForwardingConcourse
 
get(String, Collection<Long>, Timestamp, Page) - Method in class ForwardingConcourse
 
get(String, Criteria) - Method in class ForwardingConcourse
 
get(String, Criteria, Order) - Method in class ForwardingConcourse
 
get(String, Criteria, Order, Page) - Method in class ForwardingConcourse
 
get(String, Criteria, Page) - Method in class ForwardingConcourse
 
get(String, Criteria, Timestamp) - Method in class ForwardingConcourse
 
get(String, Criteria, Timestamp, Order) - Method in class ForwardingConcourse
 
get(String, Criteria, Timestamp, Order, Page) - Method in class ForwardingConcourse
 
get(String, Criteria, Timestamp, Page) - Method in class ForwardingConcourse
 
get(String, long) - Method in class ForwardingConcourse
 
get(String, long, Timestamp) - Method in class ForwardingConcourse
 
get(String, Order) - Method in class ForwardingConcourse
 
get(String, Order, Page) - Method in class ForwardingConcourse
 
get(String, Page) - Method in class ForwardingConcourse
 
get(String, String) - Method in class ForwardingConcourse
 
get(String, String, Order) - Method in class ForwardingConcourse
 
get(String, String, Order, Page) - Method in class ForwardingConcourse
 
get(String, String, Page) - Method in class ForwardingConcourse
 
get(String, String, Timestamp) - Method in class ForwardingConcourse
 
get(String, String, Timestamp, Order) - Method in class ForwardingConcourse
 
get(String, String, Timestamp, Order, Page) - Method in class ForwardingConcourse
 
get(String, String, Timestamp, Page) - Method in class ForwardingConcourse
 
get(String, Timestamp) - Method in class ForwardingConcourse
 
get(String, Timestamp, Order) - Method in class ForwardingConcourse
 
get(String, Timestamp, Order, Page) - Method in class ForwardingConcourse
 
get(String, Timestamp, Page) - Method in class ForwardingConcourse
 
get() - Static method in class ConcourseCompiler
get(Collection<String>, Collection<Long>) - Method in class NoOpConcourse
 
get(Collection<String>, Collection<Long>, Order) - Method in class NoOpConcourse
 
get(Collection<String>, Collection<Long>, Order, Page) - Method in class NoOpConcourse
 
get(Collection<String>, Collection<Long>, Page) - Method in class NoOpConcourse
 
get(Collection<String>, Collection<Long>, Timestamp) - Method in class NoOpConcourse
 
get(Collection<String>, Collection<Long>, Timestamp, Order) - Method in class NoOpConcourse
 
get(Collection<String>, Collection<Long>, Timestamp, Order, Page) - Method in class NoOpConcourse
 
get(Collection<String>, Collection<Long>, Timestamp, Page) - Method in class NoOpConcourse
 
get(Collection<String>, Criteria) - Method in class NoOpConcourse
 
get(Collection<String>, Criteria, Order) - Method in class NoOpConcourse
 
get(Collection<String>, Criteria, Order, Page) - Method in class NoOpConcourse
 
get(Collection<String>, Criteria, Page) - Method in class NoOpConcourse
 
get(Collection<String>, Criteria, Timestamp) - Method in class NoOpConcourse
 
get(Collection<String>, Criteria, Timestamp, Order) - Method in class NoOpConcourse
 
get(Collection<String>, Criteria, Timestamp, Order, Page) - Method in class NoOpConcourse
 
get(Collection<String>, Criteria, Timestamp, Page) - Method in class NoOpConcourse
 
get(Collection<String>, long) - Method in class NoOpConcourse
 
get(Collection<String>, long, Timestamp) - Method in class NoOpConcourse
 
get(Collection<String>, String) - Method in class NoOpConcourse
 
get(Collection<String>, String, Order) - Method in class NoOpConcourse
 
get(Collection<String>, String, Order, Page) - Method in class NoOpConcourse
 
get(Collection<String>, String, Page) - Method in class NoOpConcourse
 
get(Collection<String>, String, Timestamp) - Method in class NoOpConcourse
 
get(Collection<String>, String, Timestamp, Order) - Method in class NoOpConcourse
 
get(Collection<String>, String, Timestamp, Order, Page) - Method in class NoOpConcourse
 
get(Collection<String>, String, Timestamp, Page) - Method in class NoOpConcourse
 
get(Criteria) - Method in class NoOpConcourse
 
get(Criteria, Order) - Method in class NoOpConcourse
 
get(Criteria, Order, Page) - Method in class NoOpConcourse
 
get(Criteria, Page) - Method in class NoOpConcourse
 
get(Criteria, Timestamp) - Method in class NoOpConcourse
 
get(Criteria, Timestamp, Order) - Method in class NoOpConcourse
 
get(Criteria, Timestamp, Order, Page) - Method in class NoOpConcourse
 
get(Criteria, Timestamp, Page) - Method in class NoOpConcourse
 
get(String) - Method in class NoOpConcourse
 
get(String, Collection<Long>) - Method in class NoOpConcourse
 
get(String, Collection<Long>, Order) - Method in class NoOpConcourse
 
get(String, Collection<Long>, Order, Page) - Method in class NoOpConcourse
 
get(String, Collection<Long>, Page) - Method in class NoOpConcourse
 
get(String, Collection<Long>, Timestamp) - Method in class NoOpConcourse
 
get(String, Collection<Long>, Timestamp, Order) - Method in class NoOpConcourse
 
get(String, Collection<Long>, Timestamp, Order, Page) - Method in class NoOpConcourse
 
get(String, Collection<Long>, Timestamp, Page) - Method in class NoOpConcourse
 
get(String, Criteria) - Method in class NoOpConcourse
 
get(String, Criteria, Order) - Method in class NoOpConcourse
 
get(String, Criteria, Order, Page) - Method in class NoOpConcourse
 
get(String, Criteria, Page) - Method in class NoOpConcourse
 
get(String, Criteria, Timestamp) - Method in class NoOpConcourse
 
get(String, Criteria, Timestamp, Order) - Method in class NoOpConcourse
 
get(String, Criteria, Timestamp, Order, Page) - Method in class NoOpConcourse
 
get(String, Criteria, Timestamp, Page) - Method in class NoOpConcourse
 
get(String, long) - Method in class NoOpConcourse
 
get(String, long, Timestamp) - Method in class NoOpConcourse
 
get(String, Order) - Method in class NoOpConcourse
 
get(String, Order, Page) - Method in class NoOpConcourse
 
get(String, Page) - Method in class NoOpConcourse
 
get(String, String) - Method in class NoOpConcourse
 
get(String, String, Order) - Method in class NoOpConcourse
 
get(String, String, Order, Page) - Method in class NoOpConcourse
 
get(String, String, Page) - Method in class NoOpConcourse
 
get(String, String, Timestamp) - Method in class NoOpConcourse
 
get(String, String, Timestamp, Order) - Method in class NoOpConcourse
 
get(String, String, Timestamp, Order, Page) - Method in class NoOpConcourse
 
get(String, String, Timestamp, Page) - Method in class NoOpConcourse
 
get(String, Timestamp) - Method in class NoOpConcourse
 
get(String, Timestamp, Order) - Method in class NoOpConcourse
 
get(String, Timestamp, Order, Page) - Method in class NoOpConcourse
 
get(String, Timestamp, Page) - Method in class NoOpConcourse
 
get(ByteBuffer, int) - Static method in class ByteBuffers
Deprecated.
Return a ByteBuffer that has a copy of length bytes from buffer starting from the current position.
get(String, String...) - Static method in class MorePaths
Implementation of the Paths.get(String, String...) method that handles weird platform-dependent behaviour.
get(String) - Static method in class Resources
Finds a resource with a given name.
getAbsolutePath(String) - Static method in class Resources
Find a resource with a given name and return an absolute file path to access that resource using File path based APIs.
getBoolean(ByteBuffer) - Static method in class ByteBuffers
Deprecated.
Relative get method.
getBoolean() - Static method in class Random
Return a random boolean value.
getBufferDirectory() - Method in class ConcourseServerConfiguration
The absolute path to the directory where the Buffer data is stored.
getBufferDirectory() - Method in class ConcourseServerPreferences
Deprecated.
The absolute path to the directory where the Buffer data is stored.
getBufferPageSize() - Method in class ConcourseServerConfiguration
The size for each page in the Buffer.
getBufferPageSize() - Method in class ConcourseServerPreferences
Deprecated.
The size for each page in the Buffer.
getBuild() - Method in class Version
Returns the build metadata for this Version.
getBytes(Serializable) - Static method in class Serializables
Return the binary representation for the Serializable object in the form of a ByteBuffer.
getCcl() - Method in class Convert.ResolvableLink
Return the ccl string that should be used for resolving link targets.
getCclString() - Method in interface Criteria
Deprecated.
in favor of Criteria.ccl()
getClientPort() - Method in class ConcourseServerConfiguration
The listener port (1-65535) for client connections.
getClientPort() - Method in class ConcourseServerPreferences
Deprecated.
The listener port (1-65535) for client connections.
getCompanionPort(int) - Static method in class Networking
Deprecated.
getCompanionPort(int, int) - Static method in class Networking
Deprecated.
getConnection() - Method in class ConnectionPool
Get a connection from the queue of available ones.
getDatabaseDirectory() - Method in class ConcourseServerConfiguration
The absolute path to the directory where the Database record and index files are stored.
getDatabaseDirectory() - Method in class ConcourseServerPreferences
Deprecated.
The absolute path to the directory where the Database record and index files are stored.
getDefaultEnvironment() - Method in class ConcourseServerConfiguration
The default environment that is automatically loaded when the server starts and is used whenever a client does not specify an environment for its connection.
getDefaultEnvironment() - Method in class ConcourseServerPreferences
Deprecated.
The default environment that is automatically loaded when the server starts and is used whenever a client does not specify an environment for its connection.
getDouble() - Static method in class Random
Return a random double value.
getEnableConsoleLogging() - Method in class ConcourseServerConfiguration
Determine whether log messages should also be printed to the console (STDOUT).
getEnableConsoleLogging() - Method in class ConcourseServerPreferences
Deprecated.
Determine whether log messages should also be printed to the console (STDOUT).
getEnum(String, T) - Method in class PreferencesHandler
Get the enum value associated with the given key.
getEnum(ByteBuffer, Class<T>) - Static method in class ByteBuffers
Deprecated.
Relative get method.
getEnvironment() - Method in class ConcourseClientConfiguration
Return the value associated with the environment key.
getEnvironment() - Method in class ConcourseClientPreferences
Deprecated.
Return the value associated with the environment key.
getFloat() - Static method in class Random
Return a random float value.
getHost() - Method in class ConcourseClientConfiguration
Return the value associated with the host key.
getHost() - Method in class ConcourseClientPreferences
Deprecated.
Return the value associated with the host key.
getInstant() - Method in class Timestamp
Return an Instant that corresponds to the point on the time-line represented by this Timestamp.
getInt() - Static method in class Random
Return a random integer value.
getIpAddress(String) - Static method in class Networking
Get the accessible IP Address for the host.
getJavaHome() - Method in class ConcourseServerConfiguration
The absolute path to the Java installation that Concourse Server should use.
getJmxPort() - Method in class ConcourseServerConfiguration
The listener port (1-65535) for management commands via JMX.
getJmxPort() - Method in class ConcourseServerPreferences
Deprecated.
The listener port (1-65535) for management commands via JMX.
getJoda() - Method in class Timestamp
Return the Joda DateTime object that corresponds to this Timestamp.
getKey() - Method in class Convert.ResolvableLink
Deprecated.
getKeyDestination(String) - Static method in class Navigation
Given a navigation scheme, return the destination to which the scheme navigates.
getLogLevel() - Method in class ConcourseServerConfiguration
# The amount of runtime information logged by the system.
getLogLevel() - Method in class ConcourseServerPreferences
Deprecated.
# The amount of runtime information logged by the system.
getLong() - Static method in class Random
Return a random long value.
getMajor() - Method in class Version
Return the major component of this Version.
getMicros() - Method in class Timestamp
Return the number of microseconds since the Unix epoch that is represented by this Timestamp.
getMinor() - Method in class Version
Return the minor component of this Version.
getNegativeNumber() - Static method in class Random
Return a random negative number.
getNumber() - Static method in class Random
Return a random number value.
getObject() - Static method in class Random
Return a random object value.
getOpenPort() - Static method in class Networking
Deprecated.
getOpenPortWithinRange(int, int) - Static method in class Networking
Return an available port on the local machine in the inclusive range from rangeStart to rangeEnd.
getPassword() - Method in class ConcourseClientConfiguration
Return the value associated with the password key.
getPassword() - Method in class ConcourseClientPreferences
Deprecated.
Return the value associated with the password key.
getPasswordExplicit() - Method in class ConcourseClientConfiguration
Return the value associated with the password key, if it is explicitly defined in the prefs file.
getPasswordExplicit() - Method in class ConcourseClientPreferences
Deprecated.
Return the value associated with the password key, if it is explicitly defined in the prefs file.
getPatch() - Method in class Version
Return the patch component of this Version.
getPort() - Method in class ConcourseClientConfiguration
Return the value associated with the port key.
getPort() - Method in class ConcourseClientPreferences
Deprecated.
Return the value associated with the port key.
getPositiveNumber() - Static method in class Random
Return a random positive long value.
getPreferredOpenPort() - Static method in class Networking
Return an available port on the local machine in the preferred range.
getRemaining(ByteBuffer) - Static method in class ByteBuffers
Deprecated.
Return a ByteBuffer that has a copy of all the remaining bytes from buffer starting from the current position.
getScaleCount() - Static method in class Random
 
getServerEnvironment() - Method in class Concourse
Return the name of the connected environment.
getServerEnvironment() - Method in class ForwardingConcourse
 
getServerEnvironment() - Method in class NoOpConcourse
 
getServerVersion() - Method in class Concourse
Return the version of the connected server.
getServerVersion() - Method in class ForwardingConcourse
 
getServerVersion() - Method in class NoOpConcourse
 
getShutdownPort() - Method in class ConcourseServerConfiguration
The listener port (1-65535) for shutdown commands.
getShutdownPort() - Method in class ConcourseServerPreferences
Deprecated.
The listener port (1-65535) for shutdown commands.
getSimpleString() - Static method in class Random
Return a simple string with no digits or spaces.
getSize(String, long) - Method in class PreferencesHandler
Get the size description associated with the given key.
getString(ByteBuffer) - Static method in class ByteBuffers
Deprecated.
Relative get method.
getString(ByteBuffer, Charset) - Static method in class ByteBuffers
Deprecated.
Relative get method.
getString() - Static method in class Random
Return a string, possibly with digits.
getStringNoDigits() - Static method in class Random
Return a get string, with no digits.
getUserHome() - Static method in class FileOps
Return the home directory of the user of the parent process for this JVM.
getUsername() - Method in class ConcourseClientConfiguration
Return the value associated with the username key.
getUsername() - Method in class ConcourseClientPreferences
Deprecated.
Return the value associated with the username key.
getValue() - Method in class Convert.ResolvableLink
Deprecated.
getVersion(Class<?>) - Static method in class Version
Return the Version for clazz.
getWorkingDirectory() - Static method in class FileOps
Get the working directory of this JVM, which is the directory from which the process is launched.
go(int) - Method in class NoPage
 
go(int) - Method in interface Page
Jump to page Page while keeping the same limit.
grant(String, String) - Method in class Manager
Grant the permission to the user with username in the default environment.
grant(String, String, String) - Method in class Manager
Grant the permission to the user with username in the specified environment.
group(Criteria) - Method in class StartState
Add a sub criteria to the Criteria that is building.
group(Object) - Method in class StartState
Add a sub criteria to the Criteria that is building.
gson() - Static method in class DataServices
Return a serializer for JSON.

H

hasAvailableConnection() - Method in class ConnectionPool
Return true if the pool has any available connections.
hashCode() - Method in class Strainer
 
hashCode() - Method in class BuildableState
 
hashCode() - Method in class BuiltCriteria
 
hashCode() - Method in class BuildableOrderState
 
hashCode() - Method in class OrderComponent
 
hashCode() - Method in class Link
 
hashCode() - Method in class Timestamp
 
hashCode() - Method in class Version
 
hasRemaining() - Method in interface ByteBlock
Return true if there are bytes remaining to be read.
hasRemaining() - Method in class HeapByteBlock
 
HeapByteBlock - Class in com.cinchapi.concourse.io
A heap-backed ByteBlock that manages a byte[] directly and grows by doubling when the capacity is exceeded.
host(String) - Method in class Concourse.ConnectionBuilder
Set the connection host.

I

Identifiers - Class in com.cinchapi.concourse.util
A utility class that generates identifiers.
in(String) - Method in class Infingram
Return true if this Infingram (the needle) exists within value (the haystack) such that it is an infix search match.
incrementalAverage(Number, Number, int) - Static method in class Numbers
Compute the incremental average from the current running of the same, given the latest number and the total count of items (including the specified number).
Incubating - Annotation Type in com.cinchapi.concourse.annotate
Marks a method as incubating, and therefore not subject to the standard deprecation/change policy.
Index<V> - Interface in com.cinchapi.concourse.data
An Index is an inverted data set in the form of a two-dimensional mapping from key (String) and value (String) to records Long.
Infingram - Class in com.cinchapi.concourse.search
An Infingram is a sequence of tokens (e.g., words), within another String, t.
Infingram(String) - Constructor for class Infingram
Construct a new instance.
insert(Collection<Multimap<String, Object>>) - Method in class Concourse
Atomically insert the key/value associations from each of the maps in data into new and distinct records.
insert(Map<String, Object>) - Method in class Concourse
Atomically insert the key/value associations from data into a new record.
insert(Map<String, Object>, Collection<Long>) - Method in class Concourse
Atomically insert the key/value associations from data into each of the records, if possible.
insert(Map<String, Object>, long) - Method in class Concourse
Atomically insert the key/value associations from data into record, if possible.
insert(Multimap<String, Object>) - Method in class Concourse
Atomically insert the key/value associations from Multimap data into a new record.
insert(Multimap<String, Object>, Collection<Long>) - Method in class Concourse
Atomically insert the key/value associations from Multimap data into each of the records, if possible.
insert(Multimap<String, Object>, long) - Method in class Concourse
Atomically insert the key/value associations in data into record, if possible.
insert(String) - Method in class Concourse
Atomically insert the key/value associations from the json string into as many new records as necessary.
insert(String, Collection<Long>) - Method in class Concourse
Atomically insert the key/value associations from the json object into each of the records, if possible.
insert(String, long) - Method in class Concourse
Atomically insert the key/value associations from the json object into record, if possible.
insert(String) - Method in class ForwardingConcourse
 
insert(String, Collection<Long>) - Method in class ForwardingConcourse
 
insert(String, long) - Method in class ForwardingConcourse
 
insert(String) - Method in class NoOpConcourse
 
insert(String, Collection<Long>) - Method in class NoOpConcourse
 
insert(String, long) - Method in class NoOpConcourse
 
INSTANCE - Static variable in class NoPage
Singleton instance.
INSTANCE - Static variable in class NoOrder
Singleton instance.
INSTNACE - Static variable in exception EmptyOperationException
Singleton.
Integers - Class in com.cinchapi.concourse.util
A collection of integer related utility functions that are not found in the Integer or Ints classes.
intersection(Set<T>, Set<T>) - Static method in class TSets
Return a Set that contains only the elements that are in both a and b.
intValue() - Method in class Link
 
InvalidArgumentException - Exception in com.cinchapi.concourse
An exception that indicates an invalid argument was submitted.
InvalidArgumentException(InvalidArgumentException) - Constructor for exception InvalidArgumentException
Construct a new instance.
inventory() - Method in class Concourse
Return all the records that have current or historical data.
inventory() - Method in class ForwardingConcourse
 
inventory() - Method in class NoOpConcourse
 
invokePlugin(String, String, Object...) - Method in class Concourse
Invoke method using args within the plugin identified by id.
invokePlugin(String, String, Object...) - Method in class ForwardingConcourse
 
invokePlugin(String, String, Object...) - Method in class NoOpConcourse
 
IP_REGEX - Static variable in class Networking
Regex to match an IP Address.
isClosed() - Method in class ConnectionPool
Return true if this ConnectionPool has been closed.
isDateOnly() - Method in class Timestamp
Return true of this Timestamp does not have relevant temporal componet.
isDefined() - Method in class ConcourseClusterSpecification
Return true if, based on the specification, a cluster is defined.
isDirectory(String) - Static method in class FileOps
Return true if the specified path is that of a directory and not a flat file.
isEqualTo(Number, Number) - Static method in class Numbers
Deprecated.
Deprecated in version 0.7. Use Numbers.areEqual(Number, Number) instead.
isEqualToCastSafe(Object, Object) - Static method in class Numbers
Deprecated.
Deprecated in version 0.7. Use #areEqualCastSafe(Number, Number) instead.
isEven(Number) - Static method in class Numbers
Return true if number is evenly divisible by two.
isFloatingPoint(Number) - Static method in class Numbers
Return true if the number is a floating point type.
isFunctionKey(String) - Static method in class Keys
Return true if key is a function key.
isGreaterThan(Number, Number) - Static method in class Numbers
Return true if a is mathematically greater than b
isGreaterThanOrEqualTo(Number, Number) - Static method in class Numbers
Return true if a is mathematically greater than or equal to b.
isLessThan(Number, Number) - Static method in class Numbers
Return true if a is mathematically less than b.
isLessThanOrEqualTo(Number, Number) - Static method in class Numbers
Return true if a is mathematically less than or equal to b.
isLinux() - Static method in class Platform
Return true if current platform is Linux based.
isLocalHost(String) - Static method in class Networking
Return true if the host belongs to the local machine.
isMacOsX() - Static method in class Platform
Return true if current platform is OS X based.
isNavigationKey(String) - Static method in class Keys
Return true if key is a navigation key.
isOdd(Number) - Static method in class Numbers
Return true if number is not evenly divisible by two.
isSingular() - Method in class NoOrder
 
isSingular() - Method in interface Order
Return true if this Order only contains one component, and therefore can be processed by consulting a single index.
isSolaris() - Static method in class Platform
Return true if current platform is Solaris based.
isWindows() - Static method in class Platform
Return true if current platform is Windows based.
isWritable(String) - Static method in class Keys
Return true of the key is a valid data key for writing.
iterator() - Method in class Transformers.LazyTransformSet
 

J

javaToThrift() - Static method in class Conversions
Return a function to perform a conversion from a java Object to a TObject.
javaToThrift(Object) - Static method in class Convert
Return the Thrift Object that represents object.
JSON_RESERVED_IDENTIFIER_NAME - Static variable in class Constants
A reserved key that is used to indicate the primary key of a record in dump strings (i.e.
jsonify(Collection<Long>) - Method in class Concourse
Atomically dump the data in each of the records as a JSON array of objects.
jsonify(Collection<Long>, boolean) - Method in class Concourse
Atomically dump the data in each of the records as a JSON array of objects and optionally include a special identifier key that contains the record id for each of the dumped objects.
jsonify(Collection<Long>, Timestamp) - Method in class Concourse
Atomically dump the data in each of the records at timestamp as a JSON array of objects.
jsonify(Collection<Long>, Timestamp, boolean) - Method in class Concourse
Atomically dump the data in each of the records at timestamp as a JSON array of objects and optionally include a special identifier key that contains the record id for each of the dumped objects.
jsonify(long) - Method in class Concourse
Atomically dump all the data in record as a JSON object.
jsonify(long, boolean) - Method in class Concourse
Atomically dump all the data in record as a JSON object and optionally include a special identifier key that contains the record id.
jsonify(long, Timestamp) - Method in class Concourse
Atomically dump all the data in record at timestamp as a JSON object.
jsonify(long, Timestamp, boolean) - Method in class Concourse
Atomically dump all the data in record at timestamp as a JSON object and optionally include a special identifier key that contains the record id.
jsonify(Collection<Long>) - Method in class ForwardingConcourse
 
jsonify(Collection<Long>, boolean) - Method in class ForwardingConcourse
 
jsonify(Collection<Long>, Timestamp) - Method in class ForwardingConcourse
 
jsonify(Collection<Long>, Timestamp, boolean) - Method in class ForwardingConcourse
 
jsonify(long) - Method in class ForwardingConcourse
 
jsonify(long, boolean) - Method in class ForwardingConcourse
 
jsonify(long, Timestamp) - Method in class ForwardingConcourse
 
jsonify(long, Timestamp, boolean) - Method in class ForwardingConcourse
 
jsonify(Collection<Long>) - Method in class NoOpConcourse
 
jsonify(Collection<Long>, boolean) - Method in class NoOpConcourse
 
jsonify(Collection<Long>, Timestamp) - Method in class NoOpConcourse
 
jsonify(Collection<Long>, Timestamp, boolean) - Method in class NoOpConcourse
 
jsonify(long) - Method in class NoOpConcourse
 
jsonify(long, boolean) - Method in class NoOpConcourse
 
jsonify(long, Timestamp) - Method in class NoOpConcourse
 
jsonify(long, Timestamp, boolean) - Method in class NoOpConcourse
 
jsonToJava(String) - Static method in class Convert
Convert a JSON formatted string to a mapping that associates each key with the Java objects that represent the corresponding values.

K

key() - Method in class OrderComponent
Return the order key.
key(String) - Method in class StartState
Add a key to the Criteria that is building.
key - Variable in class Convert.ResolvableLink
Deprecated.
keys() - Method in interface Order
Return all the keys that are referenced by this Order.
Keys - Class in com.cinchapi.concourse.validate
Utility functions for data keys.
Keys.Key - Class in com.cinchapi.concourse.validate
A parsed key that includes information about it's Keys.KeyType and some other data that may be useful in further processing.
Keys.KeyType - Enum in com.cinchapi.concourse.validate
The various kinds of keys that can be parsed.
KeyState - Class in com.cinchapi.concourse.lang
The State that expects the next token to be an operator.
KeyState(BuiltCriteria) - Constructor for class KeyState
Construct a new instance.
keysWithTimestamps() - Method in interface Order
Return any of the Order.keys() referenced by this Order that have a Timestamp as a mapping from the key to a collection of all of its associated timestamps.
KeyValue<K,V> - Class in com.cinchapi.concourse.util
A simple association between two objects where one "maps" to the other.
KeyValue(K, V) - Constructor for class KeyValue
Construct a new instance.

L

Language - Class in com.cinchapi.concourse.lang
Tools for translating aspects of the language.
LazyTransformSet(Set<V1>, Function<V1, V2>) - Constructor for class Transformers.LazyTransformSet
Construct a new instance.
limit() - Method in class NoPage
 
limit() - Method in interface Page
Return the maximum number of items on the page.
link(String, Collection<Long>, long) - Method in class Concourse
Append links from key in source to each of the destinations.
link(String, long, long) - Method in class Concourse
Append a link from key in source to destination.
link(String, Collection<Long>, long) - Method in class ForwardingConcourse
 
link(String, long, long) - Method in class ForwardingConcourse
 
Link - Class in com.cinchapi.concourse
A Link is a pointer to a record.
link(String, Collection<Long>, long) - Method in class NoOpConcourse
 
link(String, long, long) - Method in class NoOpConcourse
 
Logging - Class in com.cinchapi.concourse.util
A collection of utility methods for programmatically configuring logging preferences.
Logging() - Constructor for class Logging
 
longValue() - Method in class Link
 

M

manage() - Method in class Concourse
Return a Manager to perform management operations to the connected Concourse Server deployment.
ManagementException - Exception in com.cinchapi.concourse
An exception that indicates an management error occurred.
ManagementException(ManagementException) - Constructor for exception ManagementException
Construct a new instance.
Manager - Class in com.cinchapi.concourse
The client-side interface for Concourse's management capabilities.
mapsToJson(Collection<Multimap<String, Object>>) - Static method in class Convert
Serialize the list of maps with data to a JSON string that can be batch inserted into Concourse.
mapToJson(Map<String, ?>) - Static method in class Convert
Serialize the map of data as a JSON object string that can be inserted into Concourse.
mapToJson(Multimap<String, Object>) - Static method in class Convert
Serialize the map of a data as a JSON string that can inserted into Concourse.
max(String) - Method in class Calculator
Return the max of all the values stored across key.
max(String, Collection<Long>) - Method in class Calculator
This method assumes that all the values are numeric.
max(String, Collection<Long>, Timestamp) - Method in class Calculator
This method assumes that all the values are numeric.
max(String, Criteria) - Method in class Calculator
Return the max of all the values for key in each of the records that match the Criteria.
max(String, Criteria, Timestamp) - Method in class Calculator
Return the max of all the values for key in each of the records that match the Criteria.
max(String, long) - Method in class Calculator
Return the max of all the values stored for key in record.
max(String, long, Timestamp) - Method in class Calculator
This method assumes that all the values are numeric.
max(String, String) - Method in class Calculator
Return the max of all the values for key in each of the records that match the criteria.
max(String, String, Timestamp) - Method in class Calculator
Return the max of all the values at timestamp for key in each of the records that match the criteria.
max(String, Timestamp) - Method in class Calculator
Return the max of all the values stored across key at timestamp.
max(Number...) - Static method in class Numbers
Return the max from a list of numbers.
MicrosClock - Interface in com.cinchapi.concourse.time
A MicrosClock provides a mechanism for tracking time with microsecond standard millisecond-precision clocks, this interface ensures finer time granularity, which is useful for high-resolution time measurements, event sequencing, and performance monitoring.
microSleep() - Static method in class Random
Pause execution for a random number of milliseconds between 1 and 50.
min(String) - Method in class Calculator
Return the min of all the values stored across key.
min(String, Collection<Long>) - Method in class Calculator
This method assumes that all the values are numeric.
min(String, Collection<Long>, Timestamp) - Method in class Calculator
This method assumes that all the values are numeric.
min(String, Criteria) - Method in class Calculator
Return the min of all the values for key in each of the records that match the Criteria.
min(String, Criteria, Timestamp) - Method in class Calculator
Return the min of all the values for key in each of the records that match the Criteria.
min(String, long) - Method in class Calculator
Return the min of all the values stored for key in record.
min(String, long, Timestamp) - Method in class Calculator
This method assumes that all the values are numeric.
min(String, String) - Method in class Calculator
Return the min of all the values for key in each of the records that match the criteria.
min(String, String, Timestamp) - Method in class Calculator
Return the min of all the values at timestamp for key in each of the records that match the criteria.
min(String, Timestamp) - Method in class Calculator
Return the min of all the values stored across key at timestamp.
min(Number...) - Static method in class Numbers
Return the min from a list of numbers.
mkdirs(String) - Static method in class FileOps
Create the directories named by path, including any necessary, but nonexistent parent directories.
mkdirs(Path) - Static method in class FileOps
Create the directories named by path, including any necessary, but nonexistent parent directories.
MorePaths - Class in com.cinchapi.concourse.util
A utility class to compliment the methods that are contained in th built-in Paths utility class.
multiply(Number, Number) - Static method in class Numbers
Return the product of two numbers.
multiValued(String, Map<Long, Set<V>>) - Static method in class SortableColumn
Ensure that the data is a SortableColumn.
multiValued(Map<Long, Map<String, Set<V>>>) - Static method in interface SortableTable
Ensure that the data is a SortableTable.
multiValued(String, Map<Long, Set<TObject>>) - Static method in class DataColumn
Return a DataColumn that contains multi-valued cells of TObject values that are converted to their Java equivalents.
multiValued(Map<String, Set<TObject>>) - Static method in class DataRow
Convert the TObject values in the results to their java counterparts and prettify the result set lazily.
multiValued(Map<Long, Map<String, Set<TObject>>>) - Static method in class DataTable
Return a DataTable that contains multi-valued cells of TObject values that are converted to their Java equivalents.

N

navigate(Collection<String>, Collection<Long>) - Method in class Concourse
Deprecated.
in version 0.10.0 in favor of analogous get/select methods
navigate(Collection<String>, Collection<Long>, Timestamp) - Method in class Concourse
Deprecated.
in version 0.10.0 in favor of analogous get/select methods
navigate(Collection<String>, Criteria) - Method in class Concourse
Deprecated.
in version 0.10.0 in favor of analogous get/select methods
navigate(Collection<String>, Criteria, Timestamp) - Method in class Concourse
Deprecated.
in version 0.10.0 in favor of analogous get/select methods
navigate(Collection<String>, long) - Method in class Concourse
Deprecated.
in version 0.10.0 in favor of analogous get/select methods
navigate(Collection<String>, long, Timestamp) - Method in class Concourse
Deprecated.
in version 0.10.0 in favor of analogous get/select methods
navigate(Collection<String>, String) - Method in class Concourse
Deprecated.
in version 0.10.0 in favor of analogous get/select methods
navigate(Collection<String>, String, Timestamp) - Method in class Concourse
Deprecated.
in version 0.10.0 in favor of analogous get/select methods
navigate(String, Collection<Long>) - Method in class Concourse
Deprecated.
in version 0.10.0 in favor of analogous get/select methods
navigate(String, Collection<Long>, Timestamp) - Method in class Concourse
Deprecated.
in version 0.10.0 in favor of analogous get/select methods
navigate(String, Criteria) - Method in class Concourse
Deprecated.
in version 0.10.0 in favor of analogous get/select methods
navigate(String, Criteria, Timestamp) - Method in class Concourse
Deprecated.
in version 0.10.0 in favor of analogous get/select methods
navigate(String, long) - Method in class Concourse
Deprecated.
in version 0.10.0 in favor of analogous get/select methods
navigate(String, long, Timestamp) - Method in class Concourse
Deprecated.
in version 0.10.0 in favor of analogous get/select methods
navigate(String, Long) - Method in class Concourse
Deprecated.
in version 0.10.0 in favor of analogous get/select methods
navigate(String, Long, Timestamp) - Method in class Concourse
Deprecated.
in version 0.10.0 in favor of analogous get/select methods
navigate(String, String) - Method in class Concourse
Deprecated.
in version 0.10.0 in favor of analogous get/select methods
navigate(String, String, Timestamp) - Method in class Concourse
Deprecated.
in version 0.10.0 in favor of analogous get/select methods
navigate(Collection<String>, Collection<Long>) - Method in class ForwardingConcourse
 
navigate(Collection<String>, Collection<Long>, Timestamp) - Method in class ForwardingConcourse
 
navigate(Collection<String>, Criteria) - Method in class ForwardingConcourse
 
navigate(Collection<String>, Criteria, Timestamp) - Method in class ForwardingConcourse
 
navigate(Collection<String>, long) - Method in class ForwardingConcourse
 
navigate(Collection<String>, long, Timestamp) - Method in class ForwardingConcourse
 
navigate(Collection<String>, String) - Method in class ForwardingConcourse
 
navigate(Collection<String>, String, Timestamp) - Method in class ForwardingConcourse
 
navigate(String, Collection<Long>) - Method in class ForwardingConcourse
 
navigate(String, Collection<Long>, Timestamp) - Method in class ForwardingConcourse
 
navigate(String, Criteria) - Method in class ForwardingConcourse
 
navigate(String, Criteria, Timestamp) - Method in class ForwardingConcourse
 
navigate(String, long) - Method in class ForwardingConcourse
 
navigate(String, long, Timestamp) - Method in class ForwardingConcourse
 
navigate(String, String) - Method in class ForwardingConcourse
 
navigate(String, String, Timestamp) - Method in class ForwardingConcourse
 
navigate(Collection<String>, Collection<Long>) - Method in class NoOpConcourse
 
navigate(Collection<String>, Collection<Long>, Timestamp) - Method in class NoOpConcourse
 
navigate(Collection<String>, Criteria) - Method in class NoOpConcourse
 
navigate(Collection<String>, Criteria, Timestamp) - Method in class NoOpConcourse
 
navigate(Collection<String>, long) - Method in class NoOpConcourse
 
navigate(Collection<String>, long, Timestamp) - Method in class NoOpConcourse
 
navigate(Collection<String>, String) - Method in class NoOpConcourse
 
navigate(Collection<String>, String, Timestamp) - Method in class NoOpConcourse
 
navigate(String, Collection<Long>) - Method in class NoOpConcourse
 
navigate(String, Collection<Long>, Timestamp) - Method in class NoOpConcourse
 
navigate(String, Criteria) - Method in class NoOpConcourse
 
navigate(String, Criteria, Timestamp) - Method in class NoOpConcourse
 
navigate(String, long) - Method in class NoOpConcourse
 
navigate(String, long, Timestamp) - Method in class NoOpConcourse
 
navigate(String, String) - Method in class NoOpConcourse
 
navigate(String, String, Timestamp) - Method in class NoOpConcourse
 
Navigation - Class in com.cinchapi.concourse.util
Utilities for link-navigation queries.
Networking - Class in com.cinchapi.concourse.util
Utilities for dealing with networking.
newCachedConnectionPool() - Static method in class ConnectionPool
Return a ConnectionPool that has no limit on the number of connections it can manage to the Concourse instance described in the concourse_client.prefs file located in the working directory or the default connection info if no such file exists, but will try to use previously created connections before establishing new ones for any request.
newCachedConnectionPool(Concourse) - Static method in class ConnectionPool
Returns a ConnectionPool populated with handlers that copy the connection information of the provided concourse instance.
newCachedConnectionPool(Path...) - Static method in class ConnectionPool
Return a ConnectionPool that has no limit on the number of connections it can manage to the Concourse instance described in the configFiles on behalf of the user identified in the configFiles, but will try to use previously created connections before establishing new ones for any request.
newCachedConnectionPool(String) - Static method in class ConnectionPool
Return a ConnectionPool that has no limit on the number of connections it can manage to the Concourse instance described in the config on behalf of the user identified in the config, but will try to use previously created connections before establishing new ones for any request.
newCachedConnectionPool(String, int, String, String) - Static method in class ConnectionPool
Return a ConnectionPool that has no limit on the number of connections it can manage to the Concourse instance defined in the client prefs on behalf of the user defined in the client prefs, but will try to use previously created connections before establishing new ones for any request.
newCachedConnectionPool(String, int, String, String, String) - Static method in class ConnectionPool
Return a ConnectionPool that has no limit on the number of connections it can manage to the Concourse instance defined in the client prefs on behalf of the user defined in the client prefs, but will try to use previously created connections before establishing new ones for any request.
newConnectionPool(String) - Static method in class ConnectionPool
Deprecated.
As of version 0.3.2, replaced by ConnectionPool.newFixedConnectionPool(String, int).
newConnectionPool(String, int) - Static method in class ConnectionPool
Deprecated.
As of version 0.3.2, replaced by ConnectionPool.newFixedConnectionPool(String, int).
newConnectionPool(String, int, String, String) - Static method in class ConnectionPool
Deprecated.
newConnectionPool(String, int, String, String, int) - Static method in class ConnectionPool
Deprecated.
newDirectoryStream(Path) - Static method in class FileOps
Return a DirectoryStream in the same manner as Files.newDirectoryStream(Path) without throwing a checked exception.
newFixedConnectionPool(Concourse, int) - Static method in class ConnectionPool
Returns a ConnectionPool populated with handlers that copy the connection information of the provided concourse instance.
newFixedConnectionPool(int) - Static method in class ConnectionPool
Return a new ConnectionPool with a fixed number of connections to the Concourse instance defined in the concourse_client.prefs file located in the working directory or using the default connection info if no such file exists.
newFixedConnectionPool(int, Path...) - Static method in class ConnectionPool
Return a new ConnectionPool with a fixed number of connections to the Concourse instance defined in the configFiles on behalf of the user defined in the configFiles.
newFixedConnectionPool(String, int) - Static method in class ConnectionPool
Return a new ConnectionPool with a fixed number of connections to the Concourse instance defined in the configFiles on behalf of the user defined in the configFiles.
newFixedConnectionPool(String, int, String, String, int) - Static method in class ConnectionPool
Return a new ConnectionPool with a fixed number of connections to the Concourse instance at host:port on behalf of the user identified by username and password.
newFixedConnectionPool(String, int, String, String, String, int) - Static method in class ConnectionPool
Return a new ConnectionPool with a fixed number of connections to the Concourse instance at host:port on behalf of the user identified by username and password.
newPrettyLinkedHashMap() - Static method in class PrettyLinkedHashMap
Deprecated.
newPrettyLinkedHashMap(String, String) - Static method in class PrettyLinkedHashMap
newPrettyLinkedTableMap() - Static method in class PrettyLinkedTableMap
Deprecated.
newPrettyLinkedTableMap(String) - Static method in class PrettyLinkedTableMap
Deprecated.
newSingleThreadedQueue() - Static method in class Queues
Return a simple Queue that can be used in a single thread.
next() - Method in class NoPage
 
next() - Method in interface Page
Return the "next" Page.
next() - Static method in class Identifiers
Generates the next sequential identifier.
nextPowerOfTwo(int) - Static method in class Integers
Given an integer n, round it up to the next power of 2.
nextString() - Method in class RandomStringGenerator
Generate a string of random length and no digits
nextString(int) - Method in class RandomStringGenerator
Generate a string of the specified length and no digits
nextStringAllowDigits() - Method in class RandomStringGenerator
Generate a string of random length, possibly with digits
nextStringAllowDigits(int) - Method in class RandomStringGenerator
Generate a string of the specified length, possibly with digits
NO_PASSWORD_DEFINED - Static variable in class ConcourseClientConfiguration
An empty char array to return if there is no password defined in the prefs file during a call to ConcourseClientConfiguration.getPasswordExplicit().
nodes() - Method in class ConcourseClusterSpecification
Return the list of server addresses for each node in the cluster.
nodes(List<String>) - Method in class ConcourseClusterSpecification
Set the nodes in the cluster
none() - Static method in interface Page
Return a Page that specifies no specific Page and implies that all items in a result set should be included.
none() - Static method in interface Order
Return an Order that specifies no order.
NONE - Static variable in class Time
An indication that a timestamp parameter should be ignored.
none() - Static method in class Conversions
Return a function that doesn't perform any conversion.
NoOpConcourse - Class in com.cinchapi.concourse
A Concourse extension that, by default, doesn't support any functionality and is intended to be extended where there is a need to implement a subset of functionality.
NoOpConcourse() - Constructor for class NoOpConcourse
 
NoOrder - Class in com.cinchapi.concourse.lang.sort
A specification for no Order.
NoPage - Class in com.cinchapi.concourse.lang.paginate
A specification for no Page.
now() - Static method in class Time
Get the current timestamp.
now() - Static method in class Timestamp
Return a Timestamp set the current system microsecond time using ISOChronology in the default time zone.
now(Chronology) - Static method in class Timestamp
Return a Timestamp set to the current system microsecond time using the specified chronology.
now(DateTimeZone) - Static method in class Timestamp
Return a Timestamp set to the current system microsecond time using ISOChronology in the specified time zone.
nullByteBuffer() - Static method in class ByteBuffers
Deprecated.
Return a ByteBuffer that contains a single null byte.
number(int) - Static method in interface Page
Return the Page at number.
Numbers - Class in com.cinchapi.concourse.util
This class contains utility methods that provide interoperability for the various Number types.
Numbers() - Constructor for class Numbers
 
numTokens() - Method in class Infingram
Return the number of tokens.

O

of(Set<Long>) - Static method in class SortableSet
Return a SortableSet.
of(Map<String, Map<TObject, Set<Long>>>) - Static method in class DataIndex
Convert the TObject values in the results to their java counterparts and prettify the result set lazily.
of(Map<TObject, Set<Long>>) - Static method in class DataProjection
Convert the TObject values in the results to their java counterparts and prettify the result set lazily.
of(int, int) - Static method in interface Page
Return a Page with explicit skip and limit parameters.
of(K, V) - Static method in class KeyValue
Return a new KeyValue mapping key to value.
of(Map<K, V>) - Static method in class PrettyLinkedHashMap
Return a new Map containing all the entries from data that "prettifies" its string representation on-demand.
of(Map<K, V>, String, String) - Static method in class PrettyLinkedHashMap
Return a new Map containing all the entries from data that "prettifies" its string representation on-demand.
of(Map<R, Map<C, V>>) - Static method in class PrettyLinkedTableMap
Return a new Map containing all the entries from data that "prettifies" its string representation on-demand.
of(Map<R, Map<C, V>>, String) - Static method in class PrettyLinkedTableMap
Return a new Map containing all the entries from data that "prettifies" its string representation on-demand.
offset() - Method in class NoPage
 
offset() - Method in interface Page
Return the number of items to "skip" (inclusive) before adding items to the page.
open(String) - Static method in class ConcourseClientPreferences
open(String) - Static method in class ConcourseServerPreferences
OPERATING_SYSTEM - Static variable in class Platform
The name of the operating system on which the current JVM is running.
operator(Operator) - Method in class KeyState
Add the specified operator to the Criteria that is building.
operator(String) - Method in class KeyState
Add the specified operator to the Criteria that is building.
OperatorState - Class in com.cinchapi.concourse.lang
The State that expects the next token to be a value.
OperatorState(BuiltCriteria) - Constructor for class OperatorState
Construct a new instance.
operatorToString(Operator) - Static method in class Convert
Convert the operator to a string representation.
or() - Method in class BuildableState
Build a disjunctive clause onto the Criteria that is building.
Order - Interface in com.cinchapi.concourse.lang.sort
Order encapsulates the semantics of a result set sorting.
order - Variable in class OrderState
A reference to the BuiltOrder that is being built.
OrderAtState - Class in com.cinchapi.concourse.lang.sort
The OrderState that represents a transition induced by the introduction of a timestamp token.
OrderAtState(BuiltOrder, String, Timestamp) - Constructor for class OrderAtState
Construct a new instance.
OrderByState - Class in com.cinchapi.concourse.lang.sort
The OrderState that expects the next token to be a sort order, timestamp or a new key to sort by.
OrderComponent - Class in com.cinchapi.concourse.lang.sort
An OrderComponent describes a consideration for ordering a result set.
OrderComponent(String, Direction) - Constructor for class OrderComponent
Construct a new instance.
OrderComponent(String, Timestamp, Direction) - Constructor for class OrderComponent
Construct a new instance.
OrderDirectionState - Class in com.cinchapi.concourse.lang.sort
A State that represents a building BuiltOrder that just had direction information specified for the most recently added key.
OrderState - Class in com.cinchapi.concourse.lang.sort
This is the base class and marker for any valid state in the BuiltOrder builder.
OrderState(BuiltOrder) - Constructor for class OrderState
Construct a new instance.
OrderThenState - Class in com.cinchapi.concourse.lang.sort
The OrderThenState is simply a bridge that allows a transition back to a OrderByState.
org.imca_cat.pollingwatchservice - package org.imca_cat.pollingwatchservice
Contains all the Pollingwatchservice classes.
organize(Map<Long, Map<String, V>>) - Method in interface Sorter
Sort and collect data.
organize(Map<Long, Map<String, V>>, Long) - Method in interface Sorter
Sort and collected data using the at timestamp as temporal binding for missing value lookups when an order component does not explicitly specify a timestamp.
organize(Stream<Map.Entry<Long, Map<String, V>>>) - Method in interface Sorter
Sort and collect the stream.
organize(Stream<Map.Entry<Long, Map<String, V>>>, Long) - Method in interface Sorter
Sort and collected data using the at timestamp as temporal binding for missing value lookups when an order component does not explicitly specify a timestamp.

P

PackagePrivate - Annotation Type in com.cinchapi.concourse.annotate
 
Page - Interface in com.cinchapi.concourse.lang.paginate
A Page contains a subset of data.
parse(Criteria) - Method in class ConcourseCompiler
Parse the criteria.
parse(Criteria, Multimap<String, Object>) - Method in class ConcourseCompiler
Parse the criteria and bind the local data.
parse(String, Multimap<String, Object>) - Method in class ConcourseCompiler
 
parse(TCriteria) - Method in class ConcourseCompiler
Parse the criteria.
parse(TCriteria, Multimap<String, Object>) - Method in class ConcourseCompiler
Parse the criteria and bind the local data.
parse(String) - Static method in interface Criteria
Return a Criteria object that expresses the same as the ccl statement.
parse(String, DateTimeFormatter) - Static method in class Timestamp
Parses a Timestamp from the specified string using a formatter.
parse(String, String) - Static method in class Timestamp
Parse a Timestamp from the specified string that adheres to the provided format.
parse(String) - Static method in class Version
Return the Version described by version.
parse(String) - Static method in class Keys
Parse key and return a Keys.Key object that contains the relevant information.
ParseException - Exception in com.cinchapi.concourse
Signals that an unexpected or invalid token was reached while parsing.
ParseException(ParseException) - Constructor for exception ParseException
Construct a new instance.
Parsers - Class in com.cinchapi.concourse.util
Deprecated.
use ConcourseCompiler instead
password(String) - Method in class Concourse.ConnectionBuilder
Set the connection password.
PathWatchService - Interface in org.imca_cat.pollingwatchservice
A service for watching Path objects for changes.
peek() - Method in class ConcurrentLoadingQueue
 
percent(Number, Number) - Static method in class Numbers
Return numerator/denominator as a percent.
PERCENT_SIGN_WITH_ESCAPE_CHAR - Static variable in class RegexPatterns
Matches the percent sign without escape character[\%].
PERCENT_SIGN_WITHOUT_ESCAPE_CHAR - Static variable in class RegexPatterns
Matches the percent sign without escape character[%].
PermissionException - Exception in com.cinchapi.concourse
An exception that is thrown when the user attempts an action for which she doesn't have permission.
PermissionException(PermissionException) - Constructor for exception PermissionException
Construct a new instance.
ping() - Method in class Concourse
Test the connection to the server.
ping(Collection<Long>) - Method in class Concourse
Atomically check to see if each of the records currently contains any data.
ping(long) - Method in class Concourse
Check to see if record currently contains any data.
ping() - Method in class ForwardingConcourse
 
ping(Collection<Long>) - Method in class ForwardingConcourse
 
ping(long) - Method in class ForwardingConcourse
 
ping() - Method in class NoOpConcourse
 
ping(Collection<Long>) - Method in class NoOpConcourse
 
ping(long) - Method in class NoOpConcourse
 
Platform - Class in com.cinchapi.concourse.util
A utility class that assists with extracting information about the underlying platform (i.e.
poll() - Method in class ConcurrentLoadingQueue
 
poll() - Method in class EventingWatchService
 
poll(long, TimeUnit) - Method in class EventingWatchService
 
poll() - Method in class PollingWatchService
 
poll(long, TimeUnit) - Method in class PollingWatchService
 
PollingWatchService - Class in org.imca_cat.pollingwatchservice
A PathWatchService that polls for changes.
PollingWatchService(int, long, TimeUnit) - Constructor for class PollingWatchService
Constructs a new service with the specified thread pool size, period, and time unit, and with a default exception handler that invokes the exception's printStackTrace() method and a default information handler that does nothing.
PollingWatchService(int, long, TimeUnit, PollingWatchServiceExceptionHandler, PollingWatchServiceInfoHandler) - Constructor for class PollingWatchService
Constructs a new service with the specified thread pool size, period, time unit, exception handler, and information handler.
PollingWatchServiceExceptionHandler - Interface in org.imca_cat.pollingwatchservice
An exception handler interface for PollingWatchService.
PollingWatchServiceInfoHandler - Interface in org.imca_cat.pollingwatchservice
An information handler interface for PollingWatchService.
pollTime(long) - Method in interface PollingWatchServiceInfoHandler
Called when the periodic poll completes.
port(int) - Method in class Concourse.ConnectionBuilder
Set the connection port.
position() - Method in interface ByteBlock
Return the current position — the number of bytes written so far (in write mode) or the number of bytes read so far (in read mode).
position() - Method in class HeapByteBlock
 
possibleThriftToJava() - Static method in class Conversions
Return a function to perform a conversion from a possible TObject to a java {#link Object}.
possibleThriftToJava(Object) - Static method in class Convert
For a scalar object that may be a TObject or a collection of other objects that may contain TObjects, convert to the appropriate java representation.
PreferencesHandler - Class in com.cinchapi.concourse.config
A PreferencesHandler parses a .prefs file for programmatic management (i.e.
PreferencesHandler(Path...) - Constructor for class PreferencesHandler
Construct a new instance.
PREFERRED_OPEN_PORT_RANGE_END - Static variable in class Networking
The inclusive upper bound for the preferred open-port range.
PREFERRED_OPEN_PORT_RANGE_START - Static variable in class Networking
The inclusive lower bound for the preferred open-port range.
PrettyLinkedHashMap<K,V> - Class in com.cinchapi.concourse.util
A special LinkedHashMap with a named key and value that returns a pretty PrettyLinkedHashMap.toString() representation in the form of a two column table where the key/value pairs are listed in different rows :
PrettyLinkedTableMap<R,C,V> - Class in com.cinchapi.concourse.util
A special LinkedHashMap that simulates a sparse table where a row key maps to a set of columns and each column maps to a value (e.g.
PrettyMap<K,V> - Interface in com.cinchapi.concourse.util
A Map with "pretty" formatted string representation.
PrettyTableMap<R,C,V> - Interface in com.cinchapi.concourse.util
A TableMap with "pretty" formatted string representation.
primitiveTypesFactory() - Static method in class TypeAdapters
Return a TypeAdapterFactory that contains the preferred JSON de/serialization rules for primitive Concourse types.
primitiveTypesFactory(boolean) - Static method in class TypeAdapters
Return a TypeAdapterFactory that contains the preferred JSON de/serialization rules for primitive Concourse types.
process(Map<String, Object>) - Method in class Strainer
Process each key/value pair in data.
process(String, Object) - Method in class Strainer
Process the key/value pair.
Projection<V> - Interface in com.cinchapi.concourse.data
A Projection is an inverted data set in the form of a one-dimensional mapping from value (Object) to a set of records.
publish(ConcourseServerConfiguration) - Method in class ConcourseClusterSpecification
Publish this ConcourseClusterSpecification to the config.
put(T, Object...) - Method in class ReferenceCache
Cache value and associated it with the group of args.
put(K, V) - Method in class PrettyLinkedHashMap
 
put(R, C, V) - Method in class PrettyLinkedTableMap
 
put(R, Map<C, V>) - Method in class PrettyLinkedTableMap
THIS METHOD ALWAYS RETURNS null.
put(R, C, V) - Method in interface TableMap
Insert value under column in row.
putAll(Map<? extends K, ? extends V>) - Method in class PrettyLinkedHashMap
 
putAll(Map<? extends R, ? extends Map<C, V>>) - Method in class PrettyLinkedTableMap
 
putString(String, ByteBuffer) - Static method in class ByteBuffers
Deprecated.
Put the UTF-8 encoding for the source string into the destination byte buffer and increment the position by the length of the strings byte sequence.

Q

Queues - Class in com.cinchapi.concourse.util
Static factory methods for returning objects that implement the Queue interface.

R

random() - Static method in class Identifiers
Generates a random identifier using a fast pseudo-random generator.
Random - Class in com.cinchapi.concourse.util
Random generators.
Random() - Constructor for class Random
 
RandomStringGenerator - Class in com.cinchapi.concourse.util
A random string generator.
RandomStringGenerator() - Constructor for class RandomStringGenerator
Create a new generator with a seed that is very likely to be distinct from any other invocation of this constructor.
RandomStringGenerator(long) - Constructor for class RandomStringGenerator
Create a new generator with the specified seed.
read(byte[]) - Method in interface ByteBlock
Read bytes into the provided array, filling it completely.
read(byte[], int, int) - Method in interface ByteBlock
Read length bytes into dest starting at offset.
read(byte[]) - Method in class HeapByteBlock
 
read(byte[], int, int) - Method in class HeapByteBlock
 
read(String) - Static method in class FileOps
Read the contents of file into a UTF-8 string.
read(ByteBuffer, Class<T>) - Static method in class Serializables
Read back the serialized object of class classObj from the specified sequence of bytes.
read(ByteBuffer, String) - Static method in class Serializables
Read back the serialized object of className from the specified sequence of bytes.
readBoolean() - Method in interface ByteBlock
Read a boolean written by ByteBlock.writeBoolean(boolean).
readBoolean() - Method in class HeapByteBlock
 
readByte() - Method in interface ByteBlock
Read a single byte.
readByte() - Method in class HeapByteBlock
 
readChar() - Method in interface ByteBlock
Read a 2-byte char in big-endian order.
readChar() - Method in class HeapByteBlock
 
readDouble() - Method in interface ByteBlock
Read an 8-byte double in IEEE 754 format, big-endian order.
readDouble() - Method in class HeapByteBlock
 
readFloat() - Method in interface ByteBlock
Read a 4-byte float in IEEE 754 format, big-endian order.
readFloat() - Method in class HeapByteBlock
 
readInt() - Method in interface ByteBlock
Read a 4-byte integer in big-endian order.
readInt() - Method in class HeapByteBlock
 
readLines(String) - Static method in class FileOps
Return a list that lazily accumulates lines in the underlying file.
readLines(String, String) - Static method in class FileOps
Return a list that lazily accumulates lines in the underlying file.
readLong() - Method in interface ByteBlock
Read an 8-byte long in big-endian order.
readLong() - Method in class HeapByteBlock
 
ReadOnlyIterator<T> - Class in com.cinchapi.concourse.util
An Iterator that does not support the ReadOnlyIterator.remove() operation.
ReadOnlyIterator() - Constructor for class ReadOnlyIterator
 
readShort() - Method in interface ByteBlock
Read a 2-byte short in big-endian order.
readShort() - Method in class HeapByteBlock
 
readUtf8() - Method in interface ByteBlock
Read a UTF-8 encoded string written by ByteBlock.writeUtf8(String).
readUtf8() - Method in class HeapByteBlock
 
reconcile(String, long, Collection<T>) - Method in class Concourse
Make the necessary changes to the data stored for key in record so that it contains the exact same values as the specified collection.
reconcile(String, long, T...) - Method in class Concourse
Make the necessary changes to the data stored for key in record so that it contains the exact same values as the specified array.
reconcile(String, long, Collection<T>) - Method in class ForwardingConcourse
 
reconcile(String, long, Collection<T>) - Method in class NoOpConcourse
 
ReferenceCache<T> - Class in com.cinchapi.concourse.cache
A concurrent cache that holds references to objects so as to prevent unnecessary constructor calls.
ReferenceCache() - Constructor for class ReferenceCache
 
RegexPatterns - Class in com.cinchapi.concourse.util
A collection of commonly used regex patterns
register(Path, WatchEvent.Kind<?>...) - Method in class EventingWatchService
 
register(Path, WatchEvent.Kind<?>[], WatchEvent.Modifier...) - Method in class EventingWatchService
 
register(Path, WatchEvent.Kind<?>...) - Method in interface PathWatchService
Registers the specified directory, using the specified WatchEvent kinds and no WatchEvent modifiers, with this watch service.
register(Path, WatchEvent.Kind<?>[], WatchEvent.Modifier...) - Method in interface PathWatchService
Registers the specified directory, using the specified WatchEvent kinds and modifiers, with this watch service.
register(Path, WatchEvent.Kind<?>...) - Method in class PollingWatchService
 
register(Path, WatchEvent.Kind<?>[], WatchEvent.Modifier...) - Method in class PollingWatchService
 
REGISTERED_WATCHER_PATHS - Static variable in class FileOps
A collection of Watchable paths that have already been registered with the #FILE_CHANGE_WATCHER.
release(Concourse) - Method in class ConnectionPool
Return a previously requested connection back to the pool.
remaining() - Method in interface ByteBlock
Return the number of bytes remaining to be read (in read mode) or the number of bytes written so far (in write mode).
remaining() - Method in class HeapByteBlock
 
remove(Object...) - Method in class ReferenceCache
Remove the value associated with the group of args from the cache.
remove(String, T, Collection<Long>) - Method in class Concourse
Atomically remove key as value from each of the records where it currently exists.
remove(String, T, long) - Method in class Concourse
Remove key as value from record if it currently exists.
remove(String, T, Collection<Long>) - Method in class ForwardingConcourse
 
remove(String, T, long) - Method in class ForwardingConcourse
 
remove(String, T, Collection<Long>) - Method in class NoOpConcourse
 
remove(String, T, long) - Method in class NoOpConcourse
 
remove() - Method in class ReadOnlyIterator
 
replicationFactor() - Method in class ConcourseClusterSpecification
Return the replication factor.
replicationFactor(int) - Method in class ConcourseClusterSpecification
Set the replication factor
request() - Method in class ConnectionPool
Request a connection from the pool and block until one is available and returned.
resize(int) - Method in class NoPage
 
resize(int) - Method in interface Page
Set this Page to include up to size items with the assumption that all previous pages contained size items.
Resources - Class in com.cinchapi.concourse.util
Utilities to handle getting resources in a standard and portable way.
Resources() - Constructor for class Resources
 
retainIntersection(List<?>...) - Static method in class TLists
Modify each list to retain only the elements that are contained in all of the lists.
revert(Collection<String>, Collection<Long>, Timestamp) - Method in class Concourse
Atomically revert each of the keys in each of the records to their state at timestamp by creating new revisions that undo the net changes that have occurred since timestamp.
revert(Collection<String>, long, Timestamp) - Method in class Concourse
Atomically revert each of the keys in record to their state at timestamp by creating new revisions that undo the net changes that have occurred since timestamp.
revert(String, Collection<Long>, Timestamp) - Method in class Concourse
Atomically revert key in each of the records to its state at timestamp by creating new revisions that undo the net changes that have occurred since timestamp.
revert(String, long, Timestamp) - Method in class Concourse
Atomically revert key in record to its state at timestamp by creating new revisions that undo the net changes that have occurred since timestamp.
revert(Collection<String>, Collection<Long>, Timestamp) - Method in class ForwardingConcourse
 
revert(Collection<String>, long, Timestamp) - Method in class ForwardingConcourse
 
revert(String, Collection<Long>, Timestamp) - Method in class ForwardingConcourse
 
revert(String, long, Timestamp) - Method in class ForwardingConcourse
 
revert(Collection<String>, Collection<Long>, Timestamp) - Method in class NoOpConcourse
 
revert(Collection<String>, long, Timestamp) - Method in class NoOpConcourse
 
revert(String, Collection<Long>, Timestamp) - Method in class NoOpConcourse
 
revert(String, long, Timestamp) - Method in class NoOpConcourse
 
review(long) - Method in class Concourse
Return a list all the changes ever made to record.
review(long, Timestamp) - Method in class Concourse
Return a list all the changes made to record since start (inclusive).
review(long, Timestamp, Timestamp) - Method in class Concourse
Return a list all the changes made to record between start (inclusive) and end (non-inclusive).
review(String, long) - Method in class Concourse
Return a list all the changes ever made to the key field in record
review(String, long, Timestamp) - Method in class Concourse
Return a list of all the changes made to the key field in record since start (inclusive).
review(String, long, Timestamp, Timestamp) - Method in class Concourse
Return a list of all the changes made to the key field in record between start (inclusive) and end (non-inclusive).
review(long) - Method in class ForwardingConcourse
 
review(long, Timestamp) - Method in class ForwardingConcourse
 
review(long, Timestamp, Timestamp) - Method in class ForwardingConcourse
 
review(String, long) - Method in class ForwardingConcourse
 
review(String, long, Timestamp) - Method in class ForwardingConcourse
 
review(String, long, Timestamp, Timestamp) - Method in class ForwardingConcourse
 
review(long) - Method in class NoOpConcourse
 
review(long, Timestamp) - Method in class NoOpConcourse
 
review(long, Timestamp, Timestamp) - Method in class NoOpConcourse
 
review(String, long) - Method in class NoOpConcourse
 
review(String, long, Timestamp) - Method in class NoOpConcourse
 
review(String, long, Timestamp, Timestamp) - Method in class NoOpConcourse
 
rewind(ByteBuffer) - Static method in class ByteBuffers
Deprecated.
The exact same as Buffer.rewind() except it returns a typed ByteBuffer instead of a generic Buffer.
round(Number, int) - Static method in class Numbers
Round the numeric value to places without truncating.
Row<V> - Interface in com.cinchapi.concourse.data
A Row is a normalized data set in the form of a one-dimensional mapping from key (String) to a value.

S

scale(Number, Number, Number, Number, Number) - Static method in class Numbers
Scale number, which is between rawMin and rawMax to a value between scaledMin and scaleMax.
search(String, String) - Method in class Concourse
Perform a full text search for query against the key field and return the records that contain a String or Tag value that matches.
search(String, String) - Method in class ForwardingConcourse
 
search(String, String) - Method in class NoOpConcourse
 
secureRandom() - Static method in class Identifiers
Generates a secure random identifier using a cryptographically strong generator.
select(Collection<Long>) - Method in class Concourse
Return all the data that is currently stored in each of the records.
select(Collection<Long>, Order) - Method in class Concourse
Return all the data that is currently stored in each of the records.
select(Collection<Long>, Order, Page) - Method in class Concourse
Return all the data that is currently stored in each of the records.
select(Collection<Long>, Page) - Method in class Concourse
Return all the data that is currently stored in each of the records.
select(Collection<Long>, Page, Order) - Method in class Concourse
Return all the data that is currently stored in each of the records.
select(Collection<Long>, Timestamp) - Method in class Concourse
Return all the data that was stored in each of the records at timestamp.
select(Collection<Long>, Timestamp, Order) - Method in class Concourse
Return all the data that was stored in each of the records at timestamp.
select(Collection<Long>, Timestamp, Order, Page) - Method in class Concourse
Return all the data that was stored in each of the records at timestamp.
select(Collection<Long>, Timestamp, Page) - Method in class Concourse
Return all the data that was stored in each of the records at timestamp.
select(Collection<Long>, Timestamp, Page, Order) - Method in class Concourse
Return all the data that was stored in each of the records at timestamp.
select(Collection<String>, Collection<Long>) - Method in class Concourse
Return all the values stored for each of the keys in each of the records.
select(Collection<String>, Collection<Long>, Order) - Method in class Concourse
Return all the values stored for each of the keys in each of the records.
select(Collection<String>, Collection<Long>, Order, Page) - Method in class Concourse
Return all the values stored for each of the keys in each of the records.
select(Collection<String>, Collection<Long>, Page) - Method in class Concourse
Return all the values stored for each of the keys in each of the records.
select(Collection<String>, Collection<Long>, Page, Order) - Method in class Concourse
Return all the values stored for each of the keys in each of the records.
select(Collection<String>, Collection<Long>, Timestamp) - Method in class Concourse
Return all the values stored for each of the keys in each of the records at timestamp.
select(Collection<String>, Collection<Long>, Timestamp, Order) - Method in class Concourse
Return all the values stored for each of the keys in each of the records at timestamp.
select(Collection<String>, Collection<Long>, Timestamp, Order, Page) - Method in class Concourse
Return all the values stored for each of the keys in each of the records at timestamp.
select(Collection<String>, Collection<Long>, Timestamp, Page) - Method in class Concourse
Return all the values stored for each of the keys in each of the records at timestamp.
select(Collection<String>, Collection<Long>, Timestamp, Page, Order) - Method in class Concourse
Return all the values stored for each of the keys in each of the records at timestamp.
select(Collection<String>, Criteria) - Method in class Concourse
Return all the values stored for each of the keys in every record that matches the criteria.
select(Collection<String>, Criteria, Order) - Method in class Concourse
Return all the values stored for each of the keys in every record that matches the criteria.
select(Collection<String>, Criteria, Order, Page) - Method in class Concourse
Return all the values stored for each of the keys in every record that matches the criteria.
select(Collection<String>, Criteria, Page) - Method in class Concourse
Return all the values stored for each of the keys in every record that matches the criteria.
select(Collection<String>, Criteria, Page, Order) - Method in class Concourse
Return all the values stored for each of the keys in every record that matches the criteria.
select(Collection<String>, Criteria, Timestamp) - Method in class Concourse
Return all the values stored for each of the keys at timestamp in every record that matches the criteria
select(Collection<String>, Criteria, Timestamp, Order) - Method in class Concourse
Return all the values stored for each of the keys at timestamp in every record that matches the criteria
select(Collection<String>, Criteria, Timestamp, Order, Page) - Method in class Concourse
Return all the values stored for each of the keys at timestamp in every record that matches the criteria
select(Collection<String>, Criteria, Timestamp, Page) - Method in class Concourse
Return all the values stored for each of the keys at timestamp in every record that matches the criteria
select(Collection<String>, Criteria, Timestamp, Page, Order) - Method in class Concourse
Return all the values stored for each of the keys at timestamp in every record that matches the criteria
select(Collection<String>, long) - Method in class Concourse
Return all the values stored for each of the keys in record.
select(Collection<String>, long, Timestamp) - Method in class Concourse
Return all the values stored for each of the keys in record at timestamp.
select(Collection<String>, String) - Method in class Concourse
Return all the values stored for each of the keys in every record that matches the ccl filter.
select(Collection<String>, String, Order) - Method in class Concourse
Return all the values stored for each of the keys in every record that matches the ccl filter.
select(Collection<String>, String, Order, Page) - Method in class Concourse
Return all the values stored for each of the keys in every record that matches the ccl filter.
select(Collection<String>, String, Page) - Method in class Concourse
Return all the values stored for each of the keys in every record that matches the ccl filter.
select(Collection<String>, String, Page, Order) - Method in class Concourse
Return all the values stored for each of the keys in every record that matches the ccl filter.
select(Collection<String>, String, Timestamp) - Method in class Concourse
Return all the values stored for each of the keys at timestamp in every record that matches the ccl filter.
select(Collection<String>, String, Timestamp, Order) - Method in class Concourse
Return all the values stored for each of the keys at timestamp in every record that matches the ccl filter.
select(Collection<String>, String, Timestamp, Order, Page) - Method in class Concourse
Return all the data from every record that matches criteria.
select(Collection<String>, String, Timestamp, Page) - Method in class Concourse
Return all the data from every record that matches criteria.
select(Collection<String>, String, Timestamp, Page, Order) - Method in class Concourse
Return all the data from every record that matches criteria.
select(Criteria) - Method in class Concourse
Return all the data from every record that matches criteria.
select(Criteria, Order) - Method in class Concourse
Return all the data from every record that matches criteria.
select(Criteria, Order, Page) - Method in class Concourse
Return all the data from every record that matches criteria.
select(Criteria, Page) - Method in class Concourse
Return all the data from every record that matches criteria.
select(Criteria, Page, Order) - Method in class Concourse
Return all the data from every record that matches criteria.
select(Criteria, Timestamp) - Method in class Concourse
Return all the data at timestamp from every record that matches the criteria.
select(Criteria, Timestamp, Order) - Method in class Concourse
Return all the data at timestamp from every record that matches the criteria.
select(Criteria, Timestamp, Order, Page) - Method in class Concourse
Return all the data at timestamp from every record that matches the criteria.
select(Criteria, Timestamp, Page) - Method in class Concourse
Return all the data at timestamp from every record that matches the criteria.
select(Criteria, Timestamp, Page, Order) - Method in class Concourse
Return all the data at timestamp from every record that matches the criteria.
select(long) - Method in class Concourse
Return all the data from record.
select(long, Timestamp) - Method in class Concourse
Return all the data from record at timestamp.
select(Long) - Method in class Concourse
Return all the data from record.
select(Long, Timestamp) - Method in class Concourse
Return all the data from record at timestamp.
select(String) - Method in class Concourse
Return all the data from every record that matches ccl filter.
select(String, Collection<Long>) - Method in class Concourse
Return all values stored for key in each of the records.
select(String, Collection<Long>, Order) - Method in class Concourse
Return all values stored for key in each of the records.
select(String, Collection<Long>, Order, Page) - Method in class Concourse
Return all values stored for key in each of the records.
select(String, Collection<Long>, Page) - Method in class Concourse
Return all values stored for key in each of the records.
select(String, Collection<Long>, Page, Order) - Method in class Concourse
Return all values stored for key in each of the records.
select(String, Collection<Long>, Timestamp) - Method in class Concourse
Return all values stored for key in each of the records at timestamp.
select(String, Collection<Long>, Timestamp, Order) - Method in class Concourse
Return all values stored for key in each of the records at timestamp.
select(String, Collection<Long>, Timestamp, Order, Page) - Method in class Concourse
Return all values stored for key in each of the records at timestamp.
select(String, Collection<Long>, Timestamp, Page) - Method in class Concourse
Return all values stored for key in each of the records at timestamp.
select(String, Collection<Long>, Timestamp, Page, Order) - Method in class Concourse
Return all values stored for key in each of the records at timestamp.
select(String, Criteria) - Method in class Concourse
Return all the values stored for key in every record that matches the criteria.
select(String, Criteria, Order) - Method in class Concourse
Return all the values stored for key in every record that matches the criteria.
select(String, Criteria, Order, Page) - Method in class Concourse
Return all the values stored for key in every record that matches the criteria.
select(String, Criteria, Page) - Method in class Concourse
Return all the values stored for key in every record that matches the criteria.
select(String, Criteria, Page, Order) - Method in class Concourse
Return all the values stored for key in every record that matches the criteria.
select(String, Criteria, Timestamp) - Method in class Concourse
Return all the values stored for key at timestamp in every record that matches the criteria.
select(String, Criteria, Timestamp, Order) - Method in class Concourse
Return all the values stored for key at timestamp in every record that matches the criteria.
select(String, Criteria, Timestamp, Order, Page) - Method in class Concourse
Return all the values stored for key at timestamp in every record that matches the criteria.
select(String, Criteria, Timestamp, Page) - Method in class Concourse
Return all the values stored for key at timestamp in every record that matches the criteria.
select(String, Criteria, Timestamp, Page, Order) - Method in class Concourse
Return all the values stored for key at timestamp in every record that matches the criteria.
select(String, long) - Method in class Concourse
Return all the values stored for key in record.
select(String, long, Timestamp) - Method in class Concourse
Return all the values stored for key in record at timestamp.
select(String, Long) - Method in class Concourse
Return all the values stored for key in record.
select(String, Long, Timestamp) - Method in class Concourse
Return all the values stored for key in record at timestamp.
select(String, Order) - Method in class Concourse
Return all the data from every record that matches ccl filter.
select(String, Order, Page) - Method in class Concourse
Return all the data from every record that matches ccl filter.
select(String, Page) - Method in class Concourse
Return all the data from every record that matches ccl filter.
select(String, Page, Order) - Method in class Concourse
Return all the data from every record that matches ccl filter.
select(String, String) - Method in class Concourse
Return all the values stored for key in every record that matches the ccl filter.
select(String, String, Order) - Method in class Concourse
Return all the values stored for key in every record that matches the ccl filter.
select(String, String, Order, Page) - Method in class Concourse
Return all the values stored for key in every record that matches the ccl filter.
select(String, String, Page) - Method in class Concourse
Return all the values stored for key in every record that matches the ccl filter.
select(String, String, Page, Order) - Method in class Concourse
Return all the values stored for key in every record that matches the ccl filter.
select(String, String, Timestamp) - Method in class Concourse
Return all the values stored for key at timestamp in every record that matches the ccl filter.
select(String, String, Timestamp, Order) - Method in class Concourse
Return all the values stored for key at timestamp in every record that matches the ccl filter.
select(String, String, Timestamp, Order, Page) - Method in class Concourse
Return all the values stored for key at timestamp in every record that matches the ccl filter.
select(String, String, Timestamp, Page) - Method in class Concourse
Return all the values stored for key at timestamp in every record that matches the ccl filter.
select(String, String, Timestamp, Page, Order) - Method in class Concourse
Return all the values stored for key at timestamp in every record that matches the ccl filter.
select(String, Timestamp) - Method in class Concourse
Return all the data at timestamp from every record that matches the ccl filter.
select(String, Timestamp, Order) - Method in class Concourse
Return all the data at timestamp from every record that matches the ccl filter.
select(String, Timestamp, Order, Page) - Method in class Concourse
Return all the data at timestamp from every record that matches the ccl filter.
select(String, Timestamp, Page) - Method in class Concourse
Return all the data at timestamp from every record that matches the ccl filter.
select(String, Timestamp, Page, Order) - Method in class Concourse
Return all the data at timestamp from every record that matches the ccl filter.
select(Collection<Long>) - Method in class ForwardingConcourse
 
select(Collection<Long>, Order) - Method in class ForwardingConcourse
 
select(Collection<Long>, Order, Page) - Method in class ForwardingConcourse
 
select(Collection<Long>, Page) - Method in class ForwardingConcourse
 
select(Collection<Long>, Timestamp) - Method in class ForwardingConcourse
 
select(Collection<Long>, Timestamp, Order) - Method in class ForwardingConcourse
 
select(Collection<Long>, Timestamp, Order, Page) - Method in class ForwardingConcourse
 
select(Collection<Long>, Timestamp, Page) - Method in class ForwardingConcourse
 
select(Collection<String>, Collection<Long>) - Method in class ForwardingConcourse
 
select(Collection<String>, Collection<Long>, Order) - Method in class ForwardingConcourse
 
select(Collection<String>, Collection<Long>, Order, Page) - Method in class ForwardingConcourse
 
select(Collection<String>, Collection<Long>, Page) - Method in class ForwardingConcourse
 
select(Collection<String>, Collection<Long>, Timestamp) - Method in class ForwardingConcourse
 
select(Collection<String>, Collection<Long>, Timestamp, Order) - Method in class ForwardingConcourse
 
select(Collection<String>, Collection<Long>, Timestamp, Order, Page) - Method in class ForwardingConcourse
 
select(Collection<String>, Collection<Long>, Timestamp, Page) - Method in class ForwardingConcourse
 
select(Collection<String>, Criteria) - Method in class ForwardingConcourse
 
select(Collection<String>, Criteria, Order) - Method in class ForwardingConcourse
 
select(Collection<String>, Criteria, Order, Page) - Method in class ForwardingConcourse
 
select(Collection<String>, Criteria, Page) - Method in class ForwardingConcourse
 
select(Collection<String>, Criteria, Timestamp) - Method in class ForwardingConcourse
 
select(Collection<String>, Criteria, Timestamp, Order) - Method in class ForwardingConcourse
 
select(Collection<String>, Criteria, Timestamp, Order, Page) - Method in class ForwardingConcourse
 
select(Collection<String>, Criteria, Timestamp, Page) - Method in class ForwardingConcourse
 
select(Collection<String>, long) - Method in class ForwardingConcourse
 
select(Collection<String>, long, Timestamp) - Method in class ForwardingConcourse
 
select(Collection<String>, String) - Method in class ForwardingConcourse
 
select(Collection<String>, String, Order) - Method in class ForwardingConcourse
 
select(Collection<String>, String, Order, Page) - Method in class ForwardingConcourse
 
select(Collection<String>, String, Page) - Method in class ForwardingConcourse
 
select(Collection<String>, String, Timestamp) - Method in class ForwardingConcourse
 
select(Collection<String>, String, Timestamp, Order) - Method in class ForwardingConcourse
 
select(Collection<String>, String, Timestamp, Order, Page) - Method in class ForwardingConcourse
 
select(Collection<String>, String, Timestamp, Page) - Method in class ForwardingConcourse
 
select(Criteria) - Method in class ForwardingConcourse
 
select(Criteria, Order) - Method in class ForwardingConcourse
 
select(Criteria, Order, Page) - Method in class ForwardingConcourse
 
select(Criteria, Page) - Method in class ForwardingConcourse
 
select(Criteria, Timestamp) - Method in class ForwardingConcourse
 
select(Criteria, Timestamp, Order) - Method in class ForwardingConcourse
 
select(Criteria, Timestamp, Order, Page) - Method in class ForwardingConcourse
 
select(Criteria, Timestamp, Page) - Method in class ForwardingConcourse
 
select(long) - Method in class ForwardingConcourse
 
select(long, Timestamp) - Method in class ForwardingConcourse
 
select(String) - Method in class ForwardingConcourse
 
select(String, Collection<Long>) - Method in class ForwardingConcourse
 
select(String, Collection<Long>, Order) - Method in class ForwardingConcourse
 
select(String, Collection<Long>, Order, Page) - Method in class ForwardingConcourse
 
select(String, Collection<Long>, Page) - Method in class ForwardingConcourse
 
select(String, Collection<Long>, Timestamp) - Method in class ForwardingConcourse
 
select(String, Collection<Long>, Timestamp, Order) - Method in class ForwardingConcourse
 
select(String, Collection<Long>, Timestamp, Order, Page) - Method in class ForwardingConcourse
 
select(String, Collection<Long>, Timestamp, Page) - Method in class ForwardingConcourse
 
select(String, Criteria) - Method in class ForwardingConcourse
 
select(String, Criteria, Order) - Method in class ForwardingConcourse
 
select(String, Criteria, Order, Page) - Method in class ForwardingConcourse
 
select(String, Criteria, Page) - Method in class ForwardingConcourse
 
select(String, Criteria, Timestamp) - Method in class ForwardingConcourse
 
select(String, Criteria, Timestamp, Order) - Method in class ForwardingConcourse
 
select(String, Criteria, Timestamp, Order, Page) - Method in class ForwardingConcourse
 
select(String, Criteria, Timestamp, Page) - Method in class ForwardingConcourse
 
select(String, long) - Method in class ForwardingConcourse
 
select(String, long, Timestamp) - Method in class ForwardingConcourse
 
select(String, Order) - Method in class ForwardingConcourse
 
select(String, Order, Page) - Method in class ForwardingConcourse
 
select(String, Page) - Method in class ForwardingConcourse
 
select(String, String) - Method in class ForwardingConcourse
 
select(String, String, Order) - Method in class ForwardingConcourse
 
select(String, String, Order, Page) - Method in class ForwardingConcourse
 
select(String, String, Page) - Method in class ForwardingConcourse
 
select(String, String, Timestamp) - Method in class ForwardingConcourse
 
select(String, String, Timestamp, Order) - Method in class ForwardingConcourse
 
select(String, String, Timestamp, Order, Page) - Method in class ForwardingConcourse
 
select(String, String, Timestamp, Page) - Method in class ForwardingConcourse
 
select(String, Timestamp) - Method in class ForwardingConcourse
 
select(String, Timestamp, Order) - Method in class ForwardingConcourse
 
select(String, Timestamp, Order, Page) - Method in class ForwardingConcourse
 
select(String, Timestamp, Page) - Method in class ForwardingConcourse
 
select(Collection<Long>) - Method in class NoOpConcourse
 
select(Collection<Long>, Order) - Method in class NoOpConcourse
 
select(Collection<Long>, Order, Page) - Method in class NoOpConcourse
 
select(Collection<Long>, Page) - Method in class NoOpConcourse
 
select(Collection<Long>, Timestamp) - Method in class NoOpConcourse
 
select(Collection<Long>, Timestamp, Order) - Method in class NoOpConcourse
 
select(Collection<Long>, Timestamp, Order, Page) - Method in class NoOpConcourse
 
select(Collection<Long>, Timestamp, Page) - Method in class NoOpConcourse
 
select(Collection<String>, Collection<Long>) - Method in class NoOpConcourse
 
select(Collection<String>, Collection<Long>, Order) - Method in class NoOpConcourse
 
select(Collection<String>, Collection<Long>, Order, Page) - Method in class NoOpConcourse
 
select(Collection<String>, Collection<Long>, Page) - Method in class NoOpConcourse
 
select(Collection<String>, Collection<Long>, Timestamp) - Method in class NoOpConcourse
 
select(Collection<String>, Collection<Long>, Timestamp, Order) - Method in class NoOpConcourse
 
select(Collection<String>, Collection<Long>, Timestamp, Order, Page) - Method in class NoOpConcourse
 
select(Collection<String>, Collection<Long>, Timestamp, Page) - Method in class NoOpConcourse
 
select(Collection<String>, Criteria) - Method in class NoOpConcourse
 
select(Collection<String>, Criteria, Order) - Method in class NoOpConcourse
 
select(Collection<String>, Criteria, Order, Page) - Method in class NoOpConcourse
 
select(Collection<String>, Criteria, Page) - Method in class NoOpConcourse
 
select(Collection<String>, Criteria, Timestamp) - Method in class NoOpConcourse
 
select(Collection<String>, Criteria, Timestamp, Order) - Method in class NoOpConcourse
 
select(Collection<String>, Criteria, Timestamp, Order, Page) - Method in class NoOpConcourse
 
select(Collection<String>, Criteria, Timestamp, Page) - Method in class NoOpConcourse
 
select(Collection<String>, long) - Method in class NoOpConcourse
 
select(Collection<String>, long, Timestamp) - Method in class NoOpConcourse
 
select(Collection<String>, String) - Method in class NoOpConcourse
 
select(Collection<String>, String, Order) - Method in class NoOpConcourse
 
select(Collection<String>, String, Order, Page) - Method in class NoOpConcourse
 
select(Collection<String>, String, Page) - Method in class NoOpConcourse
 
select(Collection<String>, String, Timestamp) - Method in class NoOpConcourse
 
select(Collection<String>, String, Timestamp, Order) - Method in class NoOpConcourse
 
select(Collection<String>, String, Timestamp, Order, Page) - Method in class NoOpConcourse
 
select(Collection<String>, String, Timestamp, Page) - Method in class NoOpConcourse
 
select(Criteria) - Method in class NoOpConcourse
 
select(Criteria, Order) - Method in class NoOpConcourse
 
select(Criteria, Order, Page) - Method in class NoOpConcourse
 
select(Criteria, Page) - Method in class NoOpConcourse
 
select(Criteria, Timestamp) - Method in class NoOpConcourse
 
select(Criteria, Timestamp, Order) - Method in class NoOpConcourse
 
select(Criteria, Timestamp, Order, Page) - Method in class NoOpConcourse
 
select(Criteria, Timestamp, Page) - Method in class NoOpConcourse
 
select(long) - Method in class NoOpConcourse
 
select(long, Timestamp) - Method in class NoOpConcourse
 
select(String) - Method in class NoOpConcourse
 
select(String, Collection<Long>) - Method in class NoOpConcourse
 
select(String, Collection<Long>, Order) - Method in class NoOpConcourse
 
select(String, Collection<Long>, Order, Page) - Method in class NoOpConcourse
 
select(String, Collection<Long>, Page) - Method in class NoOpConcourse
 
select(String, Collection<Long>, Timestamp) - Method in class NoOpConcourse
 
select(String, Collection<Long>, Timestamp, Order) - Method in class NoOpConcourse
 
select(String, Collection<Long>, Timestamp, Order, Page) - Method in class NoOpConcourse
 
select(String, Collection<Long>, Timestamp, Page) - Method in class NoOpConcourse
 
select(String, Criteria) - Method in class NoOpConcourse
 
select(String, Criteria, Order) - Method in class NoOpConcourse
 
select(String, Criteria, Order, Page) - Method in class NoOpConcourse
 
select(String, Criteria, Page) - Method in class NoOpConcourse
 
select(String, Criteria, Timestamp) - Method in class NoOpConcourse
 
select(String, Criteria, Timestamp, Order) - Method in class NoOpConcourse
 
select(String, Criteria, Timestamp, Order, Page) - Method in class NoOpConcourse
 
select(String, Criteria, Timestamp, Page) - Method in class NoOpConcourse
 
select(String, long) - Method in class NoOpConcourse
 
select(String, long, Timestamp) - Method in class NoOpConcourse
 
select(String, Order) - Method in class NoOpConcourse
 
select(String, Order, Page) - Method in class NoOpConcourse
 
select(String, Page) - Method in class NoOpConcourse
 
select(String, String) - Method in class NoOpConcourse
 
select(String, String, Order) - Method in class NoOpConcourse
 
select(String, String, Order, Page) - Method in class NoOpConcourse
 
select(String, String, Page) - Method in class NoOpConcourse
 
select(String, String, Timestamp) - Method in class NoOpConcourse
 
select(String, String, Timestamp, Order) - Method in class NoOpConcourse
 
select(String, String, Timestamp, Order, Page) - Method in class NoOpConcourse
 
select(String, String, Timestamp, Page) - Method in class NoOpConcourse
 
select(String, Timestamp) - Method in class NoOpConcourse
 
select(String, Timestamp, Order) - Method in class NoOpConcourse
 
select(String, Timestamp, Order, Page) - Method in class NoOpConcourse
 
select(String, Timestamp, Page) - Method in class NoOpConcourse
 
sequence(long, long) - Static method in class TSets
Return a Set that contains long integers from the first parameter to the last one in sequential order.
Serializables - Class in com.cinchapi.concourse.util
A collection of methods to make native java serialization/deserialization more convenient and interoperable with NIO utilities like file channels and byte buffers.
set(String, Object, Collection<Long>) - Method in class Concourse
In each of the records, atomically remove all the values stored for key and then add key as value in the respective record.
set(String, T, long) - Method in class Concourse
Atomically remove all the values stored for key in record and add then key as value.
set(String, Object, Collection<Long>) - Method in class ForwardingConcourse
 
set(String, T, long) - Method in class ForwardingConcourse
 
set(String, Object, Collection<Long>) - Method in class NoOpConcourse
 
set(String, T, long) - Method in class NoOpConcourse
 
setBufferDirectory(String) - Method in class ConcourseServerConfiguration
Set the value associated with the buffer_directory key.
setBufferDirectory(String) - Method in class ConcourseServerPreferences
Deprecated.
Set the value associated with the buffer_directory key.
setBufferPageSize(long) - Method in class ConcourseServerConfiguration
Set the value associated with the buffer_page_size key.
setBufferPageSize(long) - Method in class ConcourseServerPreferences
Deprecated.
Set the value associated with the buffer_page_size key.
setClientPort(int) - Method in class ConcourseServerConfiguration
Set the value associated with the client_port key.
setClientPort(int) - Method in class ConcourseServerPreferences
Deprecated.
Set the value associated with the client_port key.
setDatabaseDirectory(String) - Method in class ConcourseServerConfiguration
Set the value associated with the database_directory key.
setDatabaseDirectory(String) - Method in class ConcourseServerPreferences
Deprecated.
Set the value associated with the database_directory key.
setDefaultEnvironment(String) - Method in class ConcourseServerConfiguration
Set the value associated with the default_environment key.
setDefaultEnvironment(String) - Method in class ConcourseServerPreferences
Deprecated.
Set the value associated with the default_environment key.
setEnableConsoleLogging(boolean) - Method in class ConcourseServerConfiguration
Set the value associated with the enable_console_logging key.
setEnableConsoleLogging(boolean) - Method in class ConcourseServerPreferences
Deprecated.
Set the value associated with the enable_console_logging key.
setEnvironment(String) - Method in class ConcourseClientConfiguration
Set the value associated with the environment key.
setEnvironment(String) - Method in class ConcourseClientPreferences
Deprecated.
Set the value associated with the environment key.
setHost(String) - Method in class ConcourseClientConfiguration
Set the value associated with the host key.
setHost(String) - Method in class ConcourseClientPreferences
Deprecated.
Set the value associated with the host key.
setIdentifierColumnHeader(String) - Method in class PrettyLinkedTableMap
 
setIdentifierColumnHeader(String) - Method in interface PrettyTableMap
Set the identifierColumnHeader to header.
setJavaHome(String) - Method in class ConcourseServerConfiguration
Set the value associated with the java_home key.
setJmxPort(int) - Method in class ConcourseServerConfiguration
Set the value associated with the jmx_port key.
setJmxPort(int) - Method in class ConcourseServerPreferences
Deprecated.
Set the value associated with the jmx_port key.
setKeyColumnHeader(String) - Method in class PrettyLinkedHashMap
 
setKeyColumnHeader(String) - Method in interface PrettyMap
Set the keyColumnHeader to header.
setKeyName(String) - Method in class PrettyLinkedHashMap
setLogLevel(Level) - Method in class ConcourseServerConfiguration
Set the value associated with the log_level key.
setLogLevel(Level) - Method in class ConcourseServerPreferences
Deprecated.
Set the value associated with the log_level key.
setPassword(char[]) - Method in class ConcourseClientConfiguration
Set the value associated with the password key.
setPassword(char[]) - Method in class ConcourseClientPreferences
Deprecated.
Set the value associated with the password key.
setPort(int) - Method in class ConcourseClientConfiguration
Set the value associated with the port key.
setPort(int) - Method in class ConcourseClientPreferences
Deprecated.
Set the value associated with the port key.
setRowName(String) - Method in class PrettyLinkedTableMap
setShutdownPort(int) - Method in class ConcourseServerConfiguration
Set the value associated with the shutdown_port key.
setShutdownPort(int) - Method in class ConcourseServerPreferences
Deprecated.
Set the value associated with the shutdown_port key.
setUsername(String) - Method in class ConcourseClientConfiguration
Set the value associated with the username key.
setUsername(String) - Method in class ConcourseClientPreferences
Deprecated.
Set the value associated with the username key.
setValueColumnHeader(String) - Method in class PrettyLinkedHashMap
 
setValueColumnHeader(String) - Method in interface PrettyMap
Set the valueColumnHeader to header
setValueName(String) - Method in class PrettyLinkedHashMap
singleValued(String, Map<Long, V>) - Static method in class SortableColumn
Ensure that the data is a SortableColumn.
singleValued(Map<Long, Map<String, V>>) - Static method in interface SortableTable
Ensure that the data is a SortableTable.
singleValued(String, Map<Long, TObject>) - Static method in class DataColumn
Return a DataColumn that contains single-valued cells of TObject values that are converted to their Java equivalents.
singleValued(Map<String, TObject>) - Static method in class DataRow
Return a DataRow that contains single value cells TObject values that are converted to their Java equivalents.
singleValued(Map<Long, Map<String, TObject>>) - Static method in class DataTable
Return a DataTable that contains single value cells TObject values that are converted to their Java equivalents.
size(int) - Method in class NoPage
 
size(int) - Method in interface Page
Set this Page to include up to size items.
size() - Method in class Transformers.LazyTransformSet
 
sized(int) - Static method in interface Page
Return the first Page with size items.
skip() - Method in interface Page
An alias for Page.offset().
sleep() - Static method in class Random
Pause execution for a random number of milliseconds between 1 and 1000 (1 second).
slice(ByteBuffer, int) - Static method in class ByteBuffers
Deprecated.
Return a new ByteBuffer whose content is a shared subsequence of the content in buffer starting at the current position to current position + length (non-inclusive).
slice(ByteBuffer, int, int) - Static method in class ByteBuffers
Deprecated.
Return a new ByteBuffer whose content is a shared subsequence of the content in buffer starting at position to position + length (non-inclusive).
sort(Sorter<T>) - Method in interface Sortable
Sort this object using the sorter
sort(Sorter<T>, long) - Method in interface Sortable
Sort this object using the sorter with the at timestamp as a contextual reference.
sort(Sorter<V>) - Method in class SortableColumn
 
sort(Sorter<V>, long) - Method in class SortableColumn
 
sort(Sorter<V>) - Method in class SortableSet
 
sort(Sorter<V>, long) - Method in class SortableSet
 
sort(Sorter<V>) - Method in class SortableTable.ForwardingSortableTable
 
sort(Sorter<V>, long) - Method in class SortableTable.ForwardingSortableTable
 
sort(Map<Long, Map<String, V>>) - Method in interface Sorter
Sort data.
sort(Map<Long, Map<String, V>>, Long) - Method in interface Sorter
Sort data using the at timestamp as temporal binding for missing value lookups when an order component does not explicitly specify a timestamp.
sort(Stream<Map.Entry<Long, Map<String, V>>>) - Method in interface Sorter
Sort the stream.
sort(Stream<Map.Entry<Long, Map<String, V>>>, Long) - Method in interface Sorter
Sort the stream using the at timestamp as temporal binding for missing value lookups when an order component does not explicitly specify a timestamp.
Sort - Class in com.cinchapi.concourse.lang.sort
Serves as an alias for Order
Sortable<T> - Interface in com.cinchapi.concourse.data.sort
A Sortable object can be sorted by a Sorter.
SortableColumn<V> - Class in com.cinchapi.concourse.data.sort
A Column whose contents can be sorted using a Sorter.
SortableSet<V> - Class in com.cinchapi.concourse.data.sort
A Set whose contents can be sorted using a Sorter
SortableTable<V> - Interface in com.cinchapi.concourse.data.sort
A Table that can be sorted using a Sorter.
SortableTable.ForwardingSortableTable<V> - Class in com.cinchapi.concourse.data.sort
A SortableTable that forwards to another delegate and lazily sorts upon request.
Sorter<V> - Interface in com.cinchapi.concourse.data.sort
A Sorter imposes an Order by value on a result set.
spec() - Method in class BuildableOrderState
 
spec() - Method in class NoOrder
 
spec() - Method in interface Order
Return the order specification, expressed as an ordered list of components containing each key, an optional Timestamp and the the corresponding direction ordinal (e.g.
stage() - Method in class Concourse
Start a new transaction.
stage(Runnable) - Method in class Concourse
Execute task within a new transaction.
stage() - Method in class ForwardingConcourse
 
stage() - Method in class NoOpConcourse
 
start() - Method in class EventingWatchService
 
start() - Method in interface PathWatchService
Starts this service.
start() - Method in class PollingWatchService
 
StartState - Class in com.cinchapi.concourse.lang
The StartState marks the logical beginning of a new Criteria.
StartState(BuiltCriteria) - Constructor for class StartState
Construct a new instance.
State - Class in com.cinchapi.concourse.lang
This is the base class and marker for any valid state in the Criteria builder.
State(BuiltCriteria) - Constructor for class State
Construct a new instance.
Strainer - Class in com.cinchapi.concourse.etl
A Strainer is used to process a generic data set (e.g.
Strainer(BiConsumer<String, Object>) - Constructor for class Strainer
Construct a new instance.
StringBuilderWriter - Class in com.cinchapi.concourse.util
An single threaded alternative to the native StringWriter that is more efficient because it uses a StringBuilder.
StringBuilderWriter(StringBuilder) - Constructor for class StringBuilderWriter
Construct a new instance that writes to the specified builder.
StringBuilderWriter() - Constructor for class StringBuilderWriter
Construct a new instance that writes to a new StringBuilder.
stringToJava(String) - Static method in class Convert
Analyze value and convert it to the appropriate Java primitive or Object.
stringToOperator(String) - Static method in class Convert
Convert the symbol into the appropriate Operator.
stringToResolvableLinkInstruction(String) - Static method in class Convert
Users are encouraged to use Link.toWhere(String) instead of this method.
stringToResolvableLinkSpecification(String, String) - Static method in class Convert
Deprecated.
sum(String) - Method in class Calculator
Return the sum of all the values stored across key.
sum(String, Collection<Long>) - Method in class Calculator
This method assumes that all the values are numeric.
sum(String, Collection<Long>, Timestamp) - Method in class Calculator
This method assumes that all the values are numeric.
sum(String, Criteria) - Method in class Calculator
Return the sum of all the values for key in each of the records that match the Criteria.
sum(String, Criteria, Timestamp) - Method in class Calculator
Return the sum of all the values for key in each of the records that match the Criteria.
sum(String, long) - Method in class Calculator
Return the sum of all the values stored for key in record.
sum(String, long, Timestamp) - Method in class Calculator
This method assumes that all the values are numeric.
sum(String, String) - Method in class Calculator
Return the sum of all the values for key in each of the records that match the criteria.
sum(String, String, Timestamp) - Method in class Calculator
Return the sum of all the values at timestamp for key in each of the records that match the criteria.
sum(String, Timestamp) - Method in class Calculator
Return the sum of all the values stored across key at timestamp.
supplier - Variable in class ConnectionPool
The Supplier of Concourse connections.
symbols() - Method in class BuildableState
 
symbols() - Method in class BuiltCriteria
 
symbols() - Method in interface Criteria
Return the order list of symbols that make up this Criteria.

T

Table<V> - Interface in com.cinchapi.concourse.data
A Table is a normalized data set in the form of a two-dimensional mapping from record (Long) and key (String) to value.
TableMap<R,C,V> - Interface in com.cinchapi.concourse.util
Two-dimensional mapping that associates a "row" key to another Map where "column" keys are associated with a "value".
Tag - Class in com.cinchapi.concourse
A Tag is a String data type that does not get indexed for full text search.
take() - Method in class EventingWatchService
 
take() - Method in class PollingWatchService
 
tempDir(String) - Static method in class FileOps
Create a temporary directory with the specified prefix.
tempFile() - Static method in class FileOps
Create a temporary file that is likely to be deleted some time after this JVM terminates, but definitely not before.
tempFile(String) - Static method in class FileOps
Create a temporary file that is likely to be deleted some time after this JVM terminates, but definitely not before.
tempFile(String, String) - Static method in class FileOps
Create a temporary file that is likely to be deleted some time after this JVM terminates, but definitely not before.
tempFile(String, String, String) - Static method in class FileOps
Create a temporary file that is likely to be deleted some time after this JVM terminates, but definitely not before.
then() - Method in class OrderAtState
 
then() - Method in class OrderByState
 
then() - Method in class OrderDirectionState
 
thriftToJava() - Static method in class Conversions
Return a function to perform a conversion from a TObject to a java Object.
thriftToJava(TObject) - Static method in class Convert
Return the Java Object that represents object.
thriftToJavaCasted() - Static method in class Conversions
Return a function to perform a casted conversion from TObject to a java object of the parameterized type.
time() - Method in class Concourse
Return a Timestamp that represents the current instant according to the server.
time(long) - Method in class Concourse
Return a Timestamp that corresponds to the specified number of microseconds since the Unix epoch.
time(Number) - Method in class Concourse
Return the Timestamp that corresponds to the specified number of microseconds since the Unix epoch.
time(String) - Method in class Concourse
Return the Timestamp, according to the server, that corresponds to the instant described by the phrase.
time() - Method in class ForwardingConcourse
 
time(String) - Method in class ForwardingConcourse
 
time() - Method in class NoOpConcourse
 
time(String) - Method in class NoOpConcourse
 
time() - Method in class AtomicClock
Get the current timestamp (in microseconds), which is guaranteed to be unique.
Time - Class in com.cinchapi.concourse.time
Time utilities.
Time() - Constructor for class Time
 
timestamp() - Method in class OrderComponent
Return the order timestamp.
Timestamp - Class in com.cinchapi.concourse
A wrapper class for a Unix timestamp with microsecond precision.
Timestamps - Class in com.cinchapi.concourse.util
Timestamp related utility methods.
Timestamps() - Constructor for class Timestamps
 
TimestampState - Class in com.cinchapi.concourse.lang
The State that expects the current token to be the last or the next token to be a conjunction specification.
TimestampState(BuiltCriteria) - Constructor for class TimestampState
Construct a new instance.
timestampToMicros() - Static method in class Conversions
Return a function to perform a conversion from an Timestamp to a long value that represents the corresponding unix timestamp with microsecond precision.
tinySleep() - Static method in class Random
Pause execution for a random number of milliseconds between 100 and 200.
TLists - Class in com.cinchapi.concourse.util
Utilities for Lists.
to(long) - Static method in class Link
Return a Link that points to record.
toArrayCasted(List<T>, Class<T>) - Static method in class TLists
Syntactic sugar for transforming a generic List into an array with the same generic type.
toBigDecimal(Number) - Static method in class Numbers
Checks the instance type of input Number and returns a corresponding BigDecimal.
tObjectFactory() - Static method in class TypeAdapters
Return a TypeAdapterFactory that contains the preferred JSON de/serialization rules for TObjects.
tObjectFactory(boolean) - Static method in class TypeAdapters
Return a TypeAdapterFactory that contains the preferred JSON de/serialization rules for TObjects.
toByteArray(ByteBuffer) - Static method in class ByteBuffers
Deprecated.
Return a byte array with the content of buffer.
toCharBuffer(ByteBuffer) - Static method in class ByteBuffers
Deprecated.
Return a UTF-8 CharBuffer representation of the bytes in the buffer.
toCharBuffer(ByteBuffer, Charset) - Static method in class ByteBuffers
Deprecated.
Return a CharBuffer representation of the bytes in the buffer encoded with the charset.
toFunctionOrUnescapedValueIfPossible(Object) - Static method in class Convert
If value is a string that represents a function value, convert it to a Function.
toList(Collection<T>) - Static method in class Collections
Convert the given collection to a List, if necessary.
toLongList(Collection<T>) - Static method in class Collections
Convert the given collection to a List of Long values, if necessary.
toLongRepresentation(String) - Static method in class Versions
Convert a numerical version in decimal form (i.e.
toLongRepresentation(String, int) - Static method in class Versions
Convert a numerical version in decimal form (i.e.
toMultimap(Map<String, Object>) - Static method in class Transform
Convert the data to a Multimap.
toRecord(Map<String, Object>) - Static method in class Transform
Convert the data to a Concourse style data record where each value is a collection of one or more values.
toString() - Method in class BuildableState
 
toString() - Method in class BuiltCriteria
 
toString() - Method in class OrderComponent
 
toString() - Method in class Link
 
toString() - Method in class Tag
Return the String value that this Tag embeds.
toString() - Method in class Timestamp
 
toString() - Method in class Convert.ResolvableLink
 
toString() - Method in class PrettyLinkedHashMap
 
toString() - Method in class PrettyLinkedTableMap
 
toString() - Method in class StringBuilderWriter
 
toString() - Method in class Version
 
toString() - Method in class Keys.Key
 
touch(String) - Static method in class FileOps
Create an empty file or update the last updated timestamp on the same as the unix command of the same name.
toURL(String) - Static method in class FileOps
A shortcut for getting a URL instance from a file path.
toWhere(String) - Static method in class Link
Return a string that instructs Concourse to create links that point to each of the records that match the ccl string.
toWhere(Criteria) - Static method in class Link
Return a string that instructs Concourse to create links that point to each of the records that match the ccl string.
toWhere(Object) - Static method in class Link
Return a string that instructs Concourse to create links that point to each of the records that match the ccl string.
trace(Collection<Long>) - Method in class Concourse
Locate and return all the incoming links to each of the records.
trace(Collection<Long>, Timestamp) - Method in class Concourse
Locate and return all the incoming links to each of the records.
trace(long) - Method in class Concourse
Locate and return all the incoming links to record.
trace(long, Timestamp) - Method in class Concourse
Locate and return all the incoming links to record at timestamp.
trace(Long) - Method in class Concourse
Locate and return all the incoming links to record.
trace(Long, Timestamp) - Method in class Concourse
Locate and return all the incoming links to record at timestamp.
trace(Collection<Long>) - Method in class ForwardingConcourse
 
trace(Collection<Long>, Timestamp) - Method in class ForwardingConcourse
 
trace(long) - Method in class ForwardingConcourse
 
trace(long, Timestamp) - Method in class ForwardingConcourse
 
trace(Collection<Long>) - Method in class NoOpConcourse
 
trace(Collection<Long>, Timestamp) - Method in class NoOpConcourse
 
trace(long) - Method in class NoOpConcourse
 
trace(long, Timestamp) - Method in class NoOpConcourse
 
TransactionException - Exception in com.cinchapi.concourse
The base class for all exceptions that happen during (staged) operations in a transaction.
TransactionException() - Constructor for exception TransactionException
 
Transform - Class in com.cinchapi.concourse.etl
Static methods for common data processing functions.
transformArray(F[], Function<? super F, ? extends V>, Class<V>) - Static method in class Transformers
Return an array whose content is equal to the content of original after it has been transformed by function.
Transformers - Class in com.cinchapi.concourse.util
A collection of tools used to transform objects in a collection using a transformation Function.
Transformers() - Constructor for class Transformers
 
Transformers.LazyTransformSet<V1,V2> - Class in com.cinchapi.concourse.util
A Set that transform values from an original set of type V1 into values of type V2 on-the-fly using a transformation Function.
transformKey(Long) - Method in class DataColumn
 
transformKey(String) - Method in class DataIndex
 
transformKey(TObject) - Method in class DataProjection
 
transformKey(String) - Method in class DataRow
 
transformKey(Long) - Method in class DataTable
 
transformMap(Map<K, V>, Function<? super K, ? extends K2>) - Static method in class Transformers
Return a Map whose keys are equal to the those in original after it has been transformed by function.
transformMapEntries(Map<K1, V1>, Function<K1, K2>, Function<V1, V2>) - Static method in class Transformers
Return a new Map where the key and value of each entry is transformed by the keyFunction and valueFunction respectively.
transformMapSet(Map<K, Set<V>>, Function<? super K, ? extends K2>, Function<? super V, ? extends V2>) - Static method in class Transformers
Transform the keys in original with the keys function and each of the values with the values function and return the result.
transformMapValues(Map<K, V>, Function<V, V2>) - Static method in class Transformers
Transform each of the values in the original with the function.
transformSet(Set<F>, Function<? super F, ? extends V>) - Static method in class Transformers
Populate a Set with the items in original after applying function.
transformSetLazily(Set<V1>, Function<V1, V2>) - Static method in class Transformers
Return a Set that lazily populates a new set with items from the original after applying the transformation function.
transformTreeMapSet(Map<K, Set<V>>, Function<? super K, ? extends K2>, Function<? super V, ? extends V2>, Comparator<K2>) - Static method in class Transformers
Transform the keys in original with the keyMapper function and each of the values with the valueMapper function and return the map result that is sorted according to the comparator.
transformValue(Map<TObject, Set<Long>>) - Method in class DataIndex
 
transformValue(Set<Long>) - Method in class DataProjection
 
translateFromThriftCriteria(TCriteria) - Static method in class Language
Translate the tcriteria to its Java analog.
translateFromThriftSymbol(TSymbol) - Static method in class Language
Translate the TSymbol to its Java analog.
translateToThriftCriteria(Criteria) - Static method in class Language
Translate the criteria to its Thrift analog.
translateToThriftSymbol(Symbol) - Static method in class Language
Translate symbol to its Thrift analog.
tryParseFunction(String) - Static method in class Keys
If possible, parse the Function that is expressed by the key.
TSets - Class in com.cinchapi.concourse.util
Utilities for Set objects.
TSets() - Constructor for class TSets
 
type() - Method in class Keys.Key
Return the Keys.KeyType.
TypeAdapters - Class in com.cinchapi.concourse.util
A collection of TypeAdapter factories to use when converting java objects to their appropriate JSON representation.
TypeAdapters() - Constructor for class TypeAdapters
 

U

UNDEFINED - Static variable in class ConcourseClusterSpecification
The specification for a cluster that is not currently and will not become defined.
union(Set<T>, Set<T>) - Static method in class TSets
Return a Set that contains all the elements in both a and b.
unlink(String, long, long) - Method in class Concourse
If it exists, remove the link from key in source to destination.
unlink(String, long, long) - Method in class ForwardingConcourse
 
unlink(String, long, long) - Method in class NoOpConcourse
 
useFileMetadata() - Method in class PollingWatchService
Answers whether this service is configured to use file metadata.
useFileMetadata(boolean) - Method in class PollingWatchService
Configures this service to use file metadata or not.
username(String) - Method in class Concourse.ConnectionBuilder
Set the connection username.
UtilityClass - Annotation Type in com.cinchapi.concourse.annotate
 

V

value(Object) - Method in class OperatorState
Add the specified value to the Criteria that is building.
value(Object) - Method in class ValueState
Add the specified value to the Criteria that is building.
value - Variable in class Convert.ResolvableLink
Deprecated.
value() - Method in class Keys.Key
Return the value of this Keys.Key.
valueOf(String) - Static method in enum Direction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum Keys.KeyType
Returns the enum constant of this type with the specified name.
values() - Static method in enum Direction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum Keys.KeyType
Returns an array containing the constants of this enum type, in the order they are declared.
ValueState - Class in com.cinchapi.concourse.lang
The State that expects the current token to be the last or the next token to be a value or conjunction specification.
ValueState(BuiltCriteria) - Constructor for class ValueState
Construct a new instance.
verify(String, Object, long) - Method in class Concourse
Return true if value is stored for key in record.
verify(String, Object, long, Timestamp) - Method in class Concourse
Return true if value was stored for key in record at timestamp.
verify(String, Object, long) - Method in class ForwardingConcourse
 
verify(String, Object, long, Timestamp) - Method in class ForwardingConcourse
 
verify(String, Object, long) - Method in class NoOpConcourse
 
verify(String, Object, long, Timestamp) - Method in class NoOpConcourse
 
verifyAndSwap(String, Object, long, Object) - Method in class Concourse
Atomically replace expected with replacement for key in record if and only if expected is currently stored in the field.
verifyAndSwap(String, Object, long, Object) - Method in class ForwardingConcourse
 
verifyAndSwap(String, Object, long, Object) - Method in class NoOpConcourse
 
verifyOrSet(String, Object, long) - Method in class Concourse
Atomically verify that key equals expected in record or set it as such.
verifyOrSet(String, Object, long) - Method in class ForwardingConcourse
 
verifyOrSet(String, Object, long) - Method in class NoOpConcourse
 
Version - Class in com.cinchapi.concourse.util
A class that encapsulates the version information for a class contained in a concourse jar.
Versions - Class in com.cinchapi.concourse.util
A collection of utility methods for dealing with version numbers.

W

where() - Static method in interface Criteria
Start building a new Criteria.
wrap(byte[]) - Static method in class HeapByteBlock
Return a new HeapByteBlock in read mode that wraps the provided byte array.
write(byte[]) - Method in interface ByteBlock
Write a raw byte array.
write(byte[], int, int) - Method in interface ByteBlock
Write length bytes from bytes starting at offset.
write(byte[]) - Method in class HeapByteBlock
 
write(byte[], int, int) - Method in class HeapByteBlock
 
write(String, String) - Static method in class FileOps
Write the String content to the file, overwriting anything that was previously there.
write(Serializable, FileChannel) - Static method in class Serializables
Write object to channel starting at the channel's current position.
write(char[]) - Method in class StringBuilderWriter
 
write(char[], int, int) - Method in class StringBuilderWriter
 
write(int) - Method in class StringBuilderWriter
 
write(String) - Method in class StringBuilderWriter
 
write(String, int, int) - Method in class StringBuilderWriter
 
writeBoolean(boolean) - Method in interface ByteBlock
Write a boolean as a single byte (1 for true, 0 for false).
writeBoolean(boolean) - Method in class HeapByteBlock
 
writeByte(int) - Method in interface ByteBlock
Write a single byte.
writeByte(int) - Method in class HeapByteBlock
 
writeChar(char) - Method in interface ByteBlock
Write a 2-byte char in big-endian order.
writeChar(char) - Method in class HeapByteBlock
 
writeDouble(double) - Method in interface ByteBlock
Write an 8-byte double in IEEE 754 format, big-endian order.
writeDouble(double) - Method in class HeapByteBlock
 
writeFloat(float) - Method in interface ByteBlock
Write a 4-byte float in IEEE 754 format, big-endian order.
writeFloat(float) - Method in class HeapByteBlock
 
writeInt(int) - Method in interface ByteBlock
Write a 4-byte integer in big-endian order.
writeInt(int) - Method in class HeapByteBlock
 
writeLong(long) - Method in interface ByteBlock
Write an 8-byte long in big-endian order.
writeLong(long) - Method in class HeapByteBlock
 
writeShort(short) - Method in interface ByteBlock
Write a 2-byte short in big-endian order.
writeShort(short) - Method in class HeapByteBlock
 
writeUtf8(String) - Method in interface ByteBlock
Write a UTF-8 encoded string with a length prefix.
writeUtf8(String) - Method in class HeapByteBlock
 
$ A B C D E F G H I J K L M N O P Q R S T U V W 
Skip navigation links