From Wikipedia - Reading time: 4 min
This article needs additional citations for verification. (February 2012) |
| Aquiles | |
|---|---|
| Operating system | Microsoft Windows |
| Platform | .NET |
| Available in | C# |
| Type | client software |
| License | Apache License |
| Website | aquiles.codeplex.com |
Aquiles is a client for .NET (3.5 or above) to access Apache Cassandra (0.6 or above).[1]
Aquiles adds following functionality:[1]
EndpointManager to useTransport to useConnectionPool necessary to use and its internal parameters.Keyspaces and ColumnFamily objects (since version 0.7.X)PerformanceCounterHelper fwk.Keyspace and ColumnFamily existence validation against a cluster information (taken out since version 0.7.X)Aquiles supports all Cassandra comments and some system comments.[1]
Here is the list of the most used commands:
| Command | Command | Command |
|---|---|---|
BatchMutateCommand |
DeleteCommand |
DescribeKeySpaceCommand
|
DescribeSnitchCommand |
DescribeSplitsCommand |
GetCommand
|
GetCountCommand |
GetIndexedSlicesCommand |
GetKeyRangeSliceCommand
|
GetSliceCommand |
InsertCommand |
LoginCommand
|
MultiGetCountCommand |
MultiGetSliceCommand |
RetrieveClusterNameCommand
|
RetrieveClusterVersionCommand |
RetrieveKeySpaceDistributionCommand |
RetrieveKeySpacesCommand
|
RetrievePartitionerCommand |
TruncateColumnFamilyCommand |
| Command | Command | Command |
|---|---|---|
AddColumnFamilyCommand
|
AddKeyspaceCommand |
DropColumnFamilyCommand
|
DropKeyspaceCommand |
SchemaAgreementCommand |
UpdateColumnFamilyCommand
|
UpdateKeyspaceCommand |