All Downloads are FREE. Search and download functionalities are using the official Maven repository.

thrift.data.thrift Maven / Gradle / Ivy

Go to download

This is the api to interact with Concourse, a schemaless and distributed version control database with optimistic availability, serializable transactions and full-text search. Concourse provides a more intuitive approach to data management that is easy to deploy, access and scale with minimal tuning while also maintaining the referential integrity and ACID characteristics of traditional database systems.

There is a newer version: 0.4.4
Show newest version
# This file contains "data" definitions that likely have been modified
# post thrift generation. Therefore, it is advisable to compare any
# regenerated versions of these structs with previous versions to
# make sure that any additional custom logic is retained.
#
# To generate java source code run:
# thrift -out ../../java -gen java data.thrift

include "shared.thrift" 

namespace java org.cinchapi.concourse.thrift

/**
 * A lightweight wrapper for a typed Object that has been encoded 
 * as binary data.
 */	
struct TObject {
	1:required binary data,
	2:required shared.Type type = shared.Type.STRING
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy