|
List Info
Thread: Move EvictionPolicyConfig interface?
|
|
| Move EvictionPolicyConfig interface? |

|
2007-05-30 16:39:40 |
More minor details that come out as I write docs...
I'd like to move the EvictionPolicyConfig interface from
o.j.c.eviction
to o.j.c.config. All the other core classes and interfaces
that make up
a Configuration are in o.j.c.config. Then various
implementation-specific subclasses are in the various other
packages,
along with the classes they configure, e.g.
o.j.c.buddyreplication.NextMemberBuddyLocator
o.j.c.buddyreplication.NextMemberBuddyLocatorConfig
o.j.c.loader.FileCacheLoader
o.j.c.loader.FileCacheLoaderConfig
o.j.c.eviction.LRUPolicy
o.j.c.eviction.LRUPolicyConfig
EvictionPolicyConfig is the only outlier here. I think it
just got left
behind when we refactored from a legacy class with a similar
function.
--
Brian Stansberry
Lead, AS Clustering
JBoss, a division of Red Hat
brian.stansberry redhat.com
_______________________________________________
jbosscache-dev mailing list
jbosscache-dev lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jbosscache-dev
a>
|
|
| Re: Move EvictionPolicyConfig
interface? |

|
2007-05-31 06:14:07 |
+1, but for CR3 I presume?
On 30 May 2007, at 22:39, Brian Stansberry wrote:
> More minor details that come out as I write docs...
>
> I'd like to move the EvictionPolicyConfig interface
from
> o.j.c.eviction to o.j.c.config. All the other core
classes and
> interfaces that make up a Configuration are in
o.j.c.config. Then
> various implementation-specific subclasses are in the
various other
> packages, along with the classes they configure, e.g.
>
> o.j.c.buddyreplication.NextMemberBuddyLocator
> o.j.c.buddyreplication.NextMemberBuddyLocatorConfig
>
> o.j.c.loader.FileCacheLoader
> o.j.c.loader.FileCacheLoaderConfig
>
> o.j.c.eviction.LRUPolicy
> o.j.c.eviction.LRUPolicyConfig
>
> EvictionPolicyConfig is the only outlier here. I think
it just got
> left behind when we refactored from a legacy class with
a similar
> function.
>
> --
> Brian Stansberry
> Lead, AS Clustering
> JBoss, a division of Red Hat
> brian.stansberry redhat.com
>
> _______________________________________________
> jbosscache-dev mailing list
> jbosscache-dev lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/jbosscache-dev
a>
--
Manik Surtani
Lead, JBoss Cache
JBoss, a division of Red Hat
Email: manik jboss.org
Telephone: +44 7786 702 706
MSN: manik surtani.org
Yahoo/AIM/Skype: maniksurtani
_______________________________________________
jbosscache-dev mailing list
jbosscache-dev lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jbosscache-dev
a>
|
|
| Re: Move EvictionPolicyConfig
interface? |

|
2007-05-31 08:43:05 |
When's CR2? I can certainly wait for CR3 if you don't
mind.
Manik Surtani wrote:
> +1, but for CR3 I presume?
>
> On 30 May 2007, at 22:39, Brian Stansberry wrote:
>
>> More minor details that come out as I write
docs...
>>
>> I'd like to move the EvictionPolicyConfig interface
from
>> o.j.c.eviction to o.j.c.config. All the other core
classes and
>> interfaces that make up a Configuration are in
o.j.c.config. Then
>> various implementation-specific subclasses are in
the various other
>> packages, along with the classes they configure,
e.g.
>>
>> o.j.c.buddyreplication.NextMemberBuddyLocator
>>
o.j.c.buddyreplication.NextMemberBuddyLocatorConfig
>>
>> o.j.c.loader.FileCacheLoader
>> o.j.c.loader.FileCacheLoaderConfig
>>
>> o.j.c.eviction.LRUPolicy
>> o.j.c.eviction.LRUPolicyConfig
>>
>> EvictionPolicyConfig is the only outlier here. I
think it just got
>> left behind when we refactored from a legacy class
with a similar
>> function.
>>
>> --Brian Stansberry
>> Lead, AS Clustering
>> JBoss, a division of Red Hat
>> brian.stansberry redhat.com
>>
>> _______________________________________________
>> jbosscache-dev mailing list
>> jbosscache-dev lists.jboss.org
>> https://lists.jboss.org/mailman/listinfo/jbosscache-dev
a>
>
> --
> Manik Surtani
>
> Lead, JBoss Cache
> JBoss, a division of Red Hat
>
> Email: manik jboss.org
> Telephone: +44 7786 702 706
> MSN: manik surtani.org
> Yahoo/AIM/Skype: maniksurtani
>
>
--
Brian Stansberry
Lead, AS Clustering
JBoss, a division of Red Hat
brian.stansberry redhat.com
_______________________________________________
jbosscache-dev mailing list
jbosscache-dev lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jbosscache-dev
a>
|
|
| Re: Move EvictionPolicyConfig
interface? |

|
2007-05-31 14:50:13 |
CR2's with QA at the moment. Should be out today or
tomorrow
morning, I need to ping Prabhat and see where he is with
it.
On 31 May 2007, at 14:43, Brian Stansberry wrote:
> When's CR2? I can certainly wait for CR3 if you don't
mind.
>
> Manik Surtani wrote:
>> +1, but for CR3 I presume?
>> On 30 May 2007, at 22:39, Brian Stansberry wrote:
>>> More minor details that come out as I write
docs...
>>>
>>> I'd like to move the EvictionPolicyConfig
interface from
>>> o.j.c.eviction to o.j.c.config. All the other
core classes and
>>> interfaces that make up a Configuration are in
o.j.c.config.
>>> Then various implementation-specific subclasses
are in the
>>> various other packages, along with the classes
they configure, e.g.
>>>
>>> o.j.c.buddyreplication.NextMemberBuddyLocator
>>>
o.j.c.buddyreplication.NextMemberBuddyLocatorConfig
>>>
>>> o.j.c.loader.FileCacheLoader
>>> o.j.c.loader.FileCacheLoaderConfig
>>>
>>> o.j.c.eviction.LRUPolicy
>>> o.j.c.eviction.LRUPolicyConfig
>>>
>>> EvictionPolicyConfig is the only outlier here.
I think it just
>>> got left behind when we refactored from a
legacy class with a
>>> similar function.
>>>
>>> --Brian Stansberry
>>> Lead, AS Clustering
>>> JBoss, a division of Red Hat
>>> brian.stansberry redhat.com
>>>
>>>
_______________________________________________
>>> jbosscache-dev mailing list
>>> jbosscache-dev lists.jboss.org
>>> https://lists.jboss.org/mailman/listinfo/jbosscache-dev
a>
>> --
>> Manik Surtani
>> Lead, JBoss Cache
>> JBoss, a division of Red Hat
>> Email: manik jboss.org
>> Telephone: +44 7786 702 706
>> MSN: manik surtani.org
>> Yahoo/AIM/Skype: maniksurtani
>
>
> --
> Brian Stansberry
> Lead, AS Clustering
> JBoss, a division of Red Hat
> brian.stansberry redhat.com
>
--
Manik Surtani
Lead, JBoss Cache
JBoss, a division of Red Hat
Email: manik jboss.org
Telephone: +44 7786 702 706
MSN: manik surtani.org
Yahoo/AIM/Skype: maniksurtani
_______________________________________________
jbosscache-dev mailing list
jbosscache-dev lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jbosscache-dev
a>
|
|
| Re: Move EvictionPolicyConfig
interface? |

|
2007-05-31 14:52:11 |
Just talked to prabhat, he ran into some failing tests:
http://jir
a.jboss.com/jira/browse/JBQA-826
-Jason
On Thu, 2007-05-31 at 20:50 +0100, Manik Surtani wrote:
> CR2's with QA at the moment. Should be out today or
tomorrow
> morning, I need to ping Prabhat and see where he is
with it.
>
>
> On 31 May 2007, at 14:43, Brian Stansberry wrote:
>
> > When's CR2? I can certainly wait for CR3 if you
don't mind.
> >
> > Manik Surtani wrote:
> >> +1, but for CR3 I presume?
> >> On 30 May 2007, at 22:39, Brian Stansberry
wrote:
> >>> More minor details that come out as I
write docs...
> >>>
> >>> I'd like to move the EvictionPolicyConfig
interface from
> >>> o.j.c.eviction to o.j.c.config. All the
other core classes and
> >>> interfaces that make up a Configuration
are in o.j.c.config.
> >>> Then various implementation-specific
subclasses are in the
> >>> various other packages, along with the
classes they configure, e.g.
> >>>
> >>>
o.j.c.buddyreplication.NextMemberBuddyLocator
> >>>
o.j.c.buddyreplication.NextMemberBuddyLocatorConfig
> >>>
> >>> o.j.c.loader.FileCacheLoader
> >>> o.j.c.loader.FileCacheLoaderConfig
> >>>
> >>> o.j.c.eviction.LRUPolicy
> >>> o.j.c.eviction.LRUPolicyConfig
> >>>
> >>> EvictionPolicyConfig is the only outlier
here. I think it just
> >>> got left behind when we refactored from a
legacy class with a
> >>> similar function.
> >>>
> >>> --Brian Stansberry
> >>> Lead, AS Clustering
> >>> JBoss, a division of Red Hat
> >>> brian.stansberry redhat.com
> >>>
> >>>
_______________________________________________
> >>> jbosscache-dev mailing list
> >>> jbosscache-dev lists.jboss.org
> >>> https://lists.jboss.org/mailman/listinfo/jbosscache-dev
a>
> >> --
> >> Manik Surtani
> >> Lead, JBoss Cache
> >> JBoss, a division of Red Hat
> >> Email: manik jboss.org
> >> Telephone: +44 7786 702 706
> >> MSN: manik surtani.org
> >> Yahoo/AIM/Skype: maniksurtani
> >
> >
> > --
> > Brian Stansberry
> > Lead, AS Clustering
> > JBoss, a division of Red Hat
> > brian.stansberry redhat.com
> >
>
> --
> Manik Surtani
>
> Lead, JBoss Cache
> JBoss, a division of Red Hat
>
> Email: manik jboss.org
> Telephone: +44 7786 702 706
> MSN: manik surtani.org
> Yahoo/AIM/Skype: maniksurtani
>
>
> _______________________________________________
> jbosscache-dev mailing list
> jbosscache-dev lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/jbosscache-dev
a>
--
xxxxxxxxxxxxxxxxxxxxxxxxxxxx
Jason T. Greene
Lead, POJO Cache
JBoss, a division of Red Hat
xxxxxxxxxxxxxxxxxxxxxxxxxxxx
_______________________________________________
jbosscache-dev mailing list
jbosscache-dev lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jbosscache-dev
a>
|
|
[1-5]
|
|