You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Blake Eggleston (JIRA)" <ji...@apache.org> on 2016/02/17 01:10:18 UTC

[jira] [Created] (CASSANDRA-11173) Add extension points in storage and streaming classes

Blake Eggleston created CASSANDRA-11173:
-------------------------------------------

             Summary: Add extension points in storage and streaming classes
                 Key: CASSANDRA-11173
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-11173
             Project: Cassandra
          Issue Type: New Feature
            Reporter: Blake Eggleston
            Assignee: Blake Eggleston
             Fix For: 3.4


It would be useful if 3rd party classes could be notified when reads and writes occur on a table+partition, when sstables are being streamed out/in, and could also intercept the creation of row iterators from sstables. I have a [v1 branch here|https://github.com/bdeggleston/cassandra/tree/hooksV1]. It illustrates the extension points I'm looking for, but is not necessarily the best api.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)