Merge branch 'distributor-clone-strategy' into 'master'
Distributor clone strategy This merge would add an experimental implementation for the clone strategy of the distributor. It tries to create a new instance of incoming elements and uses available getters/setters to copy the values. Technically it is not a deep copy and I doubt it to be very fast. The additional JUnit test documents the functionality. See merge request !30
No related branches found
No related tags found
Showing
- src/main/java/teetime/stage/basic/distributor/CloneStrategy.java 83 additions, 1 deletion...n/java/teetime/stage/basic/distributor/CloneStrategy.java
- src/test/java/teetime/stage/basic/distributor/DistributorTest.java 41 additions, 1 deletion...java/teetime/stage/basic/distributor/DistributorTest.java
Please register or sign in to comment