hmsonline / storm-cassandra

Storm Cassandra Integration
Apache License 2.0
180 stars 90 forks source link

Parameterized column values. #16

Closed boneill42 closed 11 years ago

boneill42 commented 11 years ago

Parameterized column values.

Introduced a Column class that further shields the client from the underlying implementation (Astyanax).

Removed ClientPool since that was only an artifact of TransactionalTopologies.

Made examples work again.