Dear Wiki user, You have subscribed to a wiki page or wiki category on "Cassandra Wiki" for change notification.
The following page has been changed by Chris Goffinet: http://wiki.apache.org/cassandra/ClientExamples The comment on the change is: Updated imports to cassandra's correct namespace now that it's apart of Apache ------------------------------------------------------------------------------ import org.apache.thrift.transport.TTransport; import org.apache.thrift.transport.TTransportException; - import com.facebook.infrastructure.service.InvalidRequestException; + import org.apache.cassandra.service.InvalidRequestException; - import com.facebook.infrastructure.service.NotFoundException; + import org.apache.cassandra.service.NotFoundException; - import com.facebook.infrastructure.service.UnavailableException; + import org.apache.cassandra.service.UnavailableException; - import com.facebook.infrastructure.service.column_t; - import com.facebook.infrastructure.service.Cassandra.Client; + import org.apache.cassandra.service.column_t; + import org.apache.cassandra.service.Cassandra.Client; public class CClient {
